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

From Ilya Nemenman: Theoretical Biophysics @ Emory
Jump to: navigation, search
(Blanked the page)
(Tag: Blanking)
Line 1: Line 1:
  
 +
/* 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);
 +
}

Revision as of 15:49, 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);
}