Predefinição:WikiCon Brasil 2025/style.css
Aspeto
@media (max-width :480px) {
.view_in_mobile {display:inline;}
.view_in_desktop {display:none;}
.header { height:auto !important; max-height: 300px !important}
.gallery .gallerybox {width:unset !important;}
.wikicon_infobox {width:100% !important}
#gallery {
column-count: 3;
text-align: center;
padding:0 !important;
}
}
#header_mobile, #header_desktop {
display:table;
width:100%;
line-height:200%;
text-align:center;
font-size:125%;
border-collapse: separate;
border-spacing: 1rem 0;
margin:0 !important;
}
#header_mobile td, #header_desktop td {
border-bottom:5px solid #0078b4;
color:#0078b4;
white-space:nowrap;
}
#header_mobile a, #header_desktop a {
color:#0078b4 !important;
}
#sub_header, #sub_header_wrap {
display:table;
width:100%;
line-height:180%;
text-align:center;
font-size:100%;
border-collapse: separate;
border-spacing: 1rem 0;
margin:0 !important;
}
#sub_header td {
border-bottom:5px solid #1a893d;
color:#1a893d;
white-space:nowrap;
}
#sub_header_wrap td {
border-bottom:5px solid #1a893d;
color:#1a893d;
}
#sub_header a, #sub_header_wrap a {
color:#1a893d !important;
}
#footer {
width: 100%;
border-collapse: separate;
border-spacing: 1rem 0;
}
#footer span:not([typeof="mw:File"]) {
border-bottom: 6px solid #0078b4;
color:#0078b4
}
.programa th:not(.programa-header) {
font-size:90%;
background-color:#d0d8f5;
}
@media (min-width :480px) {
.view_in_mobile {display:none;}
.view_in_desktop {display:inline;}
}
#header td:nth-child(even) {
width:15.2%;
}
.header { height: auto;}
.header img {
position:relative;
width: 100%;
height: auto;
max-height: 300px !important;
max-width: 1080px !important;
}
h1, h2:not(#mw-toc-heading):not(.time-slot) {
border-bottom: 6px solid;
border-image: linear-gradient(to right, #0078b4, #004d73);
border-image-slice: 1;
}
.gallery.mw-gallery-slideshow {
margin: 0;
}
.mw-gallery-slideshow-buttons.oo-ui-layout.oo-ui-panelLayout { padding:0 0 1.3em 0; }