Diferenças entre edições de "MediaWiki:Common.css"
Linha 1: | Linha 1: | ||
+ | |||
body.page-Página_principal h1.firstHeading, body.page-Página_principal | body.page-Página_principal h1.firstHeading, body.page-Página_principal | ||
div.thumbcaption { | div.thumbcaption { | ||
Linha 37: | Linha 38: | ||
a { | a { | ||
/* color: white !important; */ | /* color: white !important; */ | ||
− | color: #59472b; | + | color: #59472b !important; |
border-bottom: none !important; | border-bottom: none !important; | ||
} | } | ||
Linha 76: | Linha 77: | ||
#mw-page-base { | #mw-page-base { | ||
/* background-image: linear-gradient(#a52122 0%, #6d0309 100%); */ | /* background-image: linear-gradient(#a52122 0%, #6d0309 100%); */ | ||
− | background-image: linear-gradient(#404040 0%, #000000 100%); | + | /* background-image: linear-gradient(#404040 0%, #000000 100%); */ |
+ | background-image: linear-gradient(#fff2e5 0%, #ffe0bf 100%); | ||
} | } |
Edição atual desde as 19h14min de 18 de abril de 2023
body.page-Página_principal h1.firstHeading, body.page-Página_principal div.thumbcaption { display: none; } body.page-Página_principal div.thumbinner { border: 0px; background-color: #FFF; } @media screen and (max-width: 720px) { .desktop-panel { display: none; } } @media screen and (min-width:721px) { .mobile-panel { display:none; } .desktop-panel { display: inline !important; } } a { text-decoration: none !important; } body { /* background-color: #6d0309; */ /* background-color: #000000; */ background-color: #ffe0bf; } .portal, .portal h3, .portal a, #footer ul li, #footer ul li a, #p-personal a { /* color: white !important; */ color: #59472b !important; border-bottom: none !important; } .mw-body { border: 3px solid #d3ae5d; } .vectorTabs { border-top: 2px solid #d3ae5d; border-left: 3px solid #d3ae5d; border-right: 2px solid #d3ae5d; border-bottom: 0px solid black; padding-left: 0 !important; } .vectorMenu h3 { background-image: none !important; } .vectorMenu h3 span, .vectorMenu li a, .vectorTabs li a { color: black !important; } .vectorTabs ul li:not(.selected), .vectorTabs, .vectorTabs span, #right-navigation { background-image: none !important; } .vectorTabs ul li:not(.selected), #right-navigation { background-color: #d3ae5d !important; } .vectorTabs span { display: none; } #mw-page-base { /* background-image: linear-gradient(#a52122 0%, #6d0309 100%); */ /* background-image: linear-gradient(#404040 0%, #000000 100%); */ background-image: linear-gradient(#fff2e5 0%, #ffe0bf 100%); }