Pengguna:VR-76~mswiki/modern.css

Catatan: Selepas menyiarkan perubahan, anda mungkin perlu memintas cache pelayar untuk melihatnya.

  • Firefox / Safari: Tahan Shift sambil mengklik Reload, atau tekan sama ada Ctrl-F5 atau Ctrl-R (⌘-R pada Mac)
  • Google Chrome: Tekan Ctrl-Shift-R (⌘-Shift-R pada Mac)
  • Internet Explorer / Edge: Tahan Ctrl sambil mengklik Refresh, atau tekan Ctrl-F5
  • Opera: Tekan Ctrl-F5.
.unpatrolled { display: inline; }
.not-patrolled { background-color: #ffa; }
.not-patrolled { background-color:darkwhite; }
 
/* Oma asetuspalkki */
 
#p-personal ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	height: 1.5em;
	background-color: #B50D02;
}
 
/* Sivun nimipalkki */
 
#mw_header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 0em 0 0em;
	border: none;
	height: 2em;
	width: 100%;
 
	background-color: #670B02;
	color: white;
}
 
/* Valikon taustaväri */
#mw_portlets {
	width: 14em;
 
	border-right: solid 1px #F6ACA7;
	background-color: #F6ACA7;
        color: black
}
 
/* Kuvan tausta */
 
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #F9ECD8;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
 
/* 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;
}
 
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}
 
.usermessage {
	background-color: #B50D02;
}