MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
#mw-head { | #mw-head { | ||
height: | height: 260px; | ||
background-image: url(https://wiki.telmaron.com/images/6/6b/Artboard_1_copy_4.png); | background-image: url(https://wiki.telmaron.com/images/6/6b/Artboard_1_copy_4.png); | ||
background-size: cover; | background-size: cover; | ||
Line 23: | Line 23: | ||
height: 60px; | height: 60px; | ||
position: absolute; | position: absolute; | ||
top: | top: 86px; | ||
} | } | ||
#left-navigation { | #left-navigation { | ||
margin-top: | margin-top: 14em; | ||
} | } | ||
#right-navigation { | #right-navigation { | ||
margin-top: | margin-top: 14em; | ||
} | } | ||
#p-personal { | #p-personal { | ||
top: | top: 188px; | ||
} | } |
Revision as of 07:49, 25 March 2021
body { background-color: rgb(221,162,55);} #mw-head { height: 260px; background-image: url(https://wiki.telmaron.com/images/6/6b/Artboard_1_copy_4.png); background-size: cover; } .mw-body { margin-top: 180px; } #mw-panel { top: 130px; } .mw-wiki-logo { background-image: url(https://wiki.telmaron.com/images/d/d9/Pax_Republica_light.png); } #p-logo a { height: 60px; position: absolute; top: 86px; } #left-navigation { margin-top: 14em; } #right-navigation { margin-top: 14em; } #p-personal { top: 188px; }