To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / onto / tm / doc / .svn / text-base / style.css.svn-base @ 0:1e44d666ced1

History | View | Annotate | Download (640 Bytes)

1

    
2
div.specterm {
3
	padding: 0 0 10px 20px;
4
	border: 1px solid black;
5
	background-color: #CFDBC5;
6
}
7

    
8
body {
9
	padding: 0 25px 50px 50px;
10
	/*background-color: #A6D785;*/
11
	background-color: #FFFFFF;
12
}
13

    
14
h1 {
15
	font-size: 3em;
16
}
17

    
18
h2 {
19
	font-size: 2em;
20
	}
21

    
22
h3 {
23
	font-size: 1.5em;
24
}
25

    
26
p.copyright {
27
	/*font-size: small;*/
28
}
29

    
30
div.page {
31
	min-width: 750px;
32
	width: 90%;
33
	padding: 30px 20px 30px 20px;
34
	margin-top: 5px;
35
	float: center;
36
	background-color: white;
37
}
38

    
39
div.example{
40
	min-width: 750px;
41
	width: 90%;
42
	margin-top: 5px;
43
	float: center;
44
	background-color: #CFDBC5;
45
}
46

    
47
div.glance {
48
	padding: 5px; 
49
	border: dotted; 
50
	background-color: #CFDBC5;
51
	
52
}