Difference between revisions of "MediaWiki:Common.css"

From Persona MUSH Wiki
Jump to: navigation, search
m
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
table.dpl3columns {
 
table.dpl3columns {
  width:100%;
+
width:100%;
 
}
 
}
  
 
table.dpl3columns td {
 
table.dpl3columns td {
  width:33%;
+
width:33%;
 +
}
 +
 
 +
table.abils td:nth-child(1) {
 +
width: 115px;
 +
text-align: center;
 +
}
 +
 
 +
table.abils td:nth-child(2) {
 +
width: 25px;
 +
text-align: right;
 +
}
 +
 
 +
table.abils td:nth-child(3) {
 +
width: 50px;
 +
text-align: right;
 +
}
 +
 
 +
table.abils td:nth-child(4) {
 +
width: 50px;
 +
text-align: center;
 +
}
 +
 
 +
table.abils td:nth-child(5) {
 +
width: 65px;
 +
text-align: center;
 +
}
 +
 
 +
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
 +
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
 +
font-weight: normal; /* are styled here so they can be customised.   */
 +
text-align: right;
 +
width: auto;
 
}
 
}

Latest revision as of 22:43, 14 July 2012

table.dpl3columns {
width:100%;
}

table.dpl3columns td {
width:33%;
}

table.abils td:nth-child(1) { 
width: 115px; 
text-align: center;
} 

table.abils td:nth-child(2) { 
width: 25px; 
text-align: right;
}

table.abils td:nth-child(3) { 
width: 50px; 
text-align: right;
}

table.abils td:nth-child(4) { 
width: 50px; 
text-align: center;
}

table.abils td:nth-child(5) { 
width: 65px; 
text-align: center;
}

.collapseButton {		/* 'show'/'hide' buttons created dynamically by the		*/
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.		  */
	text-align: right;
	width: auto;
}
Personal tools
Namespaces

Variants
Actions
Navigation
Wiki Tools
Toolbox