Sha256: 0e473e03dfb1873b936f282f7935ce9ac85bb2e2564c16311ea56fd908606512

Contents?: true

Size: 1.05 KB

Versions: 27

Compression:

Stored size: 1.05 KB

Contents

/**
 * Controls the main layout (width, height, margin, padding)
 *
 * #container
 *   #header
 *   #page
 *     #content
 *     #sidebar
 *   #footer
 */
body {
	text-align: center;
	margin: 0; padding: 1em; 
}

#container {
	width: 740px;
	text-align: left; 
	margin: 0 auto; padding: 0;
}

#header {
	height: 60px; 
	margin: 0 0 15px; padding: 0;
}

#page {}

#content {
	width: 500px;
}

#sidebar {
	width: 200px;
}

#footer {
	height: 40px; 
	margin: 10px 0 0; padding: 10px 0 0;
	clear:both; 
}

/*--------------------------------------------------------------
 Sidebar Alignment: you can have left or right
 --------------------------------------------------------------*/

/* BEGIN: Right Sidebar */
#sidebar {
	float: right; text-align: left;
	padding-left: 15px; 
	border-left: 1px dotted #ddd; 
}
#content {
	float: left;
	padding-left: 5px; 
}
/* END: Right Sidebar */


/* BEGIN: Left Sidebar
#sidebar {
	float: left; text-align: right;
	padding-right: 20px; 
	border-right: 1px dotted #ddd; 
}

#content {
	float: right; text-align: left;
}
/* END: Left Sidebar */

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
typo-5.5 themes/scribbish/stylesheets/layout.css
typo-5.4.4 themes/scribbish/stylesheets/layout.css
typo-5.4.3 themes/scribbish/stylesheets/layout.css
typo-5.4.2 themes/scribbish/stylesheets/layout.css
typo-5.4.1 themes/scribbish/stylesheets/layout.css
typo-5.4 themes/scribbish/stylesheets/layout.css
typo-3.99.3 themes/scribbish/stylesheets/layout.css
typo-4.0.1 themes/scribbish/stylesheets/layout.css
typo-3.99.4 themes/scribbish/stylesheets/layout.css
typo-4.0.2 themes/scribbish/stylesheets/layout.css
typo-4.0.0 themes/scribbish/stylesheets/layout.css
typo-4.0.3 themes/scribbish/stylesheets/layout.css
typo-4.1.1 themes/scribbish/stylesheets/layout.css
typo-4.1 themes/scribbish/stylesheets/layout.css
typo-5.0.1 themes/scribbish/stylesheets/layout.css
typo-5.0.2 themes/scribbish/stylesheets/layout.css
typo-5.0.3.98.1 themes/scribbish/stylesheets/layout.css
typo-5.0 themes/scribbish/stylesheets/layout.css
typo-5.0.3.98 themes/scribbish/stylesheets/layout.css
typo-5.1.2 themes/scribbish/stylesheets/layout.css