forked from szuchina/osirix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QTExportStyle.css
104 lines (88 loc) · 1.3 KB
/
QTExportStyle.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
body {
font: italic 9pt/17pt georgia;
color: #555753;
margin: 10px;
padding: 0px;
min-height: 100%;
background: #cccc99;
}
h1 {
margin: 10px;
font-style: italic;
}
h2 {
margin: 10px;
font-style: italic;
}
a:link {
font-weight: bold;
text-decoration: none;
color: #666633;
border-bottom: thin dotted #ffffff;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #999966;
border-bottom: thin dotted #ffffff;
}
a:hover, a:active {
color: #333300;
text-decoration: underline;
border: none;
}
img {
border-style: none;
margin: 5px;
vertical-align: middle;
}
ul {
margin: 20px;
padding: 0px;
}
li {
line-height: 2.5ex;
display: block;
padding-top: 5px;
margin-bottom: 5px;
list-style-type: none;
}
li a:link {
color: #666633;
}
li a:visited {
color: #999966;
}
li a:hover, a:active {
color: #333300;
}
#content {
text-align: left;
margin: auto;
width: 600px;
background: #ffffff;
padding: 50px;
border: thin solid #999966;
}
#content_series {
text-align: left;
margin: auto;
width: auto;
background: #ffffff;
padding: 50px;
border: thin solid #999966;
}
#series_img {
text-align: center;
}
#back {
left: 0;
text-align: left;
background: inherit;
}
#footer {
margin-top: 40px;
font-size: smaller;
text-align: right;
background: inherit;
}