-
Notifications
You must be signed in to change notification settings - Fork 408
/
Copy pathUserHome_Css.css
120 lines (117 loc) · 1.94 KB
/
UserHome_Css.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
*{
box-sizing: border-box;
}
body{
background-image: url(sandy.jpg);
background-repeat: no-repeat;
margin-left: 10%;
margin-right: 10%;
}
.hd{
text-align: center;
padding:10px;
margin-left: 10%;
margin-right: 5%;
color:#cc0066;
font-weight: bold;
font-size:40px;
}
.main{
border:1px black solid;
background-color: #ffffcc;
border-radius: 10px;
text-align: center;
margin-left:33%;
margin-right: 33.3%;
padding:10px;
margin-bottom: 10px;
color:red;
width:600px;
}
.menu{
border:1px black solid;
border-radius: 10px;
background-color: white;
color:green;
font-weight: bold;
font-size:14px;
text-align: center;
display:inline-block;
margin:auto;
padding:5px;
margin-top:6px;
}
a:hover{
color:red;
}
a:link{
color: green;
text-decoration: none;
}
.tab{
border:1px black solid;
border-radius: 15px;
background-color: #FFE5CC;
margin-left: 20%;
width:800px;
color:black;
font-weight: bold;
font-style:normal;
text-align:center;
font-size: 15px;
margin-bottom:10px;
padding:10px;
margin-top:10px;
}
.yel{
color:yellow;
}
.red{
color:red;
}
.green{
color:green;
}
.brown{
color:brown;
}
.home{
border:1px black solid;
border-radius: 5px;
background-color:yellow;
margin-left: -10%;
/* width:200px; */
color:blue;
font-style:italic;
font-weight: bold;
text-align:center;
/* font-size: 22px; */
margin-bottom:7px;
text-align:center;
height:40px;
padding:auto;
float:left;
clear:both;
width:160px;
}
table{
border:2px solid black;
text-align: center;
padding:5px;
width:750px;
}
tr:hover {
background-color: #f5f5f5;
color:black;
}
td{
padding:5px;
border:1px solid black;
}
th{
color:blue;
font-size:20px;
}
footer{
margin-top: 25%;
}