-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
70 lines (52 loc) · 855 Bytes
/
Copy pathstyle.css
File metadata and controls
70 lines (52 loc) · 855 Bytes
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
.body{
background: rgb(197, 85, 231);
}
.head{
background-color: red;
}
.main{
margin-top: 10%;
display: none;
}
.Tic{
margin-top: 10%;
display: none;
}
.options li:hover{
background: rgb(228, 218, 218);
}
.tops{
font-size: 2em;
}
.somes{
margin-top: -5px;
}
.bottom{
margin-top: 10%;
}
.v{
display: inline-block;
padding-left: 50px;
}
h1{
text-align: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 20px;
}
.tables , .tabless{
border-collapse: collapse;
border-spacing: 0;
padding: 0px;
margin: 0 auto;
margin-top: 25px;
}
table tr td, div tr td{
width: 80px;
height: 80px;
border: 1px solid black;
text-align: center;
}
table tr td:hover, div tr td:hover{
background: #e4e4e4;
cursor: pointer;
}