-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.css
118 lines (100 loc) · 1.64 KB
/
template.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
/* general tag-specifications*/
body,td {
background-color:#1c0602;
color:#1C0602;
}
body, table, input, select, p {
margin-top:0pt;
margin-bottom:0pt;
margin-left:0pt;
margin-right:0pt;
padding: 0px;
font-family: arial, helvetica, verdana, sans-serif;
font-size:12px
}
.rightnav>h3, a>h3 {
color:#a3a3a3;
font-size:13px;
line-height:13px;
}
h3.link {
color: #F6E5A8;
margin:2px;
font-size:13px;
line-height:16px;
}
a:link>h3.link, a:visited>h3.link,a:active>h3.link,a:focus>h3.link {
color: #F6E5A8;
font-size:13px;
}
/* a:hover>h3.link { */
/* color:#DEC56C; */
/* } */
h2 {
font-size: 18px;
text-align:center;
}
img {
border:0px;
padding:0px;
}
ul {
padding-left:13px;
}
.topnav {
padding:8px;
}
.rightnav>ul {
list-style-type:none;
padding-left:10px;
}
a:link,a:visited,a:active,a:focus
{
color: #F6E5A8;
text-decoration: none;
font-size: 13px;
font-weight: normal;
}
a:hover {
color: #DEC56C;
text-decoration: none;
font-size: 13px;
font-weight: normal;
}
/* the main-layout */
.main {
background-color:#73482B;
}
/* the content-area */
table.main
{
width:900px;
height: 100%;
padding: 0px;
margin:0px;
min-height: 600px;
}
.content {
padding: 20px;
background-color: #A7793E;
background-repeat: no-repeat;
background-position: center 10px;
}
/* Top-Navigation classes */
.topleft {
text-align:left;
padding:0px;
}
.topright {
text-align:right;
}
.subnav {
margin:0px;
padding-left:40px;
padding-right:40px;
}
/* Right-Column-Navigation classes */
.rightnav {
padding-left:15px;
padding-top:18px;
}