Difference between revisions of "MediaWiki:Common.css"
From Coastal Wiki
Line 48: | Line 48: | ||
/*added buttons 20140925*/ | /*added buttons 20140925*/ | ||
− | a.button | + | a.button, .button { |
background: none repeat scroll 0 0 #0D556F; | background: none repeat scroll 0 0 #0D556F; | ||
border: 0 none; | border: 0 none; | ||
Line 63: | Line 63: | ||
} | } | ||
− | a.smallbutton | + | .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; | font-size: 9px; | ||
line-height: 10px; | line-height: 10px; | ||
Line 76: | Line 87: | ||
} | } | ||
− | a.mediumbutton | + | .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; | font-size: 12px; | ||
line-height: 13px; | line-height: 13px; | ||
Line 89: | Line 111: | ||
} | } | ||
− | a | + | .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; | background-color: #11BBF3; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Revision as of 08:41, 29 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 { 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; } /*photogallery 20140926*/ .photogallery_table_img_caption { white-space: pre-line; } img { max-width: 100%; }