Difference between revisions of "MediaWiki:Common.css"
From Coastal Wiki
Pieter Maes (talk | contribs) |
|||
| Line 128: | Line 128: | ||
display:none; | display:none; | ||
} | } | ||
| + | .hidethis { | ||
| + | display:none; | ||
| + | } | ||
| + | |||
.hidetitlesemantictree p | .hidetitlesemantictree p | ||
{ | { | ||
Revision as of 11:23, 8 October 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 {
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;
}
.button a
{
color: #FFFFFF;
cursor: pointer;
font-size: 16px;
line-height: 20px;
vertical-align: bottom;
text-decoration:none;
}
a.smallbutton, .smallbutton{
cursor: pointer;
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;
}
.smallbutton a
{
cursor: pointer;
font-size: 9px;
line-height: 10px;
text-decoration:none;
color:white;
text-decoration:none;
}
a.mediumbutton, .mediumbutton, .mediumbutton:visited, .mediumbutton a:visited, .mediumbutton:visited {
cursor: pointer;
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;
}
.mediumbutton a{
cursor: pointer;
font-size: 12px;
line-height: 13px;
text-decoration:none;
color:white;
}
a.smallbutton:hover,.smallbutton:hover, a.mediumbutton:hover,.mediumbutton:hover, a.button:hover,.button:hover
{
background-color: #11BBF3;
}
/*daphnis 20140924 for traits wiki*/
.hidetitlesemantictree strong.selflink {
display:none;
}
.hidethis {
display:none;
}
.hidetitlesemantictree p
{
margin:0px;
line-height:6px;
}
/*photogallery 20140926*/
.photogallery_table_img_caption {
white-space: pre-line;
}
.fullImageLink img, #file img{
max-width: 100%;
}