MediaWiki:Monobook.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 66: Line 66:
}
}


li#pt-userpage,
@media all and (min-width: 551px) {
li#pt-anonuserpage,
li#pt-userpage,
li#pt-login {
li#pt-anonuserpage,
background: url(/images/smallchief.gif) top left no-repeat;
li#pt-login {
padding-left: 16px;
background: url(/images/smallchief.gif) top left no-repeat;
line-height: 17px;
padding-left: 16px;
line-height: 17px;
}
}
}


Line 78: Line 80:
}
}


#p-personal ul {
@media all and (min-width: 551px) {
background: #FFFFFF;
#p-personal ul {
border-left: 1px solid #aaa;
background: #FFFFFF;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
width: auto;
border-bottom: 1px solid #aaa;
display: inline;
width: auto;
position: absolute;
display: inline;
right: 0;
position: absolute;
padding-left: 0px;
right: 0;
padding-bottom: 0px;
padding-left: 0px;
margin-top: -1px;
padding-bottom: 0px;
-moz-border-radius-bottomleft: 1em;
margin-top: -1px;
-webkit-border-bottom-left-radius: 1em;
border-bottom-left-radius: 1em;
}
}
}


Line 207: Line 210:
}
}


.portlet#p-tb h3, .portlet#p-search h3 {
@media all and (min-width: 551px) {
display: none;
.portlet#p-tb h3, .portlet#p-search h3 {
display: none;
}
}
}


Line 281: Line 286:


/*** Monobook Sidebar ***/
/*** Monobook Sidebar ***/
#n-Halopedia-Archive > a {
@media all and (min-width: 551px) {
font-size: 125% !important;
#n-Halopedia-Archive > a {
}
font-size: 125% !important;
/* without an ugly padding */
}
#p-Navigation ul {
/* without an ugly padding */
margin: 0;
#p-Navigation ul {
}
margin: 0;
#p-Navigation > div {
}
background: white;
#p-Navigation > div {
padding: 0;
background: white;
}
padding: 0;
/* que no sea un list */
}
#p-Navigation li {
/* que no sea un list */
display: block;
#p-Navigation li {
list-style-image: none !important; /* for IE */
display: block;
}
list-style-image: none !important; /* for IE */
/* general design of the links */
}
#p-Navigation li > a {
/* general design of the links */
display: block;
#p-Navigation li > a {
position: relative;
display: block;
background: #fff;
position: relative;
color: #000;
background: #fff;
font-size: 14.9px;
color: #000;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 14.9px;
padding: 0 0 0 10px;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
line-height: 24px;
padding: 0 0 0 10px;
font-weight: bold;
line-height: 24px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #EEEEEE;
text-decoration: none;
}
border-bottom: 1px solid #EEEEEE;
/* special menu just for the class */
}
#p-Navigation > div > ul > li > a {
/* special menu just for the class */
background: url(/images/menu_gradient.png) no-repeat left center;
#p-Navigation > div > ul > li > a {
margin: 1px 1px 0 1px;
background: url(/images/menu_gradient.png) no-repeat left center;
padding: 0 0 0 10px;
margin: 1px 1px 0 1px;
color: black;
padding: 0 0 0 10px;
width: auto;
color: black;
}
width: auto;
#p-Navigation > div > ul > li.hover > a {
}
color: #2A2A2A;
#p-Navigation > div > ul > li.hover > a {
text-shadow: #AAA46C 1px 1px 3px;
color: #2A2A2A;
}
text-shadow: #AAA46C 1px 1px 3px;
#p-Navigation > div > ul > li > a > em {
}
right: 8px;
#p-Navigation > div > ul > li > a > em {
}
right: 8px;
/* submenu marker */
}
#p-Navigation em {
/* submenu marker */
font-style: normal;
#p-Navigation em {
font-family: arial,sans-serif;
font-style: normal;
font-size: 16pt;
font-family: arial,sans-serif;
font-weight: bold;
font-size: 16pt;
line-height: 20px;
font-weight: bold;
position: absolute;
line-height: 20px;
right: 8px;
position: absolute;
top: 0px
right: 8px;
}
top: 0px
/* hover */
}
#p-Navigation li > ul > li.hover > a {
/* hover */
background-color: #DCDCDC; /* Gainsboro */
#p-Navigation li > ul > li.hover > a {
}
background-color: #DCDCDC; /* Gainsboro */
}


