Difference between revisions of "MediaWiki:Common.css"

From Amiga Coding
Jump to: navigation, search
Line 5: Line 5:
 
table.sortable,
 
table.sortable,
 
table.tableview {
 
table.tableview {
border-collapse: collapse;
+
border-collapse: collapse;
 
}
 
}
 
table.sortable td,
 
table.sortable td,
Line 11: Line 11:
 
table.tableview td,
 
table.tableview td,
 
table.tableview th {
 
table.tableview th {
text-align: left;
+
text-align: left;
padding: 2px 5px 2px 5px;
+
padding: 2px 5px 2px 5px;
border-right: 1px solid #ccc;
+
border-right: 1px solid #ccc;
 
}
 
}
 
table.sortable tr.even,
 
table.sortable tr.even,
 
table.tableview tr.even {
 
table.tableview tr.even {
background-color: #f0f0f0;
+
background-color: #f0f0f0;
 
}
 
}
  
 
table {
 
table {
background-color: transparent;
+
background-color: transparent;
 
}
 
}
  
 
.acBlock h2 {
 
.acBlock h2 {
padding: 5px 10px 5px 10px;
+
padding: 5px 10px 5px 10px;
margin: -5px;
+
margin: -5px;
 
}
 
}
  
 
.acBlock + .acBlock {
 
.acBlock + .acBlock {
margin-bottom: 20px;
+
margin-bottom: 20px;
 
}
 
}
  
 
.acBlock h2 {
 
.acBlock h2 {
background-color: #ccc;
+
background-color: #ccc;
 
}
 
}
 
#acAMOS h2 {
 
#acAMOS h2 {
background-color: #bdb;
+
background-color: #bdb;
 
}
 
}
 
#ac680x0 h2 {
 
#ac680x0 h2 {
background-color: #bbd;
+
background-color: #bbd;
 
}
 
}
 
#acOtherLang h2 {
 
#acOtherLang h2 {
background-color: #fd8;
+
background-color: #fd8;
 
}
 
}
 
#acOther h2 {
 
#acOther h2 {
background-color: #ccc;
+
background-color: #ccc;
 
}
 
}
  
 
.acBlock {
 
.acBlock {
background-color: #f5f5f5;
+
background-color: #f5f5f5;
border: 1px solid #ccc;
+
border: 1px solid #ccc;
padding: 5px;
+
padding: 5px;
 
}
 
}
 
#acAMOS {
 
#acAMOS {
background-color: #f5fff5;
+
background-color: #f5fff5;
border: 1px solid #bdb;
+
border: 1px solid #bdb;
padding: 5px;
+
padding: 5px;
 
}
 
}
 
#ac680x0 {
 
#ac680x0 {
background-color: #f5f5ff;
+
background-color: #f5f5ff;
border: 1px solid #bbd;
+
border: 1px solid #bbd;
padding: 5px;
+
padding: 5px;
 
}
 
}
 
#acOtherLang {
 
#acOtherLang {
background-color: #fffff5;
+
background-color: #fffff5;
border: 1px solid #fd8;
+
border: 1px solid #fd8;
padding: 5px;
+
padding: 5px;
 
}
 
}
 
#acOther {
 
#acOther {
background-color: #f5f5f5;
+
background-color: #f5f5f5;
border: 1px solid #ccc;
+
border: 1px solid #ccc;
padding: 5px;
+
padding: 5px;
 +
}
 +
 
 +
.articleWarning {
 +
width: 50%;
 +
padding: 14px;
 +
margin: 0 auto;
 +
font-size: 125%;
 +
text-align: center;
 +
}
 +
.articleOutdated {
 +
background-color: #673e33;
 +
border: 1px solid #370000;
 +
color: #fff;
 
}
 
}
  

Revision as of 22:06, 21 November 2007

/* CSS placed here will be applied to all skins */

/*<pre><nowiki>*/

table.sortable,
table.tableview {
	border-collapse: collapse;
}
table.sortable td,
table.sortable th,
table.tableview td,
table.tableview th {
	text-align: left;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #ccc;
}
table.sortable tr.even,
table.tableview tr.even {
	background-color: #f0f0f0;
}

table {
	background-color: transparent;
}

.acBlock h2 {
	padding: 5px 10px 5px 10px;
	margin: -5px;
}

.acBlock + .acBlock {
	margin-bottom: 20px;
}

.acBlock h2 {
	background-color: #ccc;
}
#acAMOS h2 {
	background-color: #bdb;
}
#ac680x0 h2 {
	background-color: #bbd;
}
#acOtherLang h2 {
	background-color: #fd8;
}
#acOther h2 {
	background-color: #ccc;
}

.acBlock {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 5px;
}
#acAMOS {
	background-color: #f5fff5;
	border: 1px solid #bdb;
	padding: 5px;
}
#ac680x0 {
	background-color: #f5f5ff;
	border: 1px solid #bbd;
	padding: 5px;
}
#acOtherLang {
	background-color: #fffff5;
	border: 1px solid #fd8;
	padding: 5px;
}
#acOther {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 5px;
}

.articleWarning {
	width: 50%;
	padding: 14px;
	margin: 0 auto;
	font-size: 125%;
	text-align: center;
}
.articleOutdated {
	background-color: #673e33;
	border: 1px solid #370000;
	color: #fff;
}

table.extensions > td:nth-of-type(1) { text-align: right; }
table.extensions > td:nth-of-type(3) { text-align: right; }
table.extensions > td:nth-of-type(4) { text-align: right; }

/*</nowiki></pre>*/