MediaWiki:Common.css: Różnice pomiędzy wersjami
Z Dubbingpedia
mNie podano opisu zmian |
Nie podano opisu zmian |
||
| Linia 62: | Linia 62: | ||
.mw-usertoollinks-talk { display:none!important; } | .mw-usertoollinks-talk { display:none!important; } | ||
.mw-contributions-user-tools { display:none!important; } | .mw-contributions-user-tools { display:none!important; } | ||
.dp-home-feature-grid { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 14px; | |||
padding: 14px; | |||
} | |||
.dp-home-feature-card { | |||
flex: 1 1 220px; | |||
min-width: 190px; | |||
border: 1px solid #a2a9b1; | |||
background: #fff; | |||
overflow: hidden; | |||
} | |||
.dp-home-feature-image { | |||
background: #eaecf0; | |||
border-bottom: 1px solid #a2a9b1; | |||
} | |||
.dp-home-feature-image > p { | |||
margin: 0; | |||
} | |||
.dp-home-feature-image a, | |||
.dp-home-feature-image .mw-file-description { | |||
display: block; | |||
} | |||
.dp-home-feature-image img, | |||
.dp-home-feature-image .mw-file-element { | |||
display: block; | |||
width: 100% !important; | |||
height: auto !important; | |||
max-width: 100%; | |||
} | |||
.dp-home-feature-text { | |||
padding: 11px 14px; | |||
} | |||
Wersja z 01:52, 8 lip 2026
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
.contentHeader .firstHeading {
background: #00A2E8;
border: 1px solid rgba(0,0,0,0.1);
color: #fff;
margin-bottom: 1rem;
overflow: visible;
text-align: center;
padding: 5px;
font-weight: bold;
font-size: 25px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
h2.nagl {
background: #70ACFF;
margin: 0;
padding: 5px;
font-size: 22px;
}
#blackclose a, #blackclose a:visited {
text-decoration: none;
font-family: "Arial",Helvetica,sans-serif
}
#overlayblack {
background: -moz-radial-gradient(center center 45deg, circle closest-side, transparent 0pt, black 350px) repeat scroll 0 0 transparent;
background: -webkit-gradient(radial, center center, 0, center center, 350, from(transparent), to(rgba(0, 0, 0, 1)));
height: 100%;
left: 0;
pointer-events: none;
position: absolute;
top: 0;
width: 200%;
bottom: 0;
top: 0;
right: 0;
left: 0;
z-index: 2000;
}
#blackclose {
text-align: center;
height: 40px;
width: 100%;
left: 0;
position: fixed;
top: 0;
z-index: 2001;
background: #000;
}
#blackclose a{font-size: 12px; margin-right: 10px; color: #fff; margin-top: 10px;}
#blackclose p {padding: 0px; margin: 0px;}
#blackclose p a{color: #fff; font-size: 30px; padding-top: 20px;}
#blackclose .fright{ float:right; }
#ca-talk { display:none!important; }
.mw-usertoollinks-talk { display:none!important; }
.mw-contributions-user-tools { display:none!important; }
.dp-home-feature-grid {
display: flex;
flex-wrap: wrap;
gap: 14px;
padding: 14px;
}
.dp-home-feature-card {
flex: 1 1 220px;
min-width: 190px;
border: 1px solid #a2a9b1;
background: #fff;
overflow: hidden;
}
.dp-home-feature-image {
background: #eaecf0;
border-bottom: 1px solid #a2a9b1;
}
.dp-home-feature-image > p {
margin: 0;
}
.dp-home-feature-image a,
.dp-home-feature-image .mw-file-description {
display: block;
}
.dp-home-feature-image img,
.dp-home-feature-image .mw-file-element {
display: block;
width: 100% !important;
height: auto !important;
max-width: 100%;
}
.dp-home-feature-text {
padding: 11px 14px;
}