Diferenças entre edições de "MediaWiki:Common.css"
Linha 30: | Linha 30: | ||
body { | body { | ||
/* background-color: #6d0309; */ | /* background-color: #6d0309; */ | ||
− | background-color: #000000; | + | /* background-color: #000000; */ |
+ | background-color: #ffe0bf; | ||
} | } | ||
.portal, .portal h3, .portal a, #footer ul li, #footer ul li a, #p-personal | .portal, .portal h3, .portal a, #footer ul li, #footer ul li a, #p-personal | ||
a { | a { | ||
− | color: white !important; | + | /* color: white !important; */ |
+ | color: #59472b; | ||
border-bottom: none !important; | border-bottom: none !important; | ||
} | } |
Revisão das 19h07min 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; 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%); }