#p-Navigation li.hover > ul.sub-menu {
#p-Navigation li.hover > ul.sub-menu {
display: block;
display: block;
}
}


/* general submenu */
/* general submenu */
#p-Navigation ul.sub-menu {
#p-Navigation ul.sub-menu {
border: 1px solid #aaa;
border: 1px solid #aaa;
display: none;
display: none;
background: #fff;
background: #fff;
position: absolute;
position: absolute;
padding: 1px;
padding: 1px;
width: 185px;
width: 185px;
margin-left: 180px;
margin-left: 180px;
margin-top: -25px;
margin-top: -25px;
z-index: 100;
z-index: 100;
}
/* Only the first */
#p-Navigation > div > ul > li > ul.sub-menu {
margin-left: 13em;
}
}
}
/* Only the first */
@media all and (max-width: 550px) {
#p-Navigation > div > ul > li > ul.sub-menu {
.portlet ul.sub-menu {
margin-left: 13em;
margin-top: 0 !important;
padding-top: 0 !important;
}
}
}
/*** End Monobook Sidebar ***/

Revision as of 04:50, November 3, 2020

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

#globalWrapper { background: none !important; }
p { margin: 0.6em 0 0.7em 0; }
h3 + dl, h4 + dl, h5 + dl {
	margin-top: -0.1em;
}
.ns-talk p + dl, .ns-110 p + dl,
.rootpage-Halopedia_Changing_username p + dl {
	margin-top: -0.4em;
}
.ns-talk dl + dl, .ns-110 dl + dl,
.rootpage-Halopedia_Changing_username dl + dl {
	margin-top: -0.2em;
}

a { color: #00f; }
a:active { color: orange; }
a:visited { color: #00c; }

.mw-parser-output a.external[href^="https://www.halopedia.org"] {
	color: #00f !important;
	background: none;
	padding: 0;
}

body {
	background: #4F7065 url(/images/bodybg-monobook.jpg) fixed no-repeat 0 0;
}
#bodyContent {
	position: relative;
	background: transparent url(/images/pagebg.jpg) no-repeat center 65px !important;
}

#p-logo, #p-logo a, #p-logo a:hover {
	height: 159px;
	width: 196px;
	background: url(/images/logo-monobook.png) no-repeat 0 10px !important;
}

#p-cactions li a:hover {
	border-bottom: 1px solid #FFFFFF;
}

#p-cactions li.selected a {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 2px;
}

.pBody,
.portlet h3,
ul#f-list {
	font-family: verdana;
}

.special li {
	line-height: 19px;
}

#p-personal a.new {
	color: #f00;
}

#p-personal a.new:visited {
	color: #c00;
}

@media all and (min-width: 551px) {
	li#pt-userpage,
	li#pt-anonuserpage,
	li#pt-login {
		background: url(/images/smallchief.gif) top left no-repeat;
		padding-left: 16px;
		line-height: 17px;
	}
}

#p-personal li a:hover {
	background-color: transparent;
}

@media all and (min-width: 551px) {
	#p-personal ul {
		background: #FFFFFF;
		border-left: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		width: auto;
		display: inline;
		position: absolute;
		right: 0;
		padding-left: 0px;
		padding-bottom: 0px;
		margin-top: -1px;
		border-bottom-left-radius: 1em;
	}
}

pre { 
	border: 1px dashed #06f;
}

.mw-dismissable-notice {
	padding: 2px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #fff;
}
#localNotice {
	margin-bottom: 0;
}

.catlinks {
	margin-top: 10px;
}

#navbox { 
	/* border: 1px solid #2f6fab; */
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	margin-left: 15px;
	margin-bottom: 15px;
}

#p-personal li a:hover {
	background-color: none;
	text-decoration: underline;
}

#p-cactions li a {
	color: #00c;
}

#p-cactions .new a {
	color: #c00;
}

#preftoc a:active {
	color: #00c;
}

@media all and (min-width: 551px) {
	#content {
		border-top-left-radius: 1em;
		border-bottom-left-radius: 1em;
	}
}

#p-cactions {
	left: 11.8em;
}

.portlet {
	width: 11.9em;
}

input.searchButton {
	padding: 0 0.4em !important;
	cursor: pointer;
	background-color: white;
	border: 1px solid #2f6fab; 
	font-weight: normal;
} 

