Difference between revisions of "MediaWiki:Common.css"

From Amiga Coding
Jump to: navigation, search
(none -> transparent :P)
(Improved styling (including headers within blocks))
Line 17: Line 17:
 
table {
 
table {
 
background-color: transparent;
 
background-color: transparent;
 +
}
 +
 +
.acBlock h2 {
 +
padding: 5px 10px 5px 10px;
 +
margin: -5px;
 +
}
 +
 +
#acAMOS h2 {
 +
background-color: #bdb;
 +
}
 +
#ac680x0 h2 {
 +
background-color: #bbd;
 +
}
 +
#acOtherLang h2 {
 +
background-color: #fd8;
 +
}
 +
#acOther h2 {
 +
background-color: #ccc;
 +
}
 +
 +
.acBlock.acAMOS {
 +
background-color: #f5fff5;
 +
border: 1px solid #bdb;
 +
padding: 5px;
 +
}
 +
.acBlock.ac680x0 {
 +
background-color: #f5f5ff;
 +
border: 1px solid #bbd;
 +
padding: 5px;
 +
}
 +
.acBlock.acOtherLang {
 +
background-color: #fffff5;
 +
border: 1px solid #fd8;
 +
padding: 5px;
 +
}
 +
.acBlock.acOther {
 +
background-color: #f5f5f5;
 +
border: 1px solid #ccc;
 +
padding: 5px;
 
}
 
}
  
 
/*</nowiki></pre>*/
 
/*</nowiki></pre>*/

Revision as of 18:03, 1 October 2007

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

/*<pre><nowiki>*/

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

table {
background-color: transparent;
}

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

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

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

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