-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathstyle.css
121 lines (120 loc) · 1.73 KB
/
style.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
a,h1,h2,h3,h4,body,html,div,textarea,input,hr{
font-family: Calibri,Arial,Sans Serif;
line-height: 1.3em;
background-color: #FAEAE4;
color:#5C3200;
}
a:link{ color:#3355EE; }
a:visited { color:#3355EE; }
h2.slrStyle {
font-family: Didot, serif;
text-shadow: 1.5px 1.5px #AB8F72;
}
h3.slrStyle {
font-family: Didot, serif;
text-shadow: 1.5px 1.5px #AB8F72;
}
#headerBar{
height:60px;
width:auto;
position:relative;
}
#headerLeft {
position:absolute;
z-index:1;
margin:0 0 0 0;
left:0px;
}
#headerRight {
position:absolute;
top:3px;
right:20px;
bottom:1px;
float:right;
white-space:nowrap;
}
#logoImage{
height:60px;
margin:0px 0 0 10px
}
.currentPage{
color:red;
}
#centeredContainer{
/*width:1060px;*/
margin:0 auto;
font-size:1.05em;
padding-top:1em;
}
#mainContent{
/* float:left; */
padding-right: 250px;
padding-left:10px;
/*width:710px; */
padding-top:0.5em;
}
#rightCol{
float:right;
width:230px;
padding-top:1em;
}
a:hover{
color:blue;
}
a{
text-decoration:none;
}
hr {
width:99%; height: 1px;
/* color:#5C3200;*/
background-color:#5C3200;
}
#topBar{
word-spacing:12px;
padding-left:20px;
white-space:nowrap;
height:1.2em;
}
#resourceTable{
margin:5px;
padding:9px 9px 9px 9px;
table-layout:fixed;
}
th{
text-align: left;
padding:0px 5px 0px 5px;
}
td{
text-align: left;
padding:0px 5px 0px 5px;
}
a.myTopButton{
color:#5C3200;
}
.topButtons{
}
.contact_info{
font-family: Calibri,Arial,Sans Serif;
line-height: 1.3em;
}
.contactTitle{
font-family: Didot, serif;
text-shadow: 1px 1px #AB8F72;
font-size: 18px;
/*font-weight:bold;*/
border-bottom:1px solid #5C3200;
padding:0px 0px 4px 0px;
margin:15px 5px 10px 0px;
}
h2.resource{
margin: 5px 2px 5px 8px;
}
p.resource{
margin:2px 2px 2px 15px;
}
#about{
padding:0px 0px 0px 20px;
}
#footer{
float:right;
}