Difference between revisions of "MediaWiki:Common.css"
From Coastal Wiki
("mrow span" 14px for formulas) |
|||
(120 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | /* | + | /* 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 !important; | ||
+ | } | ||
+ | |||
+ | 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 p{ | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | .hidetitlesemantictree p b{ | ||
+ | visibility:visible; | ||
+ | } | ||
+ | .hidetitlesemantictree p strong{ | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | |||
+ | |||
+ | .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; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*Gifs portal 20141105*/ | ||
+ | .gifs-map { | ||
+ | background-color:#3a75c4; | ||
+ | text-align:center; | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | font-family: Helvetica!important; | ||
+ | font-size: 11px!important; | ||
+ | text-decoration:none!important; | ||
+ | width:670px | ||
+ | } | ||
+ | |||
+ | .gifs-map a { | ||
+ | color: white !important; | ||
+ | font-weight: bold | ||
+ | } | ||
+ | .gifs-map-active a { | ||
+ | color: #003893 !important; | ||
+ | } | ||
+ | |||
+ | #gifs-mapupper { | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | /*Help semantic maps table*/ | ||
+ | .basictable{ | ||
+ | background-color: #f9f9f9; | ||
+ | border: 1px solid #aaa; | ||
+ | border-collapse: collapse; | ||
+ | color: black; | ||
+ | margin: 1em 0 ; | ||
+ | } | ||
+ | .basictable td, .basictable th { | ||
+ | border: 1px solid #aaa; | ||
+ | padding: 2px; | ||
+ | } | ||
+ | |||
+ | .basictable th { | ||
+ | background-color: #21409A; | ||
+ | color: white | ||
+ | } | ||
+ | |||
+ | /*daphnis 2016-08-19 historic table*/ | ||
+ | |||
+ | .Histobelzee {float: right; margin: 1em; width:40%} | ||
+ | .Histobelzee td {padding: 2px; font-size:85%; line-height: 130%} | ||
+ | .Histobelzee th {background-color: #006784; font-size:90%; text-align: left} | ||
+ | |||
+ | .mrow span { | ||
+ | font-size: 14px; | ||
+ | } |
Latest revision as of 22:02, 11 May 2020
/* 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 !important; } 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 p{ visibility: hidden; } .hidetitlesemantictree p b{ visibility:visible; } .hidetitlesemantictree p strong{ visibility:hidden; } .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; } /*Gifs portal 20141105*/ .gifs-map { background-color:#3a75c4; text-align:center; padding:0; margin:0; font-family: Helvetica!important; font-size: 11px!important; text-decoration:none!important; width:670px } .gifs-map a { color: white !important; font-weight: bold } .gifs-map-active a { color: #003893 !important; } #gifs-mapupper { text-transform: uppercase; } /*Help semantic maps table*/ .basictable{ background-color: #f9f9f9; border: 1px solid #aaa; border-collapse: collapse; color: black; margin: 1em 0 ; } .basictable td, .basictable th { border: 1px solid #aaa; padding: 2px; } .basictable th { background-color: #21409A; color: white } /*daphnis 2016-08-19 historic table*/ .Histobelzee {float: right; margin: 1em; width:40%} .Histobelzee td {padding: 2px; font-size:85%; line-height: 130%} .Histobelzee th {background-color: #006784; font-size:90%; text-align: left} .mrow span { font-size: 14px; }