Login   Register  
Icontem

File: tests/style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Aliaksandr Astashenkau  >  Templ  >  tests/style.css  >  Download  
File: tests/style.css
Role: Auxiliary data
Content type: text/plain
Description: CSS
Class: Templ
Processes templates embedded in the pages
Author: By
Last change:
Date: 2011-07-01 05:04
Size: 599 bytes
 

Contents

Class file image Download
body {
	font-family: Arial; font-size: 14px;
}

h2, h3, h3 {
	color: #444;
}

h2 {
	background-color: #dcdcdc;
	padding: 4px 10px;
	margin-bottom: 30px;
}

h3 {
	margin-bottom: 10px;
}

pre, .output {
	margin: 0;
	padding: 15px;
	border: 2px #556b2f solid;
	background-color: #F1FFE2;
}

.output {
	margin: 0;
	padding: 0;
	outline: none;
	resize: none;
	width: 100%;
}

.back {
	float: right;
	font-size: 14px;
	padding: 5px 5px 0;
}

.table {
	border-collapse: collapse;
}

.table td {
	padding: 4px 6px;
}

.table tr:nth-child(odd) {
	background-color: #C3E89B;
}

ol li {
	margin: 0 0 5px 0px;
}