-
Notifications
You must be signed in to change notification settings - Fork 6
/
indexes.css
141 lines (138 loc) · 2.2 KB
/
indexes.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
a,h1,h2,h3,h4,body,html,div,textarea,input,hr{
font-family: Calibri,Arial,Sans Serif;
/*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
/*font-weight:bold;*/
line-height: 1.3em;
/*background-color: #FAEAE4;*/
background-color: #FFFFFF;
color:#5C3200;
/*color:#000000;*/
transition-delay:0;
}
a:link{ color:#3355EE; }
a:visited { color:#3355EE; }
h3,h4 {
margin: 0.2em 0 0.3em 0;
}
h2.kaldiStyle {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
/*text-shadow: 1.5px 1.5px #AB8F72;*/
}
h3.kaldiStyle {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
/*text-shadow: 1.5px 1.5px #AB8F72;*/
}
*.content {
/* font-family: "Courier New", Courier, monospace;*/
font-style: italic;
}
*.boxed {
margin: 0.1em 1.2em 0.2em 1.5em;
color:#000000;
}
#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{
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;
}
.myTopButton{
padding:0px 6px 0px 6px;
}
.topButtons{
padding:0px 6px 0px 6px;
}
.contact_info{
font-family: Calibri,Arial,Sans Serif;
line-height: 1.3em;
}
.contactTitle{
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
/*text-shadow: 1px 1px #AB8F72;*/
font-size: 18px;
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;
}