Difference between revisions of "MediaWiki:Monobook.css"

From LGPedia
Jump to: navigation, search
Line 84: Line 84:
 
color: #BCBCBC;
 
color: #BCBCBC;
 
}
 
}
/* Standard Navigationsleisten, aka box hiding thingy from .de.  
+
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */
Documentation at [[Wikipedia:NavFrame]]. */
+
 
+
 
div.Boxmerge,
 
div.Boxmerge,
 
div.NavFrame {
 
div.NavFrame {
margin: 0px;
+
        margin: 0px;
padding: 4px;
+
        padding: 4px;
border: 1px solid #aaa;
+
        border: 1px solid #aaa;
text-align: center;
+
        text-align: center;
border-collapse: collapse;
+
        border-collapse: collapse;
font-size: 95%;
+
        font-size: 95%;
 
}
 
}
 
div.Boxmerge div.NavFrame {
 
div.Boxmerge div.NavFrame {
border-style: none;
+
        border-style: none;
border-style: hidden;
+
        border-style: hidden;
 
}
 
}
 
div.NavFrame + div.NavFrame {
 
div.NavFrame + div.NavFrame {
border-top-style: none;
+
        border-top-style: none;
border-top-style: hidden;
+
        border-top-style: hidden;
 
}
 
}
 
div.NavPic {
 
div.NavPic {
background-color: #fff;
+
        background-color: #fff;
margin: 0px;
+
        margin: 0px;
padding: 2px;
+
        padding: 2px;
float: left;
+
        float: left;
 
}
 
}
 
div.NavFrame div.NavHead {
 
div.NavFrame div.NavHead {
height: 1.6em;
+
        height: 1.6em;
font-weight: bold;
+
        font-weight: bold;
background-color: #ccf;
+
        background-color: #ccf;
position:relative;
+
        position:relative;
 
}
 
}
 
div.NavFrame p {
 
div.NavFrame p {
font-size: 100%;
+
        font-size: 100%;
 
}
 
}
 
div.NavFrame div.NavContent {
 
div.NavFrame div.NavContent {
font-size: 100%;
+
        font-size: 100%;
 
}
 
}
 
div.NavFrame div.NavContent p {
 
div.NavFrame div.NavContent p {
font-size: 100%;
+
        font-size: 100%;
 
}
 
}
 
div.NavEnd {
 
div.NavEnd {
margin: 0px;
+
        margin: 0px;
padding: 0px;
+
        padding: 0px;
line-height: 1px;
+
        line-height: 1px;
clear: both;
+
        clear: both;
 
}
 
}
 
a.NavToggle {
 
a.NavToggle {
position:absolute;
+
        position:absolute;
top:0px;
+
        top:0px;
right:3px;
+
        right:3px;
font-weight:normal;
+
        font-weight:normal;
font-size:smaller;
+
        font-size:smaller;
 
}
 
}

Revision as of 02:43, 25 February 2008

/* CSS placed here will affect users of the Monobook skin */

body {background: #C1BEC2 url("/bg.png")}


/*The aphidblock class described below is used in [[Template:Aphidblock]] */

.aphidblock a {font-weight: bold; color: #627d6d; text-decoration: none;} .aphidblock a:hover {text-decoration: underline;}


/*The vidExpandDiv class is used in [[Template:VidExpand]] */

.vidExpandDiv {
	display: none;
}
.vidExpandDiv:target {
	display: block;
}


/*The code below is used in [[Template:HoverTOC]] */
#hoverTOC {
	width: 70px;
	height: 20px;
	overflow: hidden;
	background-color: #F9F9F9;
	border: 1px solid #aaaaaa;
	text-align: center;
}
#hoverTOC:hover {
	width: auto;
	height: auto;
	background-color: transparent;
	border: 1px none #aaaaaa;
}
#hoverTOCtitle {
	font-weight: bold;
}
#hoverTOC:hover #hoverTOCtitle {
	display: none;
}

/*The code below is used in [[AphidPedia/Redesign]]*/

.ap_vidlist a {
	color: Black;
	text-decoration: none;
}
.ap_vidlist a:hover {
	color: Black;
	text-decoration: underline;
}
.ap_vidlist a:visited {
	color: Black;
	text-decoration: none;
}
.ap_vidlist a:active {
	color: #FFD700;
	text-decoration: underline;
}
.ap_vidlist a.external {
	color: Black;
	text-decoration: none;
}
.ap_vidlist a.external:hover {
	color: Black;
	text-decoration: underline;
}
.ap_vidlist a.external:visited {
	color: Black;
	text-decoration: none;
}
.ap_vidlist a.external:active {
	color: #FFD700;
	text-decoration: underline;
}
#bodyContent #template_redearth_bottom a, #bodyContent #template_redearth_bottom a:hover {
	color: White;
}
#bodyContent #template_redearth_portal a, #bodyContent #template_redearth_portal a:hover {
	color: #7A1402;
}
#bodyContent #template_redearth_box a, #bodyContent #template_redearth_box a:hover {
	color: #BCBCBC;
}
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        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: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccf;
        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;
}