/**
*
* MC10's Styles
*
* This is a compilation of all of the CSS styles that I use.
* Feel free to copy my common.css or any of the styles here.
* Some styles are commented out, so they are disabled.
* Of course, you can enable them in your skin.css file.
*
* To access your skin.css file, follow this link:
* [[Special:MyPage/skin.css]]
*
* @user MC10
* @skin All
*
*/
/*.mw-plusminus-pos {
color: #006400;
font-weight: bold;
}
.mw-plusminus-neg {
color: #8B0000;
font-weight: bold;
}
.mw-plusminus-null {
color: #AAAAAA;
font-weight: bold;
}*/
/*
.geonotice {
display: none;
}
*/
/* Hide site notice */
#siteNotice, .siteNotice, #centralNotice {
display: none !important;
}
/* Reduce space around category links, allow word wrapping - see [[:de:Wikipedia:Fragen zur Wikipedia#MW118: Kategorienanzeige]] */
/*
#catlinks li {
display: inline;
border-left: none;
padding: 0;
}
#catlinks li:first-child { padding-left: 0; }
#catlinks li:before { content: " | "; }
#catlinks li:first-child:before { content: ""; }
*/
/**
* Diff rendering
*/
/*table.diff,
td.diff-context,
td.diff-otitle,
td.diff-ntitle {
background-color: transparent;
}
td.diff-addedline {
background: #D8E4F6;
font-size: smaller;
}
td.diff-deletedline {
background: #E4F6D8;
font-size: smaller;
}
td.diff-context {
font-size: smaller;
}
td.diff-addedline .diffchange {
background: #B0C0F0;
color: #001040;
font-weight: bold;
}
td.diff-deletedline .diffchange {
background: #B0E897;
color: #104000;
font-weight: bold;
}*/
/* Sans-serif heading font */
div#content h1, div#content h2, div#content #firstHeading {
font-family: sans-serif;
}