Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.35 KB | None | 0 0
  1. @-moz-document url-prefix("https://bs.to")
  2. {
  3. html
  4. {
  5. background: radial-gradient(ellipse farthest-corner at center center ,#1F1F1F 0,#1F1F1F 100%) fixed rgba(0,0,0,0);
  6. background: -moz-radial-gradient(ellipse farthest-corner at center center ,#862d2d 0,#710000 100%) fixed rgba(0,0,0,0);
  7. background: -webkit-radial-gradient(ellipse farthest-corner at center center ,#862d2d 0,#710000 100%) fixed rgba(0,0,0,0);
  8. }
  9.  
  10. .pulse {
  11. margin:100px;
  12. display: block;
  13. width: 22px;
  14. height: 22px;
  15. border-radius: 50%;
  16. background: #cca92c;
  17. cursor: pointer;
  18. box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  19. animation: pulse 1.2s infinite;
  20. }
  21. .pulse:hover {
  22. animation: none;
  23. }
  24. @-webkit-keyframes pulse {
  25. 0% {
  26. -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  27. }
  28. 70% {
  29. -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  30. }
  31. 100% {
  32. -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  33. }
  34. }
  35. @keyframes pulse {
  36. 0% {
  37. -moz-box-shadow: 0 0 0 0 rgba(207, 170, 35, .7);
  38. box-shadow: 0 0 0 0 #009dd1;
  39. }
  40. 60% {
  41. -moz-box-shadow: 0 0 0 3px rgba(204, 169, 44, .4);
  42. box-shadow: 0 0 0 3px #009dd1;
  43. }
  44. 100% {
  45. -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  46. box-shadow: 0 0 0 0 #009dd1;
  47. }
  48. }
  49.  
  50. body{
  51. background-image:url('https://bloody-star.lima-city.de/NewTest.png') !important;
  52. background-repeat: no-repeat !important;
  53. background-attachment: fixed !important;
  54. background-size:100% 100%!important;
  55. }
  56.  
  57. #root>section.user-center {
  58. color: #ce0e0e;
  59. }
  60.  
  61. .andere-serien div.genre, .home>#teaser, .home>.column>section, body.exceeded>section {
  62. background-image: linear-gradient(#FF0000 0,#1c3d60 24px);
  63. background-image: -moz-linear-gradient(#25557C 0,#004887 24px);
  64. background-image: -webkit-linear-gradient(#FF0000 0,#1c3d60 24px);
  65. }
  66.  
  67. nav>ul {
  68. background: linear-gradient(#FF0000 0,#1c3d60 24px);
  69. background: -moz-linear-gradient(#2C689A 0,#07559A 24px);
  70. background: -webkit-linear-gradient(#FF0000 0,#1c3d60 24px);
  71. box-shadow: 0 0 2px rgba(0,0,0,.75),0 -1px 0 rgba(110, 17, 17, 0.7) inset;
  72. -moz-box-shadow: 0 0 2px rgba(0,0,0,.75),0 -1px 0 rgba(17,68,110,.7) i;
  73. -webkit-box-shadow: 0 0 2px rgba(0,0,0,.75),0 -1px 0 rgba(110, 17, 17, 0.7) inset;
  74. }
  75.  
  76. nav>ul>li:hover {
  77. background: linear-gradient(#9E4444 0,#9C2C2C 24px);
  78. background: -moz-linear-gradient(#9E4444 0,#9C2C2C 24px);
  79. background: -webkit-linear-gradient(#9E4444 0,#9C2C2C 24px);
  80. box-shadow: 0 0 2px rgba(0,0,0,.75),0 -1px 0 rgba(110, 17, 17, 0.7) inset;
  81. -moz-box-shadow: 0 0 2px rgba(0,0,0,.75),0 -1px 0 rgba(17,68,110,.7) i;
  82. -webkit-box-shadow: 0 0 2px rgba(0,0,0,.75),0 -1px 0 rgba(110, 17, 17, 0.7) inset;
  83. }
  84.  
  85. .serie .frame ul li.active {
  86. background: #ed781e !important;
  87. }
  88.  
  89. .serie .frame ul li.watched {
  90. background-color: #910a0a !important;
  91. }
  92.  
  93. .serie .frame ul li a:hover {
  94. background-color: #ce0e0e
  95. }
  96.  
  97. .serie .infos>div>p>a {
  98. color: #910a0a;
  99. }
  100.  
  101. .serie .infos>div>p>span:hover {
  102. background: #ce0e0e
  103. }
  104.  
  105. .serie .scrollbar {
  106. height: 5px;
  107. background: #910a0a;
  108. }
  109.  
  110. .serie .scrollbar .handle {
  111. background: #910a0a !important;
  112. }
  113.  
  114. .serie table.episodes tr.watched {
  115. background-color: #910a0a !important;
  116. }
  117.  
  118. .serie table.episodes tr:focus, .serie table.episodes tr:hover {
  119. background-color: #ce0e0e !important;
  120. color: #C9C9C9;
  121. }
  122.  
  123. .serie table.episodes tr td:nth-child(1)>a:hover {
  124. background-color: #ed781e !important;
  125. }
  126.  
  127. .serie table.episodes tr:last-child {
  128. border-bottom: 1px solid #000;
  129. }
  130.  
  131. #sp_right div.series-language {
  132. background-color: rgba(0,0,0,0);
  133. border: 1px solid rgba(0,0,0,0);
  134. }
  135.  
  136. #sp_right div.series-language {
  137. width: 180px;
  138. margin-bottom: 10px;
  139. box-shadow: 0 0 2px 2px #ce0e0e;
  140. }
  141.  
  142. .nice-select .list {
  143. background-color: #000;
  144. }
  145.  
  146. .nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  147. background-color: #3aa620;
  148. }
  149.  
  150. .hoster-tabs>li>a:hover, .serie .hoster-tabs>li>a:focus {
  151. background-color: #3e3e3e !important;
  152. border-color: #000;
  153. }
  154.  
  155. .hoster-tabs.bottom>li>a:hover, .serie .hoster-tabs.bottom>li>a:focus {
  156. background-color: #3e3e3e !important;
  157. border-color: #000;
  158. }
  159.  
  160. .serie .hoster-tabs>li.active>a {
  161. background-color: #3e3e3e !important;
  162. border-color: #000 #000 transparent !important;
  163. color: #C9C9C9 !important;
  164. }
  165.  
  166. .serie .hoster-tabs.bottom>li.active>a {
  167. background-color: #3e3e3e !important;
  168. border-color: transparent #000 #000 !important;
  169. color: #C9C9C9 !important;
  170. }
  171.  
  172. .serie .hoster-player.deactivated {
  173. background: #3e3e3e;
  174. border: 1px solid #000;
  175. }
  176.  
  177. .hoster-player>h3, .serie .hoster-player>h2 {
  178. color: #C9C9C9
  179. }
  180.  
  181. .serie .hoster-tabs.bottom {
  182. border-top: 1px solid #000;
  183. }
  184.  
  185. .serie .hoster-player {
  186. background: #3e3e3e;
  187. border: 1px solid #000;
  188. }
  189.  
  190. .serie .hoster-player>h2>u {
  191. color: #ed781e;
  192. }
  193.  
  194. .pages>.current {
  195. background-color: #910a0a !important;
  196. }
  197.  
  198. .pages>li>a:hover {
  199. background-color: #ce0e0e
  200. }
  201.  
  202. .pages>li {
  203. border: 1px solid #000;
  204. }
  205.  
  206. .pages>li:last-child {
  207. border-right: 1px solid #000;
  208. }
  209.  
  210. form#defect-report {
  211. color: #000000;
  212. }
  213.  
  214. form#defect-report fieldset input[type=submit] {
  215. background-color: #910a0a;
  216. }
  217.  
  218. .defect-show {
  219. background-color: #ce0e0e !important;
  220. border-color: #ed781e !important;
  221. color: #C9C9C9 !important;
  222. }
  223.  
  224. .messageBox.info {
  225. background-color: #ce0e0e;
  226. border-color: #ed781e;
  227. color: #DCDCDC;
  228. font-weight: 700!important;
  229. }
  230.  
  231. .messageBox.newMessages {
  232. background-color: #ce0e0e;
  233. border-color: #ed781e;
  234. font-weight: 500;
  235. }
  236.  
  237. .messageBox.newMessages a:hover {
  238. background-color: #ce0e0e!important;
  239. font-weight: 700!important;
  240. }
  241.  
  242. .messageBox.error {
  243. background-color: rgba(0,0,0,0);
  244. border-color: #ce0e0e;
  245. color: #31ff00;
  246. }
  247.  
  248. .messages table tr.unread {
  249. background-color: #ce0e0e;
  250. }
  251.  
  252. .messages table tr.unread em {
  253. color: #C9C9C9;
  254. }
  255.  
  256. .messages div.message-read h3 a:hover {
  257. text-decoration: none;
  258. color: #ce0e0e;
  259. }
  260.  
  261. section.messages table em {
  262. color: #626262;
  263. }
  264.  
  265. section.messages table em {
  266. color: #626262;
  267. }
  268.  
  269. section.messages input[type=submit] {
  270. background-color: #910a0a;
  271. border: 1px solid #000;
  272. color: #C9C9C9;
  273. }
  274.  
  275. section.messages input[type=submit]:hover {
  276. background-color: #ce0e0e;
  277. font-weight: 700!important;
  278. }
  279.  
  280. section.messages input[type=text], section.messages textarea, section.suche input[type=text] {
  281. background-color: #3e3e3e;
  282. border: 1px solid #000;
  283. color: #C9C9C9;
  284. }
  285.  
  286. input:focus, select:focus, textarea:focus {
  287. border-color: #ed781e !important;
  288. outline-color: #ed781e !important;
  289. }
  290.  
  291. body>#root>header a.banner {
  292. box-shadow: 0 0 3px #000;
  293. -moz-box-shadow: 0 0 3px #000;
  294. -webkit-box-shadow: 0 0 3px #000;
  295. background: url(https://bloody-star.lima-city.de/BSBanner3.png) no-repeat #2b2b2b;
  296. }
  297.  
  298. body>#root>section {
  299. background-color: rgba(0,0,0,0);
  300. }
  301.  
  302. #root>section {
  303. color: #DCDCDC;
  304. }
  305.  
  306. nav>ul>li {
  307. border-right: 1px solid #6e1111;
  308. }
  309.  
  310. nav>ul>li>ul>li {
  311. background: radial-gradient(ellipse farthest-corner at center center ,#1F1F1F 0,#1F1F1F 100%) fixed rgba(0,0,0,0);
  312. border: 1px solid #000;
  313. }
  314.  
  315. nav>ul>li>ul>li:hover {
  316. background: #3e3e3e !important;
  317. }
  318.  
  319. form#login {
  320. box-shadow: 0 5px 10px rgba(0,0,0,.2);
  321. -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  322. -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  323. background: linear-gradient(#a73333 0,#a10c0c 24px);
  324. background: -moz-linear-gradient(#3373A7 0,#0C5BA1 24px);
  325. background: -webkit-linear-gradient(#a73333 0,#670d0d 24px);
  326. }
  327.  
  328. form#login>input[type=submit]{
  329. background-color: #910a0a;
  330. }
  331.  
  332. form#login>input[type=submit]:hover {
  333. color: #C9C9C9;
  334. }
  335.  
  336. .faq dt:target {
  337. background: #171717!important;
  338. }
  339.  
  340. .faq dt:hover {
  341. background: #161616;
  342. }
  343.  
  344. .faq dt {
  345. border: 1px solid #000;
  346. background: linear-gradient(to bottom,#1c1c1c 0,#2c1414 100%) rgba(0,0,0,0);
  347. background: -moz-linear-gradient(to bottom,#1c1c1c 0,#2c1414 100%) rgba(0,0,0,0);
  348. background: -webkit-linear-gradient(to bottom,#1c1c1c 0,#2c1414 100%) rgba(0,0,0,0);
  349. }
  350.  
  351. #root>header, .home>#teaser>header, .home>.column>section>header, nav>ul {
  352. background-color: none;
  353. }
  354.  
  355. .hoster-tabs>li.active>a:focus, .hoster-tabs>li.active>a:hover, .serie .hoster-tabs>li.active>a {
  356. background-color: rgba(255, 255, 255, 0.8);
  357. border-color: #ddd #ddd transparent;
  358. color: #555;
  359. }
  360.  
  361. .andere-serien div.genre ul, .home>#teaser>div, .home>.column>section>div, body.exceeded>section>div {
  362. background-color: #313131;
  363. }
  364.  
  365. .andere-serien div.genre ul>li>a, section#defect>div>ul>li>a, section#newest_episodes a>div:first-child, ul#seriesList>li>a.prop {
  366. color: #C9C9C9;
  367. }
  368.  
  369. section#newest_episodes a>div:first-child {
  370. width: 326px !important;
  371. }
  372.  
  373. section#newest_episodes a>div:hover {
  374. color: #ce0e0e;
  375. text-decoration:none !important;
  376. }
  377.  
  378. section#newest_series a:hover {
  379. color: #ce0e0e;
  380. text-decoration:none !important;
  381. }
  382.  
  383. a {
  384. color: #C9C9C9;
  385. }
  386.  
  387. .messages table tr.unread td:nth-child(1) a:hover {
  388. color: #910a0a;
  389. }
  390.  
  391. .messages table tr td:nth-child(1) a:hover {
  392. color: #ce0e0e;
  393. text-decoration: none;
  394. }
  395.  
  396. .messages table tr td:nth-child(2) a:hover, .messages table tr td:nth-child(3) a:hover {
  397. color: #e08804;
  398. text-decoration: none;
  399. }
  400.  
  401. ul#sbUserCont a:hover {
  402. color: #e08804;
  403. text-decoration:none !important;
  404. }
  405.  
  406. .serie table.edit tr, .serie table.episodes tr {
  407. border: 1px solid #000;
  408. }
  409.  
  410. table.episodes tbody span {
  411. margin-left: 20px;
  412. }
  413.  
  414. .serie .scrollbar .handle {
  415. background: #ff3d3d;
  416. }
  417.  
  418. .serie .epiInfo {
  419. background-color: #3e3e3e;
  420. box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
  421. color: #DCDCDC;
  422. }
  423.  
  424. .serie .epiInfo>strong {
  425. background-color: #910a0a;
  426. box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
  427. color: #DCDCDC;
  428. }
  429.  
  430. .home #shoutbox dl>dt, .home li:nth-child(even) {
  431. background-color: #3e3e3e;
  432. }
  433.  
  434. .home #shoutbox a[href$=_-DB-CoC-_] {
  435.  
  436. color: #0099ff !important;
  437. font-weight: bold;
  438. }
  439.  
  440. .rank.user {
  441. color: #ff0000;
  442. }
  443.  
  444. .home #shoutbox dl {
  445. max-height: 500px !important;
  446. }
  447.  
  448. section#shoutbox>div>div#sbUser>div:first-child>em {
  449. font-weight: bold;
  450. color: #33fb02;
  451. }
  452.  
  453. section#shoutbox>div>div#sbUser>div:first-child {
  454. padding: 10px 0;
  455. }
  456.  
  457. section#shoutbox>div>div#sbUser>ul li a:hover {
  458. color: #ce0e0e;
  459. }
  460.  
  461. section#shoutbox dl#sbPosts dt>a:first-child:hover {
  462. color: #ce0e0e;
  463. }
  464.  
  465. section#shoutbox dl dd a:hover {
  466. color: #ce0e0e;
  467. }
  468.  
  469. .home #sbMsg {
  470. background-color: #3e3e3e;
  471. border: 1px solid #000;
  472. color: #C9C9C9;
  473. }
  474.  
  475. .home #sbSubmit {
  476. background-color: #910a0a;
  477. border: 1px solid #000;
  478. color: #C9C9C9;
  479. }
  480.  
  481. section.suche input[type=submit] {
  482. background-color: #910a0a;
  483. border: 1px solid #000;
  484. color: #C9C9C9;
  485. }
  486.  
  487. .suche li:nth-child(odd) {
  488. background-color: #3e3e3e;
  489. }
  490.  
  491. section.random input[type=submit] {
  492. background-color: #910a0a;
  493. }
  494.  
  495. a.download, input, select, textarea {
  496. background-color: #3e3e3e;
  497. border: 1px solid #000;
  498. color: #C9C9C9
  499. }
  500.  
  501. a.download:hover, input[type=submit]:hover, input[type=button]:hover {
  502. background-color: #ce0e0e!important;
  503. border: 1px solid #000;
  504. color: #fff;
  505. font-weight: 700!important;
  506. }
  507.  
  508. section.app img.header {
  509. opacity: 0.7;
  510. }
  511.  
  512. .home #links_alltime dl>dt, .home tr:nth-child(even) {
  513. background-color: #3e3e3e;
  514. }
  515.  
  516. .messages tr:nth-child(even) {
  517. background-color: #3e3e3e;
  518. }
  519.  
  520. section#news>div>article>header {
  521. background-color: #3e3e3e;
  522. }
  523.  
  524. section#news ul li .header {
  525. background-color: #3e3e3e;
  526. }
  527.  
  528. section#news ul li .content {
  529. background-color: #313131;
  530. }
  531.  
  532. section#news ul li {
  533. background-color: #313131;
  534. }
  535.  
  536. section#news ul li .header a:hover {
  537. color: #ce0e0e;
  538. }
  539.  
  540. .lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
  541. background-color: #ce0e0e;
  542. }
  543.  
  544. section.navigation>div:first-child {
  545. color: #fffcfc;
  546. background: -webkit-linear-gradient(#d51720 0,#1c3d60 24px);
  547. border: 1px solid #000;
  548. }
  549.  
  550. section.navigation>a, section.navigation>div{
  551. background: #1F1F1F;
  552. border: 1px solid #000;
  553. }
  554.  
  555. section.navigation>a:last-child {
  556. background: #1F1F1F;
  557. }
  558.  
  559. section.navigation>a:hover {
  560. background: #3e3e3e !important;
  561. }
  562.  
  563. div.fb-like{
  564. height: 0px !important;
  565. overflow: hidden !important;
  566. }
  567.  
  568. section.home .fas:hover {
  569. color: #ce0e0e
  570. }
  571.  
  572. .icon.page_white_edit {
  573. background: transparent url(https://abload.de/img/bs_icon_settingsn5qa3.png) no-repeat;
  574. background-size: 16px;
  575. }
  576.  
  577. .icon.page_white_wrench {
  578. background: transparent url(https://abload.de/img/bs_icon_cover0oq7j.png) no-repeat;
  579. background-size: 16px;
  580. }
  581.  
  582. .icon.eye {
  583. background: transparent url(https://abload.de/img/bs_icon_check51r9q.png) no-repeat;
  584. background-size: 16px;
  585. }
  586.  
  587. .icon.crossed_eye {
  588. background: transparent url(https://abload.de/img/bs_icon_crossgpqj3.png) no-repeat;
  589. background-size: 18px;
  590. }
  591.  
  592. .icon.arrow_refresh {
  593. background: transparent url(https://abload.de/img/bs_icon_randomi5p7m.png) no-repeat;
  594. background-size: 16px;
  595. }
  596.  
  597. .icon.bug {
  598. background: transparent url(https://abload.de/img/bs_icon_bugadr52.png) no-repeat;
  599. background-size: 16px;
  600. }
  601.  
  602. .icon.link_go {
  603. background: transparent url(https://abload.de/img/bs_icon_linkycohh.png) no-repeat;
  604. background-size: 16px;
  605. }
  606.  
  607. .icon.medal_gold {
  608. background: transparent url(https://abload.de/img/medaillegoldt1pte.png) no-repeat;
  609. background-size: 16px;
  610. padding: 0 0 5px 0;
  611. }
  612.  
  613. .icon.medal_silver {
  614. background: transparent url(https://abload.de/img/medaillesilberjlook.png) no-repeat;
  615. background-size: 16px;
  616. padding: 0 0 5px 0;
  617. }
  618.  
  619. .icon.medal_bronze {
  620. background: transparent url(https://abload.de/img/medaillebronze6hqzc.png) no-repeat;
  621. background-size: 16px;
  622. padding: 0 0 5px 0;
  623. }
  624.  
  625. .flag {
  626. width: 20px;
  627. height: 20px;
  628. }
  629.  
  630. .flag.flag-de {
  631. background: transparent url(https://abload.de/img/flaggedeutschlandsxplo.png) no-repeat;
  632. background-size: 20px;
  633. }
  634.  
  635. i.flag.flag-en {
  636. background: transparent url(https://abload.de/img/flaggeusaafpvl.png) no-repeat;
  637. background-size: 20px;
  638. }
  639.  
  640. .flag.flag-des {
  641. background: transparent url(https://bloody-star.lima-city.de/GerSub1.png) no-repeat;
  642. background-size: 20px;
  643. top: 6px !important;
  644. }
  645.  
  646. .user-center .col {
  647. background-color: #566376;
  648. border: 1px solid #000;
  649. }
  650.  
  651. .user-center .col li {
  652. border: 1px solid #000;
  653. background-color: #707c8f;
  654. }
  655.  
  656. form#password-change input[type=submit] {
  657. background-color: #910a0a;
  658. color: #C9C9C9;
  659. }
  660.  
  661. form#user-delete input[type=submit] {
  662. background-color: #910a0a;
  663. color: #C9C9C9;
  664. }
  665.  
  666. ::-webkit-scrollbar-track-piece {
  667. background-color: rgba(0,0,0,.2);
  668. -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  669. border-radius: 0 !important;
  670. border: none !important;
  671. }
  672.  
  673. ::-webkit-scrollbar {
  674. background-color: rgba(62, 62, 62, .92);
  675. border: 1.5px solid rgb(62, 62, 62);
  676. width: 15px;
  677. }
  678.  
  679. ::-webkit-scrollbar-thumb {
  680. background-color: #FF0000;
  681. border: 1.5px solid #1c3d60;
  682. }
  683.  
  684. .serie table.episodes tr.watched:hover {
  685. background-color: #ce0e0e !important;
  686. }
  687.  
  688. a[href$=percival75]:hover {
  689. color: #d112e6 !important;
  690. text-decoration: none;
  691. }
  692.  
  693. .home #shoutbox a[href$=percival75] {
  694. color: #d112e6 !important;
  695. font-weight: bold;
  696. }
  697.  
  698. a[href$=vhis]:hover {
  699. color: #d112e6 !important;
  700. text-decoration: none;
  701. }
  702.  
  703. .home #shoutbox a[href$=vhis] {
  704. color: #d112e6 !important;
  705. font-weight: bold;
  706. }
  707.  
  708. a[href$=dickusbiggus]:hover {
  709. color: #009dd1 !important;
  710. text-decoration: none;
  711. }
  712.  
  713. .home #shoutbox a[href$=dickusbiggus] {
  714. color: #009dd1 !important;
  715. font-weight: bold;
  716. }
  717.  
  718. a[href$=LuckyStrike]:hover {
  719. color: #009dd1 !important;
  720. text-decoration: none;
  721. }
  722.  
  723. .home #shoutbox a[href$=LuckyStrike] {
  724. color: #009dd1 !important;
  725. font-weight: bold;
  726. }
  727.  
  728. a[href$=Putinflavor]:hover {
  729. color: #009dd1 !important;
  730. text-decoration: none;
  731. }
  732.  
  733. .home #shoutbox a[href$=Putinflavor] {
  734. color: #009dd1 !important;
  735. font-weight: bold;
  736. }
  737.  
  738. a[href$=chihiro]:hover {
  739. color: #009dd1 !important;
  740. text-decoration: none;
  741. }
  742.  
  743. .home #shoutbox a[href$=chihiro] {
  744. color: #009dd1 !important;
  745. font-weight: bold;
  746. }
  747.  
  748. a[href$=Fox]:hover {
  749. color: #009dd1 !important;
  750. text-decoration: none;
  751. }
  752.  
  753. .home #shoutbox a[href$=Fox] {
  754. color: #009dd1 !important;
  755. font-weight: bold;
  756. }
  757.  
  758. a[href$=Asu]:hover {
  759. color: #009dd1 !important;
  760. text-decoration: none;
  761. }
  762.  
  763. .home #shoutbox a[href$=Asu] {
  764. color: #009dd1 !important;
  765. font-weight: bold;
  766. }
  767.  
  768. a[href$=DarkShadow]:hover {
  769. color: #519909 !important;
  770. text-decoration: none;
  771. }
  772.  
  773. .home #shoutbox a[href$=DarkShadow] {
  774. color: #519909 !important;
  775. font-weight: bold;
  776. }
  777.  
  778. a[href$="919_other"]:hover {
  779. color: #519909 !important;
  780. text-decoration: none;
  781. }
  782.  
  783. .home #shoutbox a[href$="919_other"] {
  784. color: #519909 !important;
  785. font-weight: bold;
  786. }
  787.  
  788. a[href$=Kaline]:hover {
  789. color: #519909 !important;
  790. text-decoration: none;
  791. }
  792.  
  793. .home #shoutbox a[href$=Kaline] {
  794. color: #519909 !important;
  795. font-weight: bold;
  796. }
  797.  
  798. a[href$=Toxic]:hover {
  799. color: #BE1A1A !important;
  800. text-decoration: none;
  801. }
  802.  
  803. .home #shoutbox a[href$=Toxic] {
  804. color: #BE1A1A !important;
  805. font-weight: bold;
  806. }
  807.  
  808. a[href$=Barto]:hover {
  809. color: #BE1A1A !important;
  810. text-decoration: none;
  811. }
  812.  
  813. .home #shoutbox a[href$=Barto] {
  814. color: #BE1A1A !important;
  815. font-weight: bold;
  816. }
  817.  
  818. a[href$=Dev]:hover {
  819. color: #BE1A1A !important;
  820. text-decoration: none;
  821. }
  822.  
  823. .home #shoutbox a[href$=Dev] {
  824. color: #BE1A1A !important;
  825. font-weight: bold;
  826. }
  827.  
  828. sbPosts a[href$=_-DB-CoC-_] {
  829.  
  830. color: #e08804 !important;
  831. font-weight: bold;
  832. }
  833.  
  834. dt[data-user=_-DB-CoC-_], dt>a[href$=_-DB-CoC-_] {
  835. background-color: #3e3e3e !important;
  836. color: #ffffff !important;
  837. font-weight: bold;
  838. }
  839.  
  840. span#bs-fav-script .btn-outline-info {
  841. border-color: #910a0a;
  842. color: #910a0a;
  843. }
  844.  
  845. span#bs-fav-script .btn-outline-info:hover {
  846. background-color: #ce0e0e;
  847. color: #fff;
  848. }
  849.  
  850. span#bs-fav-script .btn-info {
  851. background-color: #910a0a;
  852. border-color: #910a0a;
  853. color: #DCDCDC;
  854. }
  855.  
  856. span#bs-fav-script .btn-info:hover {
  857. background-color: #ce0e0e;
  858. }
  859.  
  860. .pulse {
  861. margin:100px;
  862. display: block;
  863. width: 22px;
  864. height: 22px;
  865. border-radius: 50%;
  866. background: #cca92c;
  867. cursor: pointer;
  868. box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  869. animation: pulse 1.2s infinite;
  870. }
  871. .pulse:hover {
  872. animation: none;
  873. }
  874. @-webkit-keyframes pulse {
  875. 0% {
  876. -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  877. }
  878. 70% {
  879. -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  880. }
  881. 100% {
  882. -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  883. }
  884. }
  885. @keyframes pulse {
  886. 0% {
  887. -moz-box-shadow: 0 0 0 0 rgba(207, 170, 35, .7);
  888. box-shadow: 0 0 0 0 #009dd1;
  889. }
  890. 60% {
  891. -moz-box-shadow: 0 0 0 3px rgba(204, 169, 44, .4);
  892. box-shadow: 0 0 0 3px #009dd1;
  893. }
  894. 100% {
  895. -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  896. box-shadow: 0 0 0 0 #009dd1;
  897. }
  898. }
  899.  
  900. @-moz-document url-prefix("https://cine.to")
  901. {
  902. nav.navbar-search
  903. {
  904. background-color: #3e3e3e;
  905. border-color: #000;
  906. }
  907.  
  908. nav.navbar-search>div.container-fluid>i:hover
  909. {
  910. color: #ed781e;
  911. }
  912.  
  913. nav.navbar-search input[type=text]
  914. {
  915. color: #ed781e;
  916. }
  917.  
  918. nav.navbar-search>div.container-fluid>ul.navbar-right
  919. {
  920. border-left: 1px solid #000;
  921. background: #1f1f1f;
  922. }
  923.  
  924. nav.navbar-search>div.container-fluid>ul.navbar-right li.dropdown>a
  925. {
  926. color: #C9C9C9;
  927. }
  928.  
  929. .nav>li>a:focus, .nav>li>a:hover
  930. {
  931. background: #3e3e3e;
  932. color: #ed781e !important;
  933. }
  934.  
  935. .nav .open>a, .nav .open>a:focus, .nav .open>a:hover
  936. {
  937. background: #3e3e3e;
  938. }
  939.  
  940. div.container.filter>ul#kind label.btn
  941. {
  942. color: #C9C9C9;
  943. border: #000;
  944. background: #1F1F1F;
  945. }
  946.  
  947. div.container.filter>ul#kind label.btn:hover
  948. {
  949. background: #3e3e3e;
  950. }
  951.  
  952. div.container.filter>ul#kind label.btn.active, div.container.filter>ul#kind label.btn:hover
  953. {
  954. color: #ed781e;
  955. }
  956.  
  957. div.container.filter>ul#genres a.list-group-item
  958. {
  959. background: #1F1F1F;
  960. }
  961.  
  962. .list-group-item
  963. {
  964. border: #000;
  965. }
  966.  
  967. a.list-group-item
  968. {
  969. color: #C9C9C9;
  970. }
  971.  
  972. a.list-group-item:hover
  973. {
  974. color: #ed781e;
  975. background: #3e3e3e !important;
  976. }
  977.  
  978. div.container.filter>ul#genres a.list-group-item.active
  979. {
  980. border-color: #000;
  981. color: #ed781e;
  982. }
  983.  
  984. div.container.filter>ul#genres a.list-group-item.active:hover
  985. {
  986. color: #ed781e;
  987. background-color: #145A78 !important;
  988. }
  989.  
  990. .noUi-background
  991. {
  992. background: #3e3e3e;
  993. box-shadow: none;
  994. }
  995.  
  996. .noUi-handle
  997. {
  998. background: #1F1F1F;
  999. }
  1000.  
  1001. .noUi-horizontal .noUi-handle:hover
  1002. {
  1003. background: #ed781e;
  1004. }
  1005.  
  1006. .noUi-handle-lower .noUi-tooltip, .noUi-handle-upper .noUi-tooltip
  1007. {
  1008. bottom: -25px;
  1009. }
  1010.  
  1011. .noUi-tooltip
  1012. {
  1013. background: #1F1F1F;
  1014. color: #C9C9C9;
  1015. }
  1016.  
  1017. .noUi-tooltip:hover
  1018. {
  1019. background: #3e3e3e;
  1020. color: #ed781e;
  1021. }
  1022.  
  1023. div.container.filter>ul#footer
  1024. {
  1025. margin-top: -765px;
  1026. visibility: hidden;
  1027. }
  1028.  
  1029. div.container-fluid.entries ul.pagination li a
  1030. {
  1031. color: #C9C9C9;
  1032. }
  1033.  
  1034. div.container-fluid.entries ul.pagination li a:hover
  1035. {
  1036. color: #ed781e;
  1037. background: #3e3e3e !important;
  1038. }
  1039.  
  1040. div.container-fluid.entries ul.pagination li.active>a
  1041. {
  1042. color: #ed781e;
  1043. }
  1044.  
  1045. .modal-open .modal
  1046. {
  1047. background: #3e3e3e;
  1048. }
  1049.  
  1050. .modal-content
  1051. {
  1052. background: #1F1F1F;
  1053. }
  1054.  
  1055. .modal-header
  1056. {
  1057. border-bottom: none;
  1058. }
  1059.  
  1060. div.modal#entry h4.modal-title>div:first-child
  1061. {
  1062. color: #ed781e;
  1063. }
  1064.  
  1065. div.modal#entry h4.modal-title>div.dropdown a, div.modal#entry h4.modal-title>div.dropdown button
  1066. {
  1067. color: #C9C9C9;
  1068. }
  1069.  
  1070. .btn-default
  1071. {
  1072. background: #2b2b2b;
  1073. border-color: #ed781e;
  1074. color: #C9C9C9;
  1075. }
  1076.  
  1077. .btn-default:hover, .btn-default:focus
  1078. {
  1079. background: #3e3e3e;
  1080. color: #ed781e !important;
  1081. }
  1082.  
  1083. .open>.dropdown-toggle.btn-default
  1084. {
  1085. background-color: #2b2b2b !important;
  1086. }
  1087.  
  1088. .dropdown-menu
  1089. {
  1090. background-color: #2b2b2b;
  1091. }
  1092.  
  1093. .dropdown-menu>li>a
  1094. {
  1095. color: #C9C9C9;
  1096. }
  1097.  
  1098. .dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover
  1099. {
  1100. color: #ed781e;
  1101. }
  1102.  
  1103. .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
  1104. {
  1105. background-color: #3e3e3e;
  1106. color: #ed781e !important;
  1107. }
  1108.  
  1109. .close
  1110. {
  1111. color: #C9C9C9;
  1112. opacity: .5;
  1113. }
  1114.  
  1115. .close:focus, .close:hover
  1116. {
  1117. color: #ed781e;
  1118. opacity: 1;
  1119. text-shadow: 0 1px 0 #ed781e;
  1120. }
  1121.  
  1122. .thumbnail
  1123. {
  1124. background-color: #3e3e3e;
  1125. border: none;
  1126. }
  1127.  
  1128. .panel
  1129. {
  1130. background-color: #3e3e3e;
  1131. color: #C9C9C9;
  1132. border: none;
  1133. }
  1134.  
  1135. div.modal#entry div.panel-body table tr td:last-child
  1136. {
  1137. color: #C9C9C9;
  1138. }
  1139.  
  1140. .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
  1141. {
  1142. background-color: #2b2b2b;
  1143. color: #C9C9C9;
  1144. border: #000;
  1145. }
  1146.  
  1147. .list-group-item
  1148. {
  1149. background-color: #2b2b2b;
  1150. color: #C9C9C9;
  1151. }
  1152.  
  1153. div.modal#entry ul.list-group.links li:hover
  1154. {
  1155. background-color: #3e3e3e;
  1156. color: #ed781e;
  1157. }
  1158.  
  1159. .well
  1160. {
  1161. background-color: #3e3e3e;
  1162. }
  1163.  
  1164. .fb-like
  1165. {
  1166. margin-top: -9999px;
  1167. }
  1168.  
  1169. ::-webkit-scrollbar-track-piece
  1170. {
  1171. background-color: #212121;
  1172. -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  1173. border-radius: 0 !important;
  1174. border: none !important;
  1175. }
  1176.  
  1177. ::-webkit-scrollbar
  1178. {
  1179. background-color: rgba(62, 62, 62, .92);
  1180. border: 1.5px solid rgb(62, 62, 62);
  1181. width: 15px;
  1182. }
  1183.  
  1184. ::-webkit-scrollbar-thumb
  1185. {
  1186. background-color: rgba(31, 31, 31, 1);
  1187. border: 1.5px solid rgb(62, 62, 62);
  1188. }
  1189. }
  1190.  
  1191. @-moz-document url-prefix("https://vivo.sx/")
  1192. {
  1193. .regular_header_wrapper
  1194. {
  1195. background: #313131;
  1196. }
  1197.  
  1198. .regular_header nav.main_navigation>ul>li a
  1199. {
  1200. border: 0;
  1201. color: #efefef;
  1202. box-shadow: none;
  1203. font-family: roboto,sans-serif;
  1204. font-size: 14px;
  1205. }
  1206.  
  1207. section.app_overview
  1208. {
  1209. background: #212121;
  1210. }
  1211.  
  1212. .vivo-content-box
  1213. {
  1214. border-radius: 5px;
  1215. background: #313131;
  1216. color: #a5a5a5;
  1217. padding: 0;
  1218. }
  1219.  
  1220. .vivo-content-box-wrapper .vivo-content-box h1
  1221. {
  1222. color: #ed781e;
  1223. }
  1224.  
  1225. footer.regular_footer
  1226. {
  1227. background: #212121;
  1228. color: #000;
  1229. padding: 15px 0;
  1230. }
  1231.  
  1232. .vivo-content-box-watch .watch-footer
  1233. {
  1234. overflow: hidden;
  1235. background: none repeat scroll 0 0 #313131;
  1236. color: #fff;
  1237. border-radius: 0 0 5px 5px;
  1238. height: 42px;
  1239. margin: 15px -15px -15px;
  1240. text-align: center;
  1241. line-height: 38px;
  1242. }
  1243.  
  1244. .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info
  1245. {
  1246. color: #fff;
  1247. background-color: #212121;
  1248. border-color: #212121;
  1249. }
  1250.  
  1251. #preload .logo
  1252. {
  1253. height: 100%;
  1254. width: 100%;
  1255. text-align: center;
  1256. background: #212121;
  1257. }
  1258.  
  1259. ::-webkit-scrollbar-track-piece
  1260. {
  1261. background-color: #212121;
  1262. -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  1263. border-radius: 0 !important;
  1264. border: none !important;
  1265. }
  1266.  
  1267. ::-webkit-scrollbar
  1268. {
  1269. background-color: rgba(62, 62, 62, .92);
  1270. border: 1.5px solid rgb(62, 62, 62);
  1271. width: 15px;
  1272. }
  1273.  
  1274. ::-webkit-scrollbar-thumb
  1275. {
  1276. background-color: rgba(31, 31, 31, 1);
  1277. border: 1.5px solid rgb(62, 62, 62);
  1278. }
  1279.  
  1280. .fb_iframe_widget
  1281. {
  1282. display: none;
  1283. }
  1284.  
  1285. a.make-money
  1286. {
  1287. color: #efefef !important;
  1288. }
  1289.  
  1290. div#alert-throttle
  1291. {
  1292. margin-top: -199px;
  1293. }
  1294.  
  1295. footer.regular_footer
  1296. {
  1297. visibility: hidden;
  1298. margin-top: -999px;
  1299. }
  1300.  
  1301. .vivo-content-box-watch .watch-footer
  1302. {
  1303. margin-top: -999px;
  1304. }
  1305.  
  1306. body
  1307. {
  1308. background: #212121;
  1309. }
  1310.  
  1311. .jumbotron
  1312. {
  1313. background: #313131;
  1314. }
  1315. }
  1316.  
  1317. @-moz-document url-prefix("http://vidto.me/"),
  1318. url-prefix("http://vidto.se/")
  1319. {
  1320. body
  1321. {
  1322. background: #212121;
  1323. }
  1324.  
  1325. header
  1326. {
  1327. background: #313131;
  1328. }
  1329.  
  1330. #header-logo a
  1331. {
  1332. background: url(https://abload.de/img/vidtomeheaderlogo2d8smz.png) no-repeat;
  1333. font-size: 35px;
  1334. }
  1335.  
  1336. #header-logo img
  1337. {
  1338. margin-top: -999px;
  1339. }
  1340.  
  1341. .header-search-input
  1342. {
  1343. background: #212121;
  1344. }
  1345.  
  1346. .header-search-input:focus
  1347. {
  1348. outline-color: #ed781e;
  1349. }
  1350.  
  1351. .header-search-btn
  1352. {
  1353. background: url("http://static.vidto.me/static/images/search-magnifier.png") center center no-repeat #ed781e;
  1354. }
  1355.  
  1356. #login-register, header a
  1357. {
  1358. color: #666666;
  1359. }
  1360.  
  1361. #login-register, header a:hover
  1362. {
  1363. color: #6d7880;
  1364. }
  1365.  
  1366. .video-page-head
  1367. {
  1368. border-bottom: none;
  1369. }
  1370.  
  1371. .standard-btn
  1372. {
  1373. background: url(https://abload.de/img/vidtomebuttonplayer2fes4i.png) repeat-x;
  1374. }
  1375.  
  1376. footer
  1377. {
  1378. visibility: hidden;
  1379. margin-top: -999px;
  1380. }
  1381.  
  1382. #social a
  1383. {
  1384. margin-top: -999px;
  1385. }
  1386.  
  1387. span#countdown_str
  1388. {
  1389. font-size: 20px;
  1390. color: #ed781e;
  1391. }
  1392.  
  1393. ::-webkit-scrollbar-track-piece
  1394. {
  1395. background-color: #212121;
  1396. -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  1397. border-radius: 0 !important;
  1398. border: none !important;
  1399. }
  1400.  
  1401. ::-webkit-scrollbar
  1402. {
  1403. background-color: rgba(62, 62, 62, .92);
  1404. border: 1.5px solid rgb(62, 62, 62);
  1405. width: 15px;
  1406. }
  1407.  
  1408. ::-webkit-scrollbar-thumb
  1409. {
  1410. background-color: rgba(31, 31, 31, 1);
  1411. border: 1.5px solid rgb(62, 62, 62);
  1412. }
  1413. }
  1414.  
  1415. @-moz-document url-prefix("https://streamango.com/")
  1416. {
  1417. .vjs-poster
  1418. {
  1419. visibility: hidden;
  1420. }
  1421.  
  1422. .video-js .vjs-big-play-button
  1423. {
  1424. text-shadow: 0px 0px 0.5em #ed781e, 0px 0px 0.5em #ed781e;
  1425. box-shadow: 0 0 1px 0px #ed781e inset, 0 0 1px 0px #ed781e, 0px 0px 0.5em #ed781e, 0px 0px 0.5em #ed781e;
  1426. }
  1427.  
  1428. .video-js .vjs-control-bar
  1429. {
  1430. background: radial-gradient(ellipse farthest-corner at center center ,#1F1F1F 0,#1F1F1F 100%) fixed rgba(0,0,0,0);
  1431. }
  1432.  
  1433. .vjs-quality-button-overlay
  1434. {
  1435. background-color: #3e3e3e;
  1436. }
  1437.  
  1438. .video-js .vjs-control-bar .vjs-slider-bar>*
  1439. {
  1440. background-color: #ed781e;
  1441. }
  1442.  
  1443. .video-js .vjs-control-bar .vjs-button:hover
  1444. {
  1445. color: #ed781e;
  1446. }
  1447.  
  1448. .vjs-time-control:hover
  1449. {
  1450. color: #ed781e;
  1451. }
  1452.  
  1453. .vjs-menu li.vjs-selected
  1454. {
  1455. background-color: #ed781e;
  1456. }
  1457.  
  1458. .video-js .vjs-mg-button
  1459. {
  1460. width: 0px;
  1461. margin-right: 0px;
  1462. margin-left: 0px;
  1463. }
  1464.  
  1465. .video-js .vjs-menu-button-popup .vjs-menu-content
  1466. {
  1467. background: #1F1F1F;
  1468. }
  1469.  
  1470. .vjs-menu-button-popup .vjs-menu-content li:hover
  1471. {
  1472. background: #3e3e3e;
  1473. }
  1474. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement