User:SilverCrono/vector.css: Difference between revisions
Jump to navigation
Jump to search
SilverCrono (talk | contribs) (test) |
SilverCrono (talk | contribs) m (Ooh, pretty~) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
body | |||
{ | |||
background: url(http://www.dragon-quest.org/w/images/3/33/Background_map.png) repeat; | |||
} | } | ||
#mw-panel { | |||
background-color: white; | |||
} | } | ||
#mw-page-base { | |||
background-color: transparent; | |||
background-image: none; | |||
} | } | ||
#p-cactions { | |||
background-color: white; | |||
} | } | ||
#p-personal { | |||
background-color: white; | |||
padding-right: 4px; | |||
padding-bottom: 2px; | |||
} | } | ||
#footer-places { | |||
background-color: white; | |||
} | } | ||
#footer-info { | |||
# | background-color: white; | ||
} | |||
# | #footer ul { | ||
padding-left: 4px; | |||
margin-bottom: 4px; | |||
} | |||
Latest revision as of 22:07, 16 January 2011
body
{
background: url(http://www.dragon-quest.org/w/images/3/33/Background_map.png) repeat;
}
#mw-panel {
background-color: white;
}
#mw-page-base {
background-color: transparent;
background-image: none;
}
#p-cactions {
background-color: white;
}
#p-personal {
background-color: white;
padding-right: 4px;
padding-bottom: 2px;
}
#footer-places {
background-color: white;
}
#footer-info {
background-color: white;
}
#footer ul {
padding-left: 4px;
margin-bottom: 4px;
}