Difference between revisions of "User:Ilya/vector.css"

From Ilya Nemenman: Theoretical Biophysics @ Emory
Jump to: navigation, search
Line 39: Line 39:
 
         height: 5em;
 
         height: 5em;
 
         /* @embed */
 
         /* @embed */
         background-image: url(images/head.png);
+
         background-image: url(images/head.jpg);
 
         background-position: center left;
 
         background-position: center left;
 
         background-repeat: no-repeat;
 
         background-repeat: no-repeat;
 
}
 
}

Revision as of 16:31, 5 July 2018

/* Framework */
html,
body {
        height: 100%;
        margin: 0;
        padding: 0;
        font-family: sans-serif;
        font-size: 1em;
}
body {
        background-color: #c4d6f4;
        /* @embed */
        background-image: url(images/page-base.png);
}
/* Content */
div#content {
        margin-left: 10em;
        padding: 1em;
        /* @embed */
        background-position: top left;
        background-repeat: repeat-y;
        background-color: white;
        color: black;
        direction: ltr;
}
/* Head */
#mw-page-base {
        height: 5em;
        background-color:  #c4d6f4;
        /* @embed Ilya_Nemenman*/
        background-image: url(images/page-fade.png);
        background-position: bottom left;
        background-repeat: repeat-x;
}
#mw-head-base {
        margin-top: -5em;
        margin-left: 10em;
        height: 5em;
        /* @embed */
        background-image: url(images/head.jpg);
        background-position: center left;
        background-repeat: no-repeat;
}