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

From Ilya Nemenman: Theoretical Biophysics @ Emory
Jump to: navigation, search
Line 13: Line 13:
 
         /* @embed */
 
         /* @embed */
 
         background-image: url(images/page-base.png);
 
         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;
 
}
 
}

Revision as of 16:30, 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;
}