Aus OPwiki
/* monobook.css ; erstellt von [[User:Defchris|Defchris]] */
/****************************************************************************************
* Links
****************************************************************************************/
a, a:visited {
color: mediumblue;
}
a.new, a.new:visited {
color: darkred;
}
a:hover {
text-decoration: none;
border-bottom: dotted 1px mediumblue;
}
a.new:hover {
text-decoration: none;
border-bottom: dotted 1px darkred;
}
div.portlet a:hover {
padding-bottom: -1px;
margin-bottom: -1px;
}
#p-personal .pBody ul {
background: white;
float: right;
padding-left: 0;
-moz-border-radius-bottomleft: 5px;
border-radius-bottomleft: 5px;
height: 18px;
}
#superbanner {
display: none;
}
#skyscraper {
display: none;
}
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
background-color: #DEF;
}
//