Jump to content

User:Rick Block/standard.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* <pre><nowiki> */

.infobox.geography {
   text-align: left;
   border-collapse: collapse;
   /* line-height: 1.2em;  */
   font-size: 90%;
}


div.tleft {
        float: left;
        margin-right: 1.5em;
        border-width: .5em 1em .8em 0;
}

ul {
	margin: 1em 0 0 2.5em;
	padding: 0;
}
ol {
	margin: 1em 0 0 3.2em;
	padding: 0;
}

div.topicon {
  position:absolute; 
  z-index:100; 
  top:120px;
  display: block !important;
}

.scrollbarlist li {
  display: inline;
}

/* #editsection { float:right; margin-left:5px; } */

a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

/* </nowiki></pre> */