MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(VECTOR.CSS FIXED <3) |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
/* Logo */ | /* Logo */ | ||
Line 25: | Line 24: | ||
height: 48px; | height: 48px; | ||
margin-left: 176px; | margin-left: 176px; | ||
margin-top: | margin-top: -40px; | ||
} | } | ||
Line 37: | Line 36: | ||
position: absolute; | position: absolute; | ||
right: 0.75em; | right: 0.75em; | ||
} | } | ||
Line 153: | Line 69: | ||
} | } | ||
div#mw-panel { | div#mw-panel .portal { | ||
background: url("//wiki.nerd.nu/images/7/71/Black.png") repeat scroll 0 0 transparent; | background: url("//wiki.nerd.nu/images/7/71/Black.png") repeat scroll 0 0 transparent; | ||
border: 3px solid #36372e; | border: 3px solid #36372e; | ||
Line 160: | Line 76: | ||
padding: 5px; | padding: 5px; | ||
width: 145px; | width: 145px; | ||
top: 170x | top: 170x | ||
} | } | ||
div.vectorTabs ul, | |||
div.vectorTabs ul li { background-image: none; height:20px;} | |||
div.vectorTabs span a { padding-top: 0; } | |||
div.vectorTabs, | |||
div.vectorTabs span{ background-image: none; } | |||
div.vectorTabs ul li { margin-left: 5px; } | |||
/* Don't display some stuff on the main page */ | |||
.page-Main_Page #deleteconfirm, | |||
.page-Main_Page #t-cite, | |||
.page-Main_Page #footer-info-lastmod, | |||
.action-view.page-Main_Page #siteSub, | |||
.action-view.page-Main_Page #contentSub, | |||
.action-view.page-Main_Page #contentSub2 { | |||
display: none !important; | |||
} | } | ||
/* Position coordinates */ | |||
#coordinates { | |||
position: absolute; | |||
top: 0; | |||
right: 0; | |||
float: right; | |||
margin: 0; | |||
padding: 0; | |||
line-height: 1.5em; | |||
text-align: right; | |||
text-indent: 0; | |||
font-size: 85%; | |||
text-transform: none; | |||
white-space: nowrap; | |||
} | } | ||
/* correct position for VE */ | |||
.ve-ce-surface-enabled #coordinates { | |||
margin-right: 2em; | |||
margin-top: -1em; | |||
} | } | ||
.mw-indicator #coordinates { | |||
position: absolute; | |||
top: 3.5em; | |||
right: 0; | |||
line-height: 1.6; | |||
text-align: right; | |||
font-size: 92%; | |||
white-space: nowrap; | |||
} | } | ||
/* FR topicon position */ | |||
body.skin-vector-legacy div.flaggedrevs_short { | |||
position: absolute; | |||
top: -3em; | |||
right: 100px; | |||
z-index: 1; | |||
} | } | ||
/* Make "From Wikipedia, the free encyclopedia" a bit smaller */ | |||
body.skin-vector-legacy #siteSub { | |||
font-size: 92%; | |||
} | } | ||
/* Move page status indicators down slightly */ | |||
body.skin-vector-legacy .mw-indicators { | |||
padding-top: 0.4em; | |||
} | } | ||
/* Override [[phab:T265947]] */ | |||
.mw-body-content blockquote { | |||
border-left: none; | |||
body | |||
} | } | ||
Revision as of 06:59, 2 February 2023
/* CSS placed here will affect users of the Vector skin */ /* Logo */ #p-logo a { background-image: none !important; } /* Needs Organization */ body { background: url("//wiki.nerd.nu/images/8/89/Newbackground.png") no-repeat scroll left top #000000; font: 1.10em corbel,"trebuchet ms",verdana,tahoma,arial,sans-serif; margin-right: 10px; } #mw-page-base { background: transparent !important; } #mw-head-base { background-image: url("//wiki.nerd.nu/images/3/3f/Menu_bg.png"); background-color: transparent; border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; bottom: 0; height: 48px; margin-left: 176px; margin-top: -40px; } #p-personal { background-color: #1b1c16; border: 1px solid #36372e; border-radius: 0 0 10px 10px; margin-right: 0; padding-bottom: 5px !important; padding-right: 15px !important; position: absolute; right: 0.75em; } #searchInput { background: #FFFFFF; border: 1px solid #36372e; border-radius: 0.5em 0.5em 0.5em 0.5em; color: #000000; font-size: 92%; margin: 0; width: 10.9em; } div#content { background-image: none; background-color: #1B1C16; border: 3px solid #36372e; border-top: 0px solid #181818; border-bottom-left-radius: 0.5em; border-bottom-right-radius: 0.5em; color: #FBFBF2; margin-bottom: 1em; margin-top: -5px; padding: 0.3em 1em 1em; } div#content a.external, div#content a[href^="gopher://"] { color: #ccd0b1; } div#content a.extiw, div#content a.extiw:active { color: #ccd0b1; } div#mw-panel .portal { background: url("//wiki.nerd.nu/images/7/71/Black.png") repeat scroll 0 0 transparent; border: 3px solid #36372e; border-radius: 0.5em 0.5em 0.5em 0.5em; line-height: 1em; padding: 5px; width: 145px; top: 170x } div.vectorTabs ul, div.vectorTabs ul li { background-image: none; height:20px;} div.vectorTabs span a { padding-top: 0; } div.vectorTabs, div.vectorTabs span{ background-image: none; } div.vectorTabs ul li { margin-left: 5px; } /* Don't display some stuff on the main page */ .page-Main_Page #deleteconfirm, .page-Main_Page #t-cite, .page-Main_Page #footer-info-lastmod, .action-view.page-Main_Page #siteSub, .action-view.page-Main_Page #contentSub, .action-view.page-Main_Page #contentSub2 { display: none !important; } /* Position coordinates */ #coordinates { position: absolute; top: 0; right: 0; float: right; margin: 0; padding: 0; line-height: 1.5em; text-align: right; text-indent: 0; font-size: 85%; text-transform: none; white-space: nowrap; } /* correct position for VE */ .ve-ce-surface-enabled #coordinates { margin-right: 2em; margin-top: -1em; } .mw-indicator #coordinates { position: absolute; top: 3.5em; right: 0; line-height: 1.6; text-align: right; font-size: 92%; white-space: nowrap; } /* FR topicon position */ body.skin-vector-legacy div.flaggedrevs_short { position: absolute; top: -3em; right: 100px; z-index: 1; } /* Make "From Wikipedia, the free encyclopedia" a bit smaller */ body.skin-vector-legacy #siteSub { font-size: 92%; } /* Move page status indicators down slightly */ body.skin-vector-legacy .mw-indicators { padding-top: 0.4em; } /* Override [[phab:T265947]] */ .mw-body-content blockquote { border-left: none; }