MediaWiki:Monobook.css: Difference between revisions

From LGPedia
Jump to navigationJump to search
Brucker (talk | contribs)
m Reverted edits by Brucker (Talk); changed back to last version by OwenIsCool
OwenIsCool (talk | contribs)
added vidlist code
Line 40: Line 40:
display: none;
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;

Revision as of 17:09, 2 April 2007

/* 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;