-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
68 lines (53 loc) · 1.06 KB
/
style.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
* {
box-sizing: border-box; }
input[type=text] {
width: 60%;
height: 35px;
font-size: 20px; }
button {
background-color: #FF0000;
color: #FF0000; }
ul {
margin-left: 10px;
margin-right: 10px; }
ul li {
cursor: pointer;
background-color: #ffffff;
list-style-type: none;
text-align: left; }
ul li:nth-child(odd) {
background-color: #000000; }
.uk-button {
background-color: #ffffff;
color: #000000; }
.uk-button:hover {
background-color: #ffffff; }
ul li.checkbox {
text-decoration: line-through; }
.close {
position: absolute;
color: #FF0000;
align: right;
right: 0;
direction: ltr; }
.close:hover {
background-color: #FF0000;
color: #ffffff; }
.split {
height: 100%;
width: 50%;
position: fixed;
z-index: 1;
top: 0;
overflow-x: hidden; }
.left {
left: 0;
background-color: #000000; }
.right {
right: 0;
background-color: #FF0000; }
.title2 {
color: #ffffff;
font-size: 20px;
margin-top: 10px; }
/*# sourceMappingURL=style.css.map */