-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
111 lines (93 loc) · 1.73 KB
/
styles.css
File metadata and controls
111 lines (93 loc) · 1.73 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
/*mana blue: #AAE0FA
mana red: #F9AA8F*/
body {
background-color: #333;
/*background-image: url("img/rooftop.jpg");*/
background-position: center;
background-size: cover;
background-repeat: no-repeat;
color: #fff;
}
#container {
background-color: rgba(51,51,51,.5);
width: 90%;
margin-top: 25px;
margin-bottom: 25px;
padding: 25px;
}
/*sharethis*/
.st-btn {
background-color: #333 !important;
}
.st-label, .st-shares {
color: #fff;
}
::-moz-selection {
background: #ccc;
}
::selection {
background: #ccc;
}
img, br, .checkLabel {
user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}
label, summary {
background-color: rgba(51,51,51,.75);
padding: 5px;
margin: 5px;
border-radius: 5px;
}
summary {
margin-top: 10px;
}
.modal-content {
background-color: #333;
}
.close, .close:hover, .close:focus {
color: #fff;
text-shadow: 0px 0px 0px #fff !important;
}
kbd {
background-color: #fff;
color: #333;
}
input:focus, textarea:focus, button:focus, summary:focus {
outline: 5px solid #666 !important;
}
#stormInput {
background-color: #333;
color: #fff;
}
input[type=number], textarea {
text-align: center;
font-weight: 600;
}
.btn-plus, .btn-minus {
color: #fff;
background-color: #333;
}
.btn-plus:hover, .btn-minus:hover {
background-color: #999;
}
.btn-plus:active, .btn-minus:active {
transform: scale(1.1);
}
.btn-bottom {
margin: 5px;
}
hr {
border-color: #fff;
height: 2px;
}
#manaDiv img, #stormDiv img {
margin-right: -8px;
}
input[type=checkbox] {
transform:scale(2, 2);
margin-right: 20px;
}