forked from timvdm/OpenSMILES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
50 lines (43 loc) · 770 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
body {
margin: 0em;
font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
font-size: 0.9em;
background-color: #FFFFFF;
background-image: none;
}
h1, h2, h3 {
color: #666666;
}
h4 {
color: #333333;
font-size: 1.0em;
font-style: italic;
}
.et {
border: 1px solid #999999;
border-collapse: collapse;
margin-left: 3em;
}
.ec {
padding-left: 0.4em;
padding-right: 0.4em;
padding-top: 0.2em;
padding-bottom: 0.2em;
border: 1px solid #999999;
}
.sidebar_title {
font-size: 1.0em;
color: #FFFFFF;
font-weight: bold
}
.sidebar_text {
color: #FFFFFF
}
.sidebar_link {
color: #EEFFEE;
text-decoration: underline
}
.quotation {
font-size: 0.9em;
text-align: right;
}