Frontend elements to SugoiMusic, including CSS and public/private headers.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

1264 linhas
20 KiB

  1. /* Layout (Torrents page) */
  2. #site_debug td{
  3. border: 1px solid #666;
  4. }
  5. /* We're going to opt for the category icon method for now, tags_* is also available */
  6. .cats_anime { width: 28px; height: 28px; background: url('images/anime.png') no-repeat center center; }
  7. .cats_movies { width: 28px; height: 28px; background: url('images/movies.png') no-repeat center center; }
  8. .cats_manga { width: 28px; height: 28px; background: url('images/manga.png') no-repeat center center; }
  9. .cats_games { width: 28px; height: 28px; background: url('images/games.png') no-repeat center center; }
  10. .cats_other { width: 28px; height: 28px; background: url('images/other.png') no-repeat center center; }
  11. /* Global */
  12. * {
  13. padding: 0em;
  14. margin: 0em;
  15. }
  16. html {
  17. width: 100%;
  18. }
  19. body {
  20. width: 100%;
  21. background-color: #000030;
  22. font-family: tahoma, helvetica, sans-serif;
  23. font-size: 8pt;
  24. color: #c6c9c9;
  25. min-width: 850px;
  26. }
  27. /* Common elements */
  28. .header a, h2{
  29. color: white;
  30. }
  31. a {
  32. text-decoration: none;
  33. border: none;
  34. color: white;
  35. }
  36. a:hover {
  37. text-decoration: underline;
  38. }
  39. button, input[type=button], input[type=submit] {
  40. background: #0B2593;
  41. box-shadow: 0 1px 1px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  42. color: #FFF;
  43. }
  44. button:hover, input[type=button]:hover, input[type=submit]:hover {
  45. background: #081654;
  46. }
  47. button:focus, input[type=button]:focus, input[type=submit]:focus {
  48. background: #6687ff;
  49. }
  50. .spoilerButton {
  51. max-width: 540px;
  52. }
  53. .forum_post .body a:not([href="#"]), .rule_summary a, .wiki_article a, #actual_rules a, .news_post .pad a, .store_table a {
  54. text-decoration: none;
  55. border: none;
  56. color: white;
  57. }
  58. .forum_post .body a:hover:not([href="#"]), .rule_summary a:hover, .wiki_article a:hover, #actual_rules a:hover, .news_post .pad a:hover, .store_table a:hover {
  59. text-decoration: underline;
  60. border: none;
  61. color: white;
  62. }
  63. h1,h2,h3,h4 {
  64. margin: 5px 0px;
  65. font-weight: bold;
  66. color: white;
  67. }
  68. h2 {
  69. text-align: center;
  70. font-size: 12pt;
  71. }
  72. h4 {
  73. font-size: 8pt;
  74. }
  75. p {
  76. margin: 10px 5px;
  77. }
  78. li {
  79. margin: 5px 15px;
  80. }
  81. img {
  82. border: none;
  83. }
  84. /* Styles generated by the BBCode parser */
  85. span.size1 { font-size:0.75em; }
  86. span.size2 { font-size:1em; }
  87. span.size3 { font-size:1.25em; }
  88. span.size4 { font-size:1.5em; }
  89. span.size5 { font-size:1.75em; }
  90. span.size6 { font-size:2em; }
  91. span.size7 { font-size:2.25em; }
  92. span.size8 { font-size:2.5em; }
  93. span.size9 { font-size:2.75em; }
  94. span.size10 { font-size:3em; }
  95. ul.thin { margin:0px 0px 0px 25px; padding:0px; }
  96. ul.thin li { margin:0px 0px; padding:0px; }
  97. /* Layout (Every page) */
  98. #header {
  99. width: 100%;
  100. padding: 0px 0 0 0;
  101. background: #0e238b;
  102. margin-bottom: 10px;
  103. }
  104. #content {
  105. margin: auto;
  106. margin-top: 10px;
  107. /* margin-top: 100px; */
  108. width: 90%;
  109. min-width: 872px;
  110. overflow: hidden;
  111. }
  112. #footer {
  113. /* margin-top: 40px; */
  114. margin-top: 10px;
  115. width: 100%;
  116. text-align: center;
  117. padding: 1em 0;
  118. opacity: 0;
  119. transition: ease-in-out 0.3s;
  120. transition-delay: 0.7s;
  121. /* color: #c6c9c9; */
  122. }
  123. #footer:hover {
  124. opacity: 1;
  125. }
  126. #footer a {
  127. color: white;
  128. }
  129. #footer a:hover {
  130. text-decoration: underline;
  131. }
  132. #logo {
  133. width: 300px;
  134. height: 197px;
  135. background: url('images/logo.png') no-repeat center center;
  136. margin: 0 auto;
  137. }
  138. #logo a {
  139. border: none;
  140. width: 100%;
  141. height: 197px;
  142. display: block;
  143. }
  144. #logo a:hover {
  145. border: none;
  146. }
  147. #menu {
  148. width: 100%;
  149. text-align: center;
  150. background-color: #081653;
  151. font-size: 10pt;
  152. }
  153. #menu > ul {
  154. display: flex;
  155. width: 80%;
  156. margin: 0 auto;
  157. }
  158. #menu > ul > li {
  159. position: relative;
  160. height: 32px;
  161. display: flex;
  162. margin: 0;
  163. flex: 1 1 auto;
  164. }
  165. #menu ul > li > a {
  166. padding: 0.6em 0;
  167. display: inline-block;
  168. width: 100%;
  169. color: #FFFFFF;
  170. transition: ease-in-out 0.1s;
  171. }
  172. #nav_links {
  173. max-width: 40px;
  174. }
  175. #menu ul li a.active {
  176. background-color: #565656;
  177. }
  178. #menu ul li a:hover {
  179. background-color: #0B2592;
  180. text-decoration: none;
  181. }
  182. #menu .nav_dropdown {
  183. background: #081653;
  184. margin-top: 0;
  185. }
  186. .nav_dropdown > div {
  187. position: absolute;
  188. background-color: #081653;
  189. width: 100%;
  190. z-index: 99999;
  191. margin-top: 32px;
  192. left: 0;
  193. }
  194. #nav_links > #links_menu {
  195. width: 120px;
  196. margin-left: -80px;
  197. }
  198. .nav_dropdown > div > a {
  199. display: none;
  200. color: #FFFFFF;
  201. height: 32px;
  202. line-height: 32px;
  203. }
  204. .nav_dropdown:hover > div > a {
  205. display: block;
  206. }
  207. #filter_menu {
  208. width: 100%;
  209. text-align: center;
  210. background-color: #081653;
  211. font-size: 10pt;
  212. }
  213. #filter_menu > ul {
  214. display: flex;
  215. width: 80%;
  216. margin: 0 auto;
  217. }
  218. #filter_menu > ul > li {
  219. position: relative;
  220. height: 26px;
  221. display: flex;
  222. margin: 0;
  223. flex: 1 1 auto;
  224. }
  225. #filter_menu ul > li > a {
  226. padding: 0.4em 0;
  227. display: inline-block;
  228. width: 100%;
  229. color: #FFFFFF;
  230. transition: ease-in-out 0.1s;
  231. }
  232. #filter_menu ul li a.active {
  233. background-color: #565656;
  234. }
  235. #filter_menu ul li a:hover {
  236. background-color: #0B2592;
  237. text-decoration: none;
  238. }
  239. #userinfo {
  240. /* position: absolute;
  241. top: 258px; */
  242. color: #e6e6e6;
  243. padding: 4px 0px;
  244. width: 100%;
  245. text-align: center;
  246. font-size: 8pt;
  247. /* border-bottom: 1px solid #999; */
  248. }
  249. #userinfo img {
  250. margin-top: -5px;
  251. }
  252. #userinfo ul {
  253. display: inline;
  254. margin: 0px 0.8%;
  255. }
  256. #userinfo ul li {
  257. display: inline;
  258. margin: 0 0.1em;
  259. line-height: 20px;
  260. vertical-align: middle;
  261. padding: 0px;
  262. }
  263. #userinfo a {
  264. color: #FFFFFF;
  265. }
  266. #userinfo a:hover {
  267. text-decoration: underline;
  268. }
  269. #userinfo b a {
  270. font-weight: normal;
  271. font-size: 0.9em;
  272. font-weight: bold;
  273. }
  274. #searchbars {
  275. text-align: center;
  276. box-sizing: content-box;
  277. padding: 4px 10%;
  278. display: flex;
  279. /*! background-color: #0e238b; */
  280. }
  281. #searchbars > .search_form {
  282. flex: 1 1 auto;
  283. text-align: center;
  284. margin: 0 3px;
  285. }
  286. #searchbars input {
  287. position: relative;
  288. border: 1px solid transparent;
  289. box-sizing: border-box;
  290. padding: 2px 2px 2px 4px;
  291. font-size: 0.9em;
  292. background-color: #222f68;
  293. width: 100%;
  294. color: #c6c9c9;
  295. }
  296. #searchbars ul {
  297. margin: 0 auto;
  298. display: block;
  299. text-align: center;
  300. }
  301. #searchbars ul li {
  302. display: inline;
  303. margin: 0px 1px;
  304. list-style: none;
  305. position: relative;
  306. }
  307. #searchbars ul li ul {
  308. display: block;
  309. position: absolute;
  310. top: 1em;
  311. left: 0;
  312. z-index: 1000;
  313. background-color: #222f68;
  314. width: 12em;
  315. margin-top: 12px;
  316. }
  317. #searchbars ul li ul li {
  318. margin: 0 0 0 0;
  319. padding: 0;
  320. display: block;
  321. width: 100%;
  322. }
  323. #searchbars ul li ul li.highlight {
  324. background: #222f68;
  325. }
  326. #searchbars ul li form {
  327. display: inline;
  328. }
  329. #alerts {
  330. /* margin-top: 85px;
  331. margin-bottom: -85px; */
  332. /* padding: 10px 0px; */
  333. margin: 10px 0px;
  334. }
  335. #cat-selector ul {
  336. width: 100%;
  337. }
  338. #cat-selector ul li {
  339. display: inline;
  340. width: 12em;
  341. height: 1em;
  342. float: left;
  343. }
  344. .alertbar {
  345. /* border: 1px solid #999; */
  346. background-color: #0e238b;
  347. text-align: center;
  348. color: #c6c9c9;
  349. font-weight: bold;
  350. font-size: 0.95em;
  351. width: 350px;
  352. margin: 0 auto 0px auto;
  353. padding: 10px;
  354. }
  355. .alertbar a {
  356. color: white;
  357. text-decoration: underline;
  358. }
  359. .alertbar a:hover {
  360. text-decoration: none;
  361. }
  362. /* IE doesn't appear to like a simple display:none in our header. Random things start fucking up pretty badly. */
  363. .hidden {
  364. position: absolute;
  365. left: -10000px;
  366. }
  367. input.hidden {
  368. position: absolute;
  369. display: none;
  370. }
  371. /* Layout (Any page) */
  372. .thin {
  373. width: 850px;
  374. margin: 0px auto;
  375. }
  376. .widethin { /* overriding the thin class on torrents.php */
  377. width: 95% !important;
  378. margin: 0px auto;
  379. }
  380. #userinfo_major .brackets:before {
  381. font-weight: bold;
  382. }
  383. #userinfo_major .brackets:after {
  384. font-weight: bold;
  385. }
  386. #userinfo #userinfo_minor {
  387. position: absolute;
  388. text-align: left;
  389. }
  390. #userinfo_minor > li > ul {
  391. display: none;
  392. position: absolute;
  393. padding: 5px;
  394. left: -5px;
  395. background-color: #0e238b;
  396. z-index: 100;
  397. }
  398. #userinfo_minor li {
  399. display: block;
  400. }
  401. div.linkbox {
  402. text-align:center;
  403. padding: 5px;
  404. }
  405. .center {
  406. text-align: center;
  407. }
  408. .right {
  409. text-align: right;
  410. }
  411. .min_padding {
  412. padding: 0px;
  413. margin: 0px 0px;
  414. }
  415. p.min_padding {
  416. margin: 2px 0px;
  417. }
  418. .pad {
  419. padding: 1em;
  420. }
  421. .slight_margin {
  422. margin: 4px;
  423. }
  424. .vertical_space {
  425. margin-bottom: 10px;
  426. }
  427. .box {
  428. font-size: 8pt;
  429. background-color: #222f68;
  430. /* border: 1px solid #666666; */
  431. border: none;
  432. margin-bottom: 10px;
  433. }
  434. .torrents_nomatch {
  435. margin-top: 10px;
  436. }
  437. .box2 {
  438. margin-bottom: 10px;
  439. font-size: 8pt;
  440. background-color: #222f68;
  441. /* border: 1px solid #666666; */
  442. border: none;
  443. }
  444. .pad h3, .pad h4, .padbox h3, .padbox h4 {
  445. margin-top: 0px;
  446. padding-top: 0px;
  447. color: white;
  448. }
  449. .sidebar {
  450. float: right;
  451. width: 245px;
  452. }
  453. .head {
  454. padding: 4px;
  455. /* border-bottom: 1px solid #666; */
  456. /* background: #E1E1E1; */
  457. background: #0B2593;
  458. color: #FFF;
  459. }
  460. .head a {
  461. text-decoration: none;
  462. border: none;
  463. color: #FFFFFF;
  464. }
  465. .head a:hover {
  466. text-decoration: underline;
  467. color: #FFFFFF;
  468. }
  469. .body {
  470. padding: 3px 10px 10px 10px;
  471. }
  472. .main_column {
  473. width: 592px;
  474. }
  475. .main_column table {
  476. margin-bottom: 10px;
  477. }
  478. .tags {
  479. padding: 0px 0px 0px 20px;
  480. font-style: italic;
  481. }
  482. .tags a {
  483. color: white;
  484. }
  485. .tags a:hover {
  486. text-decoration: underline;
  487. }
  488. .noborder {
  489. border: none;
  490. }
  491. ul.nobullet, ul.nobullet li {
  492. list-style-type: none;
  493. }
  494. table {
  495. width: 100%;
  496. border-collapse: collapse;
  497. /* border: 1px solid #666666; */
  498. }
  499. tr {
  500. background-color: #222f68;
  501. }
  502. td, th {
  503. /* border: 1px solid #666666; */
  504. padding: 5px;
  505. text-align: left;
  506. }
  507. .colhead {
  508. background: #081654;
  509. font-weight: bold;
  510. color: #ffffff;
  511. }
  512. td.colhead, .colhead td, .colhead th {
  513. padding-left: 10px;
  514. padding-right: 10px;
  515. }
  516. .colhead a {
  517. text-decoration: none;
  518. border: none;
  519. color: #FFFFFF;
  520. }
  521. .colhead a:hover {
  522. text-decoration: underline;
  523. color: #FFFFFF;
  524. }
  525. .colhead .sign, .colhead_dark .sign {
  526. padding: 0px 8px 0px 8px;
  527. vertical-align: middle;
  528. text-align: center;
  529. font-size: 12pt;
  530. font-weight: bold;
  531. }
  532. .colhead .sign {
  533. padding: 0px 8px 0px 8px;
  534. font-size: 12pt;
  535. font-weight: bold;
  536. }
  537. .colhead_dark {
  538. background: #081654;
  539. color: #FFF;
  540. }
  541. .forum_post .colhead_dark {
  542. background: #4d73ff;
  543. }
  544. td.label {
  545. font-weight: bold;
  546. text-align: right;
  547. width: 180px;
  548. }
  549. .label_annotate {
  550. font-weight: normal;
  551. text-align: right;
  552. margin: 0px;
  553. }
  554. table.slice {
  555. margin-top: -1px;
  556. }
  557. .error_message {
  558. border: 1px solid #666;
  559. padding: 3px 0px 3px 0px;
  560. background-color: #AF2525;
  561. text-align: center;
  562. color: white;
  563. font-weight: bold;
  564. }
  565. .save_message {
  566. border: 1px solid #666;
  567. padding: 3px 0px 3px 0px;
  568. background-color: #F4E649;
  569. text-align: center;
  570. color: #492802;
  571. font-weight: bold;
  572. }
  573. .elem_error {
  574. border: 3px solid #B00D0D;
  575. }
  576. .hidden {
  577. display: none;
  578. }
  579. ul.nobullet {
  580. display: inline-block;
  581. }
  582. /* Layout (home page) */
  583. ul.stats li {
  584. padding: 0px 0px 1px 0px;
  585. }
  586. ul.poll li {
  587. padding: 0px 0px 0px 10px;
  588. margin: 0px;
  589. clear: left;
  590. }
  591. ul.poll li.graph {
  592. margin-bottom: 3px;
  593. padding-left: 20px;
  594. }
  595. /* Layout (Torrents page) */
  596. .show_torrents {
  597. width: 21px;
  598. height: 28px;
  599. background: url('images/show2.png') no-repeat center center;
  600. }
  601. .hide_torrents {
  602. width: 21px;
  603. height: 28px;
  604. background: url('images/hide2.png') no-repeat center center;
  605. }
  606. .show_torrents_link {
  607. border: none;
  608. width: 28px;
  609. height: 28px;
  610. display: block;
  611. cursor: pointer;
  612. }
  613. .filter_torrents {
  614. width: 750px;
  615. margin: auto;
  616. background: #222f68;
  617. }
  618. .filter_torrents .submit {
  619. text-align: right;
  620. padding-top: 5px;
  621. }
  622. .filter_torrents .ft_cat_list {
  623. border-top: 1px solid #222f68;
  624. border-bottom: 1px solid #222f68;
  625. }
  626. #content form.search_form + .torrent_table {
  627. margin-top: 20px;
  628. }
  629. #content form.search_form .submit {
  630. text-align: center;
  631. }
  632. .cat_list tr td {
  633. border: none;
  634. }
  635. .torrent_table tr {
  636. /* vertical-align: top; */
  637. vertical-align: middle;
  638. }
  639. h3 a {
  640. color: white;
  641. }
  642. .torrent_table .number_column {
  643. text-align: center;
  644. }
  645. .torrent_table, .torrent_table td {
  646. border: none;
  647. }
  648. .torrent_table tr.torrent, .torrent_table tr.group {
  649. font-weight: bold;
  650. }
  651. .torrent_table tr.group {
  652. background-color: #2b4297;
  653. }
  654. .torrent_table tr.group_torrent {
  655. background-color: #222f68;
  656. }
  657. .torrent_table tr.torrent {
  658. background-color: #222f68;
  659. }
  660. .torrent_table tr.group td.center:first-child {
  661. padding: 3px;
  662. width: 21px;
  663. }
  664. .torrent_table tr.torrent:nth-child(2n) {
  665. background-color: #07123c;
  666. }
  667. .torrent_table tr.torrent:nth-child(2n-1) {
  668. background-color: #293c80;
  669. }
  670. /*
  671. It is not possible to .addClass() nth-child so a new style must be created with
  672. the same css attributes as the nth-child lines above.
  673. Also defining an extra style class with nth-child also does not work so an extra
  674. css block is needed for .rowlight and .rowdark*/
  675. .torrent_table tr.torrent.rowlight {
  676. background-color: #07123c;
  677. }
  678. .torrent_table tr.torrent.rowdark {
  679. background-color: #293c80;
  680. }
  681. .torrent_table div.tags {
  682. font-weight: normal;
  683. max-width: 500px;
  684. }
  685. .torrent_table tr .center, #collage_table td {
  686. vertical-align: middle;
  687. text-align: center;
  688. }
  689. .group_torrent span {
  690. float: right;
  691. }
  692. .torrent span {
  693. font-weight: normal;
  694. float: right;
  695. }
  696. .nobr {
  697. white-space: nowrap;
  698. }
  699. /* Layout (Forums) */
  700. .last_read {margin-left: 5px; fill: #222f68;}
  701. .colhead_dark .last_read {fill: #DC86E0;}
  702. .unread_locked_sticky{background: url(images/locked_sticky_unread.png) no-repeat center center;}
  703. .read_locked_sticky{background: url(images/locked_sticky_read.png) no-repeat center center;}
  704. .read_sticky{background: url(images/sticky_read.png) no-repeat center center;}
  705. .unread_sticky{background: url(images/sticky_unread.png) no-repeat center center;}
  706. .unread_locked{background: url(images/locked_unread.png) no-repeat center center;}
  707. .read_locked{background: url(images/locked_read.png) no-repeat center center;}
  708. .unread{background: url(images/unread.png) no-repeat center center;}
  709. .read{background: url(images/read.png) no-repeat center center;}
  710. strong.quoteheader {color: #000;}
  711. tr.row:nth-of-type(odd) {
  712. background-color: #293c80;
  713. }
  714. table.forum_post {
  715. margin: 10px 0px;
  716. }
  717. table.forum_post td {
  718. /* border: 1px solid #666; */
  719. border: none;
  720. }
  721. table.forum_unread {
  722. border: 2px solid #F0BBD6;
  723. }
  724. td.avatar {
  725. width: 150px;
  726. padding: 0px;
  727. }
  728. .box_description > div:not(.head) {
  729. max-height: 400px;
  730. overflow-y: scroll;
  731. }
  732. .box_description, table.forum_post td.body {
  733. word-break: break-word;
  734. word-wrap: break-word;
  735. display: inline-block;
  736. }
  737. .box_description {
  738. width: 100%;
  739. }
  740. .thin > table.forum_post td.body {
  741. width: 690px;
  742. }
  743. #torrent_comments table.forum_post td.body {
  744. width: 422px;
  745. }
  746. blockquote {
  747. margin: 10px;
  748. padding: 10px;
  749. /* border: 1px dashed #666; */
  750. border: 1px solid #BBB;
  751. }
  752. /* Layout (Inbox) */
  753. tr.unreadpm {
  754. background-color: #ECC;
  755. }
  756. /* Layout (Permission Page) */
  757. .permission_head {
  758. width: 400px;
  759. margin-left: auto;
  760. margin-right: auto;
  761. }
  762. .permissions {
  763. width: 930px;
  764. margin-left: auto;
  765. margin-right: auto;
  766. }
  767. .permission_container {
  768. float: left;
  769. width: 300px;
  770. padding: 5px;
  771. }
  772. .permission_container input {
  773. margin: 0px 3px 5px 0px;
  774. vertical-align: top;
  775. }
  776. .submit_container {
  777. clear: both;
  778. text-align: right;
  779. }
  780. /* Layout (Invite tree) */
  781. ul .invitetree {
  782. margin: 0px 0px 0px 25px;
  783. }
  784. .invitetree li {
  785. list-style: none;
  786. margin: 10px 2px;
  787. }
  788. /* Layout (User options) */
  789. .user_options .options_list li {
  790. margin: 0;
  791. }
  792. /* Layout (MISC) */
  793. .left_poll {
  794. display: none;
  795. width: 2px;
  796. height: 9px;
  797. float: left;
  798. margin: 0px;
  799. padding: 0px;
  800. }
  801. .center_poll {
  802. height: 9px;
  803. background: #C5D1FF;
  804. border-radius: 4px;
  805. float: left;
  806. margin: 0px;
  807. padding: 0px;
  808. }
  809. .right_poll {
  810. display: none;
  811. width: 2px;
  812. height: 9px;
  813. float: left;
  814. margin: 0px;
  815. padding: 0px;
  816. }
  817. .curtain {
  818. position: fixed;
  819. top: 0%;
  820. left: 0%;
  821. width: 100%;
  822. height: 100%;
  823. background-color: black;
  824. z-index: 1001;
  825. -moz-opacity: 0.8;
  826. opacity: .80;
  827. filter: alpha(opacity=80);
  828. }
  829. .lightbox {
  830. position: fixed;
  831. text-align: center;
  832. top: 5%;
  833. left: 5%;
  834. width: 90%;
  835. height: 90%;
  836. padding: 0px;
  837. z-index: 1002;
  838. overflow: auto;
  839. }
  840. .center {
  841. text-align: center;
  842. }
  843. .spellcheck {
  844. margin: 25px 0;
  845. font-size: 1.25em;
  846. font-weight: bold;
  847. }
  848. tr.torrent .bookmark > a:before {
  849. color: black;
  850. }
  851. tr.torrent .bookmark > a:after {
  852. color: black;
  853. }
  854. .field_div {
  855. margin-bottom: 10px;
  856. }
  857. .edit_changelog textarea {
  858. width: 600px;
  859. }
  860. .brackets {
  861. font-weight: normal;
  862. }
  863. div[class~=tooltipster-content] > a {
  864. color: #AAAAAA;
  865. }
  866. .post_id {
  867. font-weight: normal;
  868. }
  869. .vote_tag_up, .vote_artist_up, .vote_album_up, .small_upvote, .small_upvoted {
  870. color: green;
  871. }
  872. .vote_tag_down, .vote_artist_down, .vote_album_down, .small_downvote, .small_downvoted {
  873. color: red;
  874. }
  875. /* get rid of extraneous padding in the Top Contributors box */
  876. #request_top_contrib {
  877. border: none;
  878. }
  879. #request_top_contrib tr:first-child th {
  880. border-top: 0;
  881. }
  882. #request_top_contrib tr:last-child td {
  883. border-bottom: 0;
  884. }
  885. #request_top_contrib tr td:first-child,
  886. #request_top_contrib tr th:first-child,
  887. #request_top_contrib tr td:nth-child(2),
  888. #request_top_contrib tr th:nth-child(2) {
  889. border-left: 0;
  890. border-top: 0;
  891. }
  892. #request_top_contrib tr td:last-child,
  893. #request_top_contrib tr th:last-child {
  894. border-right: 0;
  895. }
  896. #requests table.layout.cat_list {
  897. border-bottom: 1px solid #AAA;
  898. border-top: 1px solid #AAA;
  899. }
  900. #requests tr#media_list {
  901. border-bottom: 1px solid #AAA;
  902. border-top: 1px solid #AAA;
  903. }
  904. #request_table {
  905. margin-bottom: 5px;
  906. }
  907. #request_table .request:nth-of-type(odd){
  908. background: #6687ff;
  909. }
  910. #request_table .request:nth-of-type(even){
  911. background: #335fff;
  912. }
  913. /* workaround for calendar display issue */
  914. div.sidebar #event_div {
  915. margin-left: -232px;
  916. }
  917. ol {
  918. margin-left: 1em;
  919. }
  920. #forum_search_cat_list {
  921. border: none;
  922. }
  923. #coverCont {
  924. background-color: #335fff;
  925. padding: 5px;
  926. box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
  927. }
  928. #coverCont img {
  929. background-color: #335fff;
  930. }
  931. .torrent_info {
  932. font-size: 100%;
  933. font-weight: 100;
  934. }
  935. .group_info > a:last-of-type {
  936. text-decoration: underline;
  937. }
  938. .group_image {
  939. padding-right: 1em;
  940. }
  941. .recent_snatches_images, .recent_uploads_images {
  942. position: relative;
  943. }
  944. .edit_tags_votes {
  945. padding-left: 5px;
  946. }
  947. .row_hl {
  948. background-color: #4d73ff;
  949. }
  950. input.inputtext {
  951. border: none;
  952. border-bottom: 1px solid #AAA;
  953. background-color: rgba(0, 0, 0, 0);
  954. font-size: 13px;
  955. outline: none;
  956. transition: ease-in-out 0.12s;
  957. }
  958. input.inputtext:focus {
  959. border-bottom: 1px solid #081654;
  960. }
  961. .bbcode_bar {
  962. background: white;
  963. border: 1px solid #c7c7c7;
  964. border-bottom: none;
  965. }
  966. .collage_images .collage_image {
  967. margin: 1px;
  968. width: 121px;
  969. display: inline-block;
  970. }
  971. .box, .border, .alertbar, .artist_table, .request_table, .forum_index, #userinfo_minor > li > ul, .permissions table {
  972. box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  973. }
  974. #userinfo {
  975. box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.12);
  976. }
  977. .last_edited {
  978. font-size: 10px;
  979. opacity: 0.7;
  980. }
  981. #comm_badge_tr .badge_icon, #user_badge_edit_tr .badge_icon {
  982. margin-right: 1em;
  983. margin-left: 2px;
  984. }
  985. .store_table .badge_icon {
  986. display: inline-block;
  987. width: 16px;
  988. }
  989. .store_table .badge_icon img {
  990. display: block;
  991. margin-left: auto;
  992. margin-right: auto;
  993. }
  994. .hnr-yes {
  995. color: red;
  996. }
  997. .hnr-no {
  998. color: green;
  999. }
  1000. .webm {
  1001. max-width: 100%;
  1002. }
  1003. .point_gift_box p {
  1004. margin: 7px 2px 0px;
  1005. }
  1006. .point_gift_box input[type="text"], .point_gift_box textarea {
  1007. width: 100%;
  1008. box-sizing: border-box;
  1009. }
  1010. .dead {
  1011. opacity: 0.6;
  1012. }
  1013. .search_warning {
  1014. fill: #081654;
  1015. }
  1016. .tl_reported {
  1017. color: red;
  1018. }
  1019. .tl_snatched {
  1020. color: #C35C1C;
  1021. }
  1022. .tl_leeching {
  1023. color: #BD0D0D;
  1024. }
  1025. .tl_seeding {
  1026. color: #068206;
  1027. }
  1028. caption {
  1029. border-bottom: 1px solid #BBB;
  1030. font-weight: bold;
  1031. }
  1032. .forum_post .staff_post {
  1033. background: #4637cf;
  1034. }
  1035. .tag_parody {
  1036. color: #e08e00 !important;
  1037. }
  1038. .tag_character {
  1039. color: #099809 !important;
  1040. }
  1041. .tag_female {
  1042. color: #d51b8a !important;
  1043. }
  1044. .tag_male {
  1045. color: #0000ff !important;
  1046. }
  1047. .collage_image:hover {
  1048. box-shadow: 0px 0px 0px 3px #122CB5;
  1049. position: relative;
  1050. }