Skillnad mellan versioner av "MediaWiki:Vector.css"
Från Svenska Wikisimpsons
(Skapade sidan med '→CSS som skrivs här kommer att påverka alla användare av skalet Vector: body { background: url(http://simpsonswiki.net/w/images/8/80/Simp2.jpg) #399BC0; } /* no backgr...') |
Jake (Diskussion | bidrag) |
||
Rad 2: | Rad 2: | ||
body { | body { | ||
− | background: url( | + | background: url(https://static.simpsonswiki.com/w/images/8/80/Simp2.jpg) #399BC0; |
} | } | ||
Rad 75: | Rad 75: | ||
border-width: 2px; | border-width: 2px; | ||
border-color: yellow; | border-color: yellow; | ||
− | background: #399BC0 url( | + | background: #399BC0 url(https://static.simpsonswiki.com/w/images/8/80/Simp2.jpg); |
color: #000000; | color: #000000; | ||
line-height: 120%; | line-height: 120%; | ||
} | } | ||
− | html body.skin-vector ul {list-style-image: url( | + | html body.skin-vector ul {list-style-image: url(https://static.simpsonswiki.com/w/images/thumb/9/98/Full_donut.png/15px-Full_donut.png);} |
Versionen från 1 juli 2017 kl. 23.34
/* CSS som skrivs här kommer att påverka alla användare av skalet Vector */ body { background: url(https://static.simpsonswiki.com/w/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/w/images/8/80/Simp2.jpg); color: #000000; line-height: 120%; } html body.skin-vector ul {list-style-image: url(https://static.simpsonswiki.com/w/images/thumb/9/98/Full_donut.png/15px-Full_donut.png);}