MediaWiki:Monobook.css

Z LEKSYKON KULTURY WARMII I MAZUR
Wersja z dnia 00:57, 2 mar 2010 autorstwa Kamil Żmijewski (dyskusja | edycje) (Utworzył nową stronę „Umieszczony tutaj kod CSS wpłynie na wygląd skórki Książka: * <pre><nowiki>: <br> **** BACKGROUND COLORS FOR CONTENT ACTIONS ****: <br> /**…”)
(różn.) ← poprzednia wersja | przejdź do aktualnej wersji (różn.) | następna wersja → (różn.)
Skocz do: nawigacja, szukaj
/* Umieszczony tutaj kod CSS wpłynie na wygląd skórki Książka */ 

/** &lt;pre&gt;&lt;nowiki&gt; */<br> /***** BACKGROUND COLORS FOR CONTENT ACTIONS *****/<br> /***** taken from Common.css into Monobook.css due to monobook-specific stuff *****/<br> <br> /* Colour of pseudo NS Special (light grey) */<br> <br> .ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; }<br> <br> /* Colour of NS Project + Project_talk (light sky blue) */<br> <br> .ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #f8fcff; }<br> <br> .ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #f8fcff; }<br> <br> /* Colour of NS MediaWiki + MediaWiki_talk (light grey) */<br> <br> .ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #f4f4f4; }<br> <br> .ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #f4f4f4; }<br> <br> /* Colour of NS Manual + Manual_talk (light bluish violet) */<br> <br> .ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #f3f3ff; }<br> <br> .ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #f3f3ff; }<br> <br> /** &lt;/nowiki&gt;&lt;/pre&gt; */<br>

<br>

.wikitable,<br> .prettytable {<br> margin: 1em 1em 1em 0;<br> background: #f9f9f9;<br> border: 1px #AAA solid;<br> border-collapse: collapse;<br> empty-cells:show;<br> }<br> <br> .wikitable th, .wikitable td,<br> .prettytable th, .prettytable td {<br> border: 1px #AAA solid;<br> padding: 0.3em;<br> }<br> <br> .wikitable caption,<br> .prettytable caption {<br> margin-left: inherit;<br> margin-right: inherit;<br> font-weight: bold;<br> }<br> <br> .nogrid th, .nogrid td {border: none;}<br> .float-left { float: left; clear: left; }<br> .float-right { float: right; clear: right; margin: 1em 0 1em 1em; }<br> .centered { margin-left: auto; margin-right: auto; }<br><br>