We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8d0bc commit a548bbeCopy full SHA for a548bbe
assets/stylesheets/screen.css
@@ -222,6 +222,28 @@ td.strong {
222
border-radius: 6px;
223
}
224
225
+#cboxClose {
226
+ position: absolute;
227
+ top: -14px;
228
+ right: -14px;
229
+ width: 30px;
230
+ height: 30px;
231
+ background: #000;
232
+ border: 4px solid #fff;
233
+ border-radius: 100%;
234
+}
235
+
236
+#cboxClose::before {
237
+ text-indent: 0;
238
+ content: '×';
239
+ color: #fff;
240
+ font-size: 23px;
241
242
+ top: 50%;
243
+ left: 50%;
244
+ transform: translate(-50%, -50%);
245
246
247
#footer {
248
color: #ddd;
249
font-size: 12px;
0 commit comments