Difference between revisions of "User:ElStrages/common.css"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
div#p-logo a { | div#p-logo a { | ||
position: fixed; | position: fixed; | ||
− | top: 0 | + | top: 0; |
− | |||
− | |||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
width: 150px; | width: 150px; | ||
Line 28: | Line 26: | ||
div#content { | div#content { | ||
background-color: #2F4E6F; | background-color: #2F4E6F; | ||
+ | border: none; | ||
color: #CCCCCC; | color: #CCCCCC; | ||
− | margin-left: | + | margin-left: 10em; |
} | } | ||
Line 47: | Line 46: | ||
/*-- Side Links --*/ | /*-- Side Links --*/ | ||
div#mw-panel { | div#mw-panel { | ||
− | padding-top: 150px; | + | padding-top: 150px; |
position: fixed; | position: fixed; | ||
overflow: auto; | overflow: auto; | ||
Line 55: | Line 54: | ||
background-color: #2F4E6F; | background-color: #2F4E6F; | ||
border-right: 1px solid #000000; | border-right: 1px solid #000000; | ||
− | width: | + | width: 10em; |
} | } | ||
/*-- footer --*/ | /*-- footer --*/ | ||
div#footer { | div#footer { | ||
− | margin-left: | + | margin-left: 10em; |
border-top: 1px solid #000000; | border-top: 1px solid #000000; | ||
} | } | ||
Line 65: | Line 64: | ||
div#mw-head-base { | div#mw-head-base { | ||
background-color: #2F4E6F; | background-color: #2F4E6F; | ||
− | margin-left: | + | margin-left: 10em; |
border-bottom: 1px solid #000000; | border-bottom: 1px solid #000000; | ||
} | } | ||
/*-- old nav padding --*/ | /*-- old nav padding --*/ | ||
#left-navigation { | #left-navigation { | ||
− | margin-left: | + | margin-left: 10em; |
} | } | ||
Revision as of 14:39, 5 March 2015
/* Links */ a:link { color: #C8D7E3 !important; } a:visited { color: #98B1C4 !important; } a.new:link { color: #C8D7E3 !important; } a.new:visited { color: #98B1C4 !important; } a.extiw:link { color: #C8D7E3 !important; } /* links to other Wikipedias */ a.extiw:visited { color: #98B1C4 !important; } a.external:link { color: #C8D7E3 !important; } /* external links */ a.external:visited { color: #98B1C4 !important; } /* add logo (not working -.- )*/ div#p-logo a { position: fixed; top: 0; background-repeat: no-repeat; width: 150px; } body { background-color: #2F4E6F; color: #CCCCCC; } /*-- Main Content --*/ div#content { background-color: #2F4E6F; border: none; color: #CCCCCC; margin-left: 10em; } /*-- changes the background of pre areas --*/ pre { background-color: #2F4E6F; border: 1px solid #000000; color: #CCCCCC; } /*-- sime text edit for now --*/ a, h1, h2 ,h3 ,h4 ,h5, h6, p { font-family: Arial; font-size: 11px; color: #cccccc; } /*-- Side Links --*/ div#mw-panel { padding-top: 150px; position: fixed; overflow: auto; top: 0px; bottom: 0px; height: 100%; background-color: #2F4E6F; border-right: 1px solid #000000; width: 10em; } /*-- footer --*/ div#footer { margin-left: 10em; border-top: 1px solid #000000; } /*-- header --*/ div#mw-head-base { background-color: #2F4E6F; margin-left: 10em; border-bottom: 1px solid #000000; } /*-- old nav padding --*/ #left-navigation { margin-left: 10em; } /*-- Background Colour Fixes --*/ table, td, tr { background: #2F4E6F; } .infobox { background: #2F4E6F; }