This repository was archived by the owner on Aug 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
122 lines (122 loc) · 2.09 KB
/
main.css
File metadata and controls
122 lines (122 loc) · 2.09 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
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
html {
width: 600px;
min-height: 500px;
background-color: #fbf8f1;
}
body {
border-color: #660000;
border-style: solid;
margin: 0;
background-image: url("img/load.gif");
background-position: center center;
background-repeat: no-repeat;
}
.header {
background-color: #660000;
color: #ffffff;
padding: 10px;
}
.header a {
color: #ffffff;
text-decoration: none;
font-weight: 400;
}
.header a:hover {
font-weight: 500;
}
.header .title {
font-size: 16px;
vertical-align: middle;
}
.header .right-title {
margin-top: -16px;
text-align: right;
}
#content {
padding: 0 10px 10px 10px;
font-size: 14px;
background-color: #fbf8f1;
}
#content a {
color: #996600;
text-decoration: none;
}
#content a:hover {
color: #261a00;
}
#content p {
margin: 0;
}
.piece-left {
width: 100%;
margin-top: 10px;
border-bottom-style: solid;
border-width: 1px;
border-color: #660000;
padding-bottom: 10px;
}
.menu {
width: 100%;
text-align: center;
border-collapse: collapse;
font-size: 14px;
border-color: #660000;
border-left-style: none;
border-right-style: none;
border-bottom-style: solid;
background-color: #ffffff;
}
.menu td {
padding: 5px 5px;
color: #797979;
border-style: none solid;
border-width: 1px;
border-color: #808080;
transition: padding 0.2s, background-color 0.2s, color 0.2s;
}
.menu td:hover {
color: #000000;
background-color: #cc9d6f;
padding: 5px 10px;
}
.menu .selected {
color: #000000;
background-color: #dcbd9d;
}
.table {
border-collapse: collapse;
font-size: 13px;
text-align: center;
width: 100%;
}
.table tr:nth-child(even) {
background-color:#f5f5f5;
}
.table tr:nth-child(odd) {
background-color:#ffffff;
}
.table th {
background-color: #d3d3d3;
color: #222;
}
.table tr td, .table tr th {
padding: 5px;
}
th {
font-weight: bold;
text-align: -internal-center;
}
td, th {
display: table-cell;
vertical-align: inherit;
}
h2, h3, h4 {
text-align: center;
width: 100%;
margin: 5px;
}
.tengah {
margin-top: 25%;
text-align: center;
height: 50%;
}