Mudanças entre as edições de "MediaWiki:Common.css"
De Priston Tale Wiki
(24 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 3: | Linha 3: | ||
font-family: 'Open Sans', sans-serif; | font-family: 'Open Sans', sans-serif; | ||
background-color: #000; | background-color: #000; | ||
+ | } | ||
+ | |||
+ | #pt-userpage, #pt-anonuserpage | ||
+ | { | ||
+ | background: url(/resources/assets/icon_user.png); | ||
+ | background-repeat: no-repeat; | ||
+ | height: 13px; | ||
+ | padding-left: 2px; | ||
+ | } | ||
+ | |||
+ | div#mw-head | ||
+ | { | ||
+ | background: url(/resources/assets/background.png) top right no-repeat; | ||
+ | } | ||
+ | |||
+ | #mw-page-base | ||
+ | { | ||
+ | height: 76px; | ||
+ | border-top: 4px solid #88ddff; | ||
+ | } | ||
+ | |||
+ | .mw-body .firstHeading | ||
+ | { | ||
+ | text-transform: uppercase; | ||
+ | color: #5785ac; | ||
} | } | ||
Linha 20: | Linha 45: | ||
margin: 0; | margin: 0; | ||
padding: 0 0 5px 0; | padding: 0 0 5px 0; | ||
− | border-bottom: 1px solid # | + | color: #88ddff; |
+ | border-bottom: 1px solid #5785ac; | ||
} | } | ||
Linha 37: | Linha 63: | ||
border-left: 1px solid #404040; | border-left: 1px solid #404040; | ||
margin-left: 5px; | margin-left: 5px; | ||
− | padding: | + | padding: 1px 5px 0 10px; |
font-size: 11px; | font-size: 11px; | ||
color: #b7b7b7; | color: #b7b7b7; | ||
Linha 54: | Linha 80: | ||
#p-personal li#pt-userpage a | #p-personal li#pt-userpage a | ||
{ | { | ||
− | color: # | + | color: #88ddff; |
+ | padding-left: 4px; | ||
} | } | ||
div#mw-panel div.portal#p-navigation div.body ul li | div#mw-panel div.portal#p-navigation div.body ul li | ||
{ | { | ||
− | background: url( | + | background: url(/resources/assets/seta.png) no-repeat; |
margin: 0 0 6px 0; | margin: 0 0 6px 0; | ||
padding: 1px 0 0 10px; | padding: 1px 0 0 10px; | ||
Linha 180: | Linha 207: | ||
{ | { | ||
margin-top: 81px; | margin-top: 81px; | ||
+ | } | ||
+ | |||
+ | #p-search | ||
+ | { | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | |||
+ | div#simpleSearch | ||
+ | { | ||
+ | background: #000; | ||
+ | border: 2px solid #4d4d4d; | ||
+ | height: 27px; | ||
+ | margin-top: 8px; | ||
+ | } | ||
+ | |||
+ | div#simpleSearch #searchInput | ||
+ | { | ||
+ | color: #a5a5a5; | ||
+ | font-size: 10px; | ||
+ | border: 0; | ||
+ | background: #000; | ||
+ | padding: 5px 10px; | ||
+ | margin-top: 3px; | ||
+ | } | ||
+ | |||
+ | div.vectorMenu h3 a | ||
+ | { | ||
+ | top: -2px; | ||
+ | } | ||
+ | |||
+ | .mw-body h1 | ||
+ | { | ||
+ | font-size: 1.8em; | ||
+ | text-transform: uppercase; | ||
+ | color: #5785ac; | ||
+ | } | ||
+ | |||
+ | #p-personal a.new:hover | ||
+ | { | ||
+ | -o-transition: .4s; | ||
+ | -ms-transition: .4s; | ||
+ | -moz-transition: .4s; | ||
+ | -webkit-transition: .4s; | ||
+ | transition: .4s; | ||
+ | color: #d0d0d0; | ||
+ | } | ||
+ | |||
+ | #p-personal li a:hover | ||
+ | { | ||
+ | -o-transition: .4s; | ||
+ | -ms-transition: .4s; | ||
+ | -moz-transition: .4s; | ||
+ | -webkit-transition: .4s; | ||
+ | transition: .4s; | ||
+ | color: #b7b7b7; | ||
+ | } | ||
+ | |||
+ | div.vectorTabs ul li#ca-talk, div.vectorTabs ul li#ca-viewsource, div.vectorTabs ul li#ca-history, div.vectorTabs ul li#ca-view | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | div#mw-panel div.portal:last-child | ||
+ | { | ||
+ | display: none; | ||
} | } |
Edição atual tal como às 22h11min de 26 de dezembro de 2017
body { font-family: 'Open Sans', sans-serif; background-color: #000; } #pt-userpage, #pt-anonuserpage { background: url(/resources/assets/icon_user.png); background-repeat: no-repeat; height: 13px; padding-left: 2px; } div#mw-head { background: url(/resources/assets/background.png) top right no-repeat; } #mw-page-base { height: 76px; border-top: 4px solid #88ddff; } .mw-body .firstHeading { text-transform: uppercase; color: #5785ac; } a, a:visited { color: #7d7d7d; text-transform: uppercase; } div#mw-panel { padding-top: 0; } div#mw-panel div.portal h3 { margin: 0; padding: 0 0 5px 0; color: #88ddff; border-bottom: 1px solid #5785ac; } h1, h2, h3, h4, h5, h6 { border-bottom: 1px solid #b7b7b7; } div#mw-head div.vectorMenu h3 { height: 39px; } #p-personal li { border-left: 1px solid #404040; margin-left: 5px; padding: 1px 5px 0 10px; font-size: 11px; color: #b7b7b7; } a.new, #p-personal a.new, a.new:visited, #p-personal a.new:visited { color: #b7b7b7; } #p-personal li#pt-userpage, #p-personal li#pt-login, #p-personal li#pt-anonuserpage { border-left: 0; } #p-personal li#pt-userpage a { color: #88ddff; padding-left: 4px; } div#mw-panel div.portal#p-navigation div.body ul li { background: url(/resources/assets/seta.png) no-repeat; margin: 0 0 6px 0; padding: 1px 0 0 10px; line-height: 14px; } div#mw-panel div.portal#p-navigation div.body ul li a { color: #a5a5a5; } div.vectorTabs ul li { height: 31px; background: #4d4d4d; } div.vectorTabs span { margin: 0 7px; background: none; } div.vectorTabs ul, div.vectorTabs { background: none; } div.vectorTabs li.selected { background: #fff; } div.vectorTabs li a { color: #a5a5a5; font-size: 10px; } div.vectorTabs li.new a, div.vectorTabs li.new a:visited { color: #a5a5a5; } div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { color: #7d7d7d; } div.vectorTabs ul li { line-height: 7px; } div.vectorTabs { margin-top: 8px; } .mw-body { border: 0; margin-top: 40px; } div.vectorTabs li:first-child { margin-left: -1px; } div#mw-head div.vectorMenu h3 { border: 0; background: none; } div#mw-head div.vectorMenu h3#p-cactions-label { background: #4d4d4d; height: 31px; margin-top: 8px; } div#mw-head div.vectorMenu h3#p-cactions-label span { color: #a5a5a5; font-size: 10px; padding-top: 10px; text-transform: uppercase; } #ca-unwatch.icon a, #ca-watch.icon a { margin-top: -1px; } .mw-body-content { font-size: 0.8em; } div.vectorMenu li a { color: #7d7d7d; font-size: 9px; text-align: center; } .mw-body a.external, .mw-body a.external:visited { color: #3c3b0d; } #footer { display: none; } #right-navigation, #left-navigation { margin-top: 81px; } #p-search { margin-left: 0; } div#simpleSearch { background: #000; border: 2px solid #4d4d4d; height: 27px; margin-top: 8px; } div#simpleSearch #searchInput { color: #a5a5a5; font-size: 10px; border: 0; background: #000; padding: 5px 10px; margin-top: 3px; } div.vectorMenu h3 a { top: -2px; } .mw-body h1 { font-size: 1.8em; text-transform: uppercase; color: #5785ac; } #p-personal a.new:hover { -o-transition: .4s; -ms-transition: .4s; -moz-transition: .4s; -webkit-transition: .4s; transition: .4s; color: #d0d0d0; } #p-personal li a:hover { -o-transition: .4s; -ms-transition: .4s; -moz-transition: .4s; -webkit-transition: .4s; transition: .4s; color: #b7b7b7; } div.vectorTabs ul li#ca-talk, div.vectorTabs ul li#ca-viewsource, div.vectorTabs ul li#ca-history, div.vectorTabs ul li#ca-view { display: none; } div#mw-panel div.portal:last-child { display: none; }