Difference between revisions of "User:Ilya/vector.css"
| Line 24: | Line 24: | ||
color: black; | color: black; | ||
direction: ltr; | 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.png); | ||
| + | background-position: center left; | ||
| + | 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.png);
background-position: center left;
background-repeat: no-repeat;
}