-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
139 lines (116 loc) · 2.24 KB
/
style.css
File metadata and controls
139 lines (116 loc) · 2.24 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
html {
background: url("images/Pwdr-background.png") repeat-y top;
min-width: 900px;
border: none;
}
@font-face {
font-family: 'ITCOfficinaSerifStdBookRg';
src: url('fonts/officinaserifstd-book-webfont.eot');
src: url('fonts/officinaserifstd-book-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/officinaserifstd-book-webfont.woff') format('woff'),
url('fonts/officinaserifstd-book-webfont.ttf') format('truetype'),
url('fonts/officinaserifstd-book-webfont.svg#ITCOfficinaSerifStdBookRg') format('svg');
font-weight: normal;
font-style: normal;
}
h1,h2,h3,h4,h5,h6,pre,body,p,div,a{
font-family: "ITCOfficinaSerifStdBookRg";
color: #333333;
}
h1, h2{
margin-top: 35px;
text-shadow: #fff 0px 1px 1px;
}
p {
font-size: 17px;
}
a{
color: black;
text-decoration: underline;
}
a:hover{
color: grey;
}
blockquote{
font-style: italic;
color: grey;
border-left: grey dotted 1px;
margin: 25px 0px 25px -10px;
padding-left: 10px;
}
blockquote img{
margin: 0 15px 14px 0 !important;
}
#main {
width: 900px;
margin: 0 auto;
}
header{
float: left;
width: 300px;
height: 100%;
text-align: center;
text-shadow: #fff 0px 1px 1px;
position: fixed;
}
header img{
padding: 30px 30px 40px 70px;
border: none;
}
header ul{
list-style: none;
}
header li{
height: 26px;
padding: 10px 0 2px 0;
background: url("images/Pwdr-dots.png") no-repeat bottom;
text-align: center;
}
header li a{
text-transform:uppercase;
text-decoration: none;
font-weight: 600;
color: #666666;
}
header li a:hover{
color: grey;
}
hgroup{
width: 580px;
float: right;
}
hgroup img{
margin: 20px 0 25px 0;
}
hgroup li{
list-style-type:square;
margin-left: -20px;
}
table.tableizer-table {
font-family: ITCOfficinaSerifStdBookRg, sans-serif;
font-size: 14px;
}
.tableizer-table td {
padding: 2px;
margin: 2px;
border-bottom: 1px dotted #aaaaaa;
border-right: 1px dotted #aaaaaa;
}
.tableizer-table th {
border: 0px solid #333333;
color: #000;
font-weight: bold;
border-bottom: 1px dotted #aaaaaa;
border-right: 1px dotted #aaaaaa;
}
.tableizer-table tr {
border: 1px solid #333333;
color: #000;
font-weight: bold;
}
footer{
font-size: 13px;
text-align: center;
font-style: italic;
margin-top: 100px;
}