Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
/* Forum formatting -Algorithm & -Splaka */ | /* Forum formatting -Algorithm & -Splaka */ | ||
| + | .toc { border-radius: 6px; } | ||
| + | |||
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; } | .forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; } | ||
.forumlist td.forum_edited a { color: black; text-decoration: none } | .forumlist td.forum_edited a { color: black; text-decoration: none } | ||
Revision as of 23:43, 23 February 2013
/** CSS placed here will be applied to all skins */
/* Forum formatting -Algorithm & -Splaka */
.toc { border-radius: 6px; }
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
.forumlist td.forum_edited a { color: black; text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }
/** Monaco background strip behind the logo for best logo color */
#background_strip {
background-color: black;
}
/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
div.Boxmerge,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.Boxmerge div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
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: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
a.NavToggle {
position:absolute;
top:0px;
right:3px;
font-weight:normal;
font-size:smaller;
}
/* Create the UWPInfo popup boxes for the UWP template */
div.UWPInfo {
position:relative;
z-index:24;
text-decoration:none}
div.UWPInfo:hover{z-index:25;}
div.UWPInfo span{display: none}
div.UWPInfo:hover span{
display:block;
position:absolute;
top:2em; left:-15em; width:20em;
border:1px solid #000;
border-radius: 6px;
background-color:#cff; color:#000;
text-align: center}
.color1 {
background-color: #006CB0;
color: white;
border-radius: 6px;
}