├── .gitignore ├── README.md ├── gmail.user.css ├── google-docs.user.css ├── google-drive.user.css ├── google.user.css └── instagram.user.css /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Dark-by-DM 2 | Dark by DM, a family of dark themes for different websites on the internet. 3 | 4 | Install through GitHub: 5 | * Dark Gmail by DM [Install](https://raw.githubusercontent.com/DM164/Dark-by-DM/master/gmail.user.css) 6 | * Dark Google Office Suite by DM [Install](https://github.com/DM164/Dark-by-DM/raw/master/google-docs.user.css) 7 | * Dark Google Drive by DM [Install](https://raw.githubusercontent.com/DM164/Dark-by-DM/master/google-drive.user.css) 8 | * Dark Google by DM [Install](https://raw.githubusercontent.com/DM164/Dark-by-DM/master/google.user.css) 9 | * Dark Instagram by DM [Install](https://raw.githubusercontent.com/DM164/Dark-by-DM/master/instagram.user.css) 10 | -------------------------------------------------------------------------------- /gmail.user.css: -------------------------------------------------------------------------------- 1 | /* ==UserStyle== 2 | @name Dark Gmail by DM 3 | @namespace https://github.com/DM164/Dark-by-DM 4 | @version 5.34.0 5 | @description Dark mode for Gmail 6 | @author Denis Mignanelli 7 | @homepageURL https://dark-by-dm-website.vercel.app/ 8 | @preprocessor stylus 9 | 10 | @var checkbox highlight_unread 'Stronger Highlight | Unread Messages' 0 11 | ==/UserStyle== */ 12 | @-moz-document url-prefix("https://mail.google.com/mail/") { 13 | .G-atb::before, .aAA.J-KU-Jg-K9, .l2, .aeJ, .iY .Bu, .wR > .amn, .SI .aBz, .iC, .gb_oe.gb_la.gb_pe, #aso_search_form_anchor.gb_Ee.gb_df.gb_Fe, .if, .UG { 14 | background: #1f1f1f !important; 15 | } 16 | .aic, .bkK, .at9, .aeN, .aeN .ajl, .bAw, .nH.aUx { 17 | background: #0f0f0f !important; 18 | } 19 | .V6.CL { 20 | color: #d8d8d8; 21 | } 22 | .TO .nU > .n0, .TO.NQ .nU > .n0, .TO.nZ .nU > .n0, .ah9 > .CJ, .n3 > .CL > .CK, .a3s, .g6 { 23 | color: #d6d6d6; 24 | } 25 | .aHS-bnw .qj, .TO > .aHS-bu1 .qj, .aHS-bnu .qj, .aHS-bnq .qj, .aHS-bns .qj, .aHS-bnv .qj, .aHS-aHO .qj, .aHS-aHP .qj, .aHS-bnx .qj, .CL::before, div.TH, .aJZ .qj, div.TH, .air .G-asx, .n4 .G-asx, .J-Ks-KO .J-N-Jo, .asi .J-Ks-KO::before, .asa, .G-Ni .T-Jo, .G-Ni .G-asx, td.apU > .T-KT.aXw::before, .aKD, .zA > td.oZ-x3, .brq, .bru, .brs, .brv, .brr, .G-atb .aqJ .amD, .iG .h0 .adg, .G-asx, .d-Na-J3.d-Na-JX-ax3.d-Na-hFsbo, .d-Na-N.d-Na-KO .d-Na-Jo, .d-Na-J3, .J-KU-KO .bvn, .bvn, .acX > .L3.aap, .bi4 > .T-KT, .mL, .mI, .J-JN-M-I-JG, .ams.bkG::before, .ams.bkH::before, .ade, .aqn .aic .L3::before { 26 | filter: invert(100%); 27 | } 28 | .gb_oa svg, .gb_Fc svg, .gb_2c .gb_4d, .gb_Rc .gb_4d { 29 | color: #ffffff; 30 | opacity: 1; 31 | } 32 | .wT > .n3 .byl:first-child .aim:first-child .nZ { 33 | background-color: #2d2d2d; 34 | } 35 | .aRs { 36 | color: #d0d0d0; 37 | background-color: #1f1f1f; 38 | } 39 | .byl .TK .TO.nZ>.aHS-bnt .n0, .TK .nZ>.aHS-bnt .bsU, .byl .TK .nZ.aS3 .nU>.n0, .TK .nZ.aS3 .bsU, .byl .TK .nZ.aS4 .nU>.n0, .TK .nZ.aS4 .bsU, .byl .TK .nZ.aS5 .nU>.n0, .TK .nZ.aS5 .bsU, .byl .TK .nZ.aS6 .nU>.n0, .TK .nZ.aS6 .bsU, .TK .TO.nZ .nU>.n0, .TK .ol.NQ .nU>.n0, .TK .TO.ol .nU>.n0, .TK .nZ .bsU, .TK .ol .bsU { 40 | color: #1595ff; 41 | } 42 | 43 | .nZ>.TN.aHS-bnt .qj, .nZ>.TN.aHS-bnt .qj::before { 44 | 45 | filter: brightness(2.2); 46 | } 47 | .aAv { 48 | 49 | color: #f1f1f1; 50 | 51 | } 52 | .TK .TO.nZ:active, .TK .TO.ol:active, .TK .TO.nZ, .TK .TO.ol, .byl .TK .nZ.aBP, .byl .TK .nZ.aS3, .byl .TK .nZ.aS4, .byl .TK .nZ.aS5, .byl .TK .nZ.aS6, .apV .V6.aJv { 53 | background-color: #272727; 54 | } 55 | .bkK>.nH { 56 | background-color: rgb(31 31 31); 57 | 58 | } 59 | .iY { 60 | background: #1f1f1f; 61 | } 62 | .aRv { 63 | color: #fff; 64 | } 65 | .aKx > .aKz { 66 | color: #e0e0e0; 67 | } 68 | .gb_Ve { 69 | background: #1f1f1f; 70 | } 71 | .gb_Xa svg, 72 | .gb_oc svg { 73 | color: white; 74 | opacity: 0.80; 75 | } 76 | .z0 > .L3 { 77 | box-shadow: 0 1px 2px 0 rgba(19, 19, 19, 0.19), 0 1px 3px 1px rgba(0, 0, 0, 0.09); 78 | background-color: #2b2b2b; 79 | color: #dcdcdc; 80 | } 81 | .brC-aT5-aOt-Jw { 82 | background-color: #1f1f1f; 83 | border-left: 1px solid #1f1f1f; 84 | } 85 | .brC-aT5-aOt-ato-Kp-Jw::before { 86 | border-top: 1px solid #717171; 87 | } 88 | .qr { 89 | border-color: #fff; 90 | } 91 | .qj[style] { 92 | opacity: 0.2; 93 | } 94 | .akz { 95 | color: white; 96 | } 97 | .z0 > .L3:hover, 98 | .z0 > .L3:focus { 99 | background: #353535; 100 | box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.302), 0 4px 8px 3px rgba(49, 49, 49, 0.149); 101 | } 102 | .TO.NQ { 103 | background: #383838 !important; 104 | } 105 | .n6 .ah9:hover { 106 | background: #383838; 107 | } 108 | .J-M { 109 | -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 110 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 111 | background: #232323; 112 | border: 1px solid #232323; 113 | border: 1px solid rgba(0, 0, 0, .2); 114 | } 115 | .J-N { 116 | color: #d8d8d8; 117 | } 118 | .J-Ks-KO .J-N-Jz { 119 | color: #ffffff; 120 | } 121 | .S4 { 122 | background: #1f1f1f; 123 | } 124 | 125 | 126 | .J-awr { 127 | color: #d6dde6; 128 | } 129 | .J-Kh { 130 | border-top: 1px solid #2d2d2d; 131 | } 132 | .afL .J-M-Jz { 133 | border-right: 1px solid #696969; 134 | } 135 | .afQ { 136 | color: #dedede; 137 | } 138 | .J-N-JT, 139 | .JN-JW { 140 | background: #252525; 141 | } 142 | .J-N-JT .J-N-Jz { 143 | color: white; 144 | } 145 | .afP { 146 | color: #b7b7b7; 147 | } 148 | .TO.nZ { 149 | background-color: #464646; 150 | } 151 | .aKB > .a2q { 152 | background: #1f1f1f !important; 153 | } 154 | .aRG { 155 | color: #c4c8e4; 156 | } 157 | .zF { 158 | color: #e4e4e4; 159 | } 160 | .y2 { 161 | color: #b4bbc3; 162 | } 163 | .yO > .xW { 164 | color: #aab2bb; 165 | } 166 | .a2q .cf { 167 | border: solid #edb802; 168 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 169 | } 170 | .aBS .d-Na-J3.d-Na-JX-ax3.d-Na-JX { 171 | opacity: 0.7; 172 | filter: invert(100%); 173 | } 174 | .Dj { 175 | color: #bbc3ce; 176 | } 177 | .T-I-ax7.T-I-JE .T-I-J3 { 178 | opacity: 0.7; 179 | } 180 | .a2q { 181 | background: none; 182 | border-bottom: 1px solid #232323; 183 | font-size: 16px; 184 | } 185 | .d-Na-JG-M { 186 | background: #232323; 187 | border: 1px solid rgb(35, 35, 35); 188 | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 189 | } 190 | .d-Na-N { 191 | color: #bdbdbd; 192 | } 193 | .d-Na-N-JW { 194 | background: #292929 !important; 195 | color: white !important; 196 | } 197 | .d-Na-axR { 198 | border-top: 1px solid #2f2f2f; 199 | } 200 | .aRq { 201 | color: #77a8ff; 202 | } 203 | .ma, 204 | .l9, 205 | .l6, 206 | .l8, 207 | .mj { 208 | color: #b3b3b3; 209 | } 210 | .aKw > .aKs { 211 | color: #e1e7ef; 212 | } 213 | #loading { 214 | background-color: #1f1f1f; 215 | } 216 | .msgb { 217 | color: #ccc; 218 | } 219 | .submit_as_link { 220 | color: #77a8ff; 221 | } 222 | .msg { 223 | color: #d0d0d0; 224 | } 225 | #nlpt { 226 | background-color: #1f1f1f; 227 | } 228 | .J-KU-JW:not(.aDO) .aKz { 229 | color: #cacaca !important; 230 | } 231 | .bse-bvF-I-JW .bse-bvF-JX-Jw { 232 | background-color: #404040 !important; 233 | } 234 | .bse-bvF-I-KO .bse-bvF-JX-Jw { 235 | background-color: #292929; 236 | } 237 | .ha > .hP { 238 | color: #e8e8e8; 239 | } 240 | .hx .gD { 241 | color: #d2d7e6; 242 | } 243 | .go { 244 | color: #b9b9b9; 245 | } 246 | .J-JN-M-I-Jm { 247 | color: #cacaca; 248 | } 249 | .adI .B9 { 250 | color: #70a4ff; 251 | } 252 | .adJ > .hc, 253 | .zi > .hc, 254 | .ob > .adG { 255 | opacity: .70; 256 | filter: invert(100%); 257 | } 258 | .zz { 259 | opacity: .8; 260 | filter: invert(100%); 261 | } 262 | .hx .hb { 263 | color: #c0c9d4; 264 | } 265 | .ajy > .ajz { 266 | opacity: .70; 267 | filter: invert(100%); 268 | } 269 | .iv .g3 { 270 | color: #b6bec7; 271 | } 272 | .amn > .ams { 273 | color: #c9d3e0; 274 | box-shadow: inset 0 0 0 1px #232323; 275 | background: #232323; 276 | } 277 | .acX > .L3.aaq { 278 | filter: invert(100%); 279 | } 280 | .gt a { 281 | color: #9c9c9c !important; 282 | } 283 | .gI { 284 | color: #c5c5c5 !important; 285 | } 286 | .gD { 287 | color: #e0e0e0 !important; 288 | } 289 | .ajA { 290 | background-color: #464646 !important; 291 | } 292 | .HM .aDi::after { 293 | background: #232323 !important; 294 | } 295 | .aC3 { 296 | background: #232323 !important; 297 | } 298 | .HM .aDi::before { 299 | border-bottom: 1px solid #464646 !important; 300 | border-left: 1px solid #464646 !important; 301 | border-right: 1px solid #464646 !important; 302 | background: #464646 !important; 303 | } 304 | .J-Z-I-KO .dv, 305 | .aMZ.a1, 306 | .aMZ.e5, 307 | .aMZ.QT, 308 | .aMZ.aA7, 309 | .J-Z-I-J6-H > .aMZ.a2X, 310 | .og.T-I-J3, 311 | .J-Z-M-I-J6-H > .J-Z-M-I-JG, 312 | span.Kj-JD-K7-Jq, 313 | .HQ .J-JN-M-I-JG, 314 | .vN > .vM { 315 | opacity: .9; 316 | filter: invert(100%); 317 | } 318 | .oG { 319 | color: white; 320 | } 321 | .aZ .J-Z-axO .J-Z-M-I-Jm { 322 | color: #dadbec !important; 323 | } 324 | .J-Z-axR { 325 | border-left: 1px solid #757575 !important; 326 | } 327 | .J-Z { 328 | background: #313131 !important; 329 | border-top: 1px solid #313131 !important; 330 | border-bottom: 1px solid #313131 !important; 331 | } 332 | .aZ .aaA { 333 | filter: invert(100%) !important; 334 | } 335 | div.Kj-JD-Jz { 336 | color: #d9e0e8; 337 | } 338 | span.Kj-JD-K7-K0 { 339 | color: #efefef; 340 | } 341 | .J-Ke-I { 342 | color: #dcdcdc; 343 | } 344 | .LW-Ke-JD-JI-K0 a { 345 | color: #f1f1f1!important; 346 | } 347 | div.Kj-JD-Jl > button { 348 | color: #d6d6d6 !important; 349 | } 350 | div.Kj-JD-Jl > button.J-at1-atl:disabled, 351 | div.Kj-JD-Jl > button.J-at1-auR:disabled { 352 | background-color: #2c2c2c !important; 353 | color: rgba(219, 229, 236, 0.38) !important; 354 | } 355 | .IG { 356 | background-color: #1f1f1f !important; 357 | } 358 | .HM .et { 359 | background: #1f1f1f !important; 360 | } 361 | .LW-avf.Am { 362 | color: #d2d2d2 !important; 363 | } 364 | .eV > .oj .vO { 365 | color: #ececec !important; 366 | } 367 | .azX { 368 | background: #1f1f1f !important; 369 | } 370 | .HM .I5 { 371 | border: 1px solid #1f1f1f !important; 372 | } 373 | .vR > .vN { 374 | background-color: #464646; 375 | border: 1px solid #464646; 376 | } 377 | .vN > .vT { 378 | color: #d7e0ea; 379 | } 380 | .Tm .TC { 381 | background: #2b2b2b; 382 | color: #c3c3c3; 383 | } 384 | .ajj.ajl:before { 385 | box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1); 386 | border-bottom: 1px solid #232323; 387 | } 388 | .n6 .ah9:hover, 389 | .n6 .ah9.aiu:hover { 390 | background-color: #232323; 391 | } 392 | .CL:hover { 393 | background: #232323; 394 | } 395 | .pM { 396 | filter: invert(100%); 397 | } 398 | .J-Ph-hFsbo { 399 | filter: invert(100%); 400 | } 401 | .aDg > .aDj { 402 | background: #232323; 403 | } 404 | .aoT { 405 | color: #d8d8d8; 406 | background-color: #464646; 407 | } 408 | .GQ { 409 | background-color: #1f1f1f; 410 | } 411 | .ZF-zT { 412 | background-color: #232323; 413 | } 414 | .boo > .ZG { 415 | color: #d2dbe6; 416 | } 417 | .bs1 + .bs3, 418 | .btj + .aD { 419 | color: #d1d6e4; 420 | } 421 | .ZE > .J-JN-M-I-Jm { 422 | color: #bdc2d0; 423 | } 424 | .bs5::after, 425 | .bs1 + .bs3::before, 426 | .btj + .aD::before { 427 | opacity: .80; 428 | filter: invert(100%); 429 | } 430 | .boo .nr { 431 | background: #232323; 432 | color: #d4d4d4; 433 | } 434 | .gssb_m { 435 | background: #232323; 436 | } 437 | .gssb_l { 438 | background-color: #636363; 439 | } 440 | .gb_Td.gb_4d .gb_Qd { 441 | background: #292929; 442 | } 443 | .qj[style] { 444 | opacity: 0.8; 445 | } 446 | .gb_9e.gb_lf { 447 | filter: invert(100%); 448 | } 449 | .asd { 450 | color: #99a0a9; 451 | } 452 | 453 | .yP { 454 | color: #8e8e8e; 455 | } 456 | /*advertisement*/ 457 | .aRA { 458 | background-color: #49ccff17; 459 | border-bottom: 1px #313334 solid !important; 460 | } 461 | .biK.T-I-J3.J-J5-Ji, 462 | .biJ, 463 | .biG.T-KT, 464 | .biM { 465 | filter: invert(1); 466 | } 467 | .bh3 { 468 | color: #b7bdc5; 469 | } 470 | .ai8 .aiR, 471 | .u6 { 472 | color: #33a6fa; 473 | } 474 | .aiY, 475 | .aiZ, 476 | .a3K .aiQ { 477 | color: #dadada; 478 | } 479 | .ai8 .aiO { 480 | border-bottom: 1px solid #7d7d7d; 481 | } 482 | /*advertisement -- */ 483 | .a2q .cf { 484 | border: solid #423d2b; 485 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 486 | } 487 | .asc { 488 | color: #dedede; 489 | } 490 | .asg .A0 { 491 | filter: invert(100%); 492 | } 493 | .J-LC-JR-Jp .J-LC-Jo, 494 | .J-LC-Jo { 495 | filter: invert(100%); 496 | } 497 | 498 | .asc { 499 | color: #dedede; 500 | } 501 | .J-LC { 502 | color: #ccc; 503 | } 504 | .J-LC { 505 | color: #ccc; 506 | background: #232323; 507 | } 508 | .C6.aIZ > .T-Jo { 509 | filter: invert(100%); 510 | } 511 | .J-N, 512 | .J-LC, 513 | .J-JK { 514 | color: #c7c7c7; 515 | } 516 | .J-JB-KA { 517 | border: 1px solid #272727; 518 | background: #272727; 519 | color: #efefef; 520 | } 521 | .J-JB-KA-JS, 522 | .J-JB-KA-Jk { 523 | color: #dedede; 524 | background: #272727; 525 | } 526 | .J-JB-KA-JS { 527 | color: #e7edfd; 528 | } 529 | .J-JB-KA-Jk.J-JB-KA-bsO, 530 | .J-JB-KA-Jk.J-JB-KA-bsP { 531 | color: white; 532 | } 533 | .J-JB-KA-a6O-Zq, 534 | .J-JB-KA-a6O-Zj { 535 | background: #272727; 536 | color: #ff8f00; 537 | } 538 | .J-JB-KA-LG { 539 | background: #272727; 540 | color: #bec2d0; 541 | } 542 | .ah.aiv, 543 | .ah.uR { 544 | -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .18); 545 | box-shadow: 0 2px 4px rgba(0, 0, 0, .08); 546 | background: #272727; 547 | border: 1px solid rgba(0, 0, 0, .2); 548 | } 549 | .J-JB-KA-K8::before { 550 | background-color: #636363; 551 | } 552 | .J-JB-KA-JB:not(.J-JB-KA-K8):not(.J-JB-KA-KO):hover::before { 553 | background: #232323; 554 | } 555 | .gb_Qe button svg, 556 | .gb_Qe button img { 557 | fill: white; 558 | } 559 | .gb_lf.gb_rf .gb_9e { 560 | filter: invert(100%); 561 | } 562 | td { 563 | color: white; 564 | } 565 | .az9 { 566 | color: #d0d0d0; 567 | } 568 | .KXUPI, 569 | .MdNu1b { 570 | background-color: #4e4e4e; 571 | } 572 | .XuzRI { 573 | color: #c5c5c5; 574 | } 575 | .KKqr2e { 576 | color: #c1c1c1; 577 | } 578 | .uHLKtf { 579 | color: #e8e8e8; 580 | } 581 | .mUbCce.RDPZE { 582 | fill: rgba(255, 255, 255, 0.4); 583 | } 584 | .RwjCB { 585 | border-top: 1px solid #676767; 586 | } 587 | .wqoXPb.lqDipf { 588 | fill: #eaf2f9; 589 | } 590 | .gb_Ea, 591 | #gb a.gb_Ea.gb_Ea, 592 | .gb_Fa { 593 | color: #c3c3c3; 594 | } 595 | .gb_fa { 596 | background: #2b2b2b !important; 597 | border: 1px solid #2b2b2b !important; 598 | } 599 | .aeR .aeQ, .aeP .aeQ { 600 | background: #5d5d5d; 601 | } 602 | 603 | /*Addons*/ 604 | .brC-brG-avC { 605 | background-color: #232323; 606 | border-bottom: solid 1px #232323; 607 | } 608 | .brc { 609 | color: #bfc7d2; 610 | } 611 | .brC-brG-avC-bta-atM .brC-brG-avC-bBo-JX { 612 | fill: #fff; 613 | opacity: .90; 614 | } 615 | .brC-brG-a1P-bAa-a5b { 616 | color: #70abf9; 617 | } 618 | .brC-brG-K7-K0.brC-brG-K7-axY { 619 | color: #d8e3ec; 620 | } 621 | .brC-brG-JG-I-Kv-H::after { 622 | filter: brightness(250%); 623 | } 624 | .brC-by0-P6-I-JX { 625 | display: block; 626 | fill: #c3cad2; 627 | } 628 | .brC-brG-JG-I.brC-brG-JG-I-JW { 629 | background-color: #4a4a4a; 630 | } 631 | .gb_Ta svg, 632 | .gb_lc svg { 633 | color: white; 634 | opacity: .70; 635 | } 636 | .zA:hover { 637 | -webkit-box-shadow: inset 1px 0 0 #000000, inset -1px 0 0 #000000, 0 1px 2px 0 rgba(0, 0, 0, 0.58), 0 1px 3px 1px rgb(0, 0, 0); 638 | box-shadow: inset 3px 0 0 #2b2b2b, inset -1px 0 0 #2b2b2b, 0 1px 2px 0 rgba(0, 0, 0, 0.31), 0 1px 3px 1px rgba(0, 0, 0, 0.23); 639 | z-index: 1; 640 | } 641 | .r4 { 642 | background-color: #1f1f1f; 643 | } 644 | .v .f1 .f0 { 645 | color: #d5d5d5; 646 | } 647 | .qL { 648 | background: #373737; 649 | } 650 | .qK { 651 | background: rgb(55, 55, 55); 652 | } 653 | .rA, 654 | select { 655 | background: #434343; 656 | border: #434343; 657 | color: white; 658 | } 659 | .Ar { 660 | border-color: #434343; 661 | background-color: #434343; 662 | color: #e8e8e8; 663 | } 664 | .Vb .Ak { 665 | background: #434343; 666 | } 667 | .Ar { 668 | border-top-color: #434343!important; 669 | } 670 | .Vc, 671 | .Vd { 672 | color: #fff; 673 | } 674 | .alO { 675 | font-size: .875rem; 676 | background-color: #1f1f1f; 677 | } 678 | .alP { 679 | color: #5a96ff; 680 | } 681 | td { 682 | color: #e8e8e8; 683 | } 684 | .vO { 685 | background-color: #464646; 686 | } 687 | .wO { 688 | background-color: #464646 !important; 689 | } 690 | .Ap { 691 | background-color: #464646; 692 | vertical-align: top; 693 | } 694 | .Am { 695 | background: #464646 !important; 696 | } 697 | .aoP .Ar { 698 | background-color: #464646 !important; 699 | } 700 | .dv, 701 | .aMZ.buc { 702 | filter: invert(100%); 703 | } 704 | .Kj-JD-Jz a { 705 | color: #fff!important; 706 | } 707 | .bvs .bve.J-JN-M-I > .J-JN-M-I-Jm { 708 | color: #cccccc; 709 | text-transform: none; 710 | } 711 | .aFe { 712 | color: #d2d2d2; 713 | } 714 | .byh { 715 | color: #77c3ff; 716 | } 717 | .byf::before, 718 | .byd { 719 | filter: invert(100%); 720 | } 721 | .byf { 722 | color: #cacaca; 723 | } 724 | input, 725 | textarea, 726 | select { 727 | background: #1f1f1f; 728 | border-color: #1f1f1f; 729 | color: white; 730 | } 731 | .bv8 { 732 | background: #464646; 733 | } 734 | .aT5-aOt-I-JW .aT5-aOt-I-JX-Jw { 735 | background-color: #262626; 736 | } 737 | .l7 { 738 | background: #1f1f1f; 739 | color: #dcdcdc; 740 | font-weight: bold; 741 | } 742 | .ae3 .l6 { 743 | color: #a7aaae; 744 | } 745 | .bAY .rm { 746 | color: #d0d0d0; 747 | } 748 | .gb_nf.gb_tf .gb_bf { 749 | filter: invert(100%); 750 | } 751 | p { 752 | color: white 753 | } 754 | .gb_Se.gb_af { 755 | background: #1f1f1f; 756 | border: #1f1f1f 757 | } 758 | .boo .aQl > .J-JN-M-I-Jm { 759 | color: #b3b3b3; 760 | } 761 | .bhZ.bym .aj5, 762 | .bhZ.bjB .aj5 { 763 | background-color: #1f1f1f; 764 | } 765 | .cwtltbl { 766 | color: #d0d0d0; 767 | display: table; 768 | font-size: 30px; 769 | table-layout: fixed; 770 | z-index: 0; 771 | } 772 | .brC-bsf-aT5-aOt .aT5-aOt-I-KO .aT5-aOt-I-JX-Jw { 773 | background-color: #2b2b2b; 774 | } 775 | .md.mj { 776 | color: #b4b4b4; 777 | } 778 | .boo .nr, 779 | .boo .nr:focus { 780 | box-shadow: inset 0 -1px 0 0 rgba(192, 223, 255, 0.14); 781 | } 782 | .boo .T-axO.aQl, 783 | .boo .T-axO.aaa { 784 | box-shadow: inset 0 -1px 0 0 rgba(192, 223, 255, 0.14); 785 | } 786 | .boo .aaa > .J-JN-M-I-Jm { 787 | color: #adadad; 788 | } 789 | .bX { 790 | color: #cecece; 791 | background-color: #1f1f1f; 792 | } 793 | .gb_Te.gb_bf { 794 | border: 1px solid #1f1f1f; 795 | background: #1f1f1f; 796 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24); 797 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24); 798 | } 799 | .boo .ZE > .J-JN-M-I-Jm { 800 | color: #abafb9; 801 | } 802 | .hI .g3 { 803 | color: #bdc1c6; 804 | } 805 | .gb_of.gb_uf .gb_cf { 806 | filter: invert(100%); 807 | color: black; 808 | } 809 | .asor, 810 | .gsoi_0, 811 | .gsaq_b { 812 | filter: invert(100%); 813 | } 814 | .aoI { 815 | background-color: #232323; 816 | color: #e8e8e8; 817 | } 818 | .HM .I5 { 819 | border: 1px solid #1f1f1f !important; 820 | } 821 | .HM .et { 822 | background: #464646 !important; 823 | } 824 | .bra { 825 | box-shadow: inset 0 0 0 1px #232323; 826 | color: #77a4e0; 827 | background: #232323; 828 | } 829 | .bra:hover { 830 | background-color: #444343; 831 | } 832 | .adI { 833 | background-color: #232323; 834 | } 835 | .G-Ni.G-aE:not(:first-child) { 836 | -webkit-box-shadow: inset -1px 0 0 rgba(100, 121, 143, 0.122); 837 | box-shadow: inset -1px 0 0 rgba(136, 148, 161, 0.57); 838 | } 839 | div.ajR { 840 | background-color: #232323 !important; 841 | } 842 | div.ajR .ajT, 843 | .Un::after { 844 | filter: invert(100%); 845 | } 846 | .im { 847 | color: #d77cd7; 848 | } 849 | .Am { 850 | background: #232323 !important; 851 | } 852 | .aoT { 853 | color: #d8d8d8; 854 | background-color: #232323; 855 | } 856 | .aoP .Ar { 857 | background-color: #232323 !important; 858 | } 859 | .btC { 860 | background: #232323; 861 | } 862 | .bv8 { 863 | background: #232323; 864 | } 865 | .vO { 866 | background-color: #232323; 867 | } 868 | .wO { 869 | background-color: #232323 !important; 870 | } 871 | .HM .aDi::before { 872 | border-bottom: 1px solid #232323 !important; 873 | border-left: 1px solid #232323 !important; 874 | border-right: 1px solid #232323 !important; 875 | background: #232323 !important; 876 | } 877 | .HM .I5 { 878 | border: 1px solid #232323 !important; 879 | } 880 | .IG { 881 | background-color: #232323 !important; 882 | } 883 | .HM .et { 884 | background: #232323 !important; 885 | } 886 | .GQ { 887 | background-color: #232323; 888 | } 889 | .h0 { 890 | color: #cfd5dd; 891 | } 892 | .aiv .am > .ao5 { 893 | color: #d4d4d4; 894 | } 895 | .aiv { 896 | background: #2b2b2b; 897 | border: 1px solid rgb(43, 43, 43); 898 | } 899 | .aiv .am > .Sr, 900 | .am { 901 | color: #bfbfbf; 902 | } 903 | .aq.aFf:hover { 904 | background: #303030; 905 | } 906 | .ah .Jd-Je { 907 | background-color: #2b2b2b; 908 | color: #e3e3e3; 909 | } 910 | .yE, .xL { 911 | filter: invert(100%); 912 | } 913 | 914 | .vR > .vN:hover { 915 | background-color: #515151; 916 | border-color: #515151; 917 | } 918 | .qDm3sf, 919 | .hbZTIc { 920 | background-color: #232323; 921 | -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3), 0 2px 6px 2px rgba(0, 0, 0, .15); 922 | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3), 0 2px 6px 2px rgba(0, 0, 0, .15); 923 | color: white; 924 | } 925 | .Oux49 { 926 | color: #e8e8e8; 927 | } 928 | .cri8dc { 929 | border-top: 1px solid #4b4b4b 930 | } 931 | .OOi9nb .snByac { 932 | color: #5699f1; 933 | } 934 | .mUbCce.RDPZE { 935 | color: rgba(255, 255, 255, 0.26); 936 | fill: rgba(255, 255, 255, 0.26); 937 | cursor: default; 938 | } 939 | .Yh1nIb, 940 | .YGvwud { 941 | color: #c8c8c8; 942 | cursor: pointer; 943 | } 944 | /*details tab*/ 945 | .thead { 946 | background: #232323; 947 | } 948 | .acts { 949 | background-color: #2c2c2c; 950 | } 951 | .lk { 952 | color: #5ea7f5; 953 | } 954 | /*details tab end*/ 955 | .bum { 956 | color: #a8a8a8; 957 | text-align: center; 958 | -webkit-transform: scale(1); 959 | transform: scale(1); 960 | } 961 | .bum .T-bfE { 962 | border: 1px solid #5d5d5d; 963 | } 964 | .bul { 965 | color: #fafafa; 966 | } 967 | .bug { 968 | background-color: #292929; 969 | } 970 | .bum .T-bfE-Jp { 971 | background-color: #5d5d5d; 972 | border: 1px solid #5d5d5d; 973 | color: #ececec; 974 | } 975 | .Bn { 976 | color: #bac0c8; 977 | } 978 | .gb_Zd.gb_9d .gb_Vd .gb_Xe { 979 | border-color: #232323; 980 | background: #343434; 981 | } 982 | /* header */ 983 | .qp { 984 | background: #0f0f0f; 985 | } 986 | .gb_vf.gb_Bf .gb_jf { 987 | filter: invert(100%); 988 | } 989 | .gb_Va svg, 990 | .gb_nc svg { 991 | color: white; 992 | opacity: .54; 993 | } 994 | .gb_1e.gb_if { 995 | border: 1px solid rgba(0, 0, 0, 0.12); 996 | background: rgb(64, 64, 64); 997 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24); 998 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28); 999 | } 1000 | .gb_ta svg, 1001 | .gb_Fc svg, 1002 | .gb_2c .gb_he, 1003 | .gb_Rc .gb_he { 1004 | color: #d5d5d5 !important; 1005 | opacity: 1; 1006 | } 1007 | /* header*/ 1008 | /*search box*/ 1009 | .gssb_e { 1010 | background-color: #232323 !important; 1011 | border: solid #232323 !important; 1012 | border-top-color: #444 !important; 1013 | } 1014 | .gb_Ue.gb_Ve { 1015 | background: rgb(37, 37, 37); 1016 | } 1017 | .gsfs { 1018 | background: #232323 !important; 1019 | color: #cccccc !important; 1020 | } 1021 | .asor_o { 1022 | filter: invert(100%) !important; 1023 | } 1024 | .gb_ee.gb_ne .gb_be .gb_af { 1025 | background: #363636; 1026 | } 1027 | .gb_sa svg, 1028 | .gb_wc svg, 1029 | .gb_Zc .gb_5d, 1030 | .gb_Ic .gb_5d { 1031 | color: #c5c5c5; 1032 | } 1033 | /*--search box*/ 1034 | div.brz { 1035 | color: #b8b8b8; 1036 | } 1037 | div.bsK { 1038 | color: #d7d7d7; 1039 | } 1040 | .J-awr.J-awr-JE { 1041 | color: #efefef; 1042 | } 1043 | div.bsJ.bsI { 1044 | filter: invert(100%); 1045 | } 1046 | input { 1047 | background: transparent; 1048 | } 1049 | .kz { 1050 | -webkit-box-shadow: inset 0 -1px 0 0 rgba(158, 166, 174, 0.56); 1051 | box-shadow: inset 0 -1px 0 0 rgba(158, 166, 174, 0.56); 1052 | } 1053 | .aYy { 1054 | background-color: #484848; 1055 | border-top: 1px solid #484848; 1056 | } 1057 | .aQA { 1058 | color: #d0d0d0; 1059 | } 1060 | .aZm, 1061 | .aZn, 1062 | .aZn:after, 1063 | .aZm:after { 1064 | border-color: #484848; 1065 | } 1066 | .hx { 1067 | color: #f5f5f5; 1068 | } 1069 | .GM .dL { 1070 | background-color: #4e4e4e; 1071 | border: 1px solid #0000004a; 1072 | } 1073 | .vI { 1074 | color: #dedede; 1075 | } 1076 | .vJ { 1077 | color: #b7b7b7; 1078 | } 1079 | .vq { 1080 | opacity: .7; 1081 | filter: invert(100%); 1082 | } 1083 | .azX { 1084 | background: #232323 !important; 1085 | } 1086 | .Tm .ya { 1087 | background-color: rgba(63, 63, 63, 0.871); 1088 | color: #dfdfdf; 1089 | } 1090 | .nH .ya .x8 { 1091 | color: #54a3e9; 1092 | } 1093 | .gb_me.gb_ve .gb_je .gb_if { 1094 | border-color: #232323; 1095 | background: #2d2d2d; 1096 | } 1097 | .gb_Wa svg { 1098 | color: white; 1099 | opacity: .70; 1100 | } 1101 | .gb_Pf.gb_Vf .gb_Ef { 1102 | filter: invert(100%); 1103 | } 1104 | .TK .TO:active, 1105 | .n6 .ah9.aiu:active, 1106 | .CL:active, 1107 | .TO.nZ, 1108 | .TO.ol { 1109 | background-color: #3d3d3d; 1110 | } 1111 | td, 1112 | tr, 1113 | tbody, 1114 | table { 1115 | background: #0000; 1116 | } 1117 | .byl .nZ.aS4 { 1118 | background-color: #483b31; 1119 | } 1120 | .byl .nZ.aS3 { 1121 | background-color: #463456; 1122 | } 1123 | .byl .nZ.aS5 { 1124 | background-color: #3b3f3c; 1125 | } 1126 | .byl .nZ.aS6 { 1127 | background-color: #31363f; 1128 | } 1129 | .gb_0, 1130 | .gb_ja.gb_wg.gb_i { 1131 | background: #232323; 1132 | border: 1px solid #232323; 1133 | } 1134 | .gb_0, 1135 | #gb a.gb_0.gb_0, 1136 | .gb_1 { 1137 | color: #d8d8d8; 1138 | } 1139 | .gb_Kd.gb_Td .gb_Hd .gb_De { 1140 | background: #343434; 1141 | border: solid 1px #343434; 1142 | } 1143 | .gb_ja svg, 1144 | .gb_4b svg { 1145 | color: white; 1146 | opacity: .54; 1147 | } 1148 | 1149 | .gb_ae img.gb_ma { 1150 | color: transparent; 1151 | content: url(https://dark-by-dm9.webnode.it/_files/200000046-93235941c7/200/ImBob.png); 1152 | } 1153 | .gb_wd.gb_Fd .gb_td .gb_ne { 1154 | background: #333333; 1155 | } 1156 | .gb_oe.gb_la { 1157 | background: #2e2e2e; 1158 | } 1159 | .gb_ja div.gb_la { 1160 | background: #232323; 1161 | } 1162 | .gb_ja.gb_Od svg, 1163 | .gb_ja.gb_rc svg, 1164 | .gb_ja.gb_rc .gb_qc .gb_Pd { 1165 | color: #c9c9c9; 1166 | opacity: 1; 1167 | } 1168 | .TO > .aHS-nd .qj, 1169 | .J-N-JX.aDE { 1170 | filter: invert(100%); 1171 | } 1172 | .sA, 1173 | .r4 .e { 1174 | color: #65ccff; 1175 | text-decoration: none; 1176 | } 1177 | .nZ .bsU, 1178 | .ol .bsU { 1179 | color: #b2b8cb; 1180 | } 1181 | .bc2, 1182 | .ams.bkI::before, 1183 | .aaA.e2, 1184 | .aaA.fa, 1185 | .aaA.td, 1186 | .aaA.fb { 1187 | filter: invert(1); 1188 | } 1189 | .aSI:after { 1190 | filter: invert(81%); 1191 | } 1192 | .CU, 1193 | .aIh, 1194 | .CP { 1195 | filter: invert(1); 1196 | opacity: 0.8; 1197 | } 1198 | .Cz.e { 1199 | color: #4ba7f8; 1200 | } 1201 | .vR.vS .vN { 1202 | background-color: #4c4c4c; 1203 | border-color: #4c4c4c; 1204 | } 1205 | .lE > .lC, 1206 | .lE.lB > .lC { 1207 | background-color: #3d3d3d; 1208 | } 1209 | .gb_me.gb_la.gb_ne { 1210 | background: #313131; 1211 | } 1212 | .gb_me.gb_la { 1213 | background: #4c4c4c; 1214 | } 1215 | .nY { 1216 | background: #2e2e2e!important; 1217 | } 1218 | .alB, 1219 | .alD { 1220 | border: 1px solid #3e3e3e; 1221 | background-color: #2a2a2a; 1222 | color: #fff; 1223 | } 1224 | .alZ, 1225 | .rU > button, 1226 | .rV > button { 1227 | background: #4c4c4c; 1228 | color: white; 1229 | border: 2px solid #4c4c4c; 1230 | box-shadow: 1px 1px 5px 0px #252525a1; 1231 | } 1232 | .r7 td.r5, 1233 | .qV, 1234 | .qX, 1235 | .qS { 1236 | border-top: 1px solid #404040; 1237 | border-bottom: 1px solid #404040; 1238 | } 1239 | .zc { 1240 | background-color: rgba(0, 0, 0, 0.949); 1241 | border: 2px solid #2c2c2c; 1242 | } 1243 | .Vb .Ar { 1244 | background: #232323; 1245 | } 1246 | .Ar { 1247 | border: 1px solid #232323!important; 1248 | } 1249 | .aAi { 1250 | color: #d0d0d0; 1251 | } 1252 | .KA.Kj-JD-Jh { 1253 | background-color: #000; 1254 | } 1255 | .Nf-mm-Md, 1256 | .KA.Kj-JD { 1257 | background-color: #181818; 1258 | border-top: 1px solid #181818; 1259 | border-color: #181818; 1260 | } 1261 | .bh > .adv .adx { 1262 | -webkit-box-shadow: inset 0 0 0 1px #5f5f5f; 1263 | box-shadow: inset 0 0 0 1px #5f5f5f; 1264 | color: #dae0e8; 1265 | background: #5f5f5f; 1266 | } 1267 | .gb_le.gb_be.gb_me { 1268 | background: rgb(49, 49, 49); 1269 | } 1270 | .agd .J-M-JJ input { 1271 | background: #232323; 1272 | color: #d6d6d6; 1273 | } 1274 | .aRo { 1275 | color: #f8f8f8; 1276 | } 1277 | .aU9 { 1278 | border: 1px solid #232323; 1279 | } 1280 | .aRi { 1281 | background-color: #232323; 1282 | border: 1px solid #232323; 1283 | } 1284 | .aQ6 > .aQ5, 1285 | .aQ6 > .aQ4 { 1286 | color: #cdcdcd; 1287 | } 1288 | .aRc { 1289 | border-left: 1px solid #232323; 1290 | } 1291 | .aYv { 1292 | background: #2c2c2c; 1293 | } 1294 | .aZu.aYw { 1295 | filter: invert(80%); 1296 | } 1297 | .gW { 1298 | filter: invert(1); 1299 | } 1300 | .hp { 1301 | border-top: 1px dotted #4b4b4b; 1302 | } 1303 | .gb_Pe.gb_Qe { 1304 | background: rgb(70, 70, 70); 1305 | } 1306 | .gb_Xb { 1307 | color: #fff; 1308 | } 1309 | .gb_gb { 1310 | color: #b7b7b7; 1311 | } 1312 | .gb_Qe.gb_Re { 1313 | background: rgb(54, 54, 54); 1314 | } 1315 | .gb_la svg, 1316 | .gb_xc svg, 1317 | .gb_0c .gb_6d, 1318 | .gb_Kc .gb_6d { 1319 | color: #e7e7e7; 1320 | } 1321 | .gb_Re.gb_Se { 1322 | background: rgb(48, 48, 48); 1323 | } 1324 | .gb_2b { 1325 | color: #c5c5c5; 1326 | } 1327 | .gb_4b { 1328 | color: #b7b7b7; 1329 | } 1330 | .gb_2 { 1331 | background: #4f4f4f; 1332 | border: 1px solid #4f4f4f; 1333 | } 1334 | .gb_2, 1335 | #gb a.gb_2.gb_2, 1336 | .gb_3 { 1337 | color: #d1d1d1; 1338 | } 1339 | .gb_o { 1340 | color: rgba(222, 222, 222, 0.87); 1341 | } 1342 | #gb a.gb_F, 1343 | #gb a.gb_F:visited, 1344 | #gb a.gb_F:active, 1345 | #gb a.gb_H, 1346 | #gb a.gb_H:visited { 1347 | color: rgba(203, 203, 203, 0.87); 1348 | } 1349 | .gb_H { 1350 | border-bottom: 1px solid #727272; 1351 | } 1352 | .gb_i:hover .gb_o { 1353 | background: rgb(49, 49, 49); 1354 | } 1355 | .gb_hb { 1356 | color: #b7b7b7; 1357 | } 1358 | .brC-bsf-aT5-aOt .aT5-aOt-I-Pk .aT5-aOt-I-JX-atM-J6, 1359 | .brC-bsf-aT5-aOt .aT5-aOt-I-Op .aT5-aOt-I-JX-atM-J6, 1360 | .brC-bsf-aT5-aOt .aT5-aOt-I-KO .aT5-aOt-I-JX-atM-J6, 1361 | .aT5-aOt-I-KO.bse-bvF-aLp.aT5-aOt-I-JO .aT5-aOt-I-JX-atM-J6 { 1362 | background-color: #232323; 1363 | } 1364 | .gb_Te.gb_Ue .gb_ef { 1365 | color: #a2a2a2; 1366 | } 1367 | .gb_Ze.gb_0e { 1368 | background: rgb(37, 37, 37); 1369 | } 1370 | .gb_0e.gb_1e { 1371 | background: rgb(49, 49, 49); 1372 | } 1373 | .gb_fb > svg.gb_gb, 1374 | .gb_vb > svg.gb_wb, 1375 | .gb_xb > svg.gb_yb { 1376 | color: #ffffff; 1377 | } 1378 | .boo .T-axO:not(.J-JN-M-I-JW):not(.J-JN-M-I-JO).aQl, 1379 | .boo .T-axO:not(.J-JN-M-I-JW):not(.J-JN-M-I-JO).aaa, 1380 | .boo .T-axO:not(.J-JN-M-I-JW):not(.J-JN-M-I-JO).ZE { 1381 | box-shadow: inset 0 -1px 0 0 rgb(57, 61, 66); 1382 | } 1383 | .Hy .m { 1384 | background: #292929; 1385 | } 1386 | .aaZ { 1387 | background: #212121; 1388 | } 1389 | canvas.d-aUl-aUa { 1390 | background: #131313; 1391 | } 1392 | .d-aUl-aUm-Qs { 1393 | border: 1px solid rgb(19, 19, 19); 1394 | } 1395 | .d-aUl-aT9 { 1396 | border-top: 1px solid rgb(37, 37, 37); 1397 | background: #191919; 1398 | } 1399 | .d-aUl-aT8 { 1400 | border-right: 1px solid rgb(37, 37, 37); 1401 | color: #d6d6d6; 1402 | } 1403 | .d-aUl-Jl { 1404 | background-color: #191919; 1405 | border-top: 1px solid rgb(37, 37, 37); 1406 | } 1407 | .d-aUl-T-ax7 { 1408 | -webkit-box-shadow: none; 1409 | box-shadow: none; 1410 | background-color: #232323; 1411 | background-image: -webkit-linear-gradient(top, #232323, #232323); 1412 | background-image: -webkit-linear-gradient(to bottom, #f5f5f5, #f1f1f1); 1413 | background-image: linear-gradient(to bottom, #232323, #232323); 1414 | color: #bbb; 1415 | border: 1px solid #232323; 1416 | } 1417 | .d-aUl-T-ax7.d-aUl-T-JW { 1418 | -webkit-box-shadow: none; 1419 | box-shadow: none; 1420 | background-color: #292929; 1421 | background-image: -webkit-linear-gradient(top, #292929, #292929); 1422 | background-image: -webkit-linear-gradient(to bottom, #f8f8f8, #f1f1f1); 1423 | background-image: linear-gradient(to bottom, #292929, #292929); 1424 | border: 1px solid #292929; 1425 | color: #a9a9a9; 1426 | } 1427 | .d-aUl-aT8-JW { 1428 | background-color: #333333; 1429 | } 1430 | .RK-H { 1431 | background-color: #252525; 1432 | border: 1px solid #252525; 1433 | -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); 1434 | box-shadow: 0 4px 16px rgba(0, 0, 0, 0.34); 1435 | } 1436 | .RK-Jk { 1437 | border: 1px solid #dcdcdc; 1438 | border: 1px solid rgba(0, 0, 0, 0.1); 1439 | color: #b9b9b9; 1440 | background-color: #2f2f2f; 1441 | background-image: -webkit-linear-gradient(to bottom, #2f2f2f, #2f2f2f); 1442 | background-image: linear-gradient(to bottom, #2f2f2f, #2f2f2f); 1443 | background-image: -webkit-gradient(linear, left top, left bottom, from( #2f2f2f), to( #2f2f2f)); 1444 | background-image: -webkit-linear-gradient(top, #2f2f2f, #2f2f2f); 1445 | background-image: -webkit-linear-gradient(to bottom, #2f2f2f, #2f2f2f); 1446 | background-image: linear-gradient(to bottom, #2f2f2f, #2f2f2f); 1447 | } 1448 | .RK-Jk.RK-Qq-MY { 1449 | border-color: #353535; 1450 | color: #fff; 1451 | background-color: #353535; 1452 | background-image: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#353535)); 1453 | background-image: -webkit-linear-gradient(top, #353535, #353535); 1454 | background-image: -webkit-linear-gradient(to bottom, #353535, #353535); 1455 | background-image: linear-gradient(to bottom, #353535, #353535); 1456 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); 1457 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); 1458 | } 1459 | .aaA.e4, 1460 | .aaA.fc, 1461 | .aaA.eP { 1462 | filter: invert(1); 1463 | } 1464 | .J-LC-JT, 1465 | .J-LC-JW, 1466 | .J-JK-JT, 1467 | .J-JK-JW { 1468 | background-color: #272727; 1469 | border-color: #333; 1470 | } 1471 | div.Kj-JD { 1472 | background-color: #232323; 1473 | } 1474 | .LW-KX .J-KU-Jz, 1475 | .LW-KX .J-KU-Jg, 1476 | .LW-KX-Jm, 1477 | .J-KU-Jg-Zq .J-KU-KO, 1478 | .J-KU-Jg-Zq .J-KU { 1479 | background-color: #232323!important; 1480 | } 1481 | .gb_Ue.gb_Ve { 1482 | -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15); 1483 | box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15); 1484 | } 1485 | .gb_Ue.gb_Ve .gb_ff { 1486 | color: white; 1487 | } 1488 | .gb_ff::placeholder { 1489 | color: #ffffff54 !important; 1490 | } 1491 | .Az .Aj { 1492 | color: #c1c1c1; 1493 | } 1494 | .Az .Ay { 1495 | color: #8c929a; 1496 | } 1497 | .Az.AM { 1498 | border-top: 1px solid #2b2b2b; 1499 | } 1500 | input.gb_lf::placeholder { 1501 | color: #656565 !important; 1502 | } 1503 | .gb_1e.gb_2e { 1504 | background: rgb(30, 30, 30); 1505 | } 1506 | .gb_1e.gb_2e .gb_lf { 1507 | color: #adadad; 1508 | } 1509 | .gb_Se.gb_Te { 1510 | background: rgb(37, 37, 37); 1511 | } 1512 | .gb_Se.gb_Te .gb_df { 1513 | color: white; 1514 | } 1515 | .gb_Te.gb_Ue { 1516 | background: rgb(32, 32, 32); 1517 | } 1518 | .SI .Tm { 1519 | background-color: #131313; 1520 | } 1521 | .SI .aBz { 1522 | box-shadow: 0 0 5px 2px #000000; 1523 | } 1524 | .gb_gf:not(.gb_xf)::placeholder { 1525 | color: #848484 !important; 1526 | } 1527 | .gb_Ve.gb_We { 1528 | background: rgb(31, 31, 31); 1529 | } 1530 | .gb_Ve.gb_We .gb_gf { 1531 | color: #e8e8e8; 1532 | } 1533 | .buk, 1534 | .bui, 1535 | .buj { 1536 | filter: brightness(40%); 1537 | } 1538 | .aJe { 1539 | filter: invert(86.3%); 1540 | } 1541 | .Jy, 1542 | .Jx { 1543 | color: gainsboro; 1544 | } 1545 | .Jb .J0:not(:last-child) { 1546 | border-bottom: 1px solid #3a3a3a; 1547 | } 1548 | .aT5-aOt-I-JW .aT5-aOt-I-JX-atM, 1549 | .aT5-aOt-I-Kq .aT5-aOt-I-JX-atM, 1550 | .brC-aMv-bta .aT5-aOt-I-KO .aT5-aOt-I-JX-atM, 1551 | .brC-aMv-bta .aT5-aOt-I-JO .aT5-aOt-I-JX-atM { 1552 | background-color: #252525; 1553 | } 1554 | .brC-dA-I.aT5-aOt-I-Jp .aT5-aOt-I-JX-atM, 1555 | .brC-aMv-bta .brC-dA-I.aT5-aOt-I-Jp .aT5-aOt-I-JX-atM, 1556 | .brC-dA-I.aT5-aOt-I-Jp .aT5-aOt-I-JX-Jw, 1557 | .brC-dA-I.aT5-aOt-I-Jp.aT5-aOt-I-JW .aT5-aOt-I-JX-Jw, 1558 | .aT5-aOt-I-JO .aT5-aOt-I-JX-atM, 1559 | .aT5-aOt-I-JO.aT5-aOt-I-JW .aT5-aOt-I-JX-atM, 1560 | .brC-aMv-bta .aT5-aOt-I-JW .aT5-aOt-I-JX-atM, 1561 | .brC-aMv-bta .aT5-aOt-I-Kq .aT5-aOt-I-JX-atM, 1562 | .brC-aMv-bta .aT5-aOt-I-KO.aT5-aOt-I-JW .aT5-aOt-I-JX-atM { 1563 | background-color: #282828; 1564 | } 1565 | .brC-dA-I.aT5-aOt-I-Jp.aT5-aOt-I-JO .aT5-aOt-I-JX-atM, 1566 | .brC-aMv-bta .brC-dA-I.aT5-aOt-I-Jp.aT5-aOt-I-JO .aT5-aOt-I-JX-atM, 1567 | .brC-dA-I.aT5-aOt-I-Jp.aT5-aOt-I-JW .aT5-aOt-I-JX-atM, 1568 | .brC-aMv-bta .brC-dA-I.aT5-aOt-I-Jp.aT5-aOt-I-JW .aT5-aOt-I-JX-atM { 1569 | background: transparent; 1570 | } 1571 | .brC-dA-I.aT5-aOt-I-Jp .aT5-aOt-I-JX-atM { 1572 | box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15); 1573 | } 1574 | .VI { 1575 | background: #000; 1576 | } 1577 | input.gb_nf::placeholder { 1578 | color: #757575 !important; 1579 | } 1580 | .gb_3e.gb_4e { 1581 | background: rgb(29, 29, 29); 1582 | box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15); 1583 | } 1584 | .gb_3e.gb_4e .gb_nf { 1585 | color: #e4e4e4; 1586 | } 1587 | .gb_6e.gb_7e { 1588 | background: rgb(31, 31, 31); 1589 | box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%), 0 1px 3px 1px rgb(0 0 0 / 20%); 1590 | } 1591 | .gb_6e.gb_7e .gb_qf { 1592 | color: white; 1593 | } 1594 | .gb_qf::placeholder, 1595 | .SV, 1596 | .OB { 1597 | filter: invert(100%); 1598 | } 1599 | .gb_7e { 1600 | background: #212121; 1601 | } 1602 | .gb_rf::placeholder { 1603 | color: #8a8a8a !important; 1604 | } 1605 | .gb_7e.gb_8e { 1606 | background: rgb(31 31 31); 1607 | } 1608 | input.gb_sf::placeholder { 1609 | color: #6d6d6d !important; 1610 | } 1611 | .gb_8e.gb_9e { 1612 | background: rgb(27, 27, 27); 1613 | } 1614 | .gb_8e.gb_9e .gb_sf { 1615 | color: #f1f1f1; 1616 | } 1617 | .gb_9e { 1618 | background: #1f1f1f; 1619 | border: 1px solid transparent; 1620 | } 1621 | input.gb_tf::placeholder { 1622 | color: grey !important; 1623 | } 1624 | .gb_9e.gb_af { 1625 | background: rgb(31 31 31); 1626 | } 1627 | .H2.HD { 1628 | background-color: #2b2b2b; 1629 | border: 1px #2b2b2b solid; 1630 | color: #cecece; 1631 | } 1632 | input.gb_uf::placeholder { 1633 | color: #989898 !important; 1634 | } 1635 | .gb_af.gb_bf { 1636 | background: rgb(29 29 29); 1637 | border: 1px solid transparent; 1638 | box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%), 0 1px 3px 1px rgb(0 0 0 / 15%); 1639 | } 1640 | .IU { 1641 | background: rgb(31 31 31); 1642 | box-shadow: inset 1px 0 0 #2b2b2b; 1643 | } 1644 | .Q3 { 1645 | border-top: 1px solid #2b2b2b; 1646 | } 1647 | .Q2 { 1648 | color: #f4f7ff; 1649 | } 1650 | .Tj { 1651 | box-shadow: inset 0 0 0 1px #2b2b2b; 1652 | color: #2582fd; 1653 | } 1654 | .OG { 1655 | color: #ffffff; 1656 | } 1657 | .ST { 1658 | color: #d8d8d8; 1659 | } 1660 | .Vo::before { 1661 | background-image: url(https://darkbydm.now.sh/files/Untitled.png); 1662 | } 1663 | .Nm .Nt { 1664 | border-left: 1px solid #2b2b2b; 1665 | border-right: 1px solid #2b2b2b; 1666 | } 1667 | .ac2 { 1668 | color: #fff; 1669 | } 1670 | .Wr > .Wn { 1671 | color: #c3c3c3; 1672 | } 1673 | .Wo, 1674 | .Wo-A8, 1675 | .Wq, 1676 | .Wq-A8 { 1677 | filter: invert(1); 1678 | } 1679 | .iS { 1680 | background-color: #232323; 1681 | border: 1px solid #2b2b2b; 1682 | } 1683 | .iU { 1684 | color: #d2d2d2; 1685 | } 1686 | .aoP { 1687 | background: #232323; 1688 | } 1689 | .M9 { 1690 | background: #131313; 1691 | } 1692 | .xr .aoI { 1693 | background-color: #232323; 1694 | border-left: 1px solid #232323; 1695 | border-right: 1px solid #232323; 1696 | box-shadow: 0 0 5px 2px #0a0a0a; 1697 | } 1698 | .xr .bv8 { 1699 | background: #232323; 1700 | } 1701 | .gb_5e.gb_6e .gb_pf { 1702 | color: gainsboro; 1703 | } 1704 | .la-m { 1705 | border-color: #1f1f1f; 1706 | } 1707 | .la-i .la-m { 1708 | border-color: #222; 1709 | } 1710 | .la-s, 1711 | .la-t { 1712 | background: #222; 1713 | } 1714 | /*Support window */ 1715 | .ghp-iconTextComponent:hover, 1716 | .ghp-iconTextComponent:focus, 1717 | .ghp-button:not(:disabled):hover, 1718 | .ghp-button:not(:disabled):focus, .ghp-button:not(:disabled):hover, .ghp-button:not(:disabled):focus { 1719 | background: #272727; 1720 | } 1721 | .ghp-dialog { 1722 | background: #212121 !important; 1723 | } 1724 | .ghp-header-searchFormContainer { 1725 | background-color: #333; 1726 | } 1727 | .ghp-header { 1728 | background-color: #2b2b2b; 1729 | } 1730 | .ghp-iconTextComponent-label { 1731 | color: #bdbdbd; 1732 | } 1733 | .ghp-searchResults .ghp-iconTextComponent-label { 1734 | border-bottom: 1px solid #272a2c; 1735 | } 1736 | .ghp-header-searchBox { 1737 | color: #e0e0e0; 1738 | } 1739 | .ghp-separator { 1740 | border-top: 1px solid #272a2c; 1741 | } 1742 | input#search-box::placeholder { 1743 | color: white; 1744 | } 1745 | .ghp-header-searchIcon.ghpv-loaded, 1746 | .search-query-icon, 1747 | .ghp-externalLink.ghpv-black::after { 1748 | filter: invert(1); 1749 | opacity: .6; 1750 | } 1751 | .ghp-autocompleteGlass { 1752 | background: #2b2b2b; 1753 | } 1754 | .sbsb_a { 1755 | background: #333; 1756 | } 1757 | .sbsb_d { 1758 | background: #383838; 1759 | } 1760 | .ghp-autocomplete-label { 1761 | color: #c1c1c1; 1762 | } 1763 | .sbsb_e { 1764 | background-color: #464646; 1765 | } 1766 | input.gb_jf { 1767 | color: #e0e0e0 !important; 1768 | } 1769 | input.gb_jf::placeholder { 1770 | color: #9a9a9a !important; 1771 | } 1772 | .gb_Be .gb_8c img { 1773 | display: none; 1774 | } 1775 | .ghp-ghostResult-bar { 1776 | background: #272727; 1777 | } 1778 | .ghp-ghostResult-text { 1779 | border-bottom: 1px solid #292929; 1780 | } 1781 | /*Support windows end*/ 1782 | /*--*/ 1783 | .gb_6e.gb_7e { 1784 | background: #1f1f1f; 1785 | box-shadow: 0 1px 1px 0 #0000002e, 0 1px 3px 1px #00000014; 1786 | } 1787 | .yO { 1788 | background: #0f0f0f; 1789 | color: #e8e8e8; 1790 | border-left: solid 3px #2b2b2b; 1791 | } 1792 | if (!highlight_unread) { 1793 | .yO { 1794 | background: #1b1b1b; 1795 | color: #e8e8e8; 1796 | border-left: solid 3px #2b2b2b; 1797 | } 1798 | } 1799 | .zE { 1800 | color: #c7c7c7; 1801 | background: rgb(31 31 31); 1802 | border-left: 3px solid #4b70ab; 1803 | } 1804 | .gb_4e { 1805 | background: #1f1f1f; 1806 | } 1807 | input.gb_of::placeholder { 1808 | color: #949494 !important; 1809 | } 1810 | .gb_4e.gb_5e { 1811 | background: rgb(29 29 29); 1812 | box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .13), 0 1px 3px 1px rgba(0, 0, 0, .12); 1813 | } 1814 | .GR { 1815 | background-color: rgb(43 43 43); 1816 | border: solid 1px #2b2b2b; 1817 | } 1818 | .GX, .GW { 1819 | color: #c3c3c3; 1820 | } 1821 | .GT { 1822 | color: #969696; 1823 | } 1824 | .IX::after { 1825 | filter: invert(1); 1826 | } 1827 | .gb_Ue { 1828 | background: #1f1f1f; 1829 | } 1830 | .aC2 { 1831 | background: inherit; 1832 | } 1833 | form#aso_search_form_anchor { 1834 | background: #1f1f1f; 1835 | } 1836 | .boq { 1837 | color: #be2501; 1838 | } 1839 | 1840 | } 1841 | 1842 | @-moz-document url-prefix("https://mail.google.com/mail/"), url-prefix("https://www.google.com/tools/feedback/") { 1843 | /*Icons*/ 1844 | .aIf-aLf { 1845 | background-image: url(https://dark-by-dm9.webnode.it/_files/200000081-41e3341e35/200/inbox_white_20dp.png); 1846 | } 1847 | .aKe-aLf { 1848 | background-image: url(https://dark-by-dm9.webnode.it/_files/200000073-ba82cba82f/200/people_white_20dp.png); 1849 | } 1850 | .aJi-aLf { 1851 | background-image: url(https://dark-by-dm9.webnode.it/_files/200000075-2acc02acc2/200/local_offer_white_20dp.png); 1852 | } 1853 | .aH2-aLf { 1854 | background-image: url(https://dark-by-dm9.webnode.it/_files/200000077-6c2676c269/200/info_white_20dp.png); 1855 | } 1856 | .aHE-aLf { 1857 | background-image: url(https://dark-by-dm9.webnode.it/_files/200000078-4d5644d567/200/forum_white_20dp.png); 1858 | } 1859 | .a9q { 1860 | background-image: url(https://dark-by-dm9.webnode.it/_files/200000080-b89ffb8a01/200/label_important_outline_white_20dp.png); 1861 | } 1862 | .aHS-bnt .qj { 1863 | background-image: url(https://dark-by-dm9.webnode.it/_files/200000081-41e3341e35/200/inbox_white_20dp.png); 1864 | } 1865 | .Ad, 1866 | .NQ .afM { 1867 | filter: invert(1); 1868 | } 1869 | 1870 | /* Support and updates */ 1871 | .hcfe { 1872 | background-color: #232323; 1873 | color: #c7c7c7; 1874 | } 1875 | .hcfe h1, .hcfe h2, .hcfe h3, .hcfe h4, .hcfe h5 { 1876 | color: #e8e8e8; 1877 | } 1878 | .cc .zippy { 1879 | border-top: .0625rem solid #2b2b2b; 1880 | color: #46a0fd; 1881 | } 1882 | .cc .zippy-last { 1883 | border-bottom: .0625rem solid #2b2b2b; 1884 | } 1885 | .cc .zippy-focus { 1886 | background-color: #252525; 1887 | } 1888 | .hcfe { 1889 | background-color: #1f1f1f; 1890 | color: #d3d3d3; 1891 | } 1892 | .cc .example { 1893 | background-color: #222d25; 1894 | color: #c3c3c3; 1895 | } 1896 | .hcfe h1, .hcfe h2, .hcfe h3, .hcfe h4, .hcfe h5 { 1897 | color: #f1f1f1; 1898 | } 1899 | body.ng-scope { 1900 | background: #1f1f1f !important; 1901 | } 1902 | .as .title { 1903 | color: #dcdcdc; 1904 | } 1905 | .sub-article-container.shaded { 1906 | border-top: .0625rem solid #333333; 1907 | } 1908 | .ghp-separator { 1909 | border-top: 1px solid #333333; 1910 | } 1911 | .as .as-button { 1912 | background-color: #212121; 1913 | border: .0625rem solid #2b2b2b; 1914 | color: #3f90fb; 1915 | } 1916 | .cc .nice-table td { 1917 | background-color: #232323; 1918 | border-color: #2d2d2d; 1919 | } 1920 | .cc .nice-table th { 1921 | background-color: #232323; 1922 | } 1923 | .cc .nice-table th, .cc .nice-table td { 1924 | border: .0625rem solid #2d2d2d; 1925 | } 1926 | .cc .nice-table tr:nth-of-type(2n) td { 1927 | background-color: #1d1d1d; 1928 | border-right-color: #2d2d2d; 1929 | } 1930 | .cc .subtext { 1931 | color: #b3b3b3; 1932 | } 1933 | .help-panel-search-result:focus, .help-panel-search-result:hover { 1934 | background-color: #232323; 1935 | } 1936 | .help-panel-search-result__text { 1937 | border-bottom: .0625rem solid #333; 1938 | color: #dadada; 1939 | } 1940 | form#aso_search_form_anchor input { 1941 | color: white !important; 1942 | } 1943 | } 1944 | @-moz-document url-prefix("https://hangouts.google.com/"), 1945 | url-prefix("https://mail.google.com/mail/") { 1946 | /*Hangouts OUTDATED (HANGOUTS IS GOING TO BE SHUTDOWN IN 2020 ...this crap is still here...)*/ 1947 | body.td .kr { 1948 | color: #dcdcdc; 1949 | } 1950 | .NLK4Q { 1951 | color: #cccccc; 1952 | } 1953 | .td.iM3vKf .Bb .lt { 1954 | color: #d0d0d0; 1955 | } 1956 | .td.Hm .Bb:hover, 1957 | .td.Hm .Bb:focus { 1958 | background: #3a3a3a; 1959 | } 1960 | .td.iM3vKf .Bb .ng, 1961 | .td.iM3vKf .Bb .lt { 1962 | color: #aaa; 1963 | } 1964 | .aND { 1965 | background: #1f1f1f; 1966 | } 1967 | 1968 | body.td .kr { 1969 | color: #d7d7d7; 1970 | } 1971 | .aj5 .J-KU, 1972 | .aj5.J-KU-Jg { 1973 | background-color: #1f1f1f; 1974 | } 1975 | .aj5.J-KU-Jg { 1976 | border-top: 1px solid #1f1f1f; 1977 | } 1978 | .aj5 .J-KU, 1979 | .aj5.J-KU-Jg { 1980 | background-color: #1f1f1f; 1981 | } 1982 | .td.iM3vKf .Bb .ng, 1983 | .td.iM3vKf .Bb .lt { 1984 | color: #cbcbcb; 1985 | } 1986 | .td.Hm .Bb:hover, 1987 | .td.Hm .Bb:focus { 1988 | background: #2e2e2e; 1989 | } 1990 | body .azewN { 1991 | background: transparent; 1992 | border-bottom: 1px solid #515151; 1993 | } 1994 | .J-KU.a65 .aj2, 1995 | .J-KU-KO.a65 .aj2, 1996 | .J-KU-JW.a65 .aj2, 1997 | .J-KU .aH3, 1998 | .J-KU-KO .aH3, 1999 | .J-KU .a8V, 2000 | .J-KU-KO .a8V, 2001 | .J-KU-JW .a8V { 2002 | filter: invert(100%); 2003 | } 2004 | .aeO { 2005 | background: #1f1f1f; 2006 | } 2007 | .T-P { 2008 | background-color: #252525; 2009 | border: 1px solid; 2010 | border-color: #252525; 2011 | } 2012 | .a07 .a06 { 2013 | box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%), 0 2px 6px 2px rgb(0 0 0 / 15%); 2014 | } 2015 | .ahRshd .wxPY { 2016 | color: #d0d0d0; 2017 | } 2018 | .VQ7Kyb { 2019 | border: 1px solid #2b2b2b; 2020 | } 2021 | .YAtp9b { 2022 | color: #bfbfbf; 2023 | } 2024 | .VQ7Kyb .laGIFb .vE { 2025 | color: #cacaca; 2026 | } 2027 | .kjGP4c { 2028 | vertical-align: middle; 2029 | filter: invert(100%); 2030 | } 2031 | body.muPwQb .X.B .mnIV2e { 2032 | filter: invert(100%); 2033 | } 2034 | .hAr4Ab, 2035 | .Ug61eb { 2036 | color: #a0c2ff; 2037 | text-decoration: none; 2038 | } 2039 | .Qcw3ab { 2040 | border-top: 1px solid #333; 2041 | } 2042 | .bi97z { 2043 | color: #d2d2d2; 2044 | } 2045 | .bi97z:hover:before { 2046 | background-color: #252525; 2047 | } 2048 | .My { 2049 | background-color: #232323; 2050 | } 2051 | .EV { 2052 | background-color: #3b3b3b; 2053 | } 2054 | .CV { 2055 | background: #393939; 2056 | } 2057 | .mK { 2058 | background: #393939; 2059 | } 2060 | .tk.Sn { 2061 | background: #2c2c2c; 2062 | } 2063 | .fHBzMd { 2064 | color: rgba(255, 255, 255, 0.54); 2065 | background: #353535; 2066 | } 2067 | .vE, 2068 | .Cyynpc, 2069 | .xE:hover > button, 2070 | .xE > button, 2071 | .uq, 2072 | .PK, 2073 | .HCKRbd > .Xv, 2074 | .HCKRbd > .Az, 2075 | .aHS-YH .qj, 2076 | .aHS-YW .qj, 2077 | .bhZ:not(.bym) .Y5 .YV, 2078 | .bhZ:not(.bym) .Zk .YV, .bhZ:not(.bym) .aND .YI { 2079 | filter: invert(100%); 2080 | } 2081 | .YI, 2082 | .YV { 2083 | color: #f1f4ff; 2084 | } 2085 | .YK { 2086 | background-color: #232323; 2087 | color: #dcdcdc; 2088 | } 2089 | .YK:hover { 2090 | background-color: #292929; 2091 | } 2092 | .kT { 2093 | background: #2c2c2c; 2094 | } 2095 | .yV { 2096 | color: rgba(250, 250, 250, 0.54); 2097 | background-color: #3f3f3f; 2098 | } 2099 | .Mivipd { 2100 | filter: brightness(350%); 2101 | } 2102 | .BV { 2103 | color: #f2f2f2; 2104 | } 2105 | .jr .P8UpRe .au { 2106 | filter: invert(100%); 2107 | opacity: 1; 2108 | } 2109 | .TlvAYc { 2110 | color: rgba(255, 255, 255, 0.61); 2111 | } 2112 | .Sn .KRQuhe { 2113 | background-color: #232323; 2114 | } 2115 | .Sn .jHldnd { 2116 | border: 8px solid #232323; 2117 | } 2118 | .Mu { 2119 | color: #c3c3c3; 2120 | } 2121 | .pj .KRQuhe { 2122 | background-color: #545454; 2123 | } 2124 | .pj .jHldnd { 2125 | border: 8px solid #545454; 2126 | } 2127 | .CLIscc { 2128 | background: #323232; 2129 | } 2130 | .RU { 2131 | border-top: 1px solid #323232; 2132 | background-color: #323232; 2133 | } 2134 | .Yo .z-b-G, .Lo .vo > button, .vr .z-b-G { 2135 | background-color: #303030; 2136 | background-image: -webkit-linear-gradient(top, #282828, #282828); 2137 | background-image: linear-gradient(top, #404040, #404040); 2138 | border: 1px solid #303030; 2139 | color: #d3d3d3; 2140 | } 2141 | .uJ .Ih { 2142 | background-color: #fff; 2143 | color: #c5c5c5; 2144 | text-shadow: -1px 1px 1px #2c2c2c; 2145 | } 2146 | .XX { 2147 | border-top: 1px solid #595959; 2148 | } 2149 | .z-b-G { 2150 | background-color: #464646; 2151 | background-image: -webkit-linear-gradient(top, #464646, #464646); 2152 | background-image: linear-gradient(top, #464646, #464646); 2153 | color: #d9d9d9; 2154 | border: 1px solid #464646; 2155 | } 2156 | .eWGz9b .cmX6We { 2157 | background-color: #5b5b5b; 2158 | background-image: -webkit-linear-gradient(top, #5b5b5b, #5b5b5b); 2159 | background-image: linear-gradient(top, #5b5b5b, #5b5b5b); 2160 | color: #ededed; 2161 | border: 1px solid #5b5b5b; 2162 | } 2163 | .ewttPb { 2164 | border-top: 1px solid #292929; 2165 | } 2166 | .H3qADd { 2167 | color: rgba(212, 212, 212, 0.87); 2168 | } 2169 | .cj { 2170 | color: #bfbfbf; 2171 | } 2172 | .Rj { 2173 | color: rgba(255, 255, 255, 0.54); 2174 | } 2175 | .IxxFkc { 2176 | fill: #e6e6e6; 2177 | } 2178 | .eh.c-P-p { 2179 | background-color: #313131; 2180 | } 2181 | .EFnEWc:hover { 2182 | background: #3a3a3a; 2183 | } 2184 | .Yo button.z-b-G.aa { 2185 | background: #333333; 2186 | } 2187 | .T-P-atE .T-P-atC, 2188 | .T-P-atF .T-P-atC { 2189 | border-color: transparent #313131; 2190 | } 2191 | .aJ7 .aI0 { 2192 | border-color: #232323; 2193 | } 2194 | .gb_Re.gb_Se .gb_cf { 2195 | color: #dfdfdf; 2196 | } 2197 | input.gb_pf::placeholder { 2198 | color: dimgrey !important; 2199 | } 2200 | .gb_5e.gb_6e { 2201 | background: rgb(31 31 31); 2202 | box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%), 0 1px 3px 1px rgb(0 0 0 / 15%); 2203 | } 2204 | .gb_6e { 2205 | background: #1f1f1f; 2206 | } 2207 | .ajj:before { 2208 | border-bottom: 1px solid #464646; 2209 | } 2210 | .brC-aT5-aOt-axR { 2211 | border-top: 1px solid #464646; 2212 | } 2213 | .r7 td.r8, 2214 | .r7 td.r9 { 2215 | border-bottom: 1px solid #464646; 2216 | } 2217 | .al8, 2218 | .al7 { 2219 | border-top: 1px solid #464646; 2220 | } 2221 | .Tm .ya { 2222 | background-color: rgb(70, 70, 70); 2223 | color: #e7e7e7; 2224 | } 2225 | .gb_me.gb_ve .gb_je .gb_if { 2226 | border-color: #464646; 2227 | } 2228 | .rZ { 2229 | background-color: #464646; 2230 | } 2231 | .gb_Qf.gb_Wf { 2232 | background-color: #343434; 2233 | } 2234 | .gb_ne.gb_we .gb_ke .gb_hf { 2235 | background-color: #343434; 2236 | } 2237 | .gb_Od.gb_Xd .gb_Ld .gb_Ie { 2238 | background-color: #1f1f1f; 2239 | } 2240 | .gb_gf.gb_mf .gb_3e { 2241 | color: #9f9f9f; 2242 | } 2243 | .t6.zH:hover, 2244 | .t6.zH { 2245 | background-color: #232323; 2246 | } 2247 | .t9 { 2248 | background-color: #232323; 2249 | box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%), 0 2px 6px 2px rgb(0 0 0 / 15%); 2250 | } 2251 | .ua { 2252 | color: #9f9f9f; 2253 | } 2254 | .ua.bk5 { 2255 | background-color: #292929; 2256 | } 2257 | .gb_oe.gb_la { 2258 | background: #333333; 2259 | } 2260 | .gb_wd.gb_Fd .gb_td .gb_oe { 2261 | background-color: #333333; 2262 | } 2263 | .ub { 2264 | border-top: 1px solid #2b2b2b; 2265 | } 2266 | .gb_Jd.gb_xe .gb_pe .gb_Be { 2267 | background-color: #464646; 2268 | } 2269 | .gb_Ob { 2270 | color: #9f9f9f; 2271 | } 2272 | .aOY59 { 2273 | background-color: #232323; 2274 | border-bottom: solid 1px #2f2f2f; 2275 | } 2276 | .rNeXgf { 2277 | color: #c1c1c1; 2278 | } 2279 | .Bb:focus, .Bb:hover { 2280 | background: #232323; 2281 | } 2282 | .mD .Bb .om>div>div { 2283 | color: #b3b3b3; 2284 | } 2285 | .Bb.ee .Rp, .Bb .Rp { 2286 | color: #8e8e8e; 2287 | } 2288 | .xJpgab .M-ea p, .tly4Vb, .yeJIie { 2289 | color: #bbbbbb; 2290 | } 2291 | .xJpgab .M-ea, .aXofXb { 2292 | color: #e8e8e8; 2293 | } 2294 | .Eg12ac { 2295 | border-bottom: 1px solid #333333; 2296 | } 2297 | .T-P-atE .T-P-atD, .T-P-atF .T-P-atD { 2298 | border-color: transparent #353535; 2299 | } 2300 | .T-P-atE .T-P-atC, .T-P-atF .T-P-atC { 2301 | border-color: transparent #1f1f1f; 2302 | top: -8px; 2303 | } 2304 | .c-i { 2305 | background: #282828; 2306 | border: 1px solid rgb(48 48 48); 2307 | } 2308 | .c-k, .c-Fr, .c-jq { 2309 | color: #d2d2d2; 2310 | } 2311 | .c-k-Tb, .c-k-p { 2312 | background-color: #2f2f2f; 2313 | border-color: #2f2f2f; 2314 | } 2315 | .c-k-Tb .c-k-t, .c-k-p .c-k-t { 2316 | color: #fbfbfb; 2317 | } 2318 | .gB { 2319 | background: #1f1f1f; 2320 | color: #d6d6d6; 2321 | } 2322 | input.tF.gB.Xp.kG.ea-Ga-ea::placeholder { 2323 | color: #717171; 2324 | } 2325 | .dBcHLc { 2326 | color: rgb(255 255 255 / 54%); 2327 | } 2328 | .la-k .la-m { 2329 | background: #1f1f1f; 2330 | top: -166px; 2331 | } 2332 | form#aso_search_form_anchor input::placeholder { 2333 | color: #6a6a6a; 2334 | } 2335 | } 2336 | @-moz-document url-prefix("https://calendar.google") { 2337 | .cOoA8d { 2338 | border-bottom: 1px solid #2b2b2b; 2339 | background: #2b2b2b; 2340 | } 2341 | .lqhisf, 2342 | .l3F1ye, 2343 | .l3F1ye .TpQm9d { 2344 | color: #5d9eff; 2345 | } 2346 | div.rF3YF svg, 2347 | div.rF3YF span { 2348 | color: #ffffff; 2349 | fill: #5f6368; 2350 | } 2351 | .cBs4Te { 2352 | border-bottom: #212121 1px solid; 2353 | background: #272727; 2354 | } 2355 | .KPC9Wd { 2356 | color: #e5edf3; 2357 | } 2358 | .NzFAQe { 2359 | color: #ffffff; 2360 | } 2361 | .JAPqpe { 2362 | background: #252525; 2363 | } 2364 | .HrwHxb, 2365 | .tHrk8b .Mz3isd, 2366 | .jm1znd, 2367 | .YPcgwf, 2368 | .NAFvr, 2369 | .RWolJ { 2370 | background: #1f1f1f; 2371 | } 2372 | .GP8Q7c { 2373 | background: #272727; 2374 | } 2375 | .jO7h3c { 2376 | color: #e0e0e0; 2377 | } 2378 | .e3odF, 2379 | .z80M1.FwR7Pc { 2380 | background-color: #292929; 2381 | } 2382 | .JAPzS { 2383 | color: #cccccc; 2384 | } 2385 | .NI2kfb { 2386 | color: #989898; 2387 | } 2388 | .lqhisf.JhZbF { 2389 | border: 1px solid #2f2f2f; 2390 | } 2391 | .lqhisf.DpNtP.CAOh2c, 2392 | .lqhisf.JhZbF.CAOh2c { 2393 | color: #dadada; 2394 | } 2395 | .YTCBlf { 2396 | color: #e5f4ff; 2397 | } 2398 | .YWILgc { 2399 | border-top: #353535 1px solid; 2400 | } 2401 | .mKdssd { 2402 | background-color: #353535; 2403 | } 2404 | .ZGVUP .snByac { 2405 | color: #dcdcdc; 2406 | } 2407 | .ZGVUP:hover { 2408 | background-color: #292929; 2409 | } 2410 | .ZGVUP { 2411 | border: 1px solid #424242; 2412 | } 2413 | .aT5-aOt-I-JW .aT5-aOt-I-JX-atM { 2414 | background: #1f1f1f; 2415 | } 2416 | } 2417 | 2418 | @-moz-document url-prefix("https://docs.google.com/picker") { 2419 | .Nf-km-Zb-Df-Yb-Ij .Nf-km-Zb-sn { 2420 | color: #d2d2d2; 2421 | } 2422 | .Nf-jg-Gd-oh, 2423 | .Nf-jm-jg .Nf-Gd-Ro-So, 2424 | .Gd-qf-rf-sf { 2425 | background: #222; 2426 | } 2427 | .Nf-mm-Md { 2428 | background: #222; 2429 | border-top: 1px solid #222; 2430 | } 2431 | .Nf-jm-jg .Nf-km-Zb-Md { 2432 | border-bottom: 1px solid #151515; 2433 | -moz-box-shadow: 0 1px 5px 1px #e1e1e1; 2434 | -webkit-box-shadow: 0 1px 5px 1px #151515; 2435 | box-shadow: 0 1px 5px 1px #151515; 2436 | z-index: 1; 2437 | } 2438 | .Nf-jg-Gd-oh .Nf-gn-Qc-qb, 2439 | .Nf-jm-jg .Nf-Gd-Ro-So .Nf-gn-Qc-qb { 2440 | background: #1a1a1a; 2441 | border-color: #1a1a1a; 2442 | color: white; 2443 | } 2444 | .Nf-Po-Qo-y, 2445 | .Nf-jg-Gd-oh .Nf-Po-Qo, 2446 | .Nf-jm-jg .Nf-Gd-Ro-So .Nf-Po-Qo { 2447 | background: #282828; 2448 | border: 1px solid #282828; 2449 | } 2450 | .d-u-Q { 2451 | background-color: #383838; 2452 | background-image: -webkit-linear-gradient(top, #383838, #383838); 2453 | background-image: -moz-linear-gradient(top, #383838, #383838); 2454 | background-image: -ms-linear-gradient(top, #383838, #383838); 2455 | background-image: -o-linear-gradient(top, #383838, #383838); 2456 | background-image: linear-gradient(top, #383838, #383838); 2457 | border: 1px solid #383838; 2458 | } 2459 | .d-u-Q .d-u-x, 2460 | .d-u .d-u-x { 2461 | opacity: .55; 2462 | filter: invert(1); 2463 | } 2464 | .d-u-Q.d-u-v, 2465 | .d-u-Q.d-u-G-H.d-u-v { 2466 | background-color: #3a3a3a; 2467 | background-image: -webkit-linear-gradient(top, #3a3a3a, #3a3a3a); 2468 | background-image: -moz-linear-gradient(top, #3a3a3a, #3a3a3a); 2469 | background-image: -ms-linear-gradient(top, #3a3a3a, #3a3a3a); 2470 | background-image: -o-linear-gradient(top, #3a3a3a, #3a3a3a); 2471 | background-image: linear-gradient(top, #3a3a3a, #3a3a3a); 2472 | border: 1px solid #3a3a3a; 2473 | } 2474 | .d-u-F { 2475 | background-color: #3a3a3a; 2476 | background-image: -webkit-linear-gradient(top, #3a3a3a, #3a3a3a); 2477 | background-image: -moz-linear-gradient(top, #3a3a3a, #3a3a3a); 2478 | background-image: -ms-linear-gradient(top, #3a3a3a, #3a3a3a); 2479 | background-image: -o-linear-gradient(top, #3a3a3a, #3a3a3a); 2480 | background-image: linear-gradient(top, #3a3a3a, #3a3a3a); 2481 | border: 1px solid #3079ed; 2482 | } 2483 | .Nf-jg-Gd-oh .Nf-eb-Kc, 2484 | .Nf-jm-jg .Nf-Gd-Ro-So .Nf-eb-Kc { 2485 | border-top: 1px solid #2a2a2a; 2486 | } 2487 | } 2488 | 2489 | @-moz-document url-prefix("https://mail.google.com/mail/") { 2490 | /*Email renderer*/ 2491 | .ii.gt * { 2492 | background-color: #1f1f1f !important; 2493 | color: #e8e8e8 !important; 2494 | } 2495 | .brC-brG-Jz-bBA, 2496 | .brC-brG, 2497 | .brC-brG-Jz-bBA, 2498 | .brC-brG-bvJ-Jz-Jw, 2499 | .brC-brG-bsf-Jz-Jw, 2500 | .brC-brG-a9i-Jz-Jw { 2501 | background-color: #222222 !important; 2502 | } 2503 | } 2504 | 2505 | @-moz-document url-prefix("https://mail.google.com/mail/") { 2506 | /*Tabs for Gmail by CloudHQ*/ 2507 | #cloudHQ__label_tabs_wrapper .cloudHQ__label_tabs { 2508 | background: #1f1f1f; 2509 | } 2510 | .cloudHQ__label_tabs { 2511 | background: #1f1f1f !important; 2512 | border: 1px solid #1f1f1f !important; 2513 | } 2514 | } 2515 | @-moz-document url-prefix("https://tasks.google.com/embed/") { 2516 | .B9yICe { 2517 | background-color: #2b2b2b; 2518 | border-bottom: solid 1px #2b2b2b; 2519 | } 2520 | .G4zhSc .kFwPee, 2521 | .G4zhSc .ITNqwf { 2522 | background: #212121; 2523 | } 2524 | .UhNUGe { 2525 | background-color: #212121; 2526 | } 2527 | .UhNUGe:hover, 2528 | .UhNUGe:focus { 2529 | background-color: #232323; 2530 | } 2531 | .OyPDvb { 2532 | color: #d2d9e2; 2533 | } 2534 | .UXfMHb { 2535 | color: rgb(212, 212, 212); 2536 | } 2537 | .fKz7Od .Ce1Y1c, 2538 | .DPvwYc { 2539 | color: rgba(255, 255, 255, 0.83); 2540 | } 2541 | .SltZ5e .NlWrkb { 2542 | color: #d2d6dc; 2543 | } 2544 | .JPdR6b { 2545 | background: #232323; 2546 | } 2547 | .z80M1.FwR7Pc { 2548 | background-color: #272727; 2549 | } 2550 | .TY7wuc, 2551 | .vyISr { 2552 | filter: brightness(10); 2553 | opacity: 0.8; 2554 | } 2555 | .l2rb3b { 2556 | color: #dadada; 2557 | } 2558 | .qpulgb { 2559 | color: #b9b9b9; 2560 | } 2561 | .blBtle { 2562 | color: rgb(208, 208, 208); 2563 | } 2564 | .z80M1 .oJeWuf { 2565 | color: #bbb; 2566 | } 2567 | .z80M1.N2RpBe::before { 2568 | border-color: #fff; 2569 | } 2570 | .WBaDKd .uyYuVb { 2571 | color: #dedede; 2572 | } 2573 | .KL4X6e { 2574 | background: #000000; 2575 | } 2576 | .oxAbDf { 2577 | background-color: #212121; 2578 | } 2579 | .oxAbDf::before { 2580 | border-color: #2b2b2b; 2581 | } 2582 | .Wde9Bc:not(.CWc3Zb) .BjZULd::after { 2583 | background-color: #2b2b2b; 2584 | } 2585 | .oxAbDf:hover::before { 2586 | border-bottom-color: #2b2b2b; 2587 | } 2588 | .oxAbDf:hover:not(.OOHrV), 2589 | .oxAbDf:focus:not(.OOHrV), 2590 | .oxAbDf.u3bW4e:not(.OOHrV) { 2591 | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.302), 0 2px 6px 2px rgba(0, 0, 0, 0.149); 2592 | } 2593 | .oxAbDf.OOHrV { 2594 | background-color: #252525; 2595 | } 2596 | .tL9Q4c, 2597 | .zHQkBf { 2598 | color: #dadada; 2599 | } 2600 | .TdAUzc .PbnGhe, 2601 | .U1lyme .edhGSc { 2602 | background: #222222; 2603 | } 2604 | .U1lyme .oJeWuf { 2605 | background-color: #1f1f1f; 2606 | } 2607 | .Nm5pwe { 2608 | background-color: #1f1f1f; 2609 | } 2610 | .lzIjk .LMgvRb { 2611 | color: #afafaf; 2612 | } 2613 | .ncFHed { 2614 | background: #292929 !important; 2615 | } 2616 | .ncFHed.OA0qNb .MocG8c.LMgvRb.KKjvXb { 2617 | background-color: #2d2d2d; 2618 | } 2619 | .ksBjEc:hover:not(:disabled) { 2620 | color: #4986e6; 2621 | } 2622 | .EXeyPe:not(:disabled) { 2623 | color: #bbbbbb; 2624 | } 2625 | .U1lyme .SbpRX:not(:disabled) { 2626 | color: #bfbfbf; 2627 | } 2628 | .qpGJsd, 2629 | .rhGwLe { 2630 | color: #dcdcdc; 2631 | } 2632 | .rPTMxb { 2633 | color: #9c9c9c; 2634 | } 2635 | .nQmGSe .BDCGVd { 2636 | color: #bfbfbf; 2637 | font-size: 22px; 2638 | } 2639 | .Sze5Fc { 2640 | background-color: #212121; 2641 | } 2642 | .oXBvod.MdU9l .Sze5Fc { 2643 | color: #e4e4e4; 2644 | border-top: 1px solid #2d2d2d; 2645 | } 2646 | .oXBvod.MdU9l:not(.sMVRZe) { 2647 | border-bottom: 1px solid #212121; 2648 | } 2649 | .lq5Efd { 2650 | background-color: #212121; 2651 | border: 1px solid #3c3c3c; 2652 | } 2653 | .cHxrOd { 2654 | color: #cecece; 2655 | } 2656 | .lq5Efd.XEiI1b:hover, 2657 | .lq5Efd.XEiI1b:focus { 2658 | background-color: #2b2b2b; 2659 | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.302), 0 1px 3px 1px rgba(0, 0, 0, 0.149); 2660 | } 2661 | } 2662 | @-moz-document url-prefix("https://contacts.google.com/") { 2663 | body { 2664 | background-color: #1f1f1f; 2665 | color: #efefef; 2666 | } 2667 | a { 2668 | color: #5b98e4; 2669 | } 2670 | .CAX6Sd, 2671 | .jqJLq.jqJLq a { 2672 | color: #d6d6d6; 2673 | } 2674 | .k831u, 2675 | .tuQOVc, 2676 | .gb_3d, 2677 | .zYQnTe, 2678 | .vNuDAe, 2679 | .H1IxX { 2680 | background: #1f1f1f; 2681 | } 2682 | .dFPtBe { 2683 | background: #1f1f1f; 2684 | border-bottom: 1px solid rgba(255, 255, 255, 0.12); 2685 | } 2686 | .zYQnTe:hover, 2687 | .uOat3d .or89of { 2688 | background: #272727; 2689 | } 2690 | .ca2xib, 2691 | .FX4Q3d, 2692 | .z80M1 { 2693 | color: #d8d8d8; 2694 | } 2695 | .RTiFqe { 2696 | fill: white; 2697 | } 2698 | .ncJ6qe.jqJLq { 2699 | background-color: #282b2f; 2700 | } 2701 | .jqJLq.ncJ6qe.jqJLq svg, 2702 | .ncJ6qe .jlpDMe { 2703 | color: #ffffff; 2704 | } 2705 | .jqJLq .aWqeOb svg { 2706 | color: #b1b1b1; 2707 | } 2708 | .jqJLq:hover, 2709 | .UXNHp.jqJLq { 2710 | background-color: #222427; 2711 | } 2712 | .bgpk6e { 2713 | background-color: #2f2f2f; 2714 | color: #e2e2e2; 2715 | } 2716 | .aU2Vdf .bgpk6e:not(:focus) { 2717 | box-shadow: 0 1px 2px 0 rgba(36, 36, 36, .302), 0 1px 3px 1px rgba(38, 38, 38, .149); 2718 | } 2719 | .gb_Qe, 2720 | .JPdR6b, 2721 | .ncFHed { 2722 | background: #292929; 2723 | } 2724 | .gb_sa svg, 2725 | .gb_wc svg, 2726 | .gb_Zc .gb_5d, 2727 | .gb_Ic .gb_5d { 2728 | color: #bdbdbd; 2729 | } 2730 | .jO7h3c { 2731 | color: #b5b5b5; 2732 | } 2733 | .z80M1.FwR7Pc, 2734 | .VOEIyf .jBmls, 2735 | .g3VIld, 2736 | .jrhe5d, 2737 | .sSe4od { 2738 | background-color: #202020; 2739 | } 2740 | .exGTV { 2741 | color: #d8d8d8; 2742 | } 2743 | .OdyOpe { 2744 | border-bottom: 1px solid #292929; 2745 | } 2746 | .ncFHed .MocG8c.KKjvXb { 2747 | background-color: #2d2d2d; 2748 | } 2749 | .e2CuFe { 2750 | border-color: rgba(255, 255, 255, 0.4) transparent; 2751 | } 2752 | .H70Gme, 2753 | .IqIgqb { 2754 | border-bottom: 1px solid #ffffff; 2755 | filter: invert(84%); 2756 | } 2757 | .gb_Qe.gb_Re { 2758 | background: #2f2f2f; 2759 | } 2760 | .Mxgq5c .Ax4B8, 2761 | .Yy5syb { 2762 | color: #d2d2d2; 2763 | } 2764 | .oKubKe[aria-selected="true"] { 2765 | background-color: #232323; 2766 | } 2767 | .zYQnTe.XF89yf { 2768 | background: #282b2f; 2769 | } 2770 | .whsOnd { 2771 | color: #b3b3b3; 2772 | } 2773 | .i9lrp, 2774 | .z0oSpf { 2775 | background-color: rgba(255, 255, 255, 0.12); 2776 | } 2777 | .ONOzI { 2778 | background-color: #2b2b2b; 2779 | border-bottom: 1px solid #2b2b2b; 2780 | } 2781 | .y4sJgd { 2782 | color: #e4e4e4; 2783 | } 2784 | .e2txse { 2785 | background-color: #202020; 2786 | border-bottom: 1px solid #2d2d2d; 2787 | } 2788 | .PWsB5e { 2789 | background-color: #202020; 2790 | } 2791 | .AxOyFc { 2792 | color: rgba(255, 255, 255, 0.38); 2793 | } 2794 | .KHxj8b { 2795 | color: darkgrey; 2796 | } 2797 | .c5yq0b.FPYHkb.CDELXb .snByac, 2798 | .c5yq0b.FPYHkb.u3bW4e .snByac { 2799 | color: #929292; 2800 | } 2801 | .x9dSRc .ZAGvjd { 2802 | color: white; 2803 | } 2804 | .x9dSRc .L6J0Pc { 2805 | border-bottom: 1px solid rgba(255, 255, 255, 0.12); 2806 | } 2807 | .VOEIyf, 2808 | .VOEIyf .jBmls, 2809 | .oKubKe { 2810 | color: #a7a7a7; 2811 | } 2812 | .KEUMte.qRW1Fc { 2813 | box-shadow: 0 0 10px #131313; 2814 | } 2815 | .gb_sa:not(.gb_ta) .gb_Od { 2816 | background: #272727; 2817 | } 2818 | .gb_Te { 2819 | background: #1f1f1f; 2820 | border: 1px solid transparent; 2821 | } 2822 | } 2823 | -------------------------------------------------------------------------------- /google-docs.user.css: -------------------------------------------------------------------------------- 1 | /* ==UserStyle== 2 | @name Dark Google Office Suite by DM 3 | @namespace https://github.com/DM164/Dark-by-DM 4 | @version 1.6.7 5 | @description Dark mode for Google Office Suite 6 | @author Denis Mignanelli 7 | @homepageURL https://dark-by-dm-website.now.sh/ 8 | ==/UserStyle== */ 9 | 10 | @-moz-document url-prefix("https://docs.google.com/") { 11 | /*Menu*/ 12 | html, body { 13 | background-color: #1f1f1f; 14 | color: #e4e4e4; 15 | } 16 | header.gb_ja { 17 | background: #292929 !important; 18 | } 19 | .gb_me.gb_la { 20 | background: #2b2b2b; 21 | } 22 | .gb_me.gb_la button img, .gb_me.gb_la .gb_He:not(.gb_Ze) { 23 | filter: invert(1); 24 | } 25 | .goog-menu-button-hover.docs-hs-tmp-contractedheader-overflow, .goog-menu-button-focused.docs-hs-tmp-contractedheader-overflow { 26 | background: #2f2f2f; 27 | outline: 1px solid transparent; 28 | } 29 | .gb_ja svg, .gb_4b svg{ 30 | color: #d7d9dc; 31 | } 32 | .gb_me.gb_la.gb_ne { 33 | background: rgb(62, 62, 62); 34 | } 35 | .gssb_m, .gsfs { 36 | font-size: 14px; 37 | background: #2f2f2f; 38 | } 39 | .gssb_e { 40 | border-top-color: #464646; 41 | } 42 | .gssb_e { 43 | background-color: #313131; 44 | } 45 | .asor_e { 46 | color: #b5b5b5; 47 | } 48 | .gb_ac .gb_6b { 49 | background: #2f2f2f; 50 | } 51 | .docs-homescreen-material-bar-enabled .docs-homescreen-leftmenu { 52 | background: #2f2f2f; 53 | } 54 | .gb_4b .gb_Bd, .gb_Dd.gb_Bd { 55 | opacity: .7; 56 | color: black; 57 | } 58 | .gssb_l { 59 | background-color: #464646; 60 | } 61 | .docs-homescreen-leftmenu-menuitem.goog-menuitem-highlight { 62 | background-color: #404040; 63 | } 64 | .docs-homescreen-leftmenu-menuitem.goog-menuitem-highlight .docs-homescreen-leftmenu-menuitem-text { 65 | color: #ffffff; 66 | } 67 | .docs-gm .goog-menuseparator { 68 | border-top: 1px solid #464646; 69 | } 70 | .docs-homescreen-settings-itemlabel { 71 | color: #d8d8d8; 72 | } 73 | .docs-homescreen-settings-bidi-checkbox-wrapper, .docs-homescreen-settings-show-templates-checkbox-wrapper { 74 | color: #b6babf; 75 | } 76 | .docs-homescreen-settings-itemvalue { 77 | color: #c5ccd6; 78 | } 79 | .docs-homescreen-ui-slide-switch-checked .docs-homescreen-ui-slide-switch-rail { 80 | background-color: #0e0e0e; 81 | } 82 | .docs-homescreen-ui-slide-switch-rail { 83 | background-color: #0e0e0e; 84 | } 85 | .docs-homescreen-gb-container div { 86 | color: white; 87 | } 88 | .docs-homescreen-floater-header { 89 | background: #1f1f1f; 90 | color: #d5d5d5; 91 | } 92 | .jfk-button-flat.jfk-button-clear-outline { 93 | filter: invert(100%); 94 | } 95 | .docs-homescreen-floater-header-buttons .docs-homescreen-icon.docs-homescreen-icon-medium, .docs-dialog .modal-dialog-title-close:after { 96 | opacity: 0.75; 97 | filter: invert(100%); 98 | } 99 | .docs-homescreen-dropdown-arrow-24 { 100 | left: -38px; 101 | top: -1489px; 102 | filter: invert(100%); 103 | } 104 | .gb_ja:not(.gb_ka) .gb_gd { 105 | padding: 8px; 106 | background: #1c1c1c; 107 | } 108 | .gb_ja.gb_Od svg, .gb_ja.gb_rc svg, .gb_ja.gb_rc .gb_qc .gb_Pd { 109 | color: #b2b7bc; 110 | } 111 | .gb_oe.gb_la { 112 | background: #2f2f2f; 113 | } 114 | .gb_oe.gb_la .gb_Je:not(.gb_4e) { 115 | filter: invert(100%); 116 | } 117 | .docs-homescreen-floater-grid-header, .docs-homescreen-floater-list-header { 118 | background: #1f1f1f; 119 | } 120 | .docs-hs-tmp-sch-content { 121 | background: #242424; 122 | } 123 | .docs-homescreen-material-bar-enabled .docs-homescreen-item-container { 124 | background: #1f1f1f; 125 | } 126 | .docs-homescreen-grid-header, .docs-homescreen-list-header { 127 | background: #1f1f1f; 128 | } 129 | .docs-homescreen-grid-item { 130 | background-color: #2f2f2f; 131 | } 132 | .docs-homescreen-grid-item { 133 | border: 1px solid #2f2f2f; 134 | } 135 | .docs-homescreen-grid-item-title { 136 | color: #cad2da; 137 | } 138 | .docs-homescreen-grid-item .docs-homescreen-item-overflow,.docs-homescreen-icon-20,.docs-hs-tmp-contractedheader-moreicon, .docs-hs-tmp-contractedheader-overflowicon, .goog-menu .goog-option-selected .goog-menuitem-checkbox { 139 | filter: invert(100%); 140 | opacity: 1; 141 | } 142 | .docs-homescreen-grid-item-time-container { 143 | color: #afb8bf; 144 | } 145 | .docs-homescreen-grid-item-metadata-container { 146 | border-top: 1px solid #2f2f2f; 147 | } 148 | .docs-homescreen-templates-templateview-brandauthor, .docs-homescreen-templates-templateview-style { 149 | color: #a7b1bd; 150 | } 151 | .docs-homescreen-templates-templateview-title { 152 | color: #cbd1e5; 153 | } 154 | .jfk-button.docs-hs-tmp-contractedheader-more { 155 | background: #242424; 156 | color: #b9c6d3; 157 | } 158 | .docs-hs-tmp-common-separator { 159 | border-left: 1px solid #494949; 160 | } 161 | .docs-homescreen-owner-filter-button { 162 | background: #1f1f1f; 163 | color: #1a73e8; 164 | color: #bcccdd; 165 | } 166 | .docs-homescreen-owner-filter-button.goog-menu-button-hover, .docs-homescreen-owner-filter-button.goog-menu-button-focused { 167 | background-color: #262626; 168 | outline: 1px solid transparent; 169 | } 170 | .docs-homescreen-floater-header-cell .docsshared-menu-bubble, .docs-homescreen-floater-header-cell .docsshared-menu-bubble .goog-menu { 171 | background-color: #252525; 172 | } 173 | .docs-homescreen-floater-header-cell .docsshared-menu-bubble .goog-menuitem { 174 | color: #bcc2d1; 175 | } 176 | .docs-homescreen-material-bar-enabled .docs-homescreen-editorbar-actionbutton.goog-menu-button-hover::before, .docs-homescreen-material-bar-enabled .docs-homescreen-editorbar-actionbutton.jfk-button-hover::before { 177 | background-color: #232323; 178 | } 179 | .docs-homescreen-list-item { 180 | color: #c9d0e5; 181 | } 182 | .docs-homescreen-list-item-owner, .docs-homescreen-list-item-time { 183 | color: #adb4bc; 184 | } 185 | .docs-homescreen-grid-header, .docs-homescreen-list-header { 186 | color: #c6ccdf; 187 | } 188 | .docs-homescreen-list-item { 189 | background-color: #1f1f1f; 190 | border-bottom: 1px solid #313131; 191 | outline: #1f1f1f; 192 | } 193 | .docs-homescreen-list-item-icon { 194 | border-bottom: 1px solid #313131; 195 | } 196 | .docs-homescreen-list-item.goog-control-hover, .docs-homescreen-list-item.goog-control-focused { 197 | background-color: #222930; 198 | border-bottom: 1px solid #1f1f1f; 199 | } 200 | .docs-homescreen-list-item-icon { 201 | border-bottom: 1px solid #1f1f1f; 202 | } 203 | .docs-homescreen-homescreenmain { 204 | background: #2c2c2c; 205 | } 206 | .gb_oe.gb_la.gb_pe { 207 | background: rgb(59, 59, 59); 208 | } 209 | .docs-homescreen-templates-bar { 210 | background-color: #2c2c2c; 211 | color: #adb3c5; 212 | } 213 | .jfk-button-hover.docs-homescreen-templates-bar-back, .jfk-button-focused.docs-homescreen-templates-bar-back { 214 | background-color: #2e2e2e; 215 | } 216 | .docs-hs-tmp-contractedheader-actions .docsshared-menu-bubble, .docsshared-menu-bubble .goog-menu { 217 | background: #343434; 218 | } 219 | .docs-gm .goog-menuitem { 220 | color: #d6d6d6; 221 | } 222 | .goog-menuitem-highlight .goog-menuitem-content, .goog-menuitem-hover .goog-menuitem-content { 223 | color: #e3e3e3; 224 | } 225 | .goog-menuitem-highlight, .goog-menuitem-hover { 226 | background-color: #3b3b3b; 227 | } 228 | /*Menu --*/ 229 | 230 | 231 | /*Text Editor*/ 232 | .kix-appview-editor { 233 | background: #1f1f1f; 234 | } 235 | .docs-ruler { 236 | background: #1f1f1f; 237 | } 238 | .docs-ruler-background-inner { 239 | background-color: #484848; 240 | position: absolute; 241 | } 242 | .docs-material #docs-toolbar-wrapper { 243 | border-top: 1px solid #464646; 244 | border-bottom: 1px solid #353535; 245 | background: #353535; 246 | } 247 | .docs-material #docs-header .docs-titlebar-buttons { 248 | background-color: #353535; 249 | } 250 | #docs-chrome { 251 | background: #353535; 252 | outline: none; 253 | } 254 | .docs-title-save-label { 255 | color: #fff; 256 | } 257 | .docs-title-input { 258 | border: 1px solid transparent; 259 | color: #fff; 260 | background: #353535; 261 | } 262 | .docs-material .goog-toolbar-button, .docs-material .goog-toolbar-menu-button { 263 | color: rgba(255, 255, 255, 0.75); 264 | } 265 | .docs-material .goog-toolbar-button, .docs-material .goog-toolbar-combo-button, .docs-material .goog-toolbar-menu-button { 266 | background-color: #353535; 267 | } 268 | .docs-material .goog-toolbar-button .docs-icon, .docs-material .goog-toolbar-menu-button .docs-icon, #docs-folder, .docs-material #docs-docos-commentsbutton .docs-icon{ 269 | opacity: 0.75; 270 | filter: invert(100%); 271 | } 272 | .docs-material .goog-toolbar-combo-button-input { 273 | color: rgba(255, 255, 255, 0.75); 274 | } 275 | #kix-vertical-ruler { 276 | background: #1f1f1f; 277 | border-left: 1px solid #1f1f1f; 278 | } 279 | .docs-vertical-ruler { 280 | border-right: 1px solid #343434; 281 | } 282 | .docs-horizontal-ruler { 283 | border-bottom: 1px solid #343434; 284 | } 285 | .kix-page-paginated { 286 | box-shadow: 0 0 0 0.75pt #222222, 0 0 3pt 0.75pt #101010; 287 | } 288 | .companion-app-switcher-container { 289 | background-color: #353535; 290 | border-left: 1px solid #414141; 291 | } 292 | .docs-companion-app-switcher-container { 293 | background-color: #353535; 294 | border-top: 1px solid #414141; 295 | } 296 | .docs-material .goog-toolbar-separator.goog-inline-block { 297 | border-left: 1px solid #505050; 298 | } 299 | .goog-modalpopup-bg, .modal-dialog-bg { 300 | background: #000; 301 | } 302 | .goog-modalpopup, .modal-dialog { 303 | background: #191919; 304 | border: 1px solid #191919; 305 | } 306 | .modal-dialog-content { 307 | background-color: #191919; 308 | } 309 | .modal-dialog-title { 310 | background-color: #191919; 311 | color: #ccc; 312 | } 313 | .modal-dialog { 314 | color: #bebebe; 315 | } 316 | .docs-title-input { 317 | border: 1px solid transparent; 318 | color: #353535; 319 | background: #353535; 320 | } 321 | .docs-parent-collections-container-folder-name { 322 | color: rgba(255, 255, 255, 0.87); 323 | } 324 | .docs-parent-collections-container-prefix, .docs-parent-collections-container-text { 325 | color: rgba(255, 255, 255, 0.54); 326 | } 327 | .docs-menubar .goog-control-hover { 328 | background: #3f3f3f; 329 | border-color: #3f3f3f; 330 | } 331 | #docs-menu-shield { 332 | background-color: #373737; 333 | } 334 | .goog-menuitem, .goog-tristatemenuitem, .goog-filterobsmenuitem { 335 | color: #d9d9d9; 336 | } 337 | .docs-material.goog-menu .apps-menuitem .goog-menuitem-icon { 338 | filter: invert(100%) 339 | } 340 | .goog-option-selected .goog-menuitem-content { 341 | color: #e1e1e1; 342 | } 343 | .gb_Va:not(.gb_Wa) .gb_Md { 344 | padding: 8px; 345 | background: #333 !important; 346 | } 347 | .gb_qe.gb_ve { 348 | opacity: .75; 349 | color: white; 350 | } 351 | .docs-explore-sidebar .docs-explore-datapage.docs-explore-sidebar-zerostate { 352 | background: #272727; 353 | } 354 | .docs-explore-emptylist { 355 | color: rgba(255, 255, 255, 0.66); 356 | } 357 | .docs-explore-emptylist-icon, .docs-explore-searchbar-searchicon { 358 | filter: invert(100%); 359 | } 360 | .goog-menuseparator { 361 | border-top: 1px solid #505050; 362 | margin-top: 6px; 363 | margin-bottom: 6px; 364 | } 365 | .docs-menubar .goog-control-hover { 366 | color: #fff; 367 | } 368 | .docs-icon-document, .docs-icon-spreadsheet, .docs-icon-punch, .docs-icon-form, .docs-icon-drawing { 369 | filter: invert(90%); 370 | } 371 | .docs-material .goog-toolbar-button-checked { 372 | background: #ffffff12; 373 | } 374 | .docs-gm .docs-menubar .goog-control { 375 | color: #d8d8d8; 376 | } 377 | .docs-gm .docs-menubar .goog-control-hover { 378 | background: #3d3d3d; 379 | } 380 | .docs-gm .docs-material .goog-toolbar-button-active, .docs-gm .docs-material .goog-toolbar-button-checked, .docs-gm .docs-material .goog-toolbar-button-selected, .docs-gm .docs-material .goog-toolbar-combo-button-open, .docs-gm .docs-material .goog-toolbar-menu-button-open, .docs-gm .docs-material .docs-toolbar-split-create-button.goog-toolbar-button-active, .docs-gm .docs-material .docs-toolbar-split-create-button.goog-toolbar-menu-button-active, .docs-gm .docs-material .docs-toolbar-split-create-button.goog-toolbar-menu-button-open, .docs-gm .docs-material.trix-palette .goog-palette-cell-selected { 381 | background-color: #404040; 382 | } 383 | .docs-gm .docs-material .goog-toolbar-button-hover, .docs-gm .docs-material .goog-toolbar-combo-button-hover, .docs-gm .docs-material .goog-toolbar-menu-button-hover { 384 | background: #3d3d3d; 385 | } 386 | .jfk-bubble.docs-toolbar-more-bubble { 387 | background: #353535; 388 | } 389 | .docs-gm-dialogs .kix-header-footer-bubble.docs-bubble { 390 | background-color: #353535; 391 | border-color: #353535; 392 | } 393 | .docs-gm-dialogs .kix-header-footer-bubble-description { 394 | color: #c3c8d9; 395 | } 396 | .docs-gm-dialogs .kix-header-footer-bubble-checkbox-label { 397 | color: #c6d0d7; 398 | } 399 | .docs-gm-dialogs .kix-header-footer-bubble-button.jfk-button { 400 | color: #44a1f3; 401 | } 402 | .kix-header-footer-bubble-button.jfk-button-hover { 403 | background-color: #2d2d2d; 404 | } 405 | .kix-headerfooterdialog-title { 406 | color: #d9e1e7; 407 | } 408 | .kix-headerfooterdialog-input-label { 409 | color: #d8e0e5; 410 | } 411 | .goog-menu { 412 | background: #2c2c2c; 413 | border: 1px solid rgba(0,0,0,.2); 414 | } 415 | .docs-gm .goog-menuitem-highlight { 416 | background-color: #303030; 417 | } 418 | /*comments*/ 419 | .docos-streampane-header .jfk-button-hover { 420 | border-color: #4d4d4d; 421 | background-color: #4a4a4a; 422 | background-image: -webkit-linear-gradient(top,#4d4d4d,#4d4d4d); 423 | background-image: -moz-linear-gradient(top,#4d4d4d,#4d4d4d); 424 | background-image: -ms-linear-gradient(top,#4d4d4d,#4d4d4d); 425 | background-image: -o-linear-gradient(top,#4d4d4d,#4d4d4d); 426 | background-image: linear-gradient(top,#4d4d4d,#4d4d4d); 427 | } 428 | .docos-streamrootreplyview:hover .docos-docoview-comment, .docos-streamrootreplyview:hover .docos-docoview-resolve, .docos-docoview-active .docos-docoview-comment, .docos-docoview-active .docos-docoview-resolve, .docos-streamdocoview-reopen-control>.docos-docoview-reopen { 429 | color: #39a5e6; 430 | } 431 | .docs-gm-sidebars .docos-anchoredreplyview, .docs-gm-sidebars .docos-showrepliesbutton, .docs-gm-sidebars .docos-anchoreddocoview-input-pane { 432 | background-color: #353535; 433 | border-top: 1px solid #353535; 434 | } 435 | .docs-gm-sidebars .docos-anchoreddocoview { 436 | background-color: #353535; 437 | border: 1px solid rgb(53, 53, 53); 438 | } 439 | .docos-anchoreddocoview .docos-replyview-first.docos-anchoredreplyview { 440 | border-bottom: 1px solid #353535; 441 | background: #353535; 442 | } 443 | .docs-gm-sidebars .docos-anchoredreplyview-header .docos-anchoredreplyview-author { 444 | color: #ececec; 445 | } 446 | .docs-gm-sidebars .docos-anchoreddocoview .docos-anchoreddocoview-input-pane .docos-input-textarea { 447 | background: #2b2b2b; 448 | border: solid 1px #434343; 449 | color: #efefef; 450 | } 451 | .docos.docos-gm-blue.docs-gm-sidebars .jfk-button.jfk-button-standard.jfk-button-hover { 452 | background-color: #414141; 453 | border-color: #414141!important; 454 | } 455 | .docos.docos-gm-blue.docs-gm-sidebars .jfk-button.jfk-button-standard { 456 | color: #42ade7; 457 | background: #353535; 458 | } 459 | .docos.docs-gm-sidebars .jfk-button.jfk-button-standard { 460 | border: 1px solid #4a4a4a!important; 461 | } 462 | /*comments --*/ 463 | /*explore*/ 464 | .docs-explore-widget-icon { 465 | opacity: 0.65; 466 | filter: invert(100%); 467 | } 468 | .docs-explore-widget { 469 | background: #353535; 470 | -webkit-box-shadow: 0 0 2px #0000004d; 471 | -moz-box-shadow: 0 0 2px #0000004d; 472 | box-shadow: 0 0 2px #0000004d; 473 | } 474 | /*explore--*/ 475 | .docs-gm .docs-horizontal-ruler { 476 | background-color: #2a2a2a; 477 | border-bottom: 1px solid #414446; 478 | } 479 | .docs-gm .docs-ruler-face-number { 480 | color: #c3c3c3; 481 | } 482 | .docs-gm #kix-vertical-ruler { 483 | background-color: #2a2a2a; 484 | } 485 | .docs-gm .goog-menuitem { 486 | color: #d6d6d6; 487 | } 488 | .docs-gm .goog-menuseparator { 489 | border-top: 1px solid #696969; 490 | } 491 | .docs-gm-dialogs .modal-dialog, .docs-gm-dialogs .docs-offline-optinpromo.jfk-bubble { 492 | background-color: #191919; 493 | border: 1px solid #191919; 494 | box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.12); 495 | } 496 | .docs-gm-dialogs .kix-documentmetricsdialog-row { 497 | border-bottom: solid 2px #404040; 498 | color: #c5c5c5; 499 | } 500 | .docs-gm-dialogs .modal-dialog-title-text, .docs-gm-dialogs .docs-offline-optinpromo-title-text { 501 | color: #dfdfdf; 502 | } 503 | .docs-gm-dialogs .kix-documentmetricsdialog-lastrow { 504 | color: #c5c5c5; 505 | } 506 | .docs-gm-dialogs .docs-dialog .modal-dialog-title-close:hover { 507 | background-color: #242424; 508 | } 509 | #docs-instant-button-bubble { 510 | border: 1px solid #00000017; 511 | box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25); 512 | background: rgba(0, 0, 0, 0.68); 513 | } 514 | .gb_ja:not(.gb_ka) .gb_jd { 515 | background: #1c1c1c; 516 | } 517 | .docs-homescreen-templates-templateview-preview { 518 | background: #313131; 519 | border: 1px solid #313131; 520 | } 521 | .docs-homescreen-ui-slide-switch-knob { 522 | background-color: #696969; 523 | box-shadow: 0 1px 3px 1px rgba(60,64,67,0.15); 524 | } 525 | .docs-homescreen-overflowmenuitem-icon { 526 | filter: brightness(2.3); 527 | } 528 | .docs-gm-sidebars .docs-revisions-chromecover-content-color-default { 529 | background-color: #404040; 530 | color: #c6ccdc; 531 | } 532 | .docs-revisions-chromecover-titlebar-button-back-container { 533 | filter: brightness(2.2); 534 | } 535 | .docs-gm-sidebars .docs-revisions-sidebar-header { 536 | background-color: #404040; 537 | color: #e8eeff; 538 | } 539 | .docs-gm-sidebars .docs-revisions-sidebar-name-filter-switch-container label { 540 | color: #f5f7f9; 541 | } 542 | .docs-gm-sidebars .docs-revisions-sidebar-name-filter-switch-container { 543 | border-bottom: 1px solid #404040; 544 | border-top: 1px solid #4e4e4e; 545 | } 546 | .docs-gm-sidebars .docs-revisions-sidebar-date-group { 547 | color: #cfd5da; 548 | background-color: #353535; 549 | } 550 | .docs-revisions-sidebar-revisions-list { 551 | background: #353535; 552 | } 553 | .docs-revisions-tile-text-box:disabled { 554 | color: #d8d8d8; 555 | } 556 | .docs-gm-sidebars .docs-revisions-tile-collaborator-name { 557 | color: #b1b9bf; 558 | } 559 | .docs-revisions-tile-content-wrapper { 560 | border-bottom: 1px solid #444444; 561 | } 562 | .docs-revisions-tile-selected { 563 | background-color: #333d42; 564 | } 565 | .docs-gm-sidebars .docs-revisions-tile-selected .docs-revisions-tile-descriptor, .docs-gm-sidebars .docs-revisions-tile-selected .docs-revisions-tile-text-box~.docs-revisions-tile-descriptor { 566 | color: #73aeec; 567 | } 568 | .docs-gm-sidebars .docs-revisions-tile-selected .docs-revisions-tile-text-box { 569 | color: #60b5f3; 570 | } 571 | .docs-revisions-icon-img-mask { 572 | filter: invert(1); 573 | } 574 | .docs-gm-sidebars .docs-revisions-tile-descriptor, .docs-gm-sidebars .docs-revisions-tile-text-box~.docs-revisions-tile-descriptor { 575 | color: #c4d3de; 576 | } 577 | .docs-revisions-tile-hover:not(.docs-revisions-tile-selected) { 578 | background-color: #3c3c3c; 579 | } 580 | .docs-revisions-sidebar-actions { 581 | border-top: 1px solid #444444; 582 | } 583 | .docs-revisions-sidebar-actions { 584 | border-top: 1px solid #444444; 585 | background: #353535; 586 | } 587 | .docs-material-gm-labeled-checkbox .docs-material-gm-labeled-checkbox-label { 588 | color: #dbe5ec; 589 | } 590 | .docs-gm #docs-editor, .docs-gm #docs-editor-container { 591 | background: #232323; 592 | } 593 | .docs-gm-sidebars ::-webkit-scrollbar-thumb { 594 | background-color: #383838; 595 | } 596 | .docs-gm .docs-menubar .goog-control-disabled { 597 | color: #9aa0a6; 598 | background-color: #353535; 599 | } 600 | .docs-revisions-sidebar-date-group { 601 | border-bottom: 1px solid #3d3d3d; 602 | } 603 | .docs-gm-sidebars .docs-revisions-switch .apps-ui-material-slide-toggle-thumb { 604 | background-color: #616161; 605 | } 606 | .docs-gm-sidebars .docs-revisions-switch .apps-ui-material-slide-toggle-track { 607 | background-color: #333333; 608 | } 609 | .docs-revisions-sidebar-revisions-empty-container { 610 | background: #353535; 611 | } 612 | .docs-gm-sidebars .docs-revisions-sidebar-revisions-empty-title { 613 | color: #cfd8df; 614 | } 615 | .docs-gm-sidebars .docs-revisions-sidebar-revisions-empty-details { 616 | color: #a9b1b8; 617 | } 618 | .docs-gm-sidebars a.docs-revisions-sidebar-revisions-empty-learn-more { 619 | color: #45afef; 620 | } 621 | .goog-toolbar-combo-button-input:focus { 622 | background: #2f2f2f; 623 | } 624 | .docs-gm .goog-menuitem-active:hover:active { 625 | background-color: #272727; 626 | } 627 | .docs-gm-dialogs .modal-dialog-content{ 628 | color: #cbd5dd; 629 | } 630 | .docs-gm-dialogs .docs-copydocdialog .docs-copydocdialog-filenameinput { 631 | background: #292929; 632 | border-color: #292929; 633 | color: #c9c9c9; 634 | } 635 | .docs-gm-dialogs .docs-copydocdialog .docs-copydocdialog-destination-button{ 636 | border-color: #292929; 637 | } 638 | .docs-gm-dialogs .modal-dialog-buttons button:first-child { 639 | background: #292929; 640 | border-color: #292929 !important; 641 | color: #49adf0 !important; 642 | } 643 | .docs-gm .docs-menubar .goog-control.docs-menu-button-open-below { 644 | background: #2c2c2c !important; 645 | } 646 | #docs-instant-button-bubble:hover { 647 | background: rgba(81, 81, 81, 0.94); 648 | } 649 | .docos-icon-img:before { 650 | filter: invert(1); 651 | } 652 | #docs-instant-button-bubble { 653 | background: rgba(70, 70, 70, 0.83); 654 | } 655 | .docs-gm-sidebars .docs-omnibox-input.jfk-textinput { 656 | border: 1px solid #222; 657 | color: #d6dfe6; 658 | background: #222222; 659 | } 660 | .docs-omnibox-autocomplete .ac-renderer { 661 | border: 1px solid #3f3f3f; 662 | background-color: #2d2d2d; 663 | } 664 | .docs-omnibox-autocomplete .ac-active { 665 | background-color: #353535; 666 | } 667 | .docs-gm .docs-submenuitem.goog-menuitem-highlight, .goog-menuitem.docs-submenuitem { 668 | border-bottom: 1px solid #3b3b3b; 669 | } 670 | .apps-menuitem { 671 | color: white; 672 | } 673 | .hsv-input, .hsva-input { 674 | background: #353535; 675 | color: white; 676 | border: 2px solid #353535; 677 | } 678 | .ZWZruf { 679 | background: #353535; 680 | } 681 | .fjSJOb input.yNVtPc { 682 | -webkit-text-fill-color: #ffffff; 683 | color: #ffffff; 684 | } 685 | .docs-onepick-integrated-sidebar { 686 | border-top: 1px solid #414141; 687 | } 688 | .xS3Cpf { 689 | background: #242424; 690 | } 691 | .GtrNOb { 692 | border-bottom: 1px solid rgba(0, 0, 0, 0.88); 693 | } 694 | .kkN4Se { 695 | color: #b5b5b5; 696 | } 697 | .picker-api-container, .picker-iframe-container { 698 | background: #2f2f2f; 699 | } 700 | .docs-material.docs-toolbar-more-toolbar { 701 | background: #353535; 702 | } 703 | .docs-gm .docs-material .goog-toolbar-combo-button-open{ 704 | color: #76adf6; 705 | } 706 | .docs-gm-sidebars .docos-anchoredreplyview-header .docos-anchoredreplyview-timestamp { 707 | color: #bbc4cb; 708 | } 709 | .docos-anchoreddocoview.docos-docoview-active .docos-accept-suggestion, .docos-anchoreddocoview:hover .docos-reject-suggestion, .docos-anchoreddocoview.docos-docoview-active .docos-reject-suggestion { 710 | opacity: 1; 711 | filter: brightness(1.5); 712 | } 713 | .docs-gm-sidebars .docos-streampane-header { 714 | background-color: #393939; 715 | border-bottom: 1px solid #393939; 716 | } 717 | .docs-docos-activitybox { 718 | background: #2e2e2e; 719 | border: solid 1px #393939; 720 | } 721 | .docs-gm-sidebars .docos-streamdocoview { 722 | border: 1px solid #484848; 723 | } 724 | .docos-streamdocoview-authorname { 725 | color: #e7e7e7; 726 | } 727 | .docs-gm-sidebars .docos-streamreplyview { 728 | background-color: #3b3b3b; 729 | border: 1px solid #3b3b3b; 730 | } 731 | .docs-gm-sidebars .docos-streamreplyview-author { 732 | color: #eaf6ff; 733 | } 734 | .docs-gm-sidebars .docos-streamrootreplyview .docos-action-text, .docs-gm-sidebars .docos-streamreplyview .docos-action-text { 735 | color: #dce7ef; 736 | } 737 | .docs-gm-sidebars .docos-streamdocoview-inputcontainer { 738 | background-color: #3b3b3b; 739 | border: 1px solid #3b3b3b; 740 | } 741 | .docs-gm-sidebars .docos-streamdocoview-input-pane .docos-input-textarea { 742 | border: 1px solid #2c2c2c; 743 | color: #d7e0e6; 744 | background: #2c2c2c; 745 | } 746 | .docs-gm-sidebars .docos-streamdocoview.docos-docoview-active { 747 | background-color: #303030; 748 | } 749 | .docs-gm-sidebars .docos-streamdocoview { 750 | border: 1px solid #776d2d; 751 | } 752 | .docos-streamreplyview-body { 753 | color: #bebebe; 754 | } 755 | .docos-gm-blue .docos-replyview-edit, .docos-replyview-delete, .docos-replyview-edit { 756 | color: #37aee9; 757 | } 758 | .docs-gm-sidebars .docos-input-typing>.docos-input-textarea { 759 | color: #d0d8de; 760 | background: #2a2a2a; 761 | border-color: #626262; 762 | } 763 | .docs-gm-sidebars.docos-gm-blue .docos-new-comment-button, .docs-gm-sidebars.docos-gm-blue .docos-notification-settings .goog-flat-menu-button { 764 | background-color: #393939; 765 | color: #dedede; 766 | } 767 | .docos-streamdocoview-body { 768 | filter: invert(1); 769 | } 770 | .docs-gm-sidebars .docos-ns-caption-icon { 771 | filter: brightness(10); 772 | } 773 | .docs-gm-sidebars.docos-gm-blue .docos-notification-settings .goog-flat-menu-button.goog-flat-menu-button-hover, .docs-gm-sidebars.docos-gm-blue .docos-new-comment-button.jfk-button-hover, .docs-gm-sidebars.docos-gm-blue .docos-new-comment-button.jfk-button-focused { 774 | background-color: #414141; 775 | } 776 | .docs-gm-sidebars.docos-gm-blue .docos-new-comment-button.jfk-button-active, .docs-gm-sidebars.docos-gm-blue .docos-notification-settings .goog-flat-menu-button.goog-flat-menu-button-open { 777 | background-color: #444a53; 778 | } 779 | .docs-gm .goog-menuitem.goog-menuitem-highlight { 780 | border-color: #4c4c4c; 781 | } 782 | .docs-gm .goog-menuitem-disabled, .docs-gm .goog-menuitem-disabled .goog-menuitem-content { 783 | color: rgb(154, 160, 166) !important; 784 | } 785 | .docs-gm .goog-menuitem-accel{ 786 | color: #dce4ea; 787 | } 788 | .goog-menuitem-disabled .goog-menuitem-accel { 789 | color: #828282!important; 790 | } 791 | .docs-gm .docs-material .docs-toolbar-button-split-right.docs-toolbar-button-split-sympathy-hover { 792 | border-left-color: #3c3c3c !important; 793 | background: #3c3c3c; 794 | } 795 | .gb_cc .gb_7b { 796 | background: #2f2f2f; 797 | } 798 | .docs-homescreen-item-overflow:hover, .docs-homescreen-item-overflow:focus { 799 | background-color: #2d3640; 800 | } 801 | .navigation-widget-navigation-tab-button.navigation-widget { 802 | background: #353535; 803 | box-shadow: 0 1px 3px 1px rgba(38, 41, 43, 0.15); 804 | } 805 | .navigation-widget-navigation-tab-button .navigation-widget-hat-title { 806 | color: #d9d9d9; 807 | } 808 | #navigation-widget-hat-list-icon { 809 | filter: brightness(2.1); 810 | } 811 | .navigation-widget-hat { 812 | border-bottom: solid 1px #4e4e4e; 813 | } 814 | .navigation-widget-empty-content { 815 | color: #afafaf; 816 | } 817 | .navigation-widget-hat-close-button-icon { 818 | fill: white; 819 | } 820 | .docs-navigation-tab-button { 821 | border: 1px solid #353535; 822 | background: #353535; 823 | } 824 | .docs-navigation-tab-button-inner-box { 825 | filter: brightness(2); 826 | } 827 | .docs-gm .docs-material .docs-toolbar-button-split-sympathy-hover { 828 | background-color: #3c3c3c; 829 | } 830 | .docs-gm .docs-material .docs-toolbar-button-split-right.goog-toolbar-menu-button-hover, .docs-gm .docs-material .docs-toolbar-button-split-right.goog-toolbar-menu-button-hover, .docs-gm .docs-material .docs-toolbar-button-split-left+.docs-toolbar-button-split-right.goog-toolbar-menu-button-open { 831 | border-left-color: #676767!important 832 | } 833 | .goog-palette-cell-hover .docs-preview-palette-item { 834 | border: 1px solid #e2e2e2; 835 | filter: invert(85%) !important; 836 | } 837 | .Nf-Zg-cb-Md.Nf-om-hc { 838 | background-color: #333; 839 | } 840 | .picker-iframe.picker-min.goog-menu { 841 | border-color: #333; 842 | } 843 | .Nf-Zg-cb-Md .Nf-Jf-ce-Oc { 844 | color: #dcdcdc; 845 | } 846 | .Nf-Kn-db-Df { 847 | filter: invert(1); 848 | } 849 | .docs-access-level-indicator-menu-text { 850 | color: rgba(255, 255, 255, .67); 851 | } 852 | .Nf-Js .Nf-eb-Kc { 853 | border-bottom: 1px solid #404040; 854 | border-top: 1px solid #2f2f2f; 855 | } 856 | .Nf-Js .Nf-Zg-ub-Oc { 857 | color: white; 858 | } 859 | .Nf-Zg-cb-Md .Nf-Jf-f, .Nf-Zg-b-Ki .Nf-Zg-b-Ki-Dg { 860 | filter: invert(1); 861 | } 862 | .Nf-Js .Nf-Zg-ub-sk .Nf-Zg-ub-tb { 863 | background-color: #2b2b2b; 864 | } 865 | .Nf-Zg-b-Ki .d-u-v { 866 | border: 1px solid #2b2b2b; 867 | } 868 | .Nf-Zg-ub-f .Nf-Kn-On, .Nf-Zg-ub-f .Nf-Kn-Wg, .Nf-Zg-ub-f .Nf-Kn-ek, .Nf-Zg-ub-f .Nf-Kn-On-Ie, .Nf-Zg-ub-f .Nf-Kn-Wg-Ie, .Nf-Zg-ub-f .Nf-Kn-ek-Ie, .Nf-Zg-ub-f .Nf-Kn-mi-Gd-jg-Fe, .Nf-Zg-ub-f .Nf-Kn-mi-Gd-jg-Ie, .Nf-Zg-ub-f .Nf-Kn-Ci-Gd-Fe, .Nf-Zg-ub-f .Nf-Kn-Ci-Gd-Ie, .Nf-Zg-ub-f .Nf-Js-f-Fe { 869 | filter: invert(1); 870 | } 871 | .picker-iframe.picker-white-callout.picker-minew .picker-min-arrow-up .picker-min-arrow-inner { 872 | border-color: #333 transparent; 873 | }.gb_ac { 874 | background-color: #1c1c1c; 875 | } 876 | .gb_ja:not(.gb_ka) .gb_pd { 877 | background-color: #1c1c1c; 878 | } 879 | .gb_te { 880 | background: #2c2c2c; 881 | } 882 | .gb_te { 883 | background: #343434; 884 | } 885 | .gb_te.gb_ue { 886 | background: #343434; 887 | } 888 | .picker.modal-dialog-bg { 889 | background-color: #000; 890 | } 891 | .docs-gm-sidebars .navigation-item.goog-button-hover, .docs-gm-sidebars .navigation-item.goog-button-focus { 892 | background-color: rgb(71, 71, 71); 893 | } 894 | .docs-gm-sidebars .navigation-item .navigation-item-level-0 { 895 | color: rgb(192, 202, 210); 896 | } 897 | #docs-toolbar-iterator-label { 898 | color: rgba(255, 255, 255, .87); 899 | } 900 | .picker-urlview-inner-input { 901 | border-color: #3b69b6; 902 | background: #191919; 903 | color: #c5bebe; 904 | } 905 | .picker-urlview-error-container { 906 | color: #ba2c2c; 907 | } 908 | .picker-urlview-header { 909 | color: #d4d4d4; 910 | } 911 | .docs-gm-dialogs .modal-dialog button, .docs-gm-dialogs .modal-dialog .jfk-button-standard { 912 | background: #2e2e2e; 913 | border: 1px solid #2e2e2e!important; 914 | color: #5598d3; 915 | } 916 | .docs-gm-dialogs .modal-dialog button:hover, .docs-gm-dialogs .modal-dialog .jfk-button-standard:hover { 917 | background: #3a3a3a; 918 | border: 1px solid #3a3a3a!important; 919 | color: #5f9fd7; 920 | } 921 | .docs-gm-dialogs .modal-dialog button[disabled], .docs-gm-dialogs .modal-dialog .jfk-button-standard.jfk-button-disabled { 922 | background: #121212; 923 | border: 1px solid #171717!important; 924 | color: #3c4043; 925 | } 926 | .docs-gm-dialogs .docs-linkbubble-bubble { 927 | background-color: #373737; 928 | border-color: #343434; 929 | box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15); 930 | color: #d3d3d3; 931 | } 932 | .docs-gm-dialogs .docs-link-insertlinkbubble-text, .docs-gm-dialogs .docs-link-urlinput-url-container,.docs-gm-dialogs .docs-link-urlinput-url { 933 | background: #373737 !important; 934 | border-color: #464646 !important; 935 | color: #e4e4e4; 936 | } 937 | .docs-link-insertlinkbubble-suggestionholder { 938 | background: #252525; 939 | border-color: #252525; 940 | } 941 | .docs-link-linksuggestion-title { 942 | color: #d3d3d3; 943 | } 944 | .docs-link-linksuggestion-url { 945 | color: rgb(21, 190, 77); 946 | } 947 | .docs-link-linksuggestioncontentbox-exploretext { 948 | filter: invert(1); 949 | } 950 | .docs-link-linksuggestioncontentbox-statusmessage { 951 | color: rgb(224, 224, 224); 952 | } 953 | .docs-link-linksuggestioncontentbox-statusbar, .docs-link-linksuggestiongroup,.docs-link-linksuggestiongroup { 954 | border-bottom: 1px solid rgb(52, 52, 52); 955 | } 956 | .docs-link-linksuggestion:hover, .docs-link-linksuggestion:focus,.docs-link-linksuggestioncontentbox-explore:hover, .docs-link-linksuggestioncontentbox-explore:focus { 957 | background-color: rgb(41, 41, 41); 958 | border-radius: 8px; 959 | } 960 | .jfk-bubble-arrowdown .jfk-bubble-arrowimplbefore, .jfk-bubble-arrowup .jfk-bubble-arrowimplbefore{ 961 | filter: invert(90%); 962 | } 963 | .jfk-bubble-arrowdown .jfk-bubble-arrowimplafter, .jfk-bubble-arrowup .jfk-bubble-arrowimplafter { 964 | filter: invert(78%); 965 | } 966 | .jfk-textinput { 967 | border: 1px solid #252525; 968 | border-top: 1px solid #191919; 969 | height: 35px; 970 | border-radius: 5px; 971 | color: #a7a7a7; 972 | background: #353535; 973 | } 974 | .goog-modalpopup-bg, .modal-dialog-bg { 975 | background: #151515; 976 | } 977 | .apc-name { 978 | color: rgba(255, 255, 255, 0.87); 979 | } 980 | .apc-email-contents, .apc-detail { 981 | color: rgba(255, 255, 255, 0.54); 982 | } 983 | .slc-external-service-label { 984 | color: #9c9c9c; 985 | } 986 | .ia-invite-controls-area { 987 | background-color: #232323; 988 | } 989 | .permissions-list-container { 990 | border-top: 1px solid #333333; 991 | } 992 | .permissions-list td { 993 | border-bottom: 1px solid #272727; 994 | } 995 | .vpc-change-link { 996 | color: #8ab5ff; 997 | } 998 | .inviter-recipient-area { 999 | background-color: #292929; 1000 | border: 1px solid #292929; 1001 | border-bottom: 1px solid #292929; 1002 | } 1003 | .goog-flat-menu-button.goog-flat-menu-button { 1004 | background-color: #292929; 1005 | background-image: -webkit-linear-gradient(top,#292929,#292929); 1006 | background-image: linear-gradient(top,#292929,#292929); 1007 | border-color: #292929; 1008 | } 1009 | .jfk-button-standard { 1010 | background-color: #333; 1011 | background-image: -webkit-linear-gradient(top,#333,#333); 1012 | background-image: linear-gradient(top,#333,#333); 1013 | color: #c6c6c6; 1014 | border: 1px solid #333; 1015 | } 1016 | .jfk-button-standard.jfk-button-hover, .jfk-button-standard.jfk-button-clear-outline.jfk-button-hover { 1017 | background-color: #383838; 1018 | background-image: -webkit-linear-gradient(top,#383838,#383838); 1019 | background-image: linear-gradient(top,#383838,#383838); 1020 | border: 1px solid #383838; 1021 | color: #d7d7d7; 1022 | } 1023 | .rs-hide-caption .rs-role-icon, .label-input-label { 1024 | filter: invert(1); 1025 | } 1026 | .ia-add-message-link { 1027 | color: #6e9be8; 1028 | } 1029 | .docs-gm #docs-omnibox-toolbar .docs-omnibox-input { 1030 | height: 26px; 1031 | background: #d4d4d4; 1032 | border-color: #d4d4d4; 1033 | } 1034 | .docs-explore-card { 1035 | background-color: #333; 1036 | border-bottom: 1px solid rgb(51, 51, 51); 1037 | border-top: 1px solid rgba(0,0,0,.12); 1038 | -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.10); 1039 | -moz-box-shadow: 0 2px 2px rgba(0,0,0,.10); 1040 | box-shadow: 0 2px 2px rgba(0,0,0,.10); 1041 | } 1042 | .docs-gm-sidebars .docs-explore-sidebar-title { 1043 | color: #1a73e8; 1044 | background-color: #353535; 1045 | border-bottom: 1px solid #353535; 1046 | border-top: 1px solid #464646; 1047 | } 1048 | .docs-gm-sidebars .docs-explore-card-title-heading { 1049 | color: #e2e2e2; 1050 | } 1051 | .docs-explore-topicitem-title { 1052 | color: rgba(214, 214, 214, 0.87); 1053 | } 1054 | .docs-explore-topicitem-generator-text { 1055 | color: rgba(228, 228, 228, 0.54); 1056 | } 1057 | .docs-explore-snippetitem-body-text { 1058 | color: rgba(210, 210, 210, 0.87); 1059 | } 1060 | .docs-explore-snippetitem-body-footer { 1061 | color: rgba(181, 181, 181, 0.54); 1062 | } 1063 | .docs-explore-snippetitem.goog-control-hover { 1064 | background-color: #383838; 1065 | } 1066 | .docs-explore-insert-button { 1067 | background-color: #333; 1068 | } 1069 | .docs-explore-insert-button-icon .docs-explore-icon { 1070 | filter: invert(1); 1071 | } 1072 | .docs-gm .modal-dialog .goog-flat-menu-button-hover, .docs-gm .sketchy-shape-effects-shadow-tile .goog-flat-menu-button-hover { 1073 | background-color: rgba(75, 79, 83, .04); 1074 | border: 1px solid #353535; 1075 | box-shadow: none; 1076 | } 1077 | .docs-gm .modal-dialog .goog-flat-menu-button, .docs-gm .sketchy-shape-effects-shadow-tile .goog-flat-menu-button { 1078 | border: 1px solid #2e2e2e; 1079 | } 1080 | .docs-gm .modal-dialog .goog-flat-menu-button-caption, .docs-gm .sketchy-shape-effects-shadow-tile .goog-flat-menu-button-caption { 1081 | color: #acb1bf; 1082 | } 1083 | .docs-gm-dialogs .modal-dialog .jfk-textinput { 1084 | border: 1px solid #353535; 1085 | color: #ececec; 1086 | } 1087 | .kix-pagesetupdialog-units { 1088 | color: #fff; 1089 | } 1090 | .docs-gm .docs-colormenuitems .docs-colormenuitems-scheme-header, .docs-gm .docs-colormenuitems .docs-colormenuitems-custom-header { 1091 | color: #a1a8ad; 1092 | } 1093 | .docs-material-color-swatch-color { 1094 | box-shadow: 0 0 0 1px #191919; 1095 | } 1096 | .docs-material-color-picker-dragger { 1097 | border: 2px solid #353535; 1098 | box-shadow: 0 0 3px 1px #000000; 1099 | } 1100 | .docs-material-hsv-color-picker-input { 1101 | border: 1px solid #101010; 1102 | color: #bfbfbf; 1103 | background: #101010; 1104 | } 1105 | .docs-gm-sidebars .docos-anchoredreplyview .docos-anchoredreplyview-body { 1106 | color: #e5e9ec; 1107 | } 1108 | .docs-explore-topicitem.goog-control-hover { 1109 | background-color: #383838; 1110 | } 1111 | .docs-gm #workspace-container { 1112 | background-color: #101010; 1113 | } 1114 | .docs-gm #sketchy-horizontal-ruler, .docs-gm #sketchy-vertical-ruler { 1115 | background-color: #2d2d2d; 1116 | border-left: 1px solid #464646; 1117 | } 1118 | #sketchy-vertical-ruler { 1119 | border-top: 1px solid #464646; 1120 | } 1121 | .punch-filmstrip-scroll { 1122 | border-right: 1px solid #2d2d2d; 1123 | background: #2d2d2d; 1124 | } 1125 | .punch-filmstrip-thumbnail-pagenumber { 1126 | fill: #fff; 1127 | } 1128 | .docs-gm .punch-filmstrip-thumbnail-border, .punch-filmstrip-thumbnail-border-inner { 1129 | stroke: #484848; 1130 | } 1131 | .punch-filmstrip-controls-view-tab-bar .goog-tab { 1132 | background: #353535; 1133 | } 1134 | .punch-filmstrip-controls-view-tab-bar .goog-tab-selected .punch-filmstrip-controls-icon, .punch-filmstrip-controls .punch-filmstrip-controls-icon { 1135 | filter: invert(1); 1136 | } 1137 | #filmstrip-controls { 1138 | background: #353535; 1139 | border-right: 1px solid #464646; 1140 | border-top: 1px solid #464646; 1141 | } 1142 | .punch-filmstrip-controls-active-indicator::after { 1143 | background: #e4e4e4; 1144 | } 1145 | .gb_la:not(.gb_ma) .gb_Pd { 1146 | background: #292929; 1147 | } 1148 | .gb_Ue { 1149 | background: #232323; 1150 | } 1151 | .modal-dialog.docs-rename-dialog.docs-dialog { 1152 | background: #191919; 1153 | } 1154 | .docs-gm .docs-dialog .modal-dialog-title-text { 1155 | color: #e6e6e6; 1156 | } 1157 | .docs-gm .modal-dialog-content{ 1158 | color: #acacac; 1159 | } 1160 | .docs-gm .modal-dialog .jfk-textinput{ 1161 | border-color: #353535; 1162 | color: #b0b0b0; 1163 | } 1164 | .docs-gm .modal-dialog{ 1165 | background: #191919; 1166 | } 1167 | .docs-gm .modal-dialog-buttons button:first-child{ 1168 | background-color: #353535; 1169 | border: 1px solid #353535 !important; 1170 | color: #ddd; 1171 | } 1172 | .kix-documentmetrics-widget { 1173 | background-color: #282828; 1174 | box-shadow: 0 0 6px 3px #00000014; 1175 | } 1176 | .docs-material-gm-select-caption { 1177 | color: rgb(227, 227, 227); 1178 | } 1179 | .docs-gm .navigation-item .navigation-item-level-0 { 1180 | color: rgb(216, 220, 223); 1181 | } 1182 | .gb_af { 1183 | background: #1f1f1f; 1184 | } 1185 | header.gb_sa { 1186 | background: #292929 !important; 1187 | } 1188 | .gb_af.gb_bf { 1189 | background: rgb(33 33 33); 1190 | } 1191 | .gb_uf { 1192 | color: #ababab; 1193 | } 1194 | .gb_af.gb_bf .gb_uf { 1195 | color: #d4d4d4; 1196 | } 1197 | #formula-bar { 1198 | background: #2b2b2b; 1199 | border-bottom: 1px solid #353535; 1200 | } 1201 | #t-formula-bar-input .cell-input { 1202 | color: white !important; 1203 | background: #2b2b2b !important; 1204 | } 1205 | .default-formula-text-color { 1206 | color: white; 1207 | } 1208 | .docs-homescreen-gb-container div { 1209 | background: #2f2f2f; 1210 | } 1211 | .gb_af { 1212 | background: #2f2f2f; 1213 | border: 1px solid #1f1f1f; 1214 | } 1215 | .gb_af.gb_bf { 1216 | background: #2f2f2f; 1217 | } 1218 | .outline-refresh #navigation-widget-bottom-fade { 1219 | background: -moz-linear-gradient(rgba(255,255,255,0) 0%,rgb(49 49 49) 100%); 1220 | background: -webkit-linear-gradient(rgba(255,255,255,0) 0%,rgb(49 49 49) 100%); 1221 | background: linear-gradient(rgba(255,255,255,0) 0%,rgb(49 49 49) 100%); 1222 | } 1223 | .outline-refresh .location-indicator-highlight.navigation-item { 1224 | color: #659fff; 1225 | } 1226 | .outline-refresh .navigation-item, .outline-refresh .navigation-widget-empty-content { 1227 | color: #ababab; 1228 | } 1229 | .outline-refresh .navigation-item.goog-button-hover { 1230 | color: #ffffff; 1231 | } 1232 | .default-formula-text-color { 1233 | color: #4a4a4a; 1234 | font-weight: bold; 1235 | } 1236 | .annotation-attribution { 1237 | background-color: #2b2b2b; 1238 | } 1239 | } 1240 | 1241 | @-moz-document url-prefix("https://docs.google.com/") { 1242 | /*Account Google*/ 1243 | .gb_F { 1244 | background: #1c1c1c; 1245 | border: 1px solid #1c1c1c; 1246 | border-color: rgb(28, 28, 28); 1247 | } 1248 | .gb_l .gb_hb { 1249 | color: #eef1f9; 1250 | } 1251 | .gb_l .gb_jb { 1252 | color: #a9a9a9; 1253 | } 1254 | .gb_nb.gb_nb { 1255 | background-color: #232323; 1256 | border: 1px solid #232323; 1257 | } 1258 | .gb_nb:hover { 1259 | background-color: #292929; 1260 | } 1261 | .gb_l .gb_3b { 1262 | color: #b9b9b9; 1263 | } 1264 | .gb_Hb { 1265 | border-top: 1px solid #232323; 1266 | } 1267 | .gb_ub.gb_ub { 1268 | background-color: #1c1c1c; 1269 | } 1270 | .gb_ub:hover { 1271 | background-color: #1e1e1e; 1272 | } 1273 | .gb_Nb>.gb_Mb:hover { 1274 | background-color: #1e1e1e; 1275 | } 1276 | .gb_Bb.gb_Bb, .gb_Cb.gb_Cb { 1277 | background-color: #232323; 1278 | border: 1px solid #232323; 1279 | } 1280 | .gb_Ab { 1281 | border-bottom: 1px solid #232323; 1282 | border-top: 1px solid #232323; 1283 | } 1284 | .gb_l .gb_eb { 1285 | background: #232323; 1286 | } 1287 | .gb_pb:hover { 1288 | background-color: #1f1f1f; 1289 | } 1290 | .gb_fb:hover { 1291 | background-color: #272727; 1292 | } 1293 | .gb_nb.gb_nb { 1294 | color: #c3c3c3; 1295 | } 1296 | .gb_Bb.gb_Bb { 1297 | color: #bfbfbf; 1298 | } 1299 | /*Account Google END*/ 1300 | /*App Google*/ 1301 | .gb_J { 1302 | background: #1c1c1c; 1303 | } 1304 | #gb#gb a.gb_f, #gb#gb a.gb_g, #gb#gb span.gb_g { 1305 | color: rgba(185, 185, 185, 0.87); 1306 | } 1307 | a.gb_K.gb_bg { 1308 | background: #1f1f1f; 1309 | } 1310 | .gb_k:not(.gb_l):hover .gb_t { 1311 | background: rgb(28, 28, 28); 1312 | } 1313 | .gb_Sa { 1314 | border-bottom-color: #1c1c1c; 1315 | } 1316 | .gb_k:hover a { 1317 | border: 1px solid #353535; 1318 | } 1319 | .gb_t { 1320 | color: rgba(243, 243, 243, 0.87); 1321 | } 1322 | #gb a.gb_K, #gb a.gb_K:visited, #gb a.gb_K:active, #gb a.gb_L, #gb a.gb_L:visited { 1323 | color: rgba(232, 232, 232, 0.87); 1324 | } 1325 | /*App Google END*/ 1326 | } 1327 | 1328 | @-moz-document url-prefix("https://docs.google.com/picker") { 1329 | .Nf-km-Zb-Df-Yb-Ij .Nf-km-Zb-sn{ 1330 | color: #d2d2d2; 1331 | } 1332 | .Nf-jg-Gd-oh, .Nf-jm-jg .Nf-Gd-Ro-So, .Gd-qf-rf-sf { 1333 | background: #222; 1334 | } 1335 | .Nf-mm-Md { 1336 | background: #222; 1337 | border-top: 1px solid #222; 1338 | } 1339 | .Nf-jm-jg .Nf-km-Zb-Md { 1340 | border-bottom: 1px solid #151515; 1341 | -moz-box-shadow: 0 1px 5px 1px #e1e1e1; 1342 | -webkit-box-shadow: 0 1px 5px 1px #151515; 1343 | box-shadow: 0 1px 5px 1px #151515; 1344 | z-index: 1; 1345 | } 1346 | .Nf-jg-Gd-oh .Nf-gn-Qc-qb, .Nf-jm-jg .Nf-Gd-Ro-So .Nf-gn-Qc-qb { 1347 | background: #1a1a1a; 1348 | border-color: #1a1a1a; 1349 | border-radius: 7px; 1350 | color: white; 1351 | } 1352 | .Nf-Po-Qo-y, .Nf-jg-Gd-oh .Nf-Po-Qo, .Nf-jm-jg .Nf-Gd-Ro-So .Nf-Po-Qo { 1353 | background: #282828; 1354 | border: 1px solid #282828; 1355 | border-radius: 7px; 1356 | } 1357 | .d-u-Q { 1358 | background-color: #383838; 1359 | background-image: -webkit-linear-gradient(top,#383838,#383838); 1360 | background-image: -moz-linear-gradient(top,#383838,#383838); 1361 | background-image: -ms-linear-gradient(top,#383838,#383838); 1362 | background-image: -o-linear-gradient(top,#383838,#383838); 1363 | background-image: linear-gradient(top,#383838,#383838); 1364 | border: 1px solid #383838; 1365 | border-radius: 7px; 1366 | } 1367 | .d-u-Q .d-u-x, .d-u .d-u-x { 1368 | opacity: .55; 1369 | filter: invert(1); 1370 | } 1371 | .d-u-Q.d-u-v, .d-u-Q.d-u-G-H.d-u-v { 1372 | background-color: #3a3a3a; 1373 | background-image: -webkit-linear-gradient(top,#3a3a3a,#3a3a3a); 1374 | background-image: -moz-linear-gradient(top,#3a3a3a,#3a3a3a); 1375 | background-image: -ms-linear-gradient(top,#3a3a3a,#3a3a3a); 1376 | background-image: -o-linear-gradient(top,#3a3a3a,#3a3a3a); 1377 | background-image: linear-gradient(top,#3a3a3a,#3a3a3a); 1378 | border: 1px solid #3a3a3a; 1379 | } 1380 | .d-u-F { 1381 | background-color: #3a3a3a; 1382 | background-image: -webkit-linear-gradient(top,#3a3a3a,#3a3a3a); 1383 | background-image: -moz-linear-gradient(top,#3a3a3a,#3a3a3a); 1384 | background-image: -ms-linear-gradient(top,#3a3a3a,#3a3a3a); 1385 | background-image: -o-linear-gradient(top,#3a3a3a,#3a3a3a); 1386 | background-image: linear-gradient(top,#3a3a3a,#3a3a3a); 1387 | border: 1px solid #3079ed; 1388 | border-radius: 7px; 1389 | } 1390 | .Nf-nm-Zb-Df-Yb-Ij .a-Df-w { 1391 | color: #d1d1d1; 1392 | } 1393 | .Nf-mm-jg .Nf-nm-Zb-Md { 1394 | border-bottom: 1px solid #1f1f1f; 1395 | -moz-box-shadow: 0 1px 5px 1px #141414; 1396 | -webkit-box-shadow: 0 1px 5px 1px #141414; 1397 | box-shadow: 0 1px 5px 1px #141414; 1398 | } 1399 | .Nf-pm-Md { 1400 | background-color: #1f1f1f; 1401 | border-top: 1px solid #383838; 1402 | } 1403 | .fe-jh-ce-cb-Kc, .fe-jh-ce-f-Kc { 1404 | background-color: #303030; 1405 | } 1406 | .fe-jh-cb { 1407 | color: #c0c0c0; 1408 | } 1409 | .Nf-jg-Gd-oh .Nf-jn-Qc-qb, .Nf-mm-jg .Nf-Gd-Uo-Vo .Nf-jn-Qc-qb { 1410 | background: #1a1a1a; 1411 | border: 1px solid #1a1a1a; 1412 | } 1413 | .Nf-jg-Gd-oh .Nf-So-To, .Nf-mm-jg .Nf-Gd-Uo-Vo .Nf-So-To { 1414 | background-color: #3d4c66; 1415 | border-color: #3d4c66; 1416 | } 1417 | .Nf-oe-Kc .a-tg { 1418 | filter: invert(1); 1419 | } 1420 | .a-kb { 1421 | background: #1b1b1b; 1422 | } 1423 | .a-ub { 1424 | color: #838383; 1425 | } 1426 | .a-ub.a-ub-Bb { 1427 | border-left: 4px solid #2196F3; 1428 | background: #1c1c1c; 1429 | } 1430 | .a-ub-Bb .a-ub-eb, .a-ub-v .a-ub-eb { 1431 | color: #a6a6a6; 1432 | } 1433 | } -------------------------------------------------------------------------------- /google-drive.user.css: -------------------------------------------------------------------------------- 1 | /* ==UserStyle== 2 | @name Dark Google Drive by DM 3 | @namespace https://github.com/DM164/Dark-by-DM 4 | @version 3.4.0 5 | @description Dark mode for Google Drive 6 | @author Denis Mignanelli 7 | @homepageURL https://dark-by-dm-website.now.sh/ 8 | ==/UserStyle== */ 9 | @-moz-document url-prefix("https://drive.google.com/") { 10 | .a-nEbBXb .a-D-B-gc-WErN3d .a-D-B-Ak, 11 | .a-nEbBXb .a-D-B-gc-WErN3d .a-D-B-Lc-j, 12 | .gb_yc:not(.gb_tb) .gb_Cd { 13 | background: #424242; 14 | } 15 | .h-R-w-d.a-l-S-Pc-w-d > .h-R-w-d-ff { 16 | color: #c7c7c7; 17 | } 18 | .a-nEbBXb .a-l-S-Pc-w-d .a-w-d-aa-zd svg { 19 | fill: rgba(255, 255, 255, 0.9); 20 | } 21 | .gb_yc { 22 | color: white; 23 | } 24 | .gb_yc svg, 25 | .gb_kc svg { 26 | color: white; 27 | opacity: .80; 28 | } 29 | .a-nEbBXb .a-u-j { 30 | background-color: #1f1f1f; 31 | } 32 | .a-nEbBXb .a-ok-Ji-ga { 33 | color: rgba(255, 255, 255, 0.61); 34 | font-weight: 500; 35 | } 36 | .a-u-hd-Mb-dd .a-hd-Il-w-d { 37 | color: rgba(255, 255, 255, 0.54); 38 | font-size: 14px; 39 | height: 36px; 40 | line-height: 36px; 41 | margin: 0; 42 | text-transform: uppercase; 43 | } 44 | .BMBfX { 45 | background: #1f1f1f; 46 | } 47 | .w7Ppu { 48 | color: rgba(255, 255, 255, 0.54); 49 | font-weight: 500; 50 | margin-left: 22px; 51 | padding: 8px 0 16px; 52 | } 53 | .a-HZnjzd-xb-dc-x { 54 | padding: 20px 12px 20px 16px; 55 | background: #2b2b2b; 56 | } 57 | .a-HZnjzd-xb-V { 58 | color: rgba(255, 255, 255, 0.72); 59 | padding-bottom: 4px; 60 | } 61 | .a-HZnjzd-xb-Np { 62 | color: rgba(255, 255, 255, 0.54); 63 | } 64 | .a-nEbBXb .l-u-o .l-Ab-T-r { 65 | line-height: normal; 66 | padding-left: 0; 67 | padding-right: 12px; 68 | color: #cccccc; 69 | } 70 | .a-nEbBXb .a-da-U > .a-U-xc { 71 | -webkit-box-sizing: border-box; 72 | box-sizing: border-box; 73 | display: block; 74 | max-width: 100%; 75 | padding-right: 24px; 76 | padding-top: 16px; 77 | background: #1f1f1f; 78 | } 79 | .a-nEbBXb .a-U-J-x .a-s-T-j > * { 80 | color: #afafaf; 81 | } 82 | .a-nEbBXb .a-s-tb-cj-wl { 83 | border-left: 0; 84 | background: #1f1f1f; 85 | } 86 | .a-da-Mf-B { 87 | height: 100%; 88 | overflow: visible; 89 | width: 100%; 90 | background: #1f1f1f; 91 | } 92 | .a-nEbBXb .a-ji-Gd { 93 | max-width: 100%; 94 | width: 100%; 95 | background: #1f1f1f; 96 | } 97 | .a-nEbBXb .xd-ij { 98 | color: rgba(255, 255, 255, 0.38); 99 | line-height: 32px; 100 | margin-top: 0; 101 | } 102 | .xd-A-r { 103 | color: #989898; 104 | } 105 | .a-nEbBXb .a-da-Mf-B-ji-j { 106 | background-color: #1f1f1f; 107 | } 108 | .a-nEbBXb .a-nf-Rc-Fa.a-c-d { 109 | background-color: rgb(43, 43, 43); 110 | -webkit-border-radius: 2px; 111 | border-radius: 2px; 112 | height: auto; 113 | margin: 0; 114 | padding: 4px 0; 115 | text-align: inherit; 116 | width: 100%; 117 | } 118 | .a-nEbBXb .nf-Rc-r { 119 | padding: 6px 8px; 120 | color: #a2a2a2; 121 | } 122 | .a-nEbBXb .l-u-Ab-T { 123 | background: #2b2b2b; 124 | } 125 | .a-nEbBXb .l-u-Ab .l-Ab-T-r { 126 | line-height: 48px; 127 | padding-right: 12px; 128 | color: #e6e6e6; 129 | } 130 | .h-uj { 131 | background: #272727; 132 | border: 1px solid #272727; 133 | } 134 | .a-nEbBXb .a-Va-Zb-mb { 135 | border: 1px solid rgb(51, 51, 51); 136 | } 137 | .a-nEbBXb .a-Va-Zb-ga { 138 | color: rgba(255, 255, 255, 0.54); 139 | } 140 | .a-nEbBXb .a-v-T { 141 | display: block; 142 | overflow: hidden; 143 | text-overflow: ellipsis; 144 | color: #b9b9b9; 145 | } 146 | html > body .h-sb-Ic { 147 | display: inline-block; 148 | color: #b9b9b9; 149 | } 150 | .a-nEbBXb .sl-Zb-ha-sl-ga { 151 | color: #c1c1c1; 152 | } 153 | .a-nEbBXb .a-Va-Zb-Q { 154 | line-height: 56px; 155 | margin-bottom: 0; 156 | padding: 0 24px; 157 | color: #d2d2d2; 158 | } 159 | .a-nEbBXb .a-da-Mf-B .a-nf-Rc-Gd .a-nf-Rc-Fa { 160 | border-bottom-left-radius: 0; 161 | border-top-left-radius: 0; 162 | padding-left: 10px; 163 | background: #1f1f1f; 164 | } 165 | .lb-k { 166 | border: 1px solid #212121; 167 | background: #212121; 168 | } 169 | .lb-k-V { 170 | background-color: #212121; 171 | color: #fff; 172 | } 173 | .lb-k-V-r { 174 | color: #fff; 175 | font-size: 20px; 176 | } 177 | .lb-k-V-va.a-k-V-va-qd > svg { 178 | vertical-align: top; 179 | filter: invert(100%); 180 | } 181 | .g-Gh { 182 | -webkit-border-radius: 1px; 183 | border-radius: 0px; 184 | border: 1px solid #2f2f2f; 185 | border-top: 1px solid #2f2f2f; 186 | font-size: 13px; 187 | height: 25px; 188 | padding: 1px 8px; 189 | background: #2f2f2f; 190 | color: #b7b7b7; 191 | } 192 | .a-nEbBXb .lb-k-Gb > button { 193 | color: rgba(226, 226, 226, 0.87); 194 | } 195 | .a-nEbBXb .a-U-ye-ha > .a-U-J .a-U-Ze svg, 196 | .a-nEbBXb .a-U-xc-J .a-Ng-c-wk svg, 197 | .a-nEbBXb .a-U-J .a-U-Ze svg { 198 | fill: rgba(214, 214, 214, 0.54); 199 | } 200 | .a-nEbBXb .a-d-c svg { 201 | opacity: 1; 202 | } 203 | .a-nEbBXb .h-v-x { 204 | box-sizing: border-box; 205 | color: rgba(202, 202, 202, 0.87); 206 | font-size: 14px; 207 | font-weight: 400; 208 | line-height: 32px; 209 | margin: 0; 210 | min-height: 32px; 211 | padding: 0 0 0 40px; 212 | position: relative; 213 | } 214 | .gb_Je.gb_0e { 215 | background: #2b2b2b; 216 | } 217 | .a-jn-yd { 218 | background: #2b2b2b; 219 | border-top: 1px solid rgb(63, 63, 63); 220 | -webkit-box-sizing: border-box; 221 | box-sizing: border-box; 222 | color: #222; 223 | position: relative; 224 | width: 100%; 225 | z-index: 2300; 226 | } 227 | .a-s-yd-J.a-s-yd-Sa > * { 228 | background-color: #2b2b2b; 229 | } 230 | .a-jn-Ma-nb-J { 231 | background-color: #2b2b2b; 232 | border-top: 1px solid #2b2b2b; 233 | color: #dedede; 234 | font-weight: bold; 235 | padding: 20px; 236 | } 237 | .a-nEbBXb .a-S-dc { 238 | background: rgb(43, 43, 43); 239 | border: 1px solid rgb(43, 43, 43); 240 | } 241 | .a-s-tb-Pe-Q, 242 | .a-s-tb-Pe-Q > .a-s-tb-sc-Ja-Q-x { 243 | width: 100%; 244 | background: #1f1f1f; 245 | } 246 | .ab-S-V { 247 | font-size: 18px; 248 | color: #bbbbbb; 249 | } 250 | .ab-S-Sg { 251 | margin-top: 20px; 252 | color: #a0a0a0; 253 | } 254 | .a-nb-D { 255 | color: #dedede; 256 | cursor: default; 257 | font-size: 16px; 258 | font-weight: bold; 259 | line-height: 30px; 260 | padding: 1px 18px 1px 6px; 261 | } 262 | .kc-A { 263 | color: #407ade; 264 | } 265 | .gb_Je button svg, 266 | .gb_Je button img { 267 | padding: 7px; 268 | margin: 4px; 269 | fill: white; 270 | } 271 | .a-nEbBXb .a-Va-Zb-va-d { 272 | line-height: 0; 273 | padding: 22px; 274 | right: 4px; 275 | top: 4px; 276 | filter: invert(100%); 277 | } 278 | .a-nEbBXb .h-R-w-d-Re { 279 | border-color: rgba(255, 255, 255, 0.54) transparent; 280 | border-width: 5px 5px 0 5px; 281 | margin-top: -2.5px; 282 | right: 17.5px; 283 | top: 50%; 284 | } 285 | .a-nEbBXb .g-d-wd:not(.g-d-db), 286 | .a-nEbBXb .g-d-wd:not(.g-d-db):focus, 287 | .a-nEbBXb .g-d-wd:not(.g-d-db).g-d-Pb { 288 | background: transparent; 289 | color: rgba(226, 226, 226, 0.87); 290 | fill: rgba(0, 0, 0, .87); 291 | } 292 | .asor { 293 | filter: invert(100%); 294 | } 295 | .a-qdBTlf-YrItnb-D { 296 | color: rgba(245, 245, 245, 0.87); 297 | font-size: 18px; 298 | line-height: 24px; 299 | padding-bottom: 20px; 300 | } 301 | .a-qdBTlf-YrItnb-ta { 302 | background-color: #212121; 303 | border-radius: 50%; 304 | margin-right: 20px; 305 | padding: 24px; 306 | } 307 | .ab-S-Wg b { 308 | color: #bdbdbd; 309 | } 310 | .w3TEbc { 311 | font-size: 18px; 312 | color: rgba(191, 191, 191, 0.87); 313 | line-height: 24px; 314 | } 315 | .yV0qeb { 316 | background-color: #212121; 317 | } 318 | .ZFr60d { 319 | position: absolute; 320 | top: 0; 321 | right: 0; 322 | bottom: 0; 323 | left: 0; 324 | background-color: #383838; 325 | } 326 | .a-nEbBXb .a-t-D { 327 | background-color: #1f1f1f; 328 | border-bottom: 1px solid #353535; 329 | } 330 | .a-nEbBXb .a-t-j .a-gd-j { 331 | background-color: rgb(31, 31, 31); 332 | border: 1px solid rgb(53, 53, 53); 333 | } 334 | .l-ea-q-T { 335 | color: #e2e2e2; 336 | } 337 | .a-nEbBXb .a-S-dc { 338 | background: rgb(31, 31, 31); 339 | border: 1px solid rgb(31, 31, 31); 340 | } 341 | .a-S-dc-Q-r { 342 | color: #dadada; 343 | } 344 | .a-nEbBXb .l-t-T-V > .l-Ab-T-r { 345 | color: rgba(220, 220, 220, 0.72); 346 | } 347 | svg.a-nEbBXb-c.a-s-fa-Ha-pa, 348 | svg.undefined.a-s-fa-Ha-pa { 349 | fill: white; 350 | } 351 | .a-t-D-V { 352 | display: inline-block; 353 | color: #cecece; 354 | } 355 | .a-s-Nc-j { 356 | color: #bfbfbf; 357 | } 358 | .a-nEbBXb .a-Kj-D { 359 | color: rgba(228, 228, 228, 0.87); 360 | } 361 | .a-nEbBXb .l-t-T-c-j::before { 362 | background: #282828; 363 | border-radius: 50%; 364 | } 365 | .uc-oa-j { 366 | background-color: #3b3b3b; 367 | padding: 16px 88px 24px 88px; 368 | } 369 | .uc-oa-mc-Lb { 370 | color: rgba(218, 218, 218, 0.87); 371 | font-size: 13px; 372 | line-height: 15px; 373 | } 374 | .uc-oa-mc-gi { 375 | color: rgba(236, 236, 236, 0.54); 376 | font-size: 13px; 377 | line-height: 15px; 378 | } 379 | .uc-oa-mc-j { 380 | border-bottom: 1px solid #545454; 381 | } 382 | .g-ia { 383 | -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2); 384 | box-shadow: 0 1px 3px rgba(0, 0, 0, .2); 385 | background-color: #424242; 386 | border-color: #424242 #424242 #424242; 387 | z-index: 1201!important; 388 | } 389 | .xd-Ca-D { 390 | color: #e8e8e8; 391 | } 392 | .xd-Jh-t-a-r { 393 | color: #dedede; 394 | } 395 | .xd-Jh-t-Q-ga { 396 | color: #dedede; 397 | } 398 | .xd-Jh-t-Q-Jl { 399 | color: #a9a9a9; 400 | } 401 | .g-ia-Md .g-ia-Jd, 402 | .g-ia-Ud .g-ia-Jd { 403 | border-color: #424242 transparent; 404 | left: -8px; 405 | } 406 | .a-u-hd-Mb-dd .a-hd-Il-mhHukc-d svg { 407 | opacity: .54; 408 | padding: 8px; 409 | fill: white; 410 | } 411 | .a-d-vc { 412 | border-right: 1px solid #818181; 413 | } 414 | .a-nEbBXb .a-s-Nc-Ej { 415 | color: rgba(255, 255, 255, 0.54); 416 | font-size: 13px; 417 | } 418 | .a-nEbBXb .a-s-Xc-ag-fa-Te .a-t-hd-mhHukc-aa svg { 419 | fill: rgba(255, 255, 255, 0.54); 420 | } 421 | .a-b-Ia { 422 | background-color: #1f1f1f; 423 | border: 20px solid #1f1f1f; 424 | -webkit-border-radius: 20px; 425 | border-radius: 20px; 426 | color: #fff; 427 | font-size: 14px; 428 | position: absolute; 429 | word-wrap: break-word; 430 | -webkit-box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.35); 431 | box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.35); 432 | } 433 | .a-b-Ia-J { 434 | border-bottom: 1px solid #353535; 435 | display: block; 436 | overflow: hidden; 437 | text-overflow: ellipsis; 438 | white-space: nowrap; 439 | } 440 | .a-b-w, 441 | .a-b-cm { 442 | -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 443 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 444 | background: #1f1f1f; 445 | color: #f3f3f3; 446 | font-family: arial, sans-serif; 447 | font-size: 13px; 448 | border: 1px solid #1f1f1f; 449 | outline: none; 450 | line-height: 18px; 451 | overflow-y: auto; 452 | position: absolute; 453 | z-index: 2100; 454 | } 455 | .a-b-L .a-b-w-vc { 456 | border-color: #353535; 457 | margin: 8px 0; 458 | } 459 | .modal-dialog { 460 | border: none; 461 | height: 100%; 462 | overflow: hidden; 463 | padding: 0; 464 | position: fixed; 465 | width: 100%; 466 | background: #3b3b3b; 467 | } 468 | .simple-sharing-contents { 469 | margin-top: 4px; 470 | min-height: 170px; 471 | width: 490px; 472 | background: #3b3b3b; 473 | } 474 | .inviter-recipient-area { 475 | background-color: #2d2d2d; 476 | border: 1px solid #2d2d2d; 477 | border-bottom: 1px solid #2d2d2d; 478 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); 479 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); 480 | width: 100%; 481 | overflow: hidden; 482 | display: inline-block; 483 | } 484 | .apps-share-chips-chip-warning { 485 | background: #232323; 486 | border: none; 487 | border-bottom: 2px dotted #d14836; 488 | color: #c7c7c7; 489 | padding-bottom: 0; 490 | } 491 | .simple-sharing-note-text-area { 492 | border: 1px solid #2d2d2d; 493 | border-bottom: 1px solid #2d2d2d; 494 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); 495 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); 496 | font-family: arial, sans-serif; 497 | font-size: 13px; 498 | height: 100px; 499 | margin-top: 3px; 500 | overflow: auto; 501 | padding-top: 5px; 502 | resize: none; 503 | width: 100%; 504 | background: #2d2d2d; 505 | } 506 | .apps-share-chips-icon { 507 | vertical-align: middle; 508 | filter: invert(100%); 509 | } 510 | .apps-share-chips-input { 511 | color: white; 512 | } 513 | .goog-flat-menu-button.goog-flat-menu-button-hover { 514 | background-color: #2d2d2d; 515 | background-image: -webkit-linear-gradient(top, #2d2d2d, #2d2d2d); 516 | background-image: linear-gradient(top, #f8f8f8, #f1f1f1); 517 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); 518 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); 519 | border-color: #2d2d2d; 520 | color: #a0a0a0; 521 | } 522 | .goog-flat-menu-button { 523 | border-radius: 2px; 524 | background-color: #2d2d2d; 525 | background-image: -webkit-linear-gradient(top, #2d2d2d, #2d2d2d); 526 | background-image: linear-gradient(top, #f5f5f5, #f1f1f1); 527 | border: 1px solid #2d2d2d; 528 | } 529 | .rs-hide-caption .rs-role-icon { 530 | display: inline-block; 531 | filter: invert(100%); 532 | } 533 | .goog-menu { 534 | -webkit-border-radius: 0; 535 | border-radius: 0; 536 | -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 537 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 538 | -webkit-transition: opacity .218s; 539 | transition: opacity .218s; 540 | background: #1F1F1F; 541 | border: 1px solid #1F1F1F; 542 | cursor: default; 543 | font-size: 13px; 544 | margin: 0; 545 | outline: none; 546 | padding: 6px 0; 547 | position: absolute; 548 | } 549 | .goog-option-selected .goog-menuitem-content { 550 | color: #b9b9b9; 551 | } 552 | .goog-menuitem, 553 | .goog-tristatemenuitem, 554 | .goog-filterobsmenuitem { 555 | position: relative; 556 | color: #cacaca; 557 | cursor: pointer; 558 | list-style: none; 559 | margin: 0; 560 | padding: 6px 8em 6px 30px; 561 | white-space: nowrap; 562 | } 563 | 564 | .modal-dialog-title { 565 | background-color: #3b3b3b; 566 | color: #ececec; 567 | cursor: default; 568 | font-size: 16px; 569 | font-weight: normal; 570 | line-height: 24px; 571 | } 572 | .jfk-button-standard { 573 | -webkit-box-shadow: none; 574 | box-shadow: none; 575 | background-color: #2d2d2d; 576 | background-image: -webkit-linear-gradient(top, #2d2d2d, #2d2d2d); 577 | background-image: linear-gradient(top, #f5f5f5, #f1f1f1); 578 | color: #d8d8d8; 579 | border: 1px solid #2d2d2d; 580 | border: 1px solid rgb(45, 45, 45); 581 | } 582 | .jfk-button-standard.jfk-button-clear-outline { 583 | border: 1px solid #2d2d2d; 584 | border: 1px solid rgb(45, 45, 45); 585 | outline: none; 586 | } 587 | .toggle-link { 588 | font-size: 13px; 589 | line-height: 24px; 590 | border: 1px solid transparent; 591 | color: #c3c3c3; 592 | cursor: pointer; 593 | float: right; 594 | vertical-align: middle; 595 | } 596 | .simple-sharing-manage-permissions-link { 597 | font-size: 11px; 598 | border: 1px solid transparent; 599 | color: #b7b7b7; 600 | cursor: pointer; 601 | float: right; 602 | vertical-align: middle; 603 | } 604 | .ss-box { 605 | margin-top: 5px; 606 | background: #3b3b3b; 607 | } 608 | .ss-contents { 609 | width: 512px; 610 | background: #3b3b3b; 611 | } 612 | .slc { 613 | font-size: 13px; 614 | color: #e6e6e6; 615 | } 616 | .ss-heading { 617 | font-size: 13px; 618 | color: #ececec; 619 | } 620 | .jfk-textinput { 621 | -webkit-border-radius: 1px; 622 | border-radius: 1px; 623 | border: 1px solid #2d2d2d; 624 | border-top: 1px solid #2d2d2d; 625 | font-size: 13px; 626 | height: 25px; 627 | padding: 1px 8px; 628 | background: #2d2d2d; 629 | } 630 | .slc-external-service-label { 631 | color: #ccc; 632 | margin-right: 5px; 633 | font-size: 13px; 634 | } 635 | .ia-invite-controls-area { 636 | background-color: #333333; 637 | padding: 12px; 638 | margin-bottom: 10px; 639 | } 640 | .ia-add-people { 641 | padding-right: 15px; 642 | color: #d0d0d0; 643 | } 644 | .ia-table-section { 645 | border-collapse: collapse; 646 | color: #b5b5b5; 647 | } 648 | .modal-dialog-buttons, 649 | .modal-dialog-content { 650 | font-size: 12px; 651 | height: 100%; 652 | width: 100%; 653 | color: #e0e0e0; 654 | } 655 | .ap-owner-settings-header { 656 | color: #d6d6d6; 657 | margin-right: 7px; 658 | } 659 | .apc-name { 660 | font-size: 13px; 661 | color: rgba(210, 210, 210, 0.87); 662 | } 663 | .apc-email-contents, 664 | .apc-detail { 665 | color: rgba(171, 171, 171, 0.54); 666 | font-size: 12px; 667 | } 668 | .permissions-list td { 669 | border-bottom: 1px solid #1f1f1f; 670 | font-size: 13px; 671 | padding: 8px 0; 672 | } 673 | .permissions-list-container { 674 | border-top: 1px solid #1f1f1f; 675 | } 676 | .vpc-icon-holder { 677 | background-color: #3b3b3b; 678 | height: 29px; 679 | width: 29px; 680 | margin-right: 15px; 681 | padding: 0; 682 | vertical-align: middle; 683 | } 684 | .a-b-k { 685 | background: #2f2f2f; 686 | background-clip: padding-box; 687 | border: 1px solid #2f2f2f; 688 | border: 1px solid rgb(47, 47, 47); 689 | -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2); 690 | box-shadow: 0 4px 16px rgba(0, 0, 0, .2); 691 | outline: 0; 692 | padding: 30px 42px; 693 | position: absolute; 694 | z-index: 2002; 695 | } 696 | .a-b-k-V { 697 | background-color: #2f2f2f; 698 | color: #efefef; 699 | cursor: default; 700 | font-size: 16px; 701 | line-height: 24px; 702 | } 703 | .a-b-k-x { 704 | background-color: #2f2f2f; 705 | line-height: 1.4em; 706 | } 707 | .a-b-cg-k { 708 | color: #bdbdbd; 709 | font: normal 13px arial, sans-serif; 710 | width: 340px; 711 | } 712 | .a-b-cg-k-Kk { 713 | -webkit-border-radius: 1px; 714 | border-radius: 1px; 715 | border: 1px solid #1F1F1F; 716 | border-top: 1px solid #1F1F1F; 717 | font-size: 13px; 718 | height: 25px; 719 | padding: 1px 8px; 720 | width: 300px; 721 | background: #1F1F1F; 722 | color: #cccccc; 723 | } 724 | .a-b-k-Gb button:hover { 725 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); 726 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); 727 | background-color: #1F1F1F; 728 | background-image: -webkit-linear-gradient(top, #1F1F1F, #1F1F1F); 729 | background-image: linear-gradient(top, #f8f8f8, #f1f1f1); 730 | border: 1px solid #1F1F1F; 731 | color: #333; 732 | } 733 | .a-nEbBXb .a-nf-Rc-va-d { 734 | line-height: 0; 735 | filter: invert(100%); 736 | } 737 | .a-nEbBXb .a-ub-D { 738 | background-color: rgb(51, 51, 51); 739 | border-left: 1px solid #333333; 740 | margin: 0 0 0 -1px; 741 | padding-top: 8px; 742 | } 743 | .a-nEbBXb .a-Mg-V-T { 744 | -webkit-flex: 1 1 auto; 745 | flex: 1 1 auto; 746 | color: rgba(220, 220, 220, 0.87); 747 | display: inline-block; 748 | font-size: 20px; 749 | font-weight: 500; 750 | line-height: 24px; 751 | padding-left: 0; 752 | width: auto; 753 | word-wrap: break-word; 754 | } 755 | .a-nEbBXb .y-C-Ed-V { 756 | color: rgba(216, 216, 216, 0.54); 757 | font-size: 13px; 758 | font-weight: 500; 759 | line-height: 48px; 760 | margin: 0; 761 | padding: 0 24px 0 16px; 762 | text-transform: none; 763 | transition: box-shadow 267ms cubic-bezier(0.4, 0.0, 0.2, 1); 764 | background: #1F1F1F; 765 | } 766 | .a-nEbBXb .y-C { 767 | border: none; 768 | border-bottom: 1px solid rgba(115, 115, 115, 0.08); 769 | border-radius: 0; 770 | margin: 0 0 12px; 771 | padding: 0 0 12px; 772 | width: 100%; 773 | background: #1F1F1F; 774 | } 775 | .y-C-bi { 776 | padding: 0 16px 0 16px; 777 | display: inline; 778 | color: #b5b5b5; 779 | } 780 | .a-nEbBXb .y-C-q-D { 781 | color: rgba(255, 255, 255, 0.54); 782 | font-size: 13px; 783 | width: auto; 784 | } 785 | .a-nEbBXb .y-C-H-Sb { 786 | color: rgba(255, 255, 255, 0.87); 787 | font-weight: 500; 788 | } 789 | .y-C-ka-T { 790 | font-weight: normal; 791 | overflow: hidden; 792 | text-overflow: ellipsis; 793 | white-space: nowrap; 794 | color: #bdbdbd; 795 | } 796 | .y-E-hi { 797 | background: #1F1F1F; 798 | } 799 | .a-nEbBXb .y-C-ka-c { 800 | width: 24px; 801 | } 802 | .a-nEbBXb .y-E-gh-D .y-C-Ed-V { 803 | background-color: #2f2f2f; 804 | } 805 | .a-nEbBXb .y-C-fh-Bf-r { 806 | color: rgba(255, 255, 255, 0.54); 807 | font-weight: 500; 808 | } 809 | .a-nEbBXb .y-C-fh-Bf-Jj { 810 | color: rgba(255, 255, 255, 0.4); 811 | font-size: 13px; 812 | } 813 | .a-nEbBXb .a-ub-va-d-c svg { 814 | filter: invert(100%) 815 | } 816 | .a-nEbBXb .a-ub-ra-B > .h-ra-B > .h-ra { 817 | color: rgba(234, 234, 234, 0.54); 818 | font-weight: 500; 819 | height: 48px; 820 | line-height: 48px; 821 | padding: 0 8px; 822 | text-transform: uppercase; 823 | } 824 | .a-nEbBXb .a-ub-ra-B > .h-ra-B > .h-ra:hover > .a-ra-Mb-j > .a-ra-Mb { 825 | border-bottom-color: rgb(76, 76, 76); 826 | } 827 | .a-nEbBXb .a-ub-sc-oa { 828 | border-left: 1px solid transparent; 829 | margin-left: -1px; 830 | background: #333333; 831 | } 832 | .a-q-Xc-Ab { 833 | color: #a2a2a2; 834 | background: #1f1f1f; 835 | padding-top: 267px; 836 | } 837 | .y-C-ka:hover, 838 | .y-C-ka:active, 839 | .y-C-ka:focus { 840 | background-color: #232323; 841 | } 842 | .a-nEbBXb .y-C-ka-T.y-C-xj-ka:hover { 843 | color: rgba(255, 255, 255, 0.54); 844 | } 845 | .Hb-ja-Na .a-ub-ra-B > .h-ra-B > .h-ra.h-ra-ha:focus { 846 | -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); 847 | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); 848 | background-color: #3c3b3b; 849 | outline: #4d90fe solid 1px; 850 | } 851 | .h-w { 852 | background: #2b2b2b; 853 | } 854 | .h-v-pc, 855 | .h-v-W { 856 | background-color: #313131; 857 | } 858 | .gb_1e.gb_2e .gb_lf { 859 | color: #e6e6e6; 860 | } 861 | .a-nEbBXb .o-Yc-o-T { 862 | color: rgba(193, 193, 193, 0.54); 863 | } 864 | .y-E { 865 | background: #1F1F1F; 866 | } 867 | .a-nEbBXb .y-E-Xc-Ma-hi-r { 868 | color: rgba(234, 234, 234, 0.54); 869 | } 870 | .a-nEbBXb .a-q-Gd { 871 | background: #1f1f1f; 872 | } 873 | .a-nEbBXb .l-Mg-wg-o .a-q-zb-j { 874 | background-color: rgb(43, 43, 43); 875 | border-bottom: 1px solid rgb(43, 43, 43); 876 | } 877 | .a-nEbBXb .a-q-Jc-bj { 878 | color: rgba(216, 216, 216, 0.54); 879 | } 880 | .a-nEbBXb .a-q-Jc-Pj-Ya { 881 | color: #b1b1b1; 882 | } 883 | .a-nEbBXb .a-q-Lb-go { 884 | color: rgba(255, 255, 255, 0.54); 885 | } 886 | .a-q-Lf-me-Z-r { 887 | color: #bdbdbd; 888 | } 889 | .Wa-ka-oa-qc-V { 890 | color: white; 891 | } 892 | .Wa-ka-oa-qc-r { 893 | color: #dedede; 894 | } 895 | .a-nEbBXb .ab-o-Jb { 896 | background-color: rgb(39, 39, 39); 897 | } 898 | .a-Mg-V:focus > .a-Mg-V-T, 899 | .a-Mg-V:hover > .a-Mg-V-T { 900 | color: #4285f4; 901 | } 902 | .ca-k .lb-k-V { 903 | background-color: #252525; 904 | } 905 | .ca-k-wb-ga { 906 | color: #e4e4e4; 907 | } 908 | .lb-k-x { 909 | word-wrap: break-word; 910 | color: #c1c1c1; 911 | } 912 | .ca-k-wb-j { 913 | border-bottom: 1px solid #4a4a4a; 914 | } 915 | .ca-k-oa { 916 | border-left: 1px solid #4a4a4a; 917 | } 918 | .ca-k-ra-B > .h-ra-B > .h-ra:hover { 919 | background-color: #2f2f2f; 920 | } 921 | .a-fd-ba-lp { 922 | border-bottom: 1px solid #4a4a4a; 923 | color: #b9b9b9; 924 | } 925 | .a-fd-ba-Q { 926 | border-bottom: 1px solid #4a4a4a; 927 | } 928 | .fCmhtc.hc0pBf { 929 | background: #3b3b3b; 930 | } 931 | .a-fd-ba-Q-Qa-ga { 932 | color: #b9b9b9; 933 | } 934 | .a-fd-ba-Q-ij { 935 | color: #9c9c9c; 936 | } 937 | .a-fd-ba-Q-Wr { 938 | color: #9c9c9c; 939 | } 940 | .a-b-Ia-x .a-b-d-W.a-b-Ia-J, 941 | .a-b-Ia-x .a-b-M-W.a-b-Ia-J, 942 | .a-b-d-Pb .a-b-Ia-J, 943 | .a-b-Ia-Xd-c.a-b-d:hover, 944 | .a-b-Ia-Xd-c.a-b-d:active, 945 | .a-b-Ia-Xd-c.a-b-d.a-b-d-Pb { 946 | background-color: #272727; 947 | } 948 | .a-b-L .a-b-v { 949 | background: #1f1f1f; 950 | } 951 | .lb-k-x { 952 | background-color: #3b3b3b; 953 | line-height: 1.4em; 954 | } 955 | .GxVCCc { 956 | background-color: #fff; 957 | outline: 1px solid transparent; 958 | } 959 | .ZFr60d { 960 | background-color: #4285f4; 961 | } 962 | .ba-ob { 963 | color: #bfbfbf; 964 | background: #424242 none repeat scroll 0; 965 | } 966 | .ba-ob-dn-kh { 967 | color: #c7c7c7; 968 | } 969 | .ba-ob-k-V { 970 | color: #f1f1f1; 971 | } 972 | .ba-ob-x-D { 973 | color: #ababab; 974 | } 975 | .ba-ob-x-Bf { 976 | border-bottom: 1px solid #383838; 977 | } 978 | .ba-ob-D { 979 | border-bottom: 1px solid #2f2f2f; 980 | } 981 | .ba-ob-yd-Zj .yd-Sa { 982 | background-color: #383737; 983 | color: white; 984 | } 985 | .ba-ob-yd-Zj { 986 | background: #424242; 987 | border: 1px solid #666; 988 | -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); 989 | box-shadow: 2px 2px 2px rgba(12, 12, 12, 0.4); 990 | color: #e8e8e8; 991 | } 992 | .a-nEbBXb .a-Va-Zb-vb { 993 | color: rgba(193, 193, 193, 0.87); 994 | } 995 | .a-nb-fi { 996 | background-color: #545454; 997 | border: 1px solid rgb(84, 84, 84); 998 | } 999 | .a-nb-fi-pd { 1000 | filter: invert(100%); 1001 | } 1002 | .a-nb-fi-ga { 1003 | color: white; 1004 | } 1005 | .a-nEbBXb .l-u-ha { 1006 | background-color: #4285f4; 1007 | } 1008 | .a-nEbBXb .l-u-ha { 1009 | background-color: #4285f4; 1010 | } 1011 | .a-nEbBXb .l-u-ha .l-u-o-V-j { 1012 | background-color: #4285f4; 1013 | } 1014 | .Ea-j.Ea-Lj { 1015 | cursor: pointer; 1016 | outline: none; 1017 | background: #232323; 1018 | } 1019 | .z-Ea-tf-r { 1020 | color: #dadada; 1021 | } 1022 | .Ea-oa { 1023 | border-bottom: solid 1px #232323; 1024 | color: #757575; 1025 | } 1026 | .a-Cd-oa { 1027 | background-color: #232323; 1028 | border-left: 1px solid #232323; 1029 | border-right: 1px solid #232323; 1030 | } 1031 | .Ea-j.Ea-Lj:hover { 1032 | background-color: #1d1d1d; 1033 | } 1034 | .gb_ge.gb_le { 1035 | opacity: 0.74; 1036 | color: white; 1037 | } 1038 | .gb_Xa svg, 1039 | .gb_oc svg { 1040 | color: white; 1041 | opacity: .54; 1042 | } 1043 | .gb_Oe:not(.gb_5e) input::placeholder { 1044 | color: rgba(255, 255, 255, 0.54); 1045 | } 1046 | .L202Xe { 1047 | background-color: #2b2b2b; 1048 | } 1049 | .gb_Oe.gb_5e { 1050 | background: #353535; 1051 | border: 1px solid #353535; 1052 | } 1053 | .gb_Oe button svg, 1054 | .gb_Oe button img { 1055 | fill: white; 1056 | } 1057 | .gssb_l { 1058 | height: 1px; 1059 | background-color: #616161; 1060 | } 1061 | .a-nEbBXb .a-D-B-gc-WErN3d .a-D-B-Ak, 1062 | .a-nEbBXb .a-D-B-gc-WErN3d .a-D-B-Lc-j, 1063 | .gb_yc:not(.gb_tb) .gb_Cd { 1064 | background: #1f1f1f; 1065 | } 1066 | .a-D-gc-wKOTTc .a-D-B-x { 1067 | height: 48px; 1068 | background: #1f1f1f; 1069 | } 1070 | .gb_de { 1071 | background-color: #1f1f1f; 1072 | -webkit-transition: background-color .4s; 1073 | transition: background-color .4s; 1074 | } 1075 | .gb_ie.gb_ne { 1076 | opacity: 0.90; 1077 | } 1078 | .a-dk13Ye .a-l-S-Pc-w-d.h-R-w-d-W { 1079 | background-color: #1f1f1f !important; 1080 | } 1081 | .a-D-gc-wKOTTc .a-s-Ba-Ak { 1082 | border-bottom: 1px solid #585858; 1083 | } 1084 | .a-D-gc-wKOTTc .a-ec-Gd button.RTMQvb { 1085 | box-shadow: 0 1px 2px 0 rgba(31, 31, 31, 0.33), 0 1px 3px 1px rgba(37, 37, 37, 0.29); 1086 | align-items: center; 1087 | background-color: #2b2b2b; 1088 | background-image: none; 1089 | border: 1px solid #2b2b2b; 1090 | color: #cdd8e0; 1091 | } 1092 | .a-nEbBXb .l-u-Ab-zb { 1093 | background-color: #212121; 1094 | } 1095 | .a-dkl3Ye .L202Xe { 1096 | border: 1px solid #2b2b2b; 1097 | } 1098 | .a-dkl3Ye .a-HZnjzd-xb-dc-x { 1099 | border-top: 1px solid #2b2b2b; 1100 | } 1101 | .a-dkl3Ye .l-u-xb.l-u-o { 1102 | border: 1px solid #424242; 1103 | } 1104 | .a-nEbBXb .a-U-ye-ha > .a-U-J { 1105 | background-color: #2b2b2b; 1106 | } 1107 | .a-nEbBXb .a-U-xc > .a-da-fc-Ug::after, 1108 | .a-nEbBXb .a-U-xc > .a-da-Ul::before { 1109 | border-bottom: 1px solid #585858; 1110 | } 1111 | .a-t-j .a-ok-Ji-D { 1112 | border-bottom: 1px solid #2d2d2d; 1113 | } 1114 | .ub-ml-Pr.USrqEe-ml-Pr-qc-j::before { 1115 | border-bottom: 1px solid #2f2f2f; 1116 | } 1117 | .Yb-Il-d-W .Yb-Il-d-c-Nd, 1118 | .Yb-Il-d-pb .Yb-Il-d-c-Nd, 1119 | .Kk7lMc-Wc-Tn .Yb-Il-d-ha .Yb-Il-d-c-Nd, 1120 | .Kk7lMc-Wc-Tn .Yb-Il-d-Pb .Yb-Il-d-c-Nd { 1121 | background-color: #252525; 1122 | } 1123 | .a-nEbBXb body { 1124 | color: #c5cbdc; 1125 | } 1126 | .USrqEe-ml-Pr-gi .cr-hTVF2c-B-Fq92xe .B-Nd { 1127 | fill: rgb(66, 66, 66); 1128 | } 1129 | .ub-ml-Pr .USrqEe-ml-Pr-gi .cr-hTVF2c-r { 1130 | color: #9fa3a9; 1131 | } 1132 | .a-dkl3Ye .Ccie2c:focus .a-HZnjzd-xb-Np, 1133 | .a-dkl3Ye .Ccie2c.Pb .a-HZnjzd-xb-Np { 1134 | color: rgba(212, 212, 212, 0.54) !important; 1135 | } 1136 | .a-dkl3Ye .Ccie2c:hover .L202Xe { 1137 | border: 1px solid #2b2b2b !important; 1138 | } 1139 | .a-dkl3Ye .l-u-xb.l-u-o, 1140 | .a-dkl3Ye .l-u-xb.l-u-Ab { 1141 | border: 1px solid #2b2b2b; 1142 | } 1143 | .l-u-xb { 1144 | background: #2b2b2b; 1145 | } 1146 | .a-n-EbBXb .a-w-Mr::after { 1147 | background: linear-gradient(to bottom, 1148 | rgba(63, 63, 63, 63) 50%, 1149 | rgb(63, 63, 63) 50%) !important; 1150 | } 1151 | .a-dk13Ye .a-l-S-Pc-w-d.h-R-w-d-pb { 1152 | background-color: #2b2b2b !important; 1153 | } 1154 | .Ccie2c:focus .v2devc, 1155 | .Ccie2c.Pb .v2devc { 1156 | background-color: #282b2f; 1157 | } 1158 | .Ccie2c:focus .Vl9rfc, 1159 | .Ccie2c.Pb .Vl9rfc { 1160 | color: rgba(255, 255, 255, 0.54); 1161 | } 1162 | .Ccie2c:focus .eAQ1W, 1163 | .Ccie2c.Pb .eAQ1W { 1164 | color: #75a8ef; 1165 | } 1166 | .a-Ra-Qc .aabwZd .N7iPof { 1167 | border-bottom: 1px solid #1f1f1f; 1168 | } 1169 | .a-HZnjzd-ZiN7ye-Bb, 1170 | .a-HZnjzd-ZiN7ye-V, 1171 | .a-HZnjzd-ZiN7ye-Np { 1172 | animation: gradient-slide 2.2s ease infinite; 1173 | background: 0 0/300% 300% linear-gradient(-61deg, #313131 40%, #2b2b2b 50%, #313131 60%); 1174 | } 1175 | .a-s-tb-Kg-Q, 1176 | .a-s-tb-Kg-Q > .a-s-tb-sc-Ja-Q-x { 1177 | height: 100%; 1178 | background: #1f1f1f !important; 1179 | } 1180 | .a-nEbBXb .a-Va-Zb-ut { 1181 | border-top: 1px solid #353535; 1182 | margin: 11px 0 12px; 1183 | } 1184 | .a-nEbBXb .a-Va-Zb-mb { 1185 | border: 1px solid rgb(35, 35, 35); 1186 | } 1187 | .gb_Qe.gb_8e { 1188 | border: 1px solid rgba(0, 0, 0, 0.12); 1189 | background: rgb(74, 74, 74); 1190 | } 1191 | .gb_Qe.gb_8e .gb_9e { 1192 | color: #ece0e0; 1193 | opacity: 1; 1194 | } 1195 | .gb_Qe button svg, 1196 | .gb_Qe button img { 1197 | fill: white; 1198 | } 1199 | .gb_Xa { 1200 | color: white; 1201 | } 1202 | .gb_9e.gb_lf { 1203 | filter: invert(100%); 1204 | } 1205 | .a-nEbBXb .a-t-cb { 1206 | border-bottom: 1px solid #353535; 1207 | } 1208 | .a-nEbBXb .a-t-cb { 1209 | border-bottom: 1px solid #353535; 1210 | } 1211 | .a-nEbBXb .a-t-J-ha { 1212 | background-color: #1f1f1f; 1213 | color: #1967d2; 1214 | } 1215 | .a-D-gc-wKOTTc .a-ec-Gd button.RTMQvb:hover { 1216 | background: #353535; 1217 | } 1218 | .gb_lf.gb_rf .gb_9e { 1219 | padding-left: 2px; 1220 | filter: invert(100%); 1221 | } 1222 | .gb_9d { 1223 | background-color: #2b2b2b; 1224 | -webkit-transition: background-color .4s; 1225 | transition: background-color .4s; 1226 | } 1227 | .gb_hf.gb_nf .gb_5e { 1228 | padding-left: 2px; 1229 | filter: invert(100%); 1230 | } 1231 | .gb_ee.gb_je { 1232 | opacity: .80; 1233 | filter: invert(100%); 1234 | } 1235 | .gb_he.gb_me { 1236 | opacity: .70; 1237 | filter: invert(100%); 1238 | } 1239 | .gb_ce { 1240 | background-color: #2b2b2b; 1241 | -webkit-transition: background-color .4s; 1242 | transition: background-color .4s; 1243 | } 1244 | .l-Mg-qs-ra { 1245 | background: #1f1f1f; 1246 | } 1247 | .a-nEbBXb .a-ub-ra-B > .h-ra-B { 1248 | border-bottom: 1px solid #333333; 1249 | } 1250 | .a-nEbBXb .a-c-d.h-R-d-rc { 1251 | background: #1f1f1f; 1252 | } 1253 | .a-Ra-Qc .y-E-gh-D .y-C-Ed-V { 1254 | border-bottom: 1px solid #2f2f2f; 1255 | } 1256 | .a-Ra-Qc .y-C-Ed-V { 1257 | border-bottom: 1px solid #1f1f1f; 1258 | } 1259 | .a-Ra-Qc.a-nEbBXb .a-t-D { 1260 | border-bottom: 1px solid #353535; 1261 | } 1262 | .gb_Ta svg, 1263 | .gb_lc svg { 1264 | color: white; 1265 | opacity: .54; 1266 | } 1267 | .ab-S-Wg { 1268 | color: #c7c7c7; 1269 | } 1270 | .ab-Sj-r { 1271 | color: #b2b2b2; 1272 | font-size: 13px; 1273 | } 1274 | .a-nEbBXb .a-Rc-Fa.a-c-d { 1275 | background-color: rgb(43, 43, 43); 1276 | color: #cfcfcf; 1277 | } 1278 | .a-nEbBXb .a-Rc-va-d { 1279 | line-height: 0; 1280 | filter: invert(100%); 1281 | } 1282 | .gb_mf.gb_sf .gb_af { 1283 | padding-left: 2px; 1284 | filter: invert(100%); 1285 | } 1286 | .gb_nf.gb_tf .gb_bf { 1287 | filter: invert(100%); 1288 | } 1289 | .gb_ie.gb_ne { 1290 | opacity: 0.90; 1291 | color: #d9d9d9; 1292 | } 1293 | /* header */ 1294 | .qp { 1295 | background: #3c3c3c; 1296 | } 1297 | .gb_Va svg, 1298 | .gb_nc svg { 1299 | color: white; 1300 | opacity: .54; 1301 | } 1302 | .gb_1e.gb_if { 1303 | border: 1px solid rgba(0, 0, 0, 0.12); 1304 | background: rgb(64, 64, 64); 1305 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24); 1306 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28); 1307 | } 1308 | .gb_de { 1309 | background-color: #2b2b2b; 1310 | } 1311 | .gb_ke { 1312 | background-color: #2b2b2b; 1313 | } 1314 | /* header*/ 1315 | .s55KNe .jGNTYb { 1316 | background-color: #2b2b2b; 1317 | } 1318 | .a-dkl3Ye .s55KNe .jGNTYb { 1319 | border: 1px solid #2b2b2b; 1320 | } 1321 | .WYuW0e { 1322 | color: rgba(255, 255, 255, 0.72); 1323 | } 1324 | .s55KNe .Tguc8d { 1325 | color: #cfd0d2; 1326 | } 1327 | .a-s-yd-J.a-s-yd-Sa > * { 1328 | background-color: #252525; 1329 | } 1330 | .gb_qe.gb_ve { 1331 | opacity: .7; 1332 | color: white; 1333 | } 1334 | /*search box*/ 1335 | .asor_o { 1336 | filter: invert(100%) !important; 1337 | } 1338 | .gb_ee.gb_ne .gb_be .gb_af { 1339 | background: #2d2d2d; 1340 | } 1341 | .gssb_e { 1342 | background-color: #222; 1343 | border-top-color: #2f2f2f; 1344 | } 1345 | .gssb_i { 1346 | background: #252525; 1347 | } 1348 | .a-jn-yd { 1349 | background: #222; 1350 | border-top: 1px solid rgb(47, 47, 47); 1351 | } 1352 | .a-jn-Ma-nb-J { 1353 | background: #222; 1354 | } 1355 | .gb_lf:not(.gb_Cf) { 1356 | color: #e2e2e2; 1357 | } 1358 | .gssb_l { 1359 | background-color: #2d2d2d; 1360 | } 1361 | .gssb_m { 1362 | color: #e0e0e0; 1363 | background: #222; 1364 | } 1365 | .N7iPof { 1366 | background-color: #1f1f1f; 1367 | } 1368 | .aabwZd .WYuW0e { 1369 | border-bottom: 1px solid #353535 !important; 1370 | } 1371 | .a-Ra-Qc .aabwZd .N7iPof { 1372 | border-bottom: 1px solid #353535; 1373 | } 1374 | /*--search box*/ 1375 | .gb_be { 1376 | background: #2b2b2b; 1377 | } 1378 | .N6Anec, 1379 | .I2rTXb, 1380 | .PEfnhb[data-column-width-1="4"] .M3pype:nth-child(3), 1381 | .PEfnhb[data-column-width-2="4"] .M3pype:nth-child(4), 1382 | .PEfnhb[data-column-width-3="4"] .M3pype:nth-child(5), 1383 | .PEfnhb[data-column-width-4="4"] .M3pype:nth-child(6) { 1384 | color: silver; 1385 | } 1386 | .aabwZd .WYuW0e .M3pype .YUNZ4c, 1387 | .rprYvc { 1388 | color: #a7a7a7; 1389 | } 1390 | .jApF8d { 1391 | color: #aeaeae; 1392 | } 1393 | .KL4NAf { 1394 | color: #aeaeae; 1395 | } 1396 | .a-Ra-Qc .aabwZd .N7iPof { 1397 | border-bottom: 1px solid #1f1f1f; 1398 | } 1399 | .a-dkl3Ye .Hb-ja-Na .a-c-d:not(.h-R-d-db):hover { 1400 | background-color: #333333; 1401 | color: #ffffff; 1402 | } 1403 | .iZz7md.aaQsNb:hover svg { 1404 | color: #ddd; 1405 | fill: #ddd; 1406 | } 1407 | .s55KNe:not(.KBj6Qd) .GZwC2b .jGNTYb, 1408 | .aabwZd:not(.KBj6Qd) .GZwC2b { 1409 | background-color: #252525; 1410 | color: #56b9ff; 1411 | } 1412 | .gb_Ad { 1413 | background: #2b2b2b; 1414 | } 1415 | .a-D-B-WErN3d-j { 1416 | border-bottom: 1px solid #2b2b2b; 1417 | } 1418 | .gb_ne.gb_oe { 1419 | background: rgb(54, 54, 54); 1420 | } 1421 | .Kk7lMc-Yb-Il-j, 1422 | .a-Kk7lMc-ae3xF-j { 1423 | background-color: #1f1f1f; 1424 | border-left: 1px solid #2b2b2b; 1425 | } 1426 | .Kk7lMc-Yb-Il-vc { 1427 | border-top: 1px solid #333333; 1428 | } 1429 | .a-D-gc-wKOTTc .a-s-Ba-Ak { 1430 | border-bottom: 1px solid #383838; 1431 | } 1432 | /*header icons*/ 1433 | .a-D-B .a-D-B-WErN3d-j .a-d-c .a-nEbBXb-c { 1434 | opacity: 1; 1435 | } 1436 | .gb_ja svg, 1437 | .gb_5b svg, 1438 | .gb_wc .gb_Cd, 1439 | .gb_hc .gb_Cd { 1440 | color: #bcc0c6; 1441 | opacity: 1; 1442 | } 1443 | /* h. i. -- */ 1444 | .gb_ne.gb_oe .gb_Ie { 1445 | color: #fff; 1446 | } 1447 | .gb_Ie:not(.gb_0e) { 1448 | color: #ababab; 1449 | } 1450 | /*animation context menus*/ 1451 | .a-nEbBXb .a-w-Mr::after { 1452 | -webkit-animation: drive-menu-after-animation 267ms cubic-bezier(0.4, 0.0, 0.2, 1) both; 1453 | animation: drive-menu-after-animation 267ms cubic-bezier(0.4, 0.0, 0.2, 1) both; 1454 | background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(44, 44, 44) 50%); 1455 | bottom: 0; 1456 | content: ''; 1457 | height: 96px; 1458 | left: 0; 1459 | pointer-events: none; 1460 | position: absolute; 1461 | right: 0; 1462 | } 1463 | /* anim. ctx m. --*/ 1464 | .a-nEbBXb .h-Yo { 1465 | border-top-color: #414141; 1466 | } 1467 | .a-nEbBXb .a-c-d.h-R-d-pb, 1468 | .a-nEbBXb .Hb-ja-Na .a-c-d.h-R-d-Pb.h-R-d-pb:not(.h-R-d-db), 1469 | .a-nEbBXb .a-c-d:not(.h-R-d-db):active { 1470 | background: #464646; 1471 | } 1472 | .a-nEbBXb .a-ub-Gd { 1473 | background-color: #1f1f1f; 1474 | } 1475 | .a-q-Xc-Ab-c { 1476 | opacity: .75; 1477 | filter: invert(1); 1478 | } 1479 | .a-Ra-Qc .a-ub-Gd { 1480 | border-left: 1px solid #333333e6; 1481 | } 1482 | .a-dkl3Ye .Ccie2c.Pb .L202Xe { 1483 | border: 1px solid #2b2b2b; 1484 | -webkit-box-shadow: none; 1485 | box-shadow: none; 1486 | } 1487 | .s55KNe.RDfNAe .akerZd::before, 1488 | .s55KNe .RDfNAe .akerZd::before, 1489 | .s55KNe .tohzcb::before { 1490 | background: #2b2b2b; 1491 | } 1492 | /* context menu icons*/ 1493 | .h-v-c.a-v-c.a-v-c-mh, 1494 | .a-nEbBXb .h-v-x .h-ug-aa { 1495 | filter: invert(1); 1496 | } 1497 | /*cntx m. i. --*/ 1498 | .a-nEbBXb .a-ub-oa { 1499 | background-color: #1f1f1f; 1500 | } 1501 | .ZqJeHd.a-c-d.a-r-d { 1502 | color: #c6ced9; 1503 | } 1504 | .KZ6CTb.a-c-d { 1505 | filter: brightness(2); 1506 | } 1507 | .ub-ml-Pr.USrqEe-ml-Pr-qc-j .ub-gi-j .V { 1508 | color: #b0bbc9; 1509 | } 1510 | .ub-ml-Pr .ub-ml-Pr-c-j svg { 1511 | fill: #8a9097; 1512 | } 1513 | .a-dkl3Ye .a-l-S-Pc-w-d.h-R-w-d-W { 1514 | background-color: #222; 1515 | } 1516 | .Hb-ja-Na .a-l-S-Pc-w-d.h-R-w-d-Pb { 1517 | background-color: #3b3b3b; 1518 | border: 1px solid #2f599e; 1519 | } 1520 | .a-dkl3Ye .a-l-S-Pc-w-d.h-R-w-d-pb { 1521 | background-color: #313131; 1522 | color: #1967d2; 1523 | } 1524 | .gb_ja:not(.gb_ka) .gb_rd { 1525 | background: #2b2b2b; 1526 | } 1527 | .gb_ve.gb_we .gb_Qe { 1528 | color: white; 1529 | } 1530 | .ndfHFb-c4YZDc-JqEhuc { 1531 | background-color: #333; 1532 | color: #ebebeb; 1533 | } 1534 | .ndfHFb-c4YZDc-JqEhuc-oKdM2c { 1535 | border-bottom: 1px solid #484848; 1536 | } 1537 | .ndfHFb-c4YZDc-JqEhuc-bN97Pc .ndfHFb-c4YZDc-LgbsSe-ZmdkE.ndfHFb-c4YZDc-JqEhuc-oKdM2c { 1538 | background-color: #353535; 1539 | } 1540 | .gb_Ee.gb_Fe { 1541 | background: rgb(73, 73, 73); 1542 | } 1543 | .gb_0e:not(.gb_hf), 1544 | .gb_Ee.gb_Fe .gb_0e { 1545 | color: #cbcbcb; 1546 | } 1547 | header.gb_na { 1548 | background: #383838; 1549 | } 1550 | .gb_Te.gb_Ue { 1551 | background: rgb(59, 59, 59); 1552 | } 1553 | .gb_Te.gb_Ue .gb_ef { 1554 | color: #cacaca; 1555 | } 1556 | .gb_ef:not(.gb_vf) { 1557 | color: #8a8a8a; 1558 | } 1559 | .gb_Ve { 1560 | background: #1f1f1f; 1561 | } 1562 | .gb_Ve.gb_We { 1563 | background: rgb(31 31 31); 1564 | } 1565 | .a-jn-yd { 1566 | color: #afafaf; 1567 | } 1568 | .gb_Ve.gb_We .gb_gf { 1569 | color: white; 1570 | } 1571 | .gb_na:not(.gb_oa) .gb_Qd { 1572 | background: #2b2b2b; 1573 | } 1574 | .le-Ba { 1575 | background-color: #1F1F1F; 1576 | border-bottom: solid 1px #1F1F1F; 1577 | } 1578 | .a-Cd-Ba-j { 1579 | border-left: 1px solid #1F1F1F; 1580 | border-right: 1px solid #1F1F1F; 1581 | } 1582 | .a-D-B-x { 1583 | background: #1f1f1f; 1584 | } 1585 | .a-s-Ba-Ak { 1586 | border-bottom: 1px solid #2d2d2d; 1587 | } 1588 | .a-nEbBXb .a-ub-D { 1589 | background-color: rgb(31, 31, 31); 1590 | border-left: 1px solid #2d2d2d; 1591 | } 1592 | .VV2Bdf { 1593 | color: #b7b7b7; 1594 | } 1595 | .RwLyCe { 1596 | border-top: 1px solid #2b2b2b; 1597 | } 1598 | .eAQ1W { 1599 | color: rgba(255, 255, 255, 0.72); 1600 | } 1601 | .Vl9rfc { 1602 | color: rgba(255, 255, 255, 0.54); 1603 | } 1604 | .gb_1e.gb_2e { 1605 | background: rgb(35, 35, 35); 1606 | } 1607 | .a-ec-Gd .Kzazxf.x6jRSb { 1608 | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.302), 0 1px 3px 1px rgba(33, 33, 33, 0.149); 1609 | background-color: #2b2b2b; 1610 | color: #d6d6d6; 1611 | } 1612 | .a-ec-Gd .Kzazxf.x6jRSb:hover { 1613 | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .34), 0 1px 3px 1px rgba(33, 33, 33, .19); 1614 | background-color: #2d2d2d; 1615 | } 1616 | header { 1617 | background: #2b2b2b !important; 1618 | } 1619 | input.gb_pf::placeholder { 1620 | color: #5f5f5f !important; 1621 | } 1622 | .gb_5e.gb_6e { 1623 | background: rgb(31 31 31); 1624 | box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%), 0 1px 3px 1px rgb(0 0 0 / 15%); 1625 | } 1626 | .gb_pf { 1627 | color: #8e8e8e; 1628 | } 1629 | .gb_5e.gb_6e .gb_pf { 1630 | color: #dedede; 1631 | } 1632 | .gb_6e { 1633 | background: #232323; 1634 | } 1635 | .gb_qf:not(.gb_If)::placeholder { 1636 | color: #949494 !important; 1637 | } 1638 | .gb_6e.gb_7e { 1639 | background: rgb(29 29 29); 1640 | } 1641 | .L202Xe, .s55KNe .jGNTYb { 1642 | border: 1px solid #2b2b2b; 1643 | } 1644 | .Ccie2c:focus .L202Xe, .Ccie2c.Pb .L202Xe { 1645 | border: 1px solid #525252; 1646 | } 1647 | .a-U-xc>.a-da-fc-Ug::after, .a-U-xc>.a-da-ji::before, .a-U-xc>.a-da-Ul::before { 1648 | border-bottom: 1px solid #2b2b2b; 1649 | } 1650 | .a-U-ye-ha>.a-U-J { 1651 | background-color: #2b2b2b; 1652 | } 1653 | .a-ub-D { 1654 | background-color: rgb(31 31 31); 1655 | } 1656 | .a-Mg-V-T, .a-Mg-YsLxq-V-T { 1657 | color: #d4d4d4; 1658 | } 1659 | .a-Mg-V-c, .a-Mg-V-c svg { 1660 | filter: brightness(1.4); 1661 | } 1662 | .a-ub-ra-B>.h-ra-B>.h-ra { 1663 | color: #acb4bd; 1664 | } 1665 | .a-ub-va-d-c svg { 1666 | padding: 5px; 1667 | filter: invert(1) brightness(2); 1668 | } 1669 | .y-C { 1670 | background-color: #1f1f1f; 1671 | border-bottom: 1px solid #2b2b2b; 1672 | } 1673 | .a-ub-sc-oa { 1674 | border-left: 1px solid #2b2b2b; 1675 | } 1676 | .y-C-je { 1677 | border-bottom: 1px solid #3a3a3a; 1678 | } 1679 | .y-C-sa-RvPyde, .y-C-H-Sb { 1680 | color: #ffffff; 1681 | } 1682 | .y-C-q-D { 1683 | color: #abb2bb; 1684 | } 1685 | .y-C-Ed-V { 1686 | background-color: #1f1f1f; 1687 | border-bottom: 1px solid #2b2b2b; 1688 | color: #c6d0dc; 1689 | } 1690 | .a-ub-ra-B>.h-ra-B { 1691 | background-color: transparent; 1692 | border-bottom: 1px solid #2b2b2b; 1693 | } 1694 | .a-d-c svg { 1695 | opacity: 1; 1696 | filter: invert(1); 1697 | } 1698 | .a-D-B .a-D-B-WErN3d-j .a-c-d, .a-D-B .a-D-B-WErN3d-j .Ewn2Sd { 1699 | margin: 2px; 1700 | filter: brightness(3); 1701 | } 1702 | .a-c-d.h-R-d-rc { 1703 | background: #2b2b2b; 1704 | } 1705 | .y-C-fh-Bf-r { 1706 | color: #b0bbc7; 1707 | } 1708 | .y-C-fh-Bf-Jj { 1709 | color: #d6d6d6; 1710 | font-weight: bold; 1711 | } 1712 | .aabwZd .N7iPof { 1713 | border-bottom: 1px solid #3a3a3a; 1714 | } 1715 | .iZz7md.M3pype { 1716 | color: #c5c5c5; 1717 | } 1718 | .h-v, .h-w-Uj .h-v { 1719 | color: #202124; 1720 | } 1721 | .a-w-Mr::after { 1722 | background-image: -webkit-linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(43, 43,43,1) 50%); 1723 | background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgb(43 43 43) 50%); 1724 | } 1725 | .h-Yo { 1726 | border-top-color: #3e3e3e; 1727 | } 1728 | .h-v-x { 1729 | color: #c7c7c7; 1730 | } 1731 | } 1732 | @-moz-document url-prefix("https://drive.google.com/") { 1733 | /*Scrollbar by jaaneh */ 1734 | ::-webkit-scrollbar-track-piece { 1735 | background-color: #1f1f1f; 1736 | -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important; 1737 | border-radius: 0 !important; 1738 | border: none !important; 1739 | } 1740 | ::-webkit-scrollbar { 1741 | width: 5px; 1742 | height: 5px; 1743 | } 1744 | ::-webkit-scrollbar-thumb { 1745 | background: #404040; 1746 | } 1747 | ::-webkit-scrollbar-thumb:hover { 1748 | background: #3c3c3c; 1749 | } 1750 | /*Scrollbar by jaaneh -- */ 1751 | } -------------------------------------------------------------------------------- /instagram.user.css: -------------------------------------------------------------------------------- 1 | /* ==UserStyle== 2 | @name Dark Instagram by DM 3 | @namespace https://github.com/DM164/Dark-by-DM 4 | @version 5.21.0 5 | @description Dark mode for instagram 6 | @author DM164 7 | @homepageURL https://dark-by-dm-website.now.sh/ 8 | ==/UserStyle== */ 9 | 10 | @-moz-document url-prefix("https://www.instagram") { 11 | /*login*/ 12 | .gr27e { 13 | background-color: #2f2f2f; 14 | border: 3px solid #2f2f2f; 15 | } 16 | .bTref { 17 | color: #a9a9a9; 18 | display: inline; 19 | } 20 | .swB58 { 21 | color: #b7b7b7; 22 | } 23 | ._9GP1n { 24 | background: #1f1f1f; 25 | } 26 | ._9GP1n { 27 | color: #d8d8d8; 28 | border: 1px solid #1f1f1f; 29 | background: #1f1f1f; 30 | } 31 | .QNFpu { 32 | color: #e7e7e7; 33 | } 34 | .JGrci { 35 | color: white; 36 | } 37 | .swB58 { 38 | color: #b7b7b7; 39 | } 40 | .FATdn .pexuQ { 41 | color: #d6d6d6; 42 | } 43 | .izU2O, .b_nGN { 44 | color: #c5c5c5; 45 | } 46 | .bTref { 47 | color: #a9a9a9; 48 | } 49 | ._2hvTZ, ._9GP1n { 50 | background: #1f1f1f; 51 | } 52 | ._0r0cu { 53 | background: #2f2f2f; 54 | border: solid 1px #2f2f2f; 55 | } 56 | ._lTir { 57 | background-color: #1f1f1f; 58 | } 59 | ._2hvTZ, ._9GP1n { 60 | background: #1f1f1f; 61 | } 62 | .A4IYq { 63 | border: solid 1px #2f2f2f; 64 | } 65 | /*header*/ 66 | ._lz6s { 67 | background-color: #2f2f2f; 68 | border-bottom: 1px solid #2f2f2f; 69 | } 70 | .XTCLo { 71 | border: solid 1px #1f1f1f; 72 | border-radius: 3px; 73 | color: #d0d0d0; 74 | } 75 | .Di7vw { 76 | background: #1f1f1f; 77 | border: solid 1px #1f1f1f; 78 | } 79 | ._7mese, ._0ZPOP, ._5fEvj, .K_WbV, .ODqc_, .TAvXg, .cwB7a, .dFPOx, .CE8hu, .Hg3oE, .kQqyt, .buoMu .efNlB, .bMltT, .ptsdu, ._4LVjf, .NXVPg, .t98Id, .RuQjm, .coreSpriteDesktopNavProfile, .coreSpriteDesktopNavExplore, .NXSaZ, .coreSpriteOptionsEllipsis, .coreSpriteSaveStory, .coreSpriteDesktopProfileIGTVActive, .felixSpriteProfileChannelNullState, .felixSpriteOnboardingCreateYourChannel, .felixSpriteOnboardingBuiltForVertical, .felixSpriteOnboardingShareLongerVideos, .coreSpriteDesktopPhotoGridActive, .coreSpriteDesktopProfileTaggedActive, .glyphsSpriteUser__outline__24__grey_9, .glyphsSpriteSafari__outline__24__grey_9, .glyphsSpriteCompass__outline__24__grey_9, .glyphsSpriteForward__outline__24__grey_9, .glyphsSpriteFriend_Follow, .glyphsSpriteDirect__outline__24__grey_0, .glyphsSpriteDirect__outline__24__grey_9, .glyphsSpriteFacebook_circle__outline__24__grey_9, .glyphsSpriteFacebook_circle_filled_24, .glyphsSpriteApp_messenger__outline__24__grey_9, .glyphsSpriteApp_twitter__outline__24__grey_9 { 80 | filter: invert(100%); 81 | } 82 | .XajnB { 83 | background: #1f1f1f; 84 | } 85 | ._0T_XJ::before { 86 | left: 0; 87 | background-image: -webkit-gradient(linear, right top, left top, from(rgba(21, 21, 21, 0)), to(#1f1f1f)); 88 | background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), #1f1f1f 100%); 89 | background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #1f1f1f 100%); 90 | z-index: 10; 91 | } 92 | ._0T_XJ::after { 93 | background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#1f1f1f)); 94 | background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #1f1f1f 100%); 95 | background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #1f1f1f 100%); 96 | right: 0; 97 | z-index: 1; 98 | } 99 | .POSa_, .Kf8kP { 100 | filter: invert(50%); 101 | } 102 | /*Home*/ 103 | .GIqfH { 104 | background-color: #1f1f1f; 105 | } 106 | .AcVnq, .KQA-S, ._1MzIy, ._3MPWk, ._8Rm4L, .zMhqu { 107 | background-color: #2f2f2f; 108 | } 109 | .KQA-S, ._1MzIy, ._3MPWk, ._8Rm4L, .zMhqu { 110 | border-radius: 3px; 111 | border: 1px solid #2f2f2f; 112 | } 113 | a.O4GlU, a.O4GlU:visited { 114 | color: #969696; 115 | } 116 | .nJAzx, .nJAzx:visited, .jQgLo { 117 | color: #bdbdbd; 118 | } 119 | .gmFkV, .gmFkV:active, .gmFkV:focus, .gmFkV:hover, .gmFkV:visited { 120 | color: #b9b9b9; 121 | font-weight: 600; 122 | } 123 | ._5mToa { 124 | border-top: 1px solid #444444; 125 | } 126 | .aD2cN::after { 127 | background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0), #1f1f1f 100%); 128 | } 129 | .TlrDj, .TlrDj:visited { 130 | color: #efefef; 131 | } 132 | .zV_Nj, .zV_Nj:visited { 133 | font-weight: 600; 134 | color: #d2d2d2; 135 | } 136 | span { 137 | color: #c3c3c3; 138 | } 139 | a, a:visited { 140 | color: #428ed8; 141 | text-decoration: none; 142 | } 143 | .sH9wk { 144 | border-top: 1px solid #5d5d5d; 145 | } 146 | .eLAPa { 147 | background-color: #1f1f1f; 148 | } 149 | .UE9AK { 150 | border-bottom: 1px solid #2f2f2f; 151 | } 152 | .ho19H, .ho19H:active, .ho19H:focus, .ho19H:hover, .ho19H:visited { 153 | color: #d6d6d6; 154 | } 155 | .Ypffh { 156 | color: #d4d4d4; 157 | } 158 | .XTCLo { 159 | border: solid 1px #292929; 160 | background: #292929; 161 | } 162 | .drKGC::after { 163 | border-color: transparent transparent #292929; 164 | } 165 | .yCE8d { 166 | border-bottom: solid 1px #2f2f2f; 167 | } 168 | .drKGC { 169 | background: #292929; 170 | border: solid 1px #292929; 171 | } 172 | .JvDyy { 173 | background: #272727; 174 | } 175 | .g9vPa { 176 | border: solid 1px #292929; 177 | } 178 | .AC5d8 { 179 | color: #c7c7c7; 180 | } 181 | /*profiles*/ 182 | ._6VtSN { 183 | color: #d6d6d6; 184 | } 185 | li, .g47SY { 186 | color: #d6d6d6; 187 | } 188 | ._32eiM, ._32eiM:visited { 189 | color: #d26624; 190 | font-weight: 500; 191 | } 192 | .rhpdm { 193 | display: inline; 194 | font-weight: 600; 195 | color: #b7b7b7; 196 | } 197 | ._6oveC { 198 | background-color: #2f2f2f; 199 | } 200 | .oW_lN button, .RPhNB { 201 | line-height: 16px; 202 | padding: 0 4px 0 0; 203 | color: gainsboro; 204 | } 205 | .JyscU .UE9AK { 206 | border-bottom: 1px solid #5d5d5d; 207 | } 208 | .JyscU .Slqrh { 209 | border-top: 1px solid #5d5d5d; 210 | margin: 0; 211 | order: 2; 212 | padding-top: 2px; 213 | } 214 | .YFq-A { 215 | color: #9e9e9e; 216 | } 217 | .yrJyr, .yrJyr:visited { 218 | color: #dedede; 219 | font-weight: 600; 220 | } 221 | .vtWDf { 222 | background: #2b2b2b; 223 | border: solid 1px #2b2b2b; 224 | } 225 | .-fzfL { 226 | border-color: #3a3a3a; 227 | color: #d0d0d0; 228 | background: #3a3a3a; 229 | } 230 | .PUHRj::after { 231 | border-bottom: 1px solid #484848; 232 | } 233 | .T5hFd { 234 | border-color: transparent transparent #2b2b2b; 235 | border-style: solid; 236 | border-width: 0 10px 10px; 237 | height: 0; 238 | top: 5px; 239 | left: 3px; 240 | width: 0; 241 | z-index: 12; 242 | } 243 | .l9tlA, .zicn_ { 244 | background-color: #191919; 245 | border-bottom: 1px solid #2f2f2f; 246 | } 247 | .kzpmm { 248 | background: #1f1f1f; 249 | border: 0; 250 | color: #bbbbbb; 251 | } 252 | .kzpmm:hover { 253 | background-color: #1b1b1b; 254 | } 255 | ._8Rna9 { 256 | background-color: #1f1f1f; 257 | } 258 | .HoLwm { 259 | color: #b3b3b3; 260 | } 261 | .aOOlW { 262 | background-color: #1f1f1f; 263 | border-top: 1px solid #2d2d2d; 264 | } 265 | .jIbKX, .m4t9r.jIbKX { 266 | background: #3a3a3a; 267 | border-color: #3a3a3a; 268 | color: #fff; 269 | } 270 | .DXv8P, .DXv8P:visited { 271 | color: #cecece; 272 | } 273 | .t0fbY { 274 | background: #2f2f2f; 275 | border: solid 1px #2f2f2f; 276 | } 277 | ._2dbep { 278 | background-color: #2f2f2f; 279 | } 280 | .WidCF, ._8VIOK, .u9F97, .OzqB_, .WidCF::before { 281 | background-color: #383838; 282 | } 283 | #react-root, body, html { 284 | background: #1f1f1f; 285 | } 286 | .fx7hk { 287 | border-top: 1px solid #3a3a3a; 288 | } 289 | a.T-jvg, a.T-jvg:visited { 290 | color: #d2d2d2; 291 | } 292 | .T-jvg { 293 | border-top: 1px solid #a7a7a7; 294 | color: #262626; 295 | } 296 | .wW1cu { 297 | border-right: 1px solid #2f2f2f; 298 | background: #2f2f2f; 299 | } 300 | .BvMHM { 301 | background-color: #272727; 302 | border: 1px solid #2f2f2f; 303 | } 304 | .-HRM- { 305 | border-left-color: #b34d00; 306 | font-weight: 600; 307 | } 308 | .h-aRd, .h-aRd:active, .h-aRd:hover, .h-aRd:visited { 309 | color: #bfbfbf; 310 | } 311 | .fuQUr:hover { 312 | background-color: #272727; 313 | border-left-color: #7d3600; 314 | } 315 | .sxIVS, .tiXqb { 316 | padding-right: 32px; 317 | text-align: right; 318 | color: #b1b1b1; 319 | } 320 | .psMFr, .JLJ-B, .p7vTm, .zOJg- { 321 | border: 1px solid #1f1f1f; 322 | color: #c7c7c7; 323 | background: #1f1f1f; 324 | } 325 | ._6yeSD { 326 | color: #b1b1b1; 327 | } 328 | .bt7LU:not(:last-child) { 329 | border-bottom: 1px solid #424242; 330 | } 331 | .ufStW { 332 | color: #c7c7c7; 333 | } 334 | .XAiP- { 335 | color: #bfbfbf; 336 | } 337 | .W_uFt { 338 | margin: 6px 10px; 339 | color: #b5b5b5; 340 | } 341 | ._9WdVC:checked~.D7R7L::before { 342 | border-bottom: 2px solid #ffffff; 343 | border-left: 2px solid #ffffff; 344 | } 345 | .o9-it { 346 | background-color: #2f2f2f; 347 | margin-left: -1px; 348 | margin-right: -1px; 349 | } 350 | .XAtZx { 351 | background-color: #2f2f2f; 352 | border-bottom: 1px solid #2f2f2f; 353 | padding: 20px 16px 8px; 354 | } 355 | .zsYNt, .zsYNt:visited { 356 | color: #c1c1c1; 357 | } 358 | .NroHT { 359 | border-bottom: solid 1px #464646; 360 | } 361 | .JJF77 { 362 | color: #ccc; 363 | } 364 | .t48Bo { 365 | background: #2f2f2f; 366 | border-bottom: solid 1px #2f2f2f; 367 | color: #efefef; 368 | } 369 | .YHaCL { 370 | background: #2f2f2f; 371 | } 372 | ._1xe_U, .u_1x6 { 373 | border-radius: 3px; 374 | border: 1px solid #2f2f2f; 375 | } 376 | ._914pk { 377 | background: #3a3a3a; 378 | border-bottom: solid 1px #3a3a3a; 379 | color: #e0e0e0; 380 | } 381 | .ltEKP .QBXjJ { 382 | background-color: #2f2f2f; 383 | border: 1px solid #2f2f2f; 384 | } 385 | .cqXBL, .cqXBL:visited, .y9v3U { 386 | color: #d2d2d2; 387 | } 388 | .YlEaT { 389 | color: #bfbfbf; 390 | } 391 | ._4Kbb_ { 392 | border: 1px solid #2f2f2f; 393 | background: #2f2f2f; 394 | } 395 | .NP414 { 396 | border: 1px solid #2f2f2f; 397 | background: #1f1f1f; 398 | } 399 | .YQf7h { 400 | background: #2f2f2f; 401 | border: 1px solid #2f2f2f; 402 | } 403 | .Qj3-a, .Qj3-a:visited { 404 | color: #d8d8d8; 405 | } 406 | .JyscU ._97aPb.wKWK0 { 407 | background-color: #2b2b2b; 408 | } 409 | ._7JZQt { 410 | background: #2f2f2f; 411 | border-radius: 50%; 412 | border: 1px solid rgb(47, 47, 47); 413 | } 414 | .UhO_X, .oP6Lh { 415 | background: #2f2f2f; 416 | height: 14px; 417 | } 418 | ._3Laht, .o64aR { 419 | background-color: #1f1f1f; 420 | } 421 | .VIsJD, .rkEop { 422 | color: #b3b3b3; 423 | } 424 | .lEGIs { 425 | color: #b1b1b1; 426 | } 427 | ._5jcYX { 428 | color: #989898; 429 | } 430 | ._2-BdL { 431 | background-color: #1f1f1f; 432 | } 433 | .abQyi { 434 | color: #d2d2d2; 435 | } 436 | .jBXZy { 437 | color: gainsboro; 438 | } 439 | .AHedW { 440 | filter: invert(100%); 441 | } 442 | .dCJp8 { 443 | filter: invert(100%); 444 | } 445 | .glyphsSpriteMore_horizontal__filled__24__grey_0, .coreSpriteDesktopProfileSaveActive, .glyphsSpriteHeart__filled__24__red_5 { 446 | filter: invert(100%); 447 | } 448 | .olKGW { 449 | color: #a9a9a9; 450 | } 451 | .jju9v { 452 | background-color: #2f2f2f; 453 | border-radius: 4px; 454 | } 455 | .IalUJ { 456 | border: 0; 457 | cursor: pointer; 458 | padding: 0; 459 | background: #1f1f1f; 460 | } 461 | .KV-D4 { 462 | color: #b9b9b9; 463 | } 464 | ._8A5w5 { 465 | color: #ffffff; 466 | } 467 | .-nal3, .-nal3:hover { 468 | color: #b3b3b3; 469 | } 470 | a.F2iT8 { 471 | color: #efefef; 472 | } 473 | .cgig_ { 474 | color: #d4d4d4; 475 | } 476 | .yWX7d._8A5w5 { 477 | color: #d6d6d6 !important; 478 | } 479 | .zyHYP { 480 | border: 1px solid #1f1f1f; 481 | color: #c7c7c7; 482 | background: #1f1f1f; 483 | } 484 | .PLphk { 485 | color: #999; 486 | } 487 | ._4UXK0 { 488 | border: 1px solid #151515; 489 | background: #151515; 490 | color: #d4d4d4; 491 | } 492 | .WYMWX { 493 | margin-bottom: 7px; 494 | color: #c5c5c5; 495 | } 496 | .L3NKy { 497 | background-color: #333333; 498 | color: #d6d6d6; 499 | } 500 | ._8A5w5, .sH_mn { 501 | border: 1px solid #333333; 502 | } 503 | .HoverCard { 504 | display: none; 505 | } 506 | a.Likes, a.Comments, span.Sprite.embedSpriteGlyph.hideText { 507 | filter: invert(100); 508 | } 509 | .SocialProof>a, a.CaptionUsername { 510 | color: #ccc; 511 | } 512 | .Caption { 513 | color: #888 514 | } 515 | ._0imsa, ._0imsa:visited { 516 | color: #f8f8f8; 517 | } 518 | .m82CD { 519 | color: white; 520 | } 521 | .eiUFA { 522 | border-bottom: 1px solid #2e2e2e; 523 | background: #2e2e2e; 524 | border-radius: 10px 10px 0px 0px; 525 | } 526 | .L3NKy, a.L3NKy, a.L3NKy:visited { 527 | border: 1px solid #575757; 528 | } 529 | .Nd_Rl, .fx7hk { 530 | border-top: 1px solid #2f2f2f; 531 | } 532 | .yVvXQ { 533 | color: #f8f8f8; 534 | font-weight: 600; 535 | } 536 | .j_2Hd { 537 | border: 1px solid #202020; 538 | background: #202020; 539 | color: #d4d4d4; 540 | } 541 | .ufG8g, .yMV6Z { 542 | font-size: 16px; 543 | font-weight: 400; 544 | color: #cecece; 545 | } 546 | .SvO5t { 547 | background-color: #ffffff; 548 | } 549 | .glyphsSpriteApp_instagram__outline__24__grey_9 { 550 | filter: invert(100%); 551 | } 552 | .cq2ai { 553 | filter: invert(100%); 554 | } 555 | .b2rUF { 556 | border: 1px solid #2f2f2f; 557 | background: #2f2f2f; 558 | } 559 | .HVWg4 { 560 | background: #2f2f2f; 561 | border-radius: 13px; 562 | } 563 | .GBPOY, .bR_3v:not(.Fzijm) { 564 | background-color: #2f2f2f; 565 | border: 1px solid #4a4a4a; 566 | } 567 | /* fixed by ZaiA */ 568 | .coreSpriteSaveNull, .coreSpriteTaggedNull, .coreSpriteActivityHeart, .coreSpriteAddText { 569 | filter: invert(100%); 570 | } 571 | /* fixed by ZaiA -- */ 572 | .eShHj { 573 | background-color: #393939!important; 574 | } 575 | .SZRPf { 576 | color: #d3d3d3; 577 | } 578 | ._-9WeM { 579 | background-color: #2f2f2f; 580 | } 581 | .glyphsSpriteShare_facebook, .glyphsSpriteShare_messenger, .glyphsSpriteShare_twitter { 582 | border-radius: 16px; 583 | } 584 | /*new invert*/ 585 | .glyphsSpriteLink__outline__24__grey_9, .glyphsSpriteMail__outline__24__grey_9, .glyphsSpriteCircle__outline__24__grey_2, .glyphsSpriteCircle_add__outline__24__grey_5, .glyphsSpriteDirect__outline__96, .glyphsSpriteDownload_2FAC, ._8-yf5 { 586 | filter: invert(100%); 587 | } 588 | /* keep unlike button red*/ 589 | ._8-yf5[fill="#ed4956"] { 590 | filter: none; 591 | } 592 | /*--*/ 593 | .mOBkM { 594 | border-color: #2f2f2f; 595 | } 596 | ._6xe7A { 597 | background: #2f2f2f; 598 | } 599 | .mOBkM { 600 | border-color: #2f2f2f; 601 | } 602 | ._41KYi { 603 | background: #1f1f1f; 604 | border: 1px solid #1f1f1f; 605 | } 606 | .Nm9Fw { 607 | color: #bebebe; 608 | } 609 | a, a:visited, ._3G4x7 { 610 | color: #d7d7d7; 611 | } 612 | /*Scrollbar by jaaneh */ 613 | ::-webkit-scrollbar-track-piece { 614 | background-color: #2f2f2f; 615 | -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important; 616 | border-radius: 0 !important; 617 | border: none !important; 618 | } 619 | ::-webkit-scrollbar { 620 | width: 5px; 621 | } 622 | ::-webkit-scrollbar-thumb { 623 | background: #505050; 624 | } 625 | ::-webkit-scrollbar-thumb:hover { 626 | background: #444; 627 | } 628 | /*Scrollbar by jaaneh -- */ 629 | ._4l6NB { 630 | background-image: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 47, 0)), to(#2f2f2f00)); 631 | background-image: -webkit-linear-gradient(left, rgba(47, 47, 47, 0), #2f2f2f00); 632 | background-image: linear-gradient(to right, rgba(47, 47, 47, 0), #2f2f2f00); 633 | } 634 | .JyscU.ePUX4 .eo2As, .JyscU.ePUX4 .UE9AK { 635 | border-left: 1px solid #2f2f2f; 636 | } 637 | .QOqBd { 638 | background-color: #383838; 639 | } 640 | .hI7cq, .hI7cq:visited { 641 | color: #dbdbdb; 642 | } 643 | .fZC9e { 644 | background-color: #2c2c2c; 645 | } 646 | .QxuJw { 647 | border-bottom: solid 1px #757575; 648 | } 649 | .d-Vzv { 650 | border: 1.5px solid #979797; 651 | } 652 | .glyphsSpriteAdd_friend__outline__96 { 653 | filter: invert(0.7); 654 | } 655 | .zGtbP { 656 | background: #1f1f1f; 657 | border-bottom: 1px solid #1f1f1f; 658 | } 659 | ._0G-TY { 660 | color: #ececec; 661 | } 662 | .RucPH, .RucPH:visited { 663 | color: #ececec; 664 | } 665 | .pKCwU { 666 | color: #d5d5d5; 667 | } 668 | .iXT5c { 669 | background: #292929; 670 | } 671 | .HYpXt.pbNvD { 672 | background: #292929; 673 | } 674 | .HcJZg { 675 | background: #1f1f1f; 676 | } 677 | .BYCcJ { 678 | background: #333; 679 | } 680 | .IEk8l { 681 | color: #eaeaea; 682 | } 683 | .Eo_F0 { 684 | border-bottom: solid 1px #3a3a3a; 685 | } 686 | .KAWZr { 687 | border: solid 1px #3a3a3a; 688 | } 689 | a.FPmhX.MBL3Z { 690 | color: #5094ce !important; 691 | } 692 | /* Code submitted by user */ 693 | .Igw0E.IwRSH.eGOV_._4EzTm.MGdpg.aGBdT { 694 | background: transparent; 695 | } 696 | .nsKSz { 697 | color: #bfbfbf !important; 698 | } 699 | .KVrxL { 700 | color: #bfbfbf !important; 701 | } 702 | .CcMMZ { 703 | color: #bfbfbf !important; 704 | } 705 | hr.W4P49 { 706 | background: #3f3f3f !important; 707 | } 708 | ._0T_XJ { 709 | background: #1f1f1f; 710 | } 711 | .tHaIX.Igw0E.IwRSH.eGOV_.vwCYk.HcJZg { 712 | background: #1f1f1f; 713 | } 714 | .Igw0E.rBNOH.eGOV_._4EzTm.L-sTb.HcJZg { 715 | border: solid 1px #323232; 716 | border-radius: 4px; 717 | } 718 | .LFGs8 { 719 | color: #5094ce 720 | } 721 | .zGtbP { 722 | border: solid 1px #323232 !important; 723 | border-radius: 4px; 724 | } 725 | .HVWg4 { 726 | background: transparent; 727 | } 728 | ._0ZPOP { 729 | filter: invert(0) !important; 730 | } 731 | .hUQsm { 732 | border: #2b2b2b !important; 733 | background: #2b2b2b !important; 734 | } 735 | .oZBNB { 736 | border: 1px solid #ffffff; 737 | } 738 | /* Direct Mesages */ 739 | ._3wFWr { 740 | background: #1f1f1f; 741 | } 742 | .TGYkm { 743 | border-bottom: 1px solid #2e2e2e; 744 | } 745 | .-qQT3:hover { 746 | background-color: #232323; 747 | } 748 | .oYYFH { 749 | background: #1f1f1f; 750 | } 751 | .N9abW, .nGS-Y, .oNO81, .HcJZg, .uueGX, ._9XapR, .fDdiY { 752 | background: #252525; 753 | } 754 | .S-mcP { 755 | background-color: #2f2f2f; 756 | border-bottom: 1px solid #2f2f2f; 757 | } 758 | .m7ETg { 759 | color: #e6e6e6; 760 | } 761 | .oNO81 { 762 | border-right: 1px solid #2f2f2f; 763 | } 764 | .y3zKF:not(.yWX7d), a.y3zKF:not(.yWX7d), a.y3zKF:not(.yWX7d):visited { 765 | background-color: #3c3c3c; 766 | } 767 | .X3a-9 { 768 | border-color: #3a3a3a; 769 | } 770 | textarea { 771 | color: #f3f3f3; 772 | } 773 | .X3a-9, .CMoMH { 774 | border: 1px solid #2f2f2f; 775 | background: #2b2b2b; 776 | } 777 | ._7zBYT { 778 | border-bottom: 1px solid #2f2f2f; 779 | } 780 | ._8A5w5, .sH_mn { 781 | border: 0px; 782 | } 783 | .QOqBd { 784 | background-color: #292929; 785 | } 786 | .pV7Qt { 787 | border: 1px solid #2f2f2f; 788 | } 789 | .JLbVX { 790 | color: white; 791 | } 792 | /* Fixes provided by the community over Discord */ 793 | .-cx-PRIVATE-NavBarroot, .JyscU ._97aPb.wKWK0, .HYpXt.pbNvD .DPiy6, .bR_3v:not(.Fzijm), .ltEKP .QBXjJ, .HYpXt.pbNvD, ._5Jsao, ._1MzIy, ._3MPWk, ._8IKqe, ._8Rm4L, ._41KYi, ._6xe7A, .zGtbP, .s2MYR, .AcVnq, .zMhqu, .gr27e, .jLuN9, .jdnLC, .KQA-S, .Z_y-9, .bR_3v, ._lz6s, ._1XyCr { 794 | background-color: #2e2e2e; 795 | } 796 | /* Fixes provided by the community over Discord --*/ 797 | .VcOAj, .HE3mO, .EIuhb, .RdURl, .kAlZ6, .qfAOE { 798 | background-color: #383838; 799 | } 800 | .HaS-3 { 801 | filter: invert(0.9); 802 | } 803 | .JrZbN { 804 | border-bottom: 1px solid #383838; 805 | } 806 | .XvoX1 { 807 | border-top: 1px solid #383838; 808 | } 809 | .tlZCJ:checked~.mwD2G::before { 810 | border-bottom: 2px solid #fff !important; 811 | border-left: 2px solid #fff !important; 812 | } 813 | .rb9ad:not(:last-child) { 814 | border-bottom: 1px solid #444 !important; 815 | } 816 | .zVbeI { 817 | border-bottom-color: #444 !important; 818 | } 819 | .JfBqt { 820 | border-bottom-color: #444 !important; 821 | } 822 | .iXT5c { 823 | background: #2f2f2f !important; 824 | border-radius: 0.30rem !important; 825 | } 826 | .vqgRc { 827 | color: #d5d5d5 !important; 828 | } 829 | ._01UL2 { 830 | background: #323232; 831 | } 832 | .TOh1s { 833 | background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#323232)); 834 | } 835 | .AvhYw { 836 | background: #323232; 837 | border: 1px solid #323232; 838 | } 839 | .uo5MA { 840 | background: #323232; 841 | } 842 | ._8UZ6e { 843 | background-color: #1f1f1f !important; 844 | } 845 | .eebAO { 846 | color: #e6e6e6 !important; 847 | } 848 | .tHaIX { 849 | background-color: #1f1f1f; 850 | /* background-color: rgba(var(--b3f,250,250,250),1); */ 851 | } 852 | a.k8Vux, a.k8Vux:visited { 853 | color: #dadada; 854 | } 855 | .emXTk::before { 856 | border-bottom: 1px solid #2f2f2f; 857 | } 858 | .snXeX { 859 | border-bottom: solid 1px #585858; 860 | } 861 | .MHDUK { 862 | color: #d2d2d2; 863 | } 864 | .lAPmk { 865 | border-color: #464646; 866 | } 867 | .L3NKy, a.L3NKy, a.L3NKy:visited { 868 | border: 1px solid #ffffff; 869 | } 870 | ._8A5w5, a._8A5w5, a._8A5w5:visited { 871 | color: #ffffff; 872 | } 873 | .J09pf:not(:first-child):before, .J09pf:not(:last-child):after { 874 | background-color: #404040; 875 | } 876 | .b5k4S:not(:first-child):before { 877 | background-color: #404040; 878 | } 879 | .b5k4S, a.b5k4S, a:visited.b5k4S { 880 | color: #dedede; 881 | } 882 | /* REMINDER: This code needs some serious cleanup */ 883 | .TNiR1 { 884 | color: #ececec; 885 | } 886 | .Dw_ki { 887 | border-bottom: 1px solid #313131; 888 | } 889 | .GdeD6 { 890 | box-shadow: 0px 0px 10px #00000042; 891 | } 892 | .L3NKy, a.L3NKy, a.L3NKy:visited { 893 | border: 1px solid #404040; 894 | } 895 | .W7myM { 896 | background-color: #1c1c1c !important; 897 | } 898 | .inl0k { 899 | border-bottom: 1px solid #2c2c2c !important; 900 | } 901 | .x5TBw { 902 | border-top: 1px solid #2c2c2c !important; 903 | } 904 | ._6zPK7 { 905 | background-color: #2f2f2f !important; 906 | } 907 | .g6RW6, .DPiy6 { 908 | background: #292929; 909 | } 910 | .zyHYP:disabled { 911 | background-color: #272727; 912 | border-color: #202020; 913 | } 914 | ._6zPK7.PS7Gk { 915 | color: #8fa0b5; 916 | } 917 | .UE9AK { 918 | background-color: #2e2e2e !important; 919 | } 920 | ._97aPb { 921 | background-color: #2e2e2e !important; 922 | } 923 | .L_LMM.ePUX4 .eo2As { 924 | background: #2e2e2e !important; 925 | color: #8fa0b5; 926 | } 927 | .JyscU .cv3IO, .JyscU .UE9AK { 928 | background-color: #1f1f1f; 929 | } 930 | .cv3IO, .NvNrm, ._97aPb { 931 | background-color: #2e2e2e; 932 | } 933 | .c0Dmy { 934 | background-color: #1a1a1a !important; 935 | } 936 | .JyscU .cv3IO, .JyscU .UE9AK { 937 | background-color: #1f1f1f; 938 | } 939 | .cv3IO, .NvNrm { 940 | background-color: #2e2e2e; 941 | } 942 | .pbgfb { 943 | background: #1f1f1f; 944 | border: solid 1px #424242; 945 | } 946 | ._9BIwZ { 947 | background-color: #2f2f2f; 948 | border: 2px solid #252525; 949 | } 950 | .mOBkM::before { 951 | border-color: #2e2e2e; 952 | } 953 | .feth3 { 954 | background: #2e2e2e; 955 | } 956 | .P0xOK, .d_djL, .cTBqC { 957 | background: #1f1f1f !important; 958 | } 959 | .Yk1V7 { 960 | color: white; 961 | } 962 | } 963 | 964 | @-moz-document url-prefix("https://www.instagram.deleteme") { 965 | /*Mobile & User Agent switch Version*/ 966 | .b5itu { 967 | background: #313131; 968 | } 969 | ._09ncq, .uzKWK { 970 | background-color: #262626; 971 | } 972 | .glyphsSpriteMobile_nav_type_logo, .glyphsSpriteCamera__outline__24__grey_9, .glyphsSpriteChevron_down__outline__24__grey_5, .glyphsSpriteChevron_left__outline__24__grey_9, .glyphsSpriteHome__filled__24__grey_9, .glyphsSpriteHome__outline__24__grey_9, .glyphsSpriteNew_post__outline__24__grey_9, .glyphsSpritePaging_chevron, .glyphsSpriteSearch, .glyphsSpriteSearch__outline__24__grey_9, .glyphsSpriteSearch__filled__24__grey_9, .glyphsSpriteSearch__filled__24__grey_9, .glyphsSpriteUser__filled__24__grey_9, .glyphsSpriteUsers__outline__24__grey_9, .loggedoutSpriteFollow_Contextual_Login, .coreSpriteClose, .coreSpriteNotificationLeftChevron, .glyphsSpriteHeart__filled__24__grey_9, .glyphsSpriteSettings__outline__24__grey_9, .glyphsSpriteDirect__outline__24__grey_9, .glyphsSpriteHeart__outline__24__grey_9, .glyphsSpriteFB_Logo, .glyphsSpriteFacebook__outline__24__grey_9, .glyphsSpriteApp_twitter__outline__24__grey_9, .glyphsSpriteApp_whatsapp__outline__24__grey_9, .glyphsSpriteApp_messenger__outline__24__grey_9, .glyphsSpriteCircle__outline__24__grey_2, .glyphsSpriteCircle_check__filled__24__blue_5, .s4Iyt { 973 | filter: invert(1); 974 | } 975 | .zGtbP { 976 | background: #262626; 977 | border-bottom: 1px solid #3c3c3c; 978 | } 979 | .IPQK5 { 980 | border: 1px solid #3c3c3c; 981 | } 982 | @media (max-width: 640px) { 983 | ._1SP8R { 984 | margin-bottom: 10px; 985 | background: #262626; 986 | } 987 | } 988 | @media (max-width: 735px) { 989 | ._2z6nI { 990 | border-top: 1px solid #2c2c2c; 991 | } 992 | } 993 | .XdXBI, .K3Sf1 { 994 | color: #e3e3e3; 995 | } 996 | ._0G-TY { 997 | color: #dddddd; 998 | } 999 | .N9abW { 1000 | background: #2f2f2f; 1001 | } 1002 | .glyphsSpriteGlyph_heart_media { 1003 | filter: invert(1); 1004 | } 1005 | .KGiwt { 1006 | background-color: #2f2f2f; 1007 | } 1008 | .BcJ68 { 1009 | color: #dfdfdf; 1010 | } 1011 | .-wdIA { 1012 | border-color: #e8e8e8; 1013 | } 1014 | .nGS-Y { 1015 | background: #262626; 1016 | border-color: #262626; 1017 | } 1018 | ._3dEHb { 1019 | border-top: 1px solid #313131; 1020 | } 1021 | .NaYQD.Zxlmg { 1022 | background: #2d2d2d; 1023 | border-top: 1px solid rgb(35, 110, 176); 1024 | color: #e1e1e1; 1025 | } 1026 | .Zxlmg { 1027 | color: #909090; 1028 | background: #2d2d2d; 1029 | } 1030 | .kEGzq { 1031 | color: #dcdcdc; 1032 | } 1033 | ._9gMUf { 1034 | background-color: #131313; 1035 | } 1036 | .jySKW { 1037 | border-bottom: 1px solid #1f1f1f; 1038 | } 1039 | .hfWwk, .skpb0 { 1040 | background-color: #1f1f1f; 1041 | } 1042 | ._2OfRz { 1043 | background-color: #2c2c2c; 1044 | border-bottom: 1px solid #2c2c2c; 1045 | border-top: 1px solid #2c2c2c; 1046 | } 1047 | .IpSxo { 1048 | background-color: #2c2c2c; 1049 | border-bottom: 1px solid #2c2c2c; 1050 | } 1051 | ._9ezyW::before { 1052 | background-color: rgba(0, 0, 0, 0.85); 1053 | } 1054 | .acyzA { 1055 | background-color: #252525; 1056 | border-bottom: 1px solid #313131; 1057 | border-top: 1px solid #313131; 1058 | } 1059 | ._472V_ { 1060 | color: #bdbdbd; 1061 | } 1062 | .X3a-9 textarea { 1063 | color: #b2b2b2; 1064 | } 1065 | ._6FEQj { 1066 | background: #1f1f1f; 1067 | } 1068 | .BY1C7 { 1069 | border: 2px solid #d75710; 1070 | } 1071 | .Slqrh, .eo2As>.Slqrh:first-child { 1072 | filter: brightness(7); 1073 | } 1074 | .uKzpc { 1075 | background: #262626; 1076 | border-bottom: solid 1px #2f2f2f; 1077 | color: #d9d9d9; 1078 | } 1079 | @media (max-width: 639px) { 1080 | .dL3lC { 1081 | background: #262626; 1082 | } 1083 | } 1084 | ._7XkEo { 1085 | background: #262626; 1086 | } 1087 | .abaSk { 1088 | background: #313131; 1089 | border-top: 1px solid #3a3a3a; 1090 | } 1091 | .xIOKA { 1092 | color: #e3e3e3; 1093 | } 1094 | .y2E5d { 1095 | border-bottom: 1px solid #3a3a3a; 1096 | } 1097 | .rZ_Tm, .lDRO1, .WaOAr { 1098 | background: #2f2f2f; 1099 | } 1100 | .BHY8D { 1101 | background-color: #8f8f8f; 1102 | } 1103 | .n1LTb .RxpZH { 1104 | background-color: #2c2c2c; 1105 | border-bottom: 1px solid #1b1b1b; 1106 | } 1107 | ._1LqHP { 1108 | border-bottom: 1px solid #404040; 1109 | } 1110 | .n1LTb .X7cDz { 1111 | background-color: #242424; 1112 | border: 1px solid #242424; 1113 | } 1114 | .Nnq7C, ._7Vxav, .w3Wrs { 1115 | background: #262626; 1116 | } 1117 | @media (max-width: 639px) { 1118 | .BSqtQ { 1119 | background: #262626; 1120 | } 1121 | } 1122 | .KGiwt::before { 1123 | background: #262626 !important; 1124 | } 1125 | .-qQT3 { 1126 | background: #2f2f2f; 1127 | } 1128 | .-qQT3:hover { 1129 | background: #353535; 1130 | } 1131 | ._6FEQj { 1132 | background: #383838; 1133 | } 1134 | .rSxHQ { 1135 | border-color: #252525; 1136 | } 1137 | ._7kTyW, ._7kTyW:visited { 1138 | color: #cacaca; 1139 | } 1140 | } --------------------------------------------------------------------------------