MediaWiki:Monobook.css: Difference between revisions

From Destinypedia, the Destiny wiki

(Created page with "→‎CSS placed here will affect users of the Monobook skin: #title-linktabs { top: -28px; } #p-cactions li a:hover { border-bottom: 1px solid #FFFFFF; } #p-cactions li....")
 
No edit summary
Line 42: Line 42:
#p-personal a.new:visited {
#p-personal a.new:visited {
color: #c00;
color: #c00;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
background: url() top left no-repeat;
padding-left: 16px;
line-height: 17px;
}
#p-personal li a:hover {
background-color: transparent;
}
#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;
-moz-border-radius-bottomleft: 1em;
-webkit-border-bottom-left-radius: 1em;
}
}


Line 211: Line 184:
body.page-Main_Page #lastmod {  
body.page-Main_Page #lastmod {  
display: none;
display: none;
}
.portlet#p-tb h5, .portlet#p-search h5 {
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;
}
}

Revision as of 17:24, December 9, 2012

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

#title-linktabs { 
	top: -28px;
}

#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 h5,
ul#f-list {
	font-family: verdana;
}

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

a {
	color: #00f;
}

a:visited {
	color: #00c;
}

a:active {
	color: orange;
}

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

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

p {
	margin: 0.9em 0em 1em 0em;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	margin: 0px;
}

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

#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
	margin-bottom: 0.6em;
}

#siteNotice {
	padding: 2px;
	margin: 10px 0 -3px 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #fff;
}

#firstHeading {
	margin-top: -3px;
}

.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;
}

#bodyContent a.extiw:active {
	color: #06f;
}

#bodyContent a.external {
	color: #06f;
}

#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;
}

#content {
	margin: 2.8em 0 0 12.2em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-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;
}

body.page-Main_Page #lastmod { 
	display: none;
}