imported>Tlosk |
imported>Tlosk |
| Line 1: |
Line 1: |
| /*<pre><nowiki>*/
| |
|
| |
|
| /* wikitable/prettytable class for skinning normal tables */
| |
|
| |
| table.wikitable,
| |
| table.prettytable {
| |
| background: #f9f9f9;
| |
| border: 1px #aaa solid;
| |
| }
| |
|
| |
| table.wikitable th, table.wikitable td,
| |
| table.prettytable th, table.prettytable td {
| |
| border: 1px #aaa solid;
| |
| }
| |
|
| |
| table.wikitable th,
| |
| table.prettytable th {
| |
| background: #f2f2f2;
| |
| }
| |
|
| |
| table.navbox {
| |
| background: #f9f9f9;
| |
| }
| |
|
| |
| table.infobox {
| |
| border: 1px solid #aaa;
| |
| background: #f9f9f9;
| |
| color: black;
| |
| }
| |
|
| |
| table.infobox.bordered td, table.infobox bordered th{
| |
| border: 1px solid #aaa;
| |
| }
| |
|
| |
| table.infobox.bordered .mergedtoprow th {
| |
| border-top: 1px solid #aaa;
| |
| border-right: 1px solid #aaa;
| |
| }
| |
|
| |
| table.infobox.bordered .mergedrow th {
| |
| border-right: 1px solid #aaa;
| |
| }
| |
|
| |
| div.tright {
| |
| clear: right;
| |
| }
| |
|
| |
| div.tleft {
| |
| float: left;
| |
| margin-right: .5em;
| |
| border-width: .5em 1.4em .8em 0;
| |
| }
| |
|
| |
| dt {
| |
| font-weight:bold;
| |
| }
| |
|
| |
| /*div.topicon {
| |
| position:absolute;
| |
| z-index:100;
| |
| top:120px;
| |
| display: block !important;
| |
| }*/
| |
|
| |
| #coordinates {
| |
| position:absolute;
| |
| z-index:1;
| |
| border:none;
| |
| background:none;
| |
| left:163px;
| |
| top:3.5em;
| |
| float:right;
| |
| margin:0.0em;
| |
| padding:0.0em;
| |
| line-height:1.5em;
| |
| text-align:right;
| |
| text-indent:0;
| |
| font-size:85%;
| |
| text-transform:none;
| |
| white-space:nowrap;
| |
| }
| |
|
| |
| /* For patrolled edits */
| |
| li.not-patrolled {
| |
| background-color: #ffffaa;
| |
| }
| |
|
| |
| /*</nowiki></pre>*/
| |