MediaWiki:Common.css

From RtpBridge
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

div#welcomeHeader {
    width: 99,9%; 
	margin: 0 2px;
	border: solid 1px #ccc; 
	line-height: 1.5em; 
	text-align: center; 
	background: #E6E6FA; 
	font-size: 170%;
}

div#welcomeText {
    margin: 0 2px;
    border: solid 1px #ccc; 
	border-top: none;
	padding: 10px 20px;
}

table.infoBox {
    border:0; 
	margin: 0; 
	width: 100%; 
	vertical-align: top;
}

table.infoBox th {
	width: 30%;
	vertical-align: top;
	border: solid 1px #ccc; 
}

table.infoBox td {
	vertical-align: top;
}

table.infoBox div {
	border-bottom: solid 1px #ccc; 
	line-height: 1.5em; 
	text-align: center; 
	background: #E6E6FA; 
	font-size: 135%;
	vertical-align: top;
	margin: 0 -1px;
}

table.infoBox table {
    width: 100%; 
	text-align:left; 
	border: none; 
	margin: 0;
}

table.infoBox table th{
    text-align:center;
	vertical-align: top;
	border: none;
}
.red_line p{
padding-left: 10px; border-left: solid 2px #cc3333;
}