Difference between revisions of "MediaWiki:Common.css"
From Coastal Wiki
| Line 76: | Line 76: | ||
} | } | ||
| − | a.mediumbutton, .mediumbutton a, .mediumbutton { | + | a.mediumbutton, .mediumbutton a, .mediumbutton, .mediumbutton:visited, .mediumbutton a:visited, .mediumbutton:visited { |
font-size: 12px; | font-size: 12px; | ||
line-height: 13px; | line-height: 13px; | ||
Revision as of 11:23, 26 September 2014
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
margin: 0;
padding: 4px;
border: 1px solid #aaa;
text-align: left;
border-collapse: collapse;
font-size: 95%;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
position:relative;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0;
padding: 0;
line-height: 1px;
clear: both;
}
a.NavToggle {
position: absolute;
top: 0;
right: 3px;
font-weight: normal;
font-size: 90%;
}
/*added buttons 20140925*/
a.button, .button a, .button {
background: none repeat scroll 0 0 #0D556F;
border: 0 none;
border-radius: 3px;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-size: 16px;
line-height: 20px;
margin: 5px 0 0;
padding: 5px 15px;
vertical-align: bottom;
text-decoration:none;
}
a.smallbutton, .smallbutton a, .smallbutton{
font-size: 9px;
line-height: 10px;
padding: 0 5px;
background: none repeat scroll 0 0 #0d556f;
border: 0 none;
border-radius: 3px;
text-decoration:none;
color:white;
text-decoration:none;
box-shadow: 1px 1px 1px 1px #777;
}
a.mediumbutton, .mediumbutton a, .mediumbutton, .mediumbutton:visited, .mediumbutton a:visited, .mediumbutton:visited {
font-size: 12px;
line-height: 13px;
padding: 0 8px;
background: none repeat scroll 0 0 #0d556f;
border: 0 none;
border-radius: 3px;
text-decoration:none;
color:white;
text-decoration:none;
box-shadow: 1px 1px 1px 1px #777;
}
a.smallbutton:hover, .smallbutton a:hover,.smallbutton:hover, a.mediumbutton:hover, .mediumbutton a:hover,.mediumbutton:hover, a.button:hover, .button a:hover,.button:hover
{
background-color: #11BBF3;
}
/*daphnis 20140924 for traits wiki*/
.hidetitlesemantictree strong.selflink {
display:none;
}
.hidetitlesemantictree p
{
margin:0px;
line-height:6px;
}