-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsh-default.css
More file actions
98 lines (98 loc) · 2.09 KB
/
sh-default.css
File metadata and controls
98 lines (98 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
.control-label {
font-size: 18px;
color: gray
}
.status_btn {
position: absolute;
color: #333;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
opacity: .7;
top: 13px;
right: 20px;
font-size: 16px;
cursor: pointer
}
.status_btn:hover {
opacity: 1;
color: #333
}
.relative-container {
position: relative
}
.forkit {
background-color: #fff;
border-width: 1px;
border-style: none;
border-color: #357ebd;
-webkit-border-radius: 0;
border-radius: 0;
color: #1f1f1f;
outline: transparent solid 20px;
outline-offset: 0;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
position: relative;
top: 6px
}
.forkit:active,
.forkit:active:focus,
.forkit:focus,
.forkit:hover {
background-color: #2b2b2b;
outline: #666 solid 2px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
outline-offset: 2px
}
.statusform input[type=text].form-control.with_status {
-webkit-border-radius: 0;
border-radius: 0;
padding-right: 25px;
height: 45px;
font-size: 17px
}
.plugin-heading {
background-color: #383838;
background-image: initial;
background-repeat: initial;
background-attachment: initial;
background-position: null;
-webkit-background-size: initial initial;
-o-background-size: initial;
background-size: initial;
-webkit-background-clip: initial;
-o-background-clip: initial;
background-clip: initial;
-webkit-background-origin: initial;
-o-background-origin: initial;
background-origin: initial;
margin-top: 0;
padding: 20px;
color: #fff;
-webkit-box-shadow: #2f2f2f 1px 1px 2px 0;
box-shadow: #2f2f2f 1px 1px 2px 0;
text-shadow: #252525 0 3px 2px
}
.centered {
text-align: center
}
.mb-20 {
margin-bottom: 20px
}
.notextshadow {
text-shadow: 0 0
}
body {
padding: 0
}
.formcontainer {
padding-top: 50px;
padding-bottom: 50px
}