1
1
/* -------- sox settings dialog ------- */
2
+
2
3
# sox-settings-dialog {
3
- position : fixed ;
4
- display : none ;
5
- height : 100 % ;
4
+ top : 34 px ;
5
+ left : 230 px ;
6
+ min- height: calc ( 100 vh - 100 px ) ;
6
7
width : 550px ;
7
- top : 0 ;
8
- left : 0 ;
9
- z-index : 9999 ;
10
- box-shadow : 0 2px 5px rgba (0 , 0 , 0 , 0.3 );
11
- background-color : # fff ;
12
- border-right : solid 1px # aaa ;
8
+ display : none;
13
9
}
14
- # sox-settings-dialog-title {
15
- padding : 10px ;
16
- height : 30px ;
10
+ # sox-settings-dialog .modal-content {
11
+ /* max-height: calc(100vh - 175px); */
12
+ max-height : none;
13
+ min-height : inherit;
17
14
}
18
- # sox-settings-dialog-title a {
15
+ # sox-settings-dialog .header h3 {
16
+ width : 100% ;
17
+ }
18
+ # sox-settings-dialog-version {
19
19
float : right;
20
- margin-right : 5px ;
21
- cursor : pointer;
20
+ font-size : 14px ;
22
21
}
23
- # sox-settings-dialog-title h3 {
24
- display : inline;
22
+ # sox-settings-dialog # search-container {
23
+ min-height : 0 ;
24
+ }
25
+ # sox-settings-dialog # search-container .fa-search {
26
+ position : relative;
27
+ left : -350px ;
28
+ }
29
+ # sox-settings-dialog # search-container # search {
30
+ width : 350px ;
31
+ border-radius : 6px ;
32
+ text-indent : 20px ;
25
33
}
26
34
# sox-settings-dialog-features {
27
- height : calc ( 100 vh - 110 px );
28
- overflow-y : auto ;
29
- padding : 0 10 px 10 px 10 px ;
35
+ /* padding: 0 10px 10px 10px; */
36
+ overflow-y : scroll ;
37
+ height : calc ( 100 vh - 250 px ) ;
30
38
}
31
- # sox-settings-dialog-features h3 {
32
- margin-top : 10px ;
33
- padding-bottom : 2px ;
34
- border-bottom : 1px solid black;
39
+ # sox-settings-dialog-features .modal-content div {
40
+ margin-bottom : 3px ;
35
41
}
36
- # sox-settings-dialog-close {
37
- float : right;
42
+
43
+ # sox-settings-dialog-features .modal-content label > input {
44
+ margin-right : 5px ;
38
45
}
39
- # sox-settings-dialog-close a {
40
- padding : 3px 6px 2px 6px ;
41
- font-size : 16px ;
42
- font-weight : normal;
43
- color : # fff !important ;
44
- background-color : # 222 ;
45
- font-family : Arial, Helvetica, sans-serif;
46
- line-height : 1 ;
46
+
47
+ # sox-settings-dialog-access-tokens-links {
48
+ display : none;
47
49
}
48
50
# sox-settings-dialog-actions {
49
51
height : 40px ;
64
66
color : # 999 ;
65
67
height : 24px !important ;
66
68
min-width : 34px ;
67
- }
69
+ }
68
70
.sox-settings-button : hover {
69
71
color : # 999 ;
70
72
}
73
75
}
74
76
75
77
/* -------- sox specific features' CSS ------- */
78
+
76
79
# sox-scrollToTop {
77
80
position : fixed;
78
81
right : 0 ;
85
88
}
86
89
87
90
/*Main centered divs, SE-style:*/
91
+
88
92
.sox-centered {
89
93
width : 400px ;
90
94
z-index : 1001 ;
98
102
}
99
103
100
104
/*Specifically for quickCommentShortcuts -- the div's too wide! https://github.com/shu8/Stack-Overflow-Optional-Features/issues/36*/
105
+
101
106
# quickCommentShortcuts .sox-centered {
102
107
width : 75% ;
103
108
height : 90% ;
109
114
}
110
115
111
116
/*standOutDupeCloseMigrated signs */
112
- .standOutDupeCloseMigrated-duplicate ,
113
- .standOutDupeCloseMigrated-closed ,
114
- .standOutDupeCloseMigrated-migrated ,
115
- .standOutDupeCloseMigrated-onhold {
117
+
118
+ .standOutDupeCloseMigrated-duplicate , .standOutDupeCloseMigrated-closed , .standOutDupeCloseMigrated-migrated , .standOutDupeCloseMigrated-onhold {
116
119
color : # FFF ;
117
120
padding : 2px ;
118
121
border-radius : 4px ;
132
135
}
133
136
134
137
/*metaNewQuestionAlert for the mod diamond */
138
+
135
139
# new-meta-questions-button {
136
140
cursor : pointer;
137
141
width : 32px ;
138
142
}
139
-
140
143
.new-meta-questions-diamondOn {
141
- background-position : -218px -86px ;
144
+ background-position : -218px -86px ;
142
145
}
143
146
.new-meta-questions-diamondOff {
144
- background-position : -138px -86px ;
147
+ background-position : -138px -86px ;
145
148
}
146
-
147
149
# new-meta-questions-dialog {
148
150
top : 34px ;
149
- left : 230 px ;
151
+ left : 264 px ;
150
152
width : 377px ;
151
153
}
152
- # new-meta-questions-dialog-list : empty ::after {
154
+ # new-meta-questions-dialog-list : empty ::after {
153
155
content : "No new meta questions at this time." ;
154
156
}
155
157
156
-
157
158
/*addHotText for the 'this question is hot' banner */
159
+
158
160
.sox-hot {
159
161
float : right;
160
162
-ms-transform : rotate (30deg );
@@ -163,7 +165,9 @@ background-position: -138px -86px;
163
165
font-size : xx-large;
164
166
color : red;
165
167
}
168
+
166
169
/*quickCommentShortcutsMain: */
170
+
167
171
.quickCommentShortcutsReminder {
168
172
height : 40% ;
169
173
width : 13% ;
@@ -177,7 +181,10 @@ background-position: -138px -86px;
177
181
}
178
182
179
183
/*fixedTopbar */
184
+
185
+
180
186
/*Ubuntu CSS by @UnicornsAreVeryVeryYummy - http://stackapps.com/users/33746/unicorns-are-very-very-yummy */
187
+
181
188
.fixedTopbar-links {
182
189
z-index : 10001 ;
183
190
line-height : 19.2px ;
@@ -211,6 +218,7 @@ li.fixedTopbar-siteLink {
211
218
}
212
219
213
220
/*Side by Side Editing (SBS, addSBSBtn, startSBS): https://github.com/szego/SE-Answers_scripts/blob/side-by-side/editing-and-toggling/side-by-side-editing.user.js:*/
221
+
214
222
# sidebar .sbs-on {
215
223
display : none !important ;
216
224
}
@@ -270,23 +278,25 @@ li.fixedTopbar-siteLink {
270
278
}
271
279
272
280
/*linkedPostsInline for the displayed post text; https://github.com/shu8/Stack-Overflow-Optional-Features/issues/48 */
281
+
273
282
.linkedPostsInline-loaded-body-shub .post-text {
274
283
overflow-wrap : break-word;
275
284
width : 630px ;
276
285
padding : 10px ;
277
286
}
278
287
279
288
/*enhancedEditor (enhanced_editor folder)*/
289
+
280
290
.enhancedEditor-centered {
281
- width : 40% ;
282
- z-index : 1001 ;
283
- top : 190px ;
284
- left : 615.5px ;
285
- display : inline-block;
286
- margin-top : -95.5px ;
287
- margin-left : -216px ;
288
- overflow : auto;
289
- height : 70% ;
291
+ width : 40% ;
292
+ z-index : 1001 ;
293
+ top : 190px ;
294
+ left : 615.5px ;
295
+ display : inline-block;
296
+ margin-top : -95.5px ;
297
+ margin-left : -216px ;
298
+ overflow : auto;
299
+ height : 70% ;
290
300
}
291
301
.ownURL , .ownImage {
292
302
border-radius : 5px ;
@@ -308,7 +318,7 @@ hr.or {
308
318
text-align : center;
309
319
}
310
320
hr .or : after {
311
- content : "or..." ;
321
+ content : "or..." ;
312
322
display : inline-block;
313
323
position : relative;
314
324
top : -0.7em ;
@@ -324,56 +334,74 @@ hr.or:after {
324
334
.DDG-credit {
325
335
font-size : 0.8em ;
326
336
}
327
-
328
337
# enhancedEditor-aceEditor > # editor {
329
338
position : absolute;
330
339
top : 10% ;
331
340
right : 0 ;
332
341
bottom : 0 ;
333
342
left : 0 ;
334
343
}
335
-
336
344
.enhancedEditor-aceLanguages {
337
345
float : right;
338
346
}
339
-
340
347
.enhancedEditor-addCode {
341
- float : right;
348
+ float : right;
342
349
margin-right : 5px ;
343
350
}
344
-
345
-
346
351
.enhancedEditor-toolbar {
347
352
border-left : 1px solid # ccc ;
348
353
border-right : 1px solid # ccc ;
349
354
padding-right : 147px ;
350
355
}
351
-
352
356
.enhancedEditor-toolbar > span {
353
357
cursor : pointer;
354
358
}
355
-
356
359
.enhancedEditor-toolbar > span + span {
357
- margin-left : 2px ;
360
+ margin-left : 2px ;
358
361
}
359
-
360
362
.enhancedEditor-closeDialog {
361
363
float : left;
362
364
margin-right : 10px ;
363
365
font-size : 1.2em ;
364
366
cursor : pointer;
365
367
}
366
-
367
368
.enhancedEditor-toolbar .findReplace > input [type = 'text' ] {
368
369
height : 10px ;
369
370
width : 25% ;
370
371
}
371
-
372
372
.enhancedEditor-toolbar .findReplace > input [type = 'button' ] {
373
373
width : 10% ;
374
374
height : 100% ;
375
375
}
376
-
377
376
.enhancedEditor-asLinkContainer {
378
377
display : block;
379
- }
378
+ }
379
+
380
+ /*downvotedPostsEditAlert - for the watch icon*/
381
+
382
+ .downvotedPostsEditAlert-watchPostForEdits {
383
+ font-size : 20px ;
384
+ margin-top : 5px ;
385
+ }
386
+
387
+ /*chatEasyAccess - for the links (b elements)*/
388
+
389
+ .chatEasyAccess b {
390
+ cursor : pointer;
391
+ }
392
+ .post-tag .favorite-tag-so {
393
+ border-color : rgba (0 , 0 , 0 , .3 );
394
+ background-color : # ffefc6 ;
395
+ }
396
+ .post-tag .favorite-tag-su {
397
+ border-color : rgba (0 , 0 , 0 , .3 );
398
+ background-color : # a1eaff ;
399
+ }
400
+ .post-tag .favorite-tag-all {
401
+ border-color : rgba (0 , 0 , 0 , .3 );
402
+ background-color : # c3dafa ;
403
+ }
404
+ .post-tag .favorite-tag-all : before , .post-tag .favorite-tag-su : before , .post-tag .favorite-tag-so : before {
405
+ border-color : inherit;
406
+ background-color : inherit;
407
+ }
0 commit comments