Szablon:Pomoc SG.css: Różnice pomiędzy wersjami
Z Nonsensopedii, polskiej encyklopedii humoru
Znacznik: zrewertowane |
Znaczniki: rewert ręczny zrewertowane |
||
Linia 1: | Linia 1: | ||
/* <nowiki> */ |
|||
#n-timeline { |
|||
@media only screen and (min-width: 850px) { |
|||
margin: 50000px; |
|||
.glowna-kolumna:nth-child(1) { |
|||
margin-top: 1500px; |
|||
grid-column: 1 / span 2; |
|||
background-color: transparent; |
|||
border-right: dotted #0054d2 2px; |
|||
width: 70%; |
|||
width: 100%; |
|||
border-spacing: 94px; |
|||
} |
|||
.glowna-kolumna:nth-child(2) { |
|||
grid-column: 3 / span 2; |
|||
width: 100%; |
|||
} |
|||
.glowna-kolumna { |
|||
justify-self: center; |
|||
text-align: center; |
|||
border-radius: 0 !important; |
|||
} |
|||
.glowna-main-content .panelcss-header-content { |
|||
font-family: "Linux Libertine", Georgia, serif; |
|||
} |
|||
.panelcss-header { |
|||
display: flex; |
|||
justify-content: center; |
|||
} |
|||
.glowna-main-content .glowna-lista { |
|||
column-gap: 3px; |
|||
} |
|||
.glowna-container { |
|||
border: 2px solid #0054d2; |
|||
} |
|||
.panelcss-content { |
|||
padding-top: 0 !important; |
|||
margin-top: -0.5em; |
|||
} |
|||
.glowna-topka-content { |
|||
font-size: 130% !important; |
|||
padding-top: 1em; |
|||
padding-bottom: 1em; |
|||
} |
|||
.glowna-topka-header { |
|||
display: flex; |
|||
} |
|||
.glowna-topka-header-border-left { |
|||
border-bottom: 26px solid transparent; |
|||
border-right: 26px solid #60A0FF; |
|||
} |
|||
.glowna-topka-header-border-right { |
|||
border-bottom: 26px solid transparent; |
|||
border-left: 26px solid #60A0FF; |
|||
} |
|||
.glowna-topka-header-internal { |
|||
font-size: 80px; |
|||
} |
|||
} |
} |
||
@media only screen and (max-width: 850px) { |
|||
#n-timeline td { |
|||
.glowna-topka-header-internal { |
|||
padding:93px; |
|||
font-size: 4em; |
|||
} |
|||
.glowna-main-content .panelcss-header-content { |
|||
font-family: "Linux Libertine", Georgia, serif !important; |
|||
} |
|||
.panelcss-main { |
|||
display: flex; |
|||
flex-direction: column; |
|||
align-items: center; |
|||
margin-top: 0 !important; |
|||
} |
|||
.panelcss-header { |
|||
border-bottom: none !important; |
|||
margin-bottom: 0 !important; |
|||
text-align: center; |
|||
} |
|||
.panelcss-header::after { |
|||
border-bottom: none !important; |
|||
} |
|||
.panelcss-content { |
|||
text-align: center; |
|||
margin-top: -0.7em; |
|||
} |
|||
} |
} |
||
.glowna-topka-header-internal { |
|||
#n-timeline tr:first-child th { |
|||
width: 100%; |
|||
border: solid #AAA; |
|||
border-width: 10px 1px 2px 1px; |
|||
border-radius: 4px 40px 0 0; |
|||
background: #EEE; |
|||
} |
} |
||
.glowna-topka { |
|||
#n-timeline .tl-okreskoniec td, |
|||
padding: 0 !important; |
|||
#n-timeline tr:last-child td, |
|||
table.forumlist th { |
|||
border-bottom: 28px solid #AAA; |
|||
} |
} |
||
.panelcss-header { |
|||
/* [[Kategoria:Szablony CSS]] */ |
|||
height: auto !important; |
|||
} |
|||
.panelcss-header-content { |
|||
font-weight: normal !important; |
|||
font-size: 1.3em !important; |
|||
} |
|||
/* </nowiki> |
|||
[[Kategoria:Szablony CSS]] |
|||
*/ |
Wersja z 17:44, 21 gru 2022
/* <nowiki> */
@media only screen and (min-width: 850px) {
.glowna-kolumna:nth-child(1) {
grid-column: 1 / span 2;
border-right: dotted #0054d2 2px;
width: 100%;
}
.glowna-kolumna:nth-child(2) {
grid-column: 3 / span 2;
width: 100%;
}
.glowna-kolumna {
justify-self: center;
text-align: center;
border-radius: 0 !important;
}
.glowna-main-content .panelcss-header-content {
font-family: "Linux Libertine", Georgia, serif;
}
.panelcss-header {
display: flex;
justify-content: center;
}
.glowna-main-content .glowna-lista {
column-gap: 3px;
}
.glowna-container {
border: 2px solid #0054d2;
}
.panelcss-content {
padding-top: 0 !important;
margin-top: -0.5em;
}
.glowna-topka-content {
font-size: 130% !important;
padding-top: 1em;
padding-bottom: 1em;
}
.glowna-topka-header {
display: flex;
}
.glowna-topka-header-border-left {
border-bottom: 26px solid transparent;
border-right: 26px solid #60A0FF;
}
.glowna-topka-header-border-right {
border-bottom: 26px solid transparent;
border-left: 26px solid #60A0FF;
}
.glowna-topka-header-internal {
font-size: 80px;
}
}
@media only screen and (max-width: 850px) {
.glowna-topka-header-internal {
font-size: 4em;
}
.glowna-main-content .panelcss-header-content {
font-family: "Linux Libertine", Georgia, serif !important;
}
.panelcss-main {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 0 !important;
}
.panelcss-header {
border-bottom: none !important;
margin-bottom: 0 !important;
text-align: center;
}
.panelcss-header::after {
border-bottom: none !important;
}
.panelcss-content {
text-align: center;
margin-top: -0.7em;
}
}
.glowna-topka-header-internal {
width: 100%;
}
.glowna-topka {
padding: 0 !important;
}
.panelcss-header {
height: auto !important;
}
.panelcss-header-content {
font-weight: normal !important;
font-size: 1.3em !important;
}
/* </nowiki>
[[Kategoria:Szablony CSS]]
*/