Bruger:Masz/vector.css

Fra Wikipedia, den frie encyklopædi
.special abbr, .mw-rc-label-legend abbr {
  border-bottom: none;
}
.sp-contributions-footer-legend {
  display:none;
}
.mw-rc-label-legend { 
  display:none; 
}
#editpage-copywarn {
  display:none;
}
#mw-tos-summary { 
  display:none; 
}
li#pt-optin-try {
  display: none;
}

/* BEGIN Diff rendering */
table.diff {background: #FEFEFE; border: 1px solid #cccccc; padding: 0.5em}
table.diff td {vertical-align: top;}
td.diff-otitle a, td.diff-ntitle a, td.diff-otitle a:visited, td.diff-ntitle a:visited {color: #2153B0;}
td.diff-otitle a:hover, td.diff-ntitle a:hover {text-decoration: underline;}
td.diff-otitle {}
td.diff-ntitle {}
td.diff-addedline {background:#F2F6FF; border: 5px;}
td.diff-addedline span.diffchange {
	background: #CDDEFF;
	border: 1px dashed #676F80;
	color: green;
	font-weight: bold;
	}
td.diff-deletedline {background:#FFF9F2;}
td.diff-deletedline span.diffchange {
	background: #FFE9CB;
	border: 1px dashed #B3A38E;
	color: red;
	font-weight: bold;
	text-decoration: line-through;
	}
td.diff-context {background:#eeeeee;}
.newpage {color: green;	font-weight: bolder;}
/* END Diff rendering */
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */

#p-cactions ul li, #p-cactions ul li a {  
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content { 
-moz-border-radius-topleft: 1em; 
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}