-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal1.css
121 lines (95 loc) · 1.85 KB
/
global1.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
@charset "UTF-8";
/* CSS Document */
body{
font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
font-size:14px;
color:#333;
}
b, strong{font-weight: bold;}
i, em{font-style:italic;}
.fullname{
color:black;
font-weight:normal;
font-size:28px;
font-family:"Raleigh", sans-serif;
}
.classtitle{
/*color:#fff;*/
color: #fff; /*#60311B; /*maroon;*/
font-weight:bolder;
display:block;
font-size:30px;
margin:10px auto 10px auto;
}
.title{color:#fff; display:block; font-size:14px; line-height:17px;}
h1{
font-size: 24px;
font-weight: bolder;
/*color:#c15d00;*/
color:#000;
margin: 25px 0px 5px 0px;
}
/*h2{ color: #6a5947; font-size: 18px; font-weight:bold; margin: 15px 0px 5px 0px;}*/
h2{ color:black; font-size: 18px; font-weight:bold; margin: 15px 0px 5px 0px;}
ul li{list-style:circle; margin-left:25px;}
ol li{list-style:decimal; margin-left:25px;}
li{margin-top: 3px; margin-bottom: 3px;}
a {color:#06c; text-decoration:none;}
a:hover{text-decoration:underline;}
#credit{
color: #ccc;
height: 10px;
position: relative;
width: 900px;
text-align:center;
margin-top: 50px;
}
#credit a{
color: #aaa;
}
#cssTable td
{
height:15px;
/* width: 40px; */
text-align:center;
vertical-align:middle;
padding:15px;
}
#amaTable td
{
text-align:center;
vertical-align:middle;
}
.p1 {
margin-bottom: 10px;
}
#nav{
overflow: hidden;
background-color: #004D98; /*#006666; */
list-style:none;
margin:0;
padding:0;
top: 0;
text-align:center;
}
#nav li{
display:inline-block;
}
#nav a{
display:inline-block;
color: white;
text-align:center;
padding: 12px 5px;
text-decoration: none;
font-size: 20px;
margin-right: 10px;
margin-left: 10px;
}
#nav a:hover {
background-color: #ddd;
color: black;
}
#nav a.active {
background-color: #4CAF50;
color: white;
}