MediaWiki:Vector.css
Från Svenska Wikisimpsons
Version från den 1 juli 2017 kl. 23.35 av Jake (Diskussion | bidrag)
OBS: Efter du sparat sidan kan du behöva tömma din webbläsares cache för att se ändringarna.
- Firefox / Safari: Håll ned Skift och klicka på Uppdatera sidan eller tryck antingen Ctrl-F5 eller Ctrl-R (⌘-R på Mac)
- Google Chrome: Tryck Ctrl-Skift-R (⌘-Shift-R på Mac)
- Internet Explorer: Håll ned Ctrl och klicka på Uppdatera eller tryck Ctrl-F5
- Opera: Gå till Meny → Inställningar (Opera → Inställningar på en Mac) och sedan på Sekretess & säkerhet → Rensa webbläsardata → Hämtade bilder och filer.
/* CSS som skrivs här kommer att påverka alla användare av skalet Vector */
body {
background: url(https://static.simpsonswiki.com/images/8/80/Simp2.jpg) #399BC0;
}
/* no background for these */
#mw-page-base, #mw-head, #mw-head-base, #footer, code {
background: none !important;
}
/* set content background */
#content {
background: #FFF9CF !important;
}
#siteNotice, #mw-dismissable-notice,
#content table {
background: #FFF9CF;
}
/* Sidebar */
.portal h5 {
color: #000000 !important;
background: none !important;
font-weight: bold;
}
.portal .body {
background: none !important;
border-top: 1px solid #73abe6 !important;
}
/* Tabs */
.vectorTabs {
background: none !important;
border-left: 1px solid #73abe6 !important;
padding: 0 !important;
border-bottom: none !important;
}
.vectorMenu .menu ul {
background: #13202e;
border: 1px solid #73abe6;
border-bottom: none !important;
}
.vectorTabs li, .vectorMenu h5 a {
border: none;
background: none !important;
border-right: 1px solid #73abe6 !important;
border-bottom: none !important;
}
.vectorTabs li, .vectorTabs li span, .vectorTabs li a {
background: none !important;
border-bottom: none !important;
}
.vectorTabs li span, .vectorTabs li a, .vectorMenu .menu li a { color: #000000 !important; }
.vectorTabs li.selected span, .vectorTabs li.selected a { color: #000000 !important; font-weight: bold; }
.vectorTabs li.selected { border-bottom: 1px solid #000000; }
.vectorTabs li.new span, .vectorTabs li.new a { color: #000000 !important; }
.vectorMenu .menu li a {
color: #ffffff !important;
}
/* new message box */
div.notice, div.usermessage {
margin: 1.0em auto 0.5em auto;
padding: 5px;
text-align: center;
border-width: 2px;
border-color: yellow;
background: #399BC0 url(https://static.simpsonswiki.com/images/8/80/Simp2.jpg);
color: #000000;
line-height: 120%;
}
html body.skin-vector ul {list-style-image: url(https://static.simpsonswiki.com/images/thumb/9/98/Full_donut.png/15px-Full_donut.png);}