-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (40 loc) · 700 Bytes
/
style.css
File metadata and controls
46 lines (40 loc) · 700 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
button {
color: white;
background-color: rgb(163, 188, 227);
border-radius: 6px;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}
table {
border-style: solid;
border-color: rgb(243, 242, 242);
border-width: 4px;
border-radius: 5px;
border-spacing: 0px;
}
td {
padding: 2px 15px;
vertical-align: middle;
text-align: center;
border-top: solid 1px rgb(241, 241, 241);
}
#repo {
position: relative;
margin: 0px auto;
}
#viewport {
margin: 0px auto;
width: 900px;
height: 900px;
}
#divNotice {
display: none;
position: relative;
top: 50%;
text-align: center;
font-weight: bold;
font-size: 30px;
font-family: Courier;
}
#divNotice span {
margin: auto;
}