User additions to AugsburgWrestling.info are currently disabled due to repeated vandalism.
Please contact us to create an account and start editing.
MediaWiki:Standard.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/*<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>*/