forked from siddhss5/siddweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneral.css
66 lines (58 loc) · 1.28 KB
/
general.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
body {
padding: 0px;
margin: 0px;
background-color: #FFFFFF; /* background-color: #000000;*/
text-align: center;
font-size: 14px;
font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
color: #FFFFFF;
/*Make background white, fades into to blue*/
}
#title {
background-color: #FFFFFF;
width: 100%;
color: #000000;
text-align: left;
}
#titleContent {
width:70%;
padding: 1% 0% 1% 15%;
background-color: inherit;
}
#title a{
color: #000000;
text-decoration: none;
}
#header img {
border: 0;
width: 70%;
margin: 5px 5px 5px 5px;
position: relative;
right: 2%;
}
#content {
overflow: hidden;
clear: both;
float: left;
margin: 0.5% 0% 1% 15%;
width: 70%;
background-color: #FFFFFF; /*grey #8D8D8D*/
text-align: left;
padding: 0px;
color: #000000;
/*when new header in box, but box shadow to blue and background to white*/
}
#centerContentContainer {
background-color: inherit;
text-align: left;
/*padding: 5px;*/
color: #000000;
width:100%;
/*left:2%;*/
position: relative;
font-size: 18px;
}
#centerContentContainer a {
color: #3399fe; /*color: #333333;*/
text-decoration: none;
}