-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·94 lines (90 loc) · 2.39 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
/* CSS Document */
/*PAGE LAYOUT*/
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
/*#topheader{float:center; width:80%; height:97px; background-color:#F0F0F0; position:relative}*/
#topheader{float:center; width:80%; background-color:#F0F0F0; position:relative}
/*#menu{float:center; width:80%; height:32px; background-color:#555555; background-repeat:repeat-x;}*/
#menu{width:80%; background-color:#555555; background-repeat:repeat-x;}
#titlebar{float:center; width:80%; background-color:#F0F0F0;}
#mainbody{float:center; width:80%;}
/*GRAY PANEL*/
.graypanel{
border:solid 1px #EBD5B1; background-color:#223D58; padding:15px; margin:15px;
}
/*TEXT STYLES*/
.bodytext {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;
color: #666666;
/*font-size:13px;*/
}
.titletext {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.42857143;
font-size:20px;
font-weight:bold;
color:#667766;
}
.whitetitle {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.42857143;
font-size:36px;
font-weight:bold;
color:#FFFFFF;
}
.smalltitle {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.42857143;
font-size:20px;
font-weight:bold;
color:#CC0000;
}
.smallwhitetext {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.42857143;
font-size: 14px;
font-weight:bold;
color: #FFFFFF;
}
.smallwhitetext a{
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.42857143;
font-size: 14px;
font-weight:bold;
color: #FFFFFF;
text-decoration:none;
}
.smallwhitetext a:hover{
text-decoration:underline;
}
.smallgraytext {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.42857143;
font-size: 14px;
font-weight:bold;
color:#999999;
}
.smallgraytext a{
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.42857143;
font-size: 14px;
font-weight:bold;
color:#999999;
text-decoration:none;
}
.smallgraytext a:hover{
text-decoration:underline;
}
.smallredtext {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.42857143;
font-size: 14px;
font-weight:bold;
color:#CC0000;
}
.smallredtext a{
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.42857143;
font-size: 14px;
font-weight:bold;
color:#CC0000;
text-decoration:none;
}
.smallredtext a:hover{
text-decoration:underline;
}