Difference between revisions of "MediaWiki:Common.css"

From TeleCafeWiki
Jump to navigation Jump to search
(Add wrapper.)
m (Convert from em to px.)
Line 7: Line 7:
  
 
.wrapper{
 
.wrapper{
width:94em;
+
width:940px;
 
margin:0 auto;
 
margin:0 auto;
 
}
 
}
  
 
.header{
 
.header{
width:94em;
+
width:940px;
 
padding-top:1.5em;
 
padding-top:1.5em;
 
margin-bottom:2em;
 
margin-bottom:2em;
Line 40: Line 40:
 
/* 220px */
 
/* 220px */
 
.twotwenty{
 
.twotwenty{
width:22em;
+
width:220px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 46: Line 46:
 
/* 280px */
 
/* 280px */
 
.twoeighty{
 
.twoeighty{
width:28em;
+
width:280px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 52: Line 52:
 
/* 340px */
 
/* 340px */
 
.threeforty{
 
.threeforty{
width:34em;
+
width:340px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 58: Line 58:
 
/* 400px */
 
/* 400px */
 
.fourhun{
 
.fourhun{
width:40em;
+
width:400px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 64: Line 64:
 
/* 460px */
 
/* 460px */
 
.foursixty{
 
.foursixty{
width:46em;
+
width:460px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 70: Line 70:
 
/* 520px */
 
/* 520px */
 
.fivetwenty{
 
.fivetwenty{
width:52em;
+
width:520px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 76: Line 76:
 
/* 580px */
 
/* 580px */
 
.fiveeighty{
 
.fiveeighty{
width:58em;
+
width:580px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 82: Line 82:
 
/* 640px */
 
/* 640px */
 
.sixforty{
 
.sixforty{
width:64em;
+
width:640px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 88: Line 88:
 
/* 700px */
 
/* 700px */
 
.sevenhun{
 
.sevenhun{
width:70em;
+
width:700px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 94: Line 94:
 
/* 760px */
 
/* 760px */
 
.sevensixty{
 
.sevensixty{
width:76em;
+
width:760px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 100: Line 100:
 
/* 820px */
 
/* 820px */
 
.eighttwenty{
 
.eighttwenty{
width:82em;
+
width:820px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 106: Line 106:
 
/* 880px */
 
/* 880px */
 
.eighteighty{
 
.eighteighty{
width:88em;
+
width:880px;
 
margin-right:2em;
 
margin-right:2em;
 
}
 
}
Line 112: Line 112:
 
/* 940px */
 
/* 940px */
 
.nineforty{
 
.nineforty{
width:94em;
+
width:940px;
 
}
 
}
  

Revision as of 08:38, 16 September 2011

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


/* Begin Typogridphy CSS grid elements. */

/* MAIN STRUCTURE STYLES */

.wrapper{
	width:940px;
	margin:0 auto;
}

.header{
	width:940px;
	padding-top:1.5em;
	margin-bottom:2em;
}

/* GRIDS */

/* Set styles common among all grids - all grid divs must be assigned this class */
.generic{
	border-top:0.5em solid #666; /* The border at the top of each grid */
	float:left;
	padding-top:1em;
	margin-bottom:2em;
}

/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}

/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}

/* 220px */
.twotwenty{
	width:220px;
	margin-right:2em;
}

/* 280px */
.twoeighty{
	width:280px;
	margin-right:2em;
}

/* 340px */
.threeforty{
	width:340px;
	margin-right:2em;
}

/* 400px */
.fourhun{
	width:400px;
	margin-right:2em;
}

/* 460px */
.foursixty{
	width:460px;
	margin-right:2em;
}

/* 520px */
.fivetwenty{
	width:520px;
	margin-right:2em;
}

/* 580px */
.fiveeighty{
	width:580px;
	margin-right:2em;
}

/* 640px */
.sixforty{
	width:640px;
	margin-right:2em;
}

/* 700px */
.sevenhun{
	width:700px;
	margin-right:2em;
}

/* 760px */
.sevensixty{
	width:760px;
	margin-right:2em;
}

/* 820px */
.eighttwenty{
	width:820px;
	margin-right:2em;
}

/* 880px */
.eighteighty{
	width:880px;
	margin-right:2em;
}

/* 940px */
.nineforty{
	width:940px;
}

/* FONT STYLES */

/* PARAGRAPHS */
.generic p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}

/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}

/* ALL THE TRIMMINGS */

blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}

blockquote p cite{
	font-style:normal;
}

.generic strong{
	font-variant:small-caps;
}

.generic em{
	font-style:italic;
	font-weight:inherit;
}

.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}

abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}

.clear{
	clear:both;
}

.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}

.left-float{ /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}

.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}

/* IMAGE STYLES */

img{
	font-size:1em;
}

img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}

img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}

/* End Typogridphy CSS grid elements. */