start.css
1.29 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
/*
# Apache configuration file (see httpd.apache.org/docs/2.2/mod/quickreference.html)
//# disable directory listing
*/
body{
background-color: #d0d5d8;
/* background-color: #ffffff; */
}
.content_1, .content_2 {
/* left: calc(50% - 150px); */
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: 0;
overflow: visible;
border: none;
-webkit-border-radius: 10px;
border-radius: 10px;
font: normal 16px/1 "Times New Roman", Times, serif;
color: rgba(000, 000,000,1);
text-align: left;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
/* background: #3fb2ff; */
-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;
}