Difference between revisions of "MediaWiki:Common.css"
From Coastal Wiki
Pieter Maes (talk | contribs) |
Pieter Maes (talk | contribs) |
||
Line 56: | Line 56: | ||
display: inline-block; | display: inline-block; | ||
font-size: 16px; | font-size: 16px; | ||
+ | font-weight: lighter; | ||
line-height: 20px; | line-height: 20px; | ||
margin: 5px 0 0; | margin: 5px 0 0; | ||
Line 68: | Line 69: | ||
cursor: pointer; | cursor: pointer; | ||
font-size: 16px; | font-size: 16px; | ||
+ | font-weight: lighter; | ||
line-height: 20px; | line-height: 20px; | ||
vertical-align: bottom; | vertical-align: bottom; | ||
Line 76: | Line 78: | ||
cursor: pointer; | cursor: pointer; | ||
font-size: 9px; | font-size: 9px; | ||
+ | font-weight: lighter; | ||
line-height: 10px; | line-height: 10px; | ||
padding: 0 5px; | padding: 0 5px; | ||
Line 91: | Line 94: | ||
cursor: pointer; | cursor: pointer; | ||
font-size: 9px; | font-size: 9px; | ||
+ | font-weight: lighter; | ||
line-height: 10px; | line-height: 10px; | ||
text-decoration:none; | text-decoration:none; | ||
Line 100: | Line 104: | ||
cursor: pointer; | cursor: pointer; | ||
font-size: 12px; | font-size: 12px; | ||
+ | font-weight: lighter; | ||
line-height: 13px; | line-height: 13px; | ||
padding: 0 8px; | padding: 0 8px; | ||
Line 114: | Line 119: | ||
cursor: pointer; | cursor: pointer; | ||
font-size: 12px; | font-size: 12px; | ||
+ | font-weight: lighter; | ||
line-height: 13px; | line-height: 13px; | ||
text-decoration:none; | text-decoration:none; |
Revision as of 07:38, 9 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; font-weight: lighter; 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; font-weight: lighter; line-height: 20px; vertical-align: bottom; text-decoration:none; } a.smallbutton, .smallbutton{ cursor: pointer; font-size: 9px; font-weight: lighter; 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,.collapseButton a { cursor: pointer; font-size: 9px; font-weight: lighter; line-height: 10px; text-decoration:none; color:white; text-decoration:none; } a.mediumbutton, .mediumbutton, .mediumbutton:visited, .mediumbutton a:visited, .mediumbutton:visited,.collapseButton a,.collapseButton a:visited { cursor: pointer; font-size: 12px; font-weight: lighter; 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,.collapseButton a{ cursor: pointer; font-size: 12px; font-weight: lighter; line-height: 13px; text-decoration:none; color:white; } a.smallbutton:hover,.smallbutton:hover, a.mediumbutton:hover,.mediumbutton:hover, a.button:hover,.button:hover,.collapseButton a:hover { background-color: #11BBF3; } /*daphnis 20140924 for traits wiki*/ .hidetitlesemantictree strong.selflink { display:none; } .hidetitlesemantictree p { margin:0px; line-height:6px; } /*daphnis 20141008 hide eye in properties*/ td.smwpropname span.smwbrowse { display:none; } td.smwpropname {vertical-align: middle!important} .hidethis { display:none; } /*photogallery 20140926*/ .photogallery_table_img_caption, .hidethis { white-space: pre-line; } .fullImageLink img, #file img{ max-width: 100%; } .collapseButton { float: right; }