„MediaWiki:Common.css” változatai közötti eltérés
Ugrás a navigációhoz
Ugrás a kereséshez
Tgr (vitalap | szerkesztései) a (Wikipedia python library) |
Tgr (vitalap | szerkesztései) |
||
(13 közbenső módosítás, amit 3 másik szerkesztő végzett, nincs mutatva) | |||
14. sor: | 14. sor: | ||
margin-top:15px; | margin-top:15px; | ||
} | } | ||
+ | |||
+ | .page-1 #content {padding:0pt;}} | ||
/* link-ikonok */ | /* link-ikonok */ | ||
58. sor: | 60. sor: | ||
/* dobozok */ | /* dobozok */ | ||
.simplebox { | .simplebox { | ||
− | padding: 0.3em; border: 1px solid #aaa; margin: 1em; | + | padding: 0.3em; border: 1px solid #aaa; margin: 1em; |
} | } | ||
66. sor: | 68. sor: | ||
text-align: center; | text-align: center; | ||
} | } | ||
+ | |||
/* Feedburner logó eltüntetése a kezdőlapról */ | /* Feedburner logó eltüntetése a kezdőlapról */ | ||
#creditfooter { | #creditfooter { | ||
− | display: none; | + | display: none; |
+ | } | ||
+ | |||
+ | div#footer ul#footer-places li { | ||
+ | line-height: 1.4em; | ||
+ | } | ||
+ | |||
+ | /* Allow limiting of which header levels are shown in a TOC; | ||
+ | <div class="toclimit-3">, for instance, will limit to | ||
+ | showing ==headings== and ===headings=== but no further | ||
+ | (as long as there are no =headings= on the page, which | ||
+ | there shouldn't be according to the MoS). */ | ||
+ | .toclimit-2 .toclevel-1 ul, | ||
+ | .toclimit-3 .toclevel-2 ul, | ||
+ | .toclimit-4 .toclevel-3 ul, | ||
+ | .toclimit-5 .toclevel-4 ul, | ||
+ | .toclimit-6 .toclevel-5 ul, | ||
+ | .toclimit-7 .toclevel-6 ul { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* Adományozási információk lap */ | ||
+ | .donationbox { | ||
+ | width:45%; | ||
+ | float: left; | ||
+ | background-color:#A9D9A3; | ||
} | } |
A lap jelenlegi, 2017. február 26., 13:30-kori változata
/* Közös CSS az összes felszínnek */ /* Egyes lapok címsorának eltüntetése */ .page-Kezdőlap .firstHeading { display:none; } .page-Home .firstHeading { display:none; } .page-Köszönjük .firstHeading, .page-Köszönjük #contentSub { display:none; } .page-Köszönjük #bodyContent { margin-top:15px; } .page-1 #content {padding:0pt;}} /* link-ikonok */ #bodyContent a.extiw, #bodyContent a.extiw:active { background: url(skins/monobook/external.png) center right no-repeat; padding-right: 13px; } #bodyContent a.external[href$=".pdf"], #bodyContent a.external[href*=".pdf?"], #bodyContent a.external[href*=".pdf#"], #bodyContent a.external[href$=".PDF"], #bodyContent a.external[href*=".PDF?"], #bodyContent a.external[href*=".PDF#"], #bodyContent a.internal[href*="/images/"][href$=".pdf"] { background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat; padding-right: 16px; } /* Többnyelvű oldalak kezelése */ .divlang { background: #F9F9F9; border: 1px solid #E9E9E9; font-size: 85%; text-align: left; padding: 2px 0px 5px 0; margin: 10px 0 0 0; white-space:nowrap; } .divlang ul li { border-left: 1px solid #E4E4E4; display: inline; list-style: none; padding: 0px 10px 0px 15px; } .divlang ul li.firstlang { border-left: none; padding-left: 0px; } /* dobozok */ .simplebox { padding: 0.3em; border: 1px solid #aaa; margin: 1em; } .simplebox h2, .simplebox h3, .simplebox h4 { text-align: center; } /* Feedburner logó eltüntetése a kezdőlapról */ #creditfooter { display: none; } div#footer ul#footer-places li { line-height: 1.4em; } /* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for instance, will limit to showing ==headings== and ===headings=== but no further (as long as there are no =headings= on the page, which there shouldn't be according to the MoS). */ .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; } /* Adományozási információk lap */ .donationbox { width:45%; float: left; background-color:#A9D9A3; }