#searchGoButton {
	font-weight: normal;
}

#searchInput {
	border: 1px solid #2f6fab; 
} 

input[type="radio"], input[type="checkbox"] {
	border: none;
}

select {
	border: 1px solid #2f6fab; 
	color: black;
}

blockquote {
	border-left: 3px solid #06f;
	margin-left: 2em;
	padding-left: 1em;
}

.oldh3 {
	font-size: 132%;
}

.right {
	text-align: right;
}

#p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a {  
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

#p-cactions li {
	padding-bottom:1em;
	-moz-border-radius-topleft: .72em !important;
	-moz-border-radius-topright: .72em !important;
	-webkit-border-top-left-radius: .72em !important;
	-webkit-border-top-right-radius: .72em !important;
}

@media all and (min-width: 551px) {
	.portlet#p-tb h3, .portlet#p-search h3 {
		display: none;
	}
}

.portlet#p-search {
	margin-top: -1px;
}

.portlet#p-tb {
	margin-top: -7px;
}

.portlet#p-tb .pBody {
	padding-top: 2px;
	border-top: none;
}

.portlet#p-Navigation .pBody {
	border-bottom: none;
}

.portlet#p-search .pBody {
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
}

.portlet#p-Navigation .pBody {
	-moz-border-radius-topright: 1em;
	-webkit-border-top-right-radius: 1em;
}

.portlet#p-tb .pBody {
	-moz-border-radius-bottomright: 1em;
	-webkit-border-bottom-right-radius: 1em;
}

/* Fix footer spacing */
#f-list {
	line-height: 17px;
}

/* Responsive fix */
@media all and (max-width: 550px) {
	a.feedlink { padding-left: 16px !important }
}

/* Indicator icons */
.mw-indicators {
	top: -9px;
}
#mw-indicator-rc {
	top: 12px;
}

/* Multimedia viewer */
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconedElement-icon.oo-ui-icon-check,
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconElement-icon.oo-ui-icon-check {
	display: none !important;
}

/* Who's Online spacing */
#WhosOnlineDiv {
	margin-bottom: -11px;
}

/* Social talk tabs */
.ns-200 #ca-talk a,
.ns-202 #ca-talk a {
	color: #00c !important;
}

/*** Monobook Sidebar ***/
@media all and (min-width: 551px) {
	#n-Halopedia-Archive > a {
		font-size: 125% !important;
	}
	/* without an ugly padding */
	#p-Navigation ul {
		margin: 0;
	}
	#p-Navigation > div {
		background: white;
		padding: 0;
	}
	/* que no sea un list */
	#p-Navigation li {
		display: block;
		list-style-image: none !important; /* for IE */
	}
	/* general design of the links */
	#p-Navigation li > a {
		display: block;
		position: relative;
		background: #fff;
		color: #000;
		font-size: 14.9px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		padding: 0 0 0 10px;
		line-height: 24px;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #EEEEEE;
	}
	/* special menu just for the class */
	#p-Navigation > div > ul > li > a {
		background: url(/images/menu_gradient.png) no-repeat left center;
		margin: 1px 1px 0 1px;
		padding: 0 0 0 10px;
		color: black;
		width: auto;
	}
	#p-Navigation > div > ul > li.hover > a {
		color: #2A2A2A;
		text-shadow: #AAA46C 1px 1px 3px;
	}
	#p-Navigation > div > ul > li > a > em {
		right: 8px;
	}
	/* submenu marker */
	#p-Navigation em {
		font-style: normal;
		font-family: arial,sans-serif;
		font-size: 16pt;
		font-weight: bold;
		line-height: 20px;
		position: absolute;
		right: 8px;
		top: 0px
	}
	/* hover */
	#p-Navigation li > ul > li.hover > a {
		background-color: #DCDCDC; /* Gainsboro */
	}

	#p-Navigation li.hover > ul.sub-menu {
		display: block;
	}

	/* general submenu */
	#p-Navigation ul.sub-menu {
		border: 1px solid #aaa;
		display: none;
		background: #fff;
		position: absolute;
		padding: 1px;
		width: 185px;
		margin-left: 180px;
		margin-top: -25px;
		z-index: 100;
	}
	/* Only the first */
	#p-Navigation > div > ul > li > ul.sub-menu {
		margin-left: 13em;
	}
}
@media all and (max-width: 550px) {
	.portlet ul.sub-menu {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}