-
Notifications
You must be signed in to change notification settings - Fork 21
/
module.C2.SidebarButtons-inSitu.css
74 lines (61 loc) · 1.56 KB
/
module.C2.SidebarButtons-inSitu.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
69
70
71
72
73
74
/*-- C.2. Sidebar Buttons - in situ
Details : http://www.reddit.com/r/mindashq/wiki/modules/SidebarButtons
----*/
/*-- C.2.1 Button Appearance --*/
/* Delete C.2.1 from code if buttons are not to be hidden via CSS*/
.sidebox.submit-text {
/*display: none; uncomment to hide submit text button */
}
.sidebox.create {
/*display: none; uncomment to hide create subreddit button */
}
/*-- end Button Appearance --*/
/*-- C.2.2 Dual buttons ----*/
/* Delete C.2.2 from code if side-by-side buttons not desired */
.sidebox.submit {
width: 147px;
word-spacing: 1px;
letter-spacing: -1px;
}
.sidebox.submit-link {
position: relative;
display: block;
margin-left: 0;
text-indent: 0;
}
.sidebox.submit-link .morelink .nub:before {
position: relative;
top: 2px;
z-index: 1;
margin-left: 13px;
padding: 5px;
height: auto;
border: 1px solid #fbfbf9;
border-radius: 50%;
background-color: #fbfbf9 !important;
color: #242527;
content: 'OR';
text-shadow: 1px 1px 1px #fff,1px 1px 2px #808088;
font-weight: bold;
font-size: 10px;
}
.sidebox.submit-text {
position: relative;
float: right;
margin-top: -40px;
text-align: right;
}
body.res-nightmode .sidebox.submit-link .morelink .nub {
display: block !important;
}
body.res-nightmode .sidebox.submit-link .morelink .nub:before {
border: 1px solid #222;
background-color: #222 !important;
color: #eee;
text-shadow: 1px 1px 1px #000,1px 1px 2px #1f1f1f;
}
body.res-nightmode .sidebox.submit-text {
top: -2px;
}
/*-- C.2.2.end Dual buttons ----*/
/*-- C.2.end Sidebar Buttons in situ ----*/