This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
126 lines (122 loc) · 1.73 KB
/
index.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
122
123
124
125
126
@charset "UTF-8";
/**
*
* @authors Your Name ([email protected])
* @date 2018-10-11 11:29:03
* @version $Id$
*/
*{
margin: 0;
padding: 0;
font-family: "Arial";
}
a{
color:none;
text-decoration:none;
list-style:none;
}
a:hover{
color: #FF7F7FFF;
}
.login{
height: 35px;
background-color: #424242FF;
line-height:35px;
}
.login a{
color: #FFFFFFFF;
margin: 3px;
}
.login a:hover{
color: #FF0000FF;
}
.login-02{
/*position:relative;
left: 1200px;
top:-12px;*/
}
.title1{
padding: 10px;
margin:0;
background-color: #FFD800FF;
color: white;
text-align: center;
}
.list-group li{
display: inline-block;
color: black;
}
.list-group li:hover{
color: #00FF90FF;
}
#navlogo{
height: 120px;
background-color: #FFD800FF;
font-size:35px;
line-height:120px;
color: #FFFFFFFF;
}
.items{
font-size:20px;
}
.interest{
border-style: solid;
border-width: 1px;
height:250px;
width:230px;
}
.interest li{
color: black;
font-size: 15px;
background-color: #80808080;
display: inline-block;
padding: 2px;
margin: 15px;
border-radius:15px;
}
.interest li:hover{
background-color: #7FC9FFFF;
}
.caini{
border-width: 1px;
border-color: #C0C0C0FF;
border-style: solid;
}
.all-things{
width: 1200px;
/*border-style: solid;
border-width: 1px;*/
}
.things-list{
/*border-style: solid;
border-width: 1px;*/
padding: 5px;
}
.all-things div{
display: inline-block;
/*border-style: solid;
border-width: 1px;*/
}
.all-things li{
float:left;
color:#636363FF;
/*border-style: solid;
border-width: 1px;*/
padding: 2px;
margin: 4px;
}
.all-things-part{
width: 300px;
height: 200px;
border-style: solid;
border-width: 1px;
}
.foot{
height: 200px;
background-color: #FFE500FF;
}
.foot div div
{
display: inline-block;
padding: 20px;
}