Difference between revisions of "MediaWiki:Common.css"

From The Coppermind
Jump to navigation Jump to search
m (clean)
m
Line 4: Line 4:
 
table.infobox{ border: 1px solid #aaa; border-spacing: 1; }
 
table.infobox{ border: 1px solid #aaa; border-spacing: 1; }
   
  +
.infobox td, .infobox th { padding: 4px; }
 
.infobox th { background-color: #ddddff; white-space: nowrap; }
 
.infobox th { background-color: #ddddff; white-space: nowrap; }
 
.infobox th.title { color: black; background-color: #ccccff; }
 
.infobox th.title { color: black; background-color: #ccccff; }
.infobox td, .infobox th { padding: 4px; }
+
.infobox td { text-align: right; }
   
 
/* Notice */
 
/* Notice */

Revision as of 10:27, 20 May 2012

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

/* Information Boxes */
table.infobox{ border: 1px solid #aaa; border-spacing: 1; }

.infobox td, .infobox th { padding: 4px; }
.infobox th { background-color: #ddddff; white-space: nowrap; }
.infobox th.title { color: black; background-color: #ccccff; }
.infobox td { text-align: right; }

/* Notice */
div.notice{ text-align: center; margin: auto; width: 50%; padding: 0.5em; }

/* quotes */
blockquote.source { margin-right:0; }

/* navigation */
.navaid{ display: block; margin: 1em 40px; font-style: italic; }
.catlinks { padding-top: 0.5em; }
#p-cactions li.selected a { color: #061626; }

/* Collapsible tables http://www.mediawiki.org/wiki/Manual:Collapsible_tables */
table.collapsed tr.collapsible { display: none; }
.collapseButton { float: right; font-weight: normal; text-align: right; width: auto; }