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 div.thumbcaption { | |
− | body.page-Página_principal h1.firstHeading { | + | display: none; |
− | 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; | ||
+ | } | ||
} | } | ||
Revisão das 06h22min de 19 de agosto de 2022
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; } } /* GOARCH */ a { text-decoration: none !important; } body { background-color: #6d0309; } .portal, .portal h3, .portal a, #footer ul li, #footer ul li a, #p-personal a { color: white !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%); }