MediaWiki:Wikia.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
imported>Matik7 Nie podano opisu zmian |
imported>Matik7 Nie podano opisu zmian |
||
Linia 3: | Linia 3: | ||
color: #ff3300 !important; | color: #ff3300 !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
} | |||
a:hover { | |||
color: #FFFFFF !important; | |||
text-decoration:none; | |||
-webkit-transition: all .2s linear 0s; | |||
-moz-transition: all .2s linear 0s; | |||
-ms-transition: all .2s linear 0s; | |||
-o-transition: all .2s linear 0s; | |||
transition: all .2s linear 0s; | |||
} | |||
.WikiaPageBackground { | |||
background-color:#262628; | |||
border: 1px solid #33C8F3; | |||
background-image:url("http://i.imgur.com/CsbzZ9O.png") !important; | |||
background-attachment: | |||
box-shadow: 0 0 20px #000000; | |||
} | |||
body.mainpage #WikiaPageBackground { | |||
background-color:#262628; | |||
background-image:url("http://i.imgur.com/CsbzZ9O.png") !important; | |||
background-attachment: | |||
box-shadow: 0 0 20px #000000; | |||
} | |||
.wikinav2 .WikiaPageHeader { | |||
border-bottom: solid 0px #33C8F3 !important; | |||
} | |||
.WikiHeader { | |||
background-image: url(http://i.imgur.com/VSYXmeo.png); | |||
} | |||
#WikiaArticleCategories { | |||
background:url("http://i.imgur.com/VaSLk4u.png") no-repeat scroll 99% #000000 !important; | |||
border: 1px solid #33C8F3 | |||
} | } |
Wersja z 18:58, 7 paź 2014
@import "/load.php?mode=articles&articles=MediaWiki:Quiz.css&only=styles"; a[href="/wiki/U%C5%BCytkownik:Matik7"], a[href="/wiki/U%C5%BCytkownik:Piotpasz"], a[href="/wiki/U%C5%BCytkownik:Dumcio"] { color: #ff3300 !important; font-weight: bold !important; } a:hover { color: #FFFFFF !important; text-decoration:none; -webkit-transition: all .2s linear 0s; -moz-transition: all .2s linear 0s; -ms-transition: all .2s linear 0s; -o-transition: all .2s linear 0s; transition: all .2s linear 0s; } .WikiaPageBackground { background-color:#262628; border: 1px solid #33C8F3; background-image:url("http://i.imgur.com/CsbzZ9O.png") !important; background-attachment: box-shadow: 0 0 20px #000000; } body.mainpage #WikiaPageBackground { background-color:#262628; background-image:url("http://i.imgur.com/CsbzZ9O.png") !important; background-attachment: box-shadow: 0 0 20px #000000; } .wikinav2 .WikiaPageHeader { border-bottom: solid 0px #33C8F3 !important; } .WikiHeader { background-image: url(http://i.imgur.com/VSYXmeo.png); } #WikiaArticleCategories { background:url("http://i.imgur.com/VaSLk4u.png") no-repeat scroll 99% #000000 !important; border: 1px solid #33C8F3 }