start.css
1.5 KB
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
/*
# Apache configuration file (see httpd.apache.org/docs/2.2/mod/quickreference.html)
//# disable directory listing
*/
body{
background-color: #d0d5d8;
/* background-color: #ffffff; */
}
h1{
font: normal 50px/1 "Times New Roman", Times, serif;
font-weight: bold;
}
a{
color: #0202ff;
font-weight: bold;
}
.content_1, .content_2 {
display: block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
/* float: none; */
z-index: auto;
width: 80%;
/* height: 300px; */
/* position: static; */
cursor: default;
opacity: 1;
margin: 0;
padding-left: 1px;
padding-bottom: 0;
overflow: visible;
-webkit-border-radius: 5px;
border-radius: 5px;
border-left: 0;
font: normal 18px/1.5 "Times New Roman", Times, serif;
color: rgb(000, 000,000);
text-align: left;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
}
.content_1 {
background-color: #eceeef;
}
.content_2 {
/* background-color: #daeeff; */
background-color: #eceeef;
}
.footer{
font: normal 8px/1 "Times New Roman", Times, serif;
color: rgb(000, 000,000);
}