BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

beluga.scss 41KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .cats_sequences,
  6. .cats_graphs,
  7. .cats_systems,
  8. .cats_geometric,
  9. .cats_scalars\/vectors,
  10. .cats_patterns,
  11. .cats_constraints,
  12. .cats_images,
  13. .cats_spatial,
  14. .cats_models,
  15. .cats_documents,
  16. .cats_machinedata {
  17. width: 38px !important;
  18. height: 38px !important;
  19. line-height: 38px;
  20. }
  21. .cats_sequences:after {
  22. content: "SEQ";
  23. color: #3eaca7;
  24. font-size: 18px;
  25. letter-spacing: -2px;
  26. }
  27. .cats_graphs:after {
  28. content: "GRF";
  29. color: #1d818e;
  30. font-size: 18px;
  31. letter-spacing: -2px;
  32. }
  33. .cats_systems:after {
  34. content: "SYS";
  35. color: #88c796;
  36. font-size: 18px;
  37. letter-spacing: -2px;
  38. }
  39. .cats_geometric:after {
  40. content: "GEO";
  41. color: #4dc593;
  42. font-size: 18px;
  43. letter-spacing: -2px;
  44. }
  45. .cats_scalars\/vectors:after {
  46. content: "MC2";
  47. color: #77c5d4;
  48. font-size: 18px;
  49. letter-spacing: -2px;
  50. }
  51. .cats_patterns:after {
  52. content: "PAT";
  53. color: #0d5968;
  54. font-size: 18px;
  55. letter-spacing: -2px;
  56. }
  57. .cats_constraints:after {
  58. content: "CNST";
  59. color: #3eaca7;
  60. font-size: 18px;
  61. letter-spacing: -2px;
  62. }
  63. .cats_images:after {
  64. content: "IMG";
  65. color: #1d818e;
  66. font-size: 18px;
  67. letter-spacing: -2px;
  68. }
  69. .cats_spatial:after {
  70. content: "SPTL";
  71. color: #88c796;
  72. font-size: 18px;
  73. letter-spacing: -2px;
  74. }
  75. .cats_models:after {
  76. content: "MOD";
  77. color: #4dc593;
  78. font-size: 18px;
  79. letter-spacing: -2px;
  80. }
  81. .cats_documents:after {
  82. content: "DOC";
  83. color: #77c5d4;
  84. font-size: 18px;
  85. letter-spacing: -2px;
  86. }
  87. .cats_machinedata:after {
  88. content: "RAW";
  89. color: #0d5968;
  90. font-size: 18px;
  91. letter-spacing: -2px;
  92. }
  93. body {
  94. width: 100%;
  95. font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  96. font-size: 12px;
  97. color: #c6c9c9;
  98. background-color: #23252a;
  99. }
  100. .linkbox .brackets:after,
  101. .linkbox .brackets:before {
  102. display: none;
  103. }
  104. a {
  105. text-decoration: none;
  106. border: none;
  107. color: #f0f0f0;
  108. }
  109. a:hover,
  110. .torrent_table .group a:hover {
  111. color: #92d4a0;
  112. }
  113. b,
  114. strong {
  115. font-weight: 600;
  116. }
  117. ::selection,
  118. ::-moz-selection {
  119. background: #3eaca7;
  120. }
  121. h1,
  122. h2,
  123. h3,
  124. h4,
  125. h5,
  126. h6 {
  127. font-weight: 400;
  128. color: #f0f0f0;
  129. margin: 8px 0;
  130. }
  131. h1,
  132. h2 {
  133. font-size: 23px;
  134. }
  135. #torrents .header h2 {
  136. text-align: center;
  137. }
  138. h3,
  139. h4 {
  140. font-size: 18px;
  141. }
  142. h1 a,
  143. h2 a,
  144. h3 a,
  145. h4 a,
  146. h5 a,
  147. h6 a {
  148. color: #83e4a6;
  149. }
  150. #userform #settings_sections h2 {
  151. font-size: 12px;
  152. line-height: 1.6;
  153. }
  154. #userform #settings_sections h2 a,
  155. .rule_short {
  156. color: #f0f0f0;
  157. }
  158. li {
  159. margin: 5px 15px;
  160. }
  161. p {
  162. margin: 10px 5px;
  163. }
  164. input {
  165. border: 1px solid #5b5e64;
  166. background-color: #373a42;
  167. padding: 10px 9px;
  168. color: #fff;
  169. }
  170. button,
  171. input[type="button"],
  172. input[type="submit"] {
  173. font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  174. background-color: #50aca7;
  175. color: #fff;
  176. }
  177. button:hover,
  178. input[type="button"]:hover,
  179. input[type="submit"]:hover {
  180. background-color: #317f8e;
  181. }
  182. button:focus,
  183. input[type="button"]:focus,
  184. input[type="submit"]:focus {
  185. background-color: #2f707c;
  186. }
  187. .spoilerButton {
  188. max-width: 604px;
  189. }
  190. ::-webkit-input-placeholder {
  191. font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  192. }
  193. :-moz-placeholder {
  194. font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  195. }
  196. ::-moz-placeholder {
  197. font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  198. }
  199. :-ms-input-placeholder {
  200. font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  201. }
  202. select {
  203. background-color: #373a42;
  204. border: 1px solid #5b5e64;
  205. color: #fff;
  206. font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  207. outline: 0;
  208. }
  209. textarea {
  210. background-color: #373a42;
  211. border: 1px solid #5b5e64;
  212. color: #fff;
  213. font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  214. font-size: 1.1em;
  215. padding: 2px 3px;
  216. margin: 4px 0px;
  217. }
  218. span.size1 {
  219. font-size: 0.75em;
  220. }
  221. span.size2 {
  222. font-size: 1em;
  223. }
  224. span.size3 {
  225. font-size: 1.25em;
  226. }
  227. span.size4 {
  228. font-size: 1.5em;
  229. }
  230. span.size5 {
  231. font-size: 1.75em;
  232. }
  233. span.size6 {
  234. font-size: 2em;
  235. }
  236. span.size7 {
  237. font-size: 2.25em;
  238. }
  239. span.size8 {
  240. font-size: 2.5em;
  241. }
  242. span.size9 {
  243. font-size: 2.75em;
  244. }
  245. span.size10 {
  246. font-size: 3em;
  247. }
  248. ul.thin {
  249. margin: 0 0 0 25px;
  250. padding: 0;
  251. }
  252. ul.thin li {
  253. margin: 0;
  254. padding: 0;
  255. }
  256. #wrapper {
  257. padding: 0;
  258. }
  259. #header {
  260. width: 900px;
  261. position: relative;
  262. }
  263. #content {
  264. width: 900px;
  265. overflow: hidden;
  266. }
  267. #footer {
  268. margin-top: 2px;
  269. padding: 10px;
  270. text-align: center;
  271. }
  272. .center {
  273. text-align: center;
  274. }
  275. .vertical_space {
  276. margin-bottom: 2px !important;
  277. }
  278. .box {
  279. background-color: #2c2f36 !important;
  280. margin-bottom: 8px;
  281. }
  282. .box_addartists .body,
  283. .box_addtag .body {
  284. padding: 10px;
  285. }
  286. .pad h3,
  287. .pad h4,
  288. .padbox h3,
  289. .padbox h4 {
  290. margin-top: 0;
  291. padding-top: 0;
  292. }
  293. .sidebar {
  294. float: right;
  295. width: 244px;
  296. height: 100%;
  297. }
  298. .sidebar .box .pad form {
  299. padding-bottom: 20px;
  300. }
  301. .body {
  302. background-color: #2c2f36;
  303. padding: 5px 10px 10px 10px;
  304. }
  305. .main_column {
  306. width: 646px;
  307. float: left;
  308. }
  309. #logo {
  310. width: 900px;
  311. height: 60px;
  312. background-position: 0 12px;
  313. background-repeat: no-repeat;
  314. }
  315. #logo a {
  316. border: none;
  317. width: 230px;
  318. height: 60px;
  319. display: block;
  320. }
  321. #logo a::before {
  322. content: "BioTorrents.de";
  323. font-size: 40px;
  324. line-height: 56px;
  325. font-weight: 100;
  326. font-family: sans-serif;
  327. }
  328. .nav_dropdown > div {
  329. position: absolute;
  330. width: 135.56px;
  331. text-align: center;
  332. background: #509599;
  333. margin-top: 50px;
  334. z-index: 99999;
  335. left: 0;
  336. }
  337. #menu > ul > .nav_dropdown:hover {
  338. background-color: #509599;
  339. }
  340. #menu > ul > .nav_dropdown > div > a:hover {
  341. color: #e9e9e9;
  342. }
  343. #nav_links {
  344. max-width: 40px;
  345. }
  346. .nav_dropdown > div > a {
  347. display: none;
  348. color: white;
  349. height: 50px;
  350. line-height: 50px;
  351. }
  352. #nav_links > #links_menu {
  353. margin-left: -95.56px;
  354. }
  355. .nav_dropdown:hover > div > a {
  356. display: block;
  357. }
  358. #menu > ul > li > a:hover,
  359. .nav_dropdown:hover > div > a:hover {
  360. background-color: rgba(255, 255, 255, 0.2);
  361. }
  362. #userinfo {
  363. position: absolute;
  364. top: 10px;
  365. right: 0;
  366. z-index: 50;
  367. text-align: right;
  368. }
  369. #userinfo > ul {
  370. height: 17px;
  371. }
  372. #userinfo ul li {
  373. display: inline-block;
  374. line-height: 20px;
  375. vertical-align: middle;
  376. margin: 0 0.1em;
  377. padding: 2px;
  378. }
  379. #userinfo_major > li,
  380. #userinfo_stats > li,
  381. .linkbox .brackets {
  382. margin-left: 8px;
  383. }
  384. #userinfo_minor > li,
  385. #userinfo_minor > li > span {
  386. float: right;
  387. }
  388. #userinfo_minor > li > ul {
  389. display: none;
  390. background: #23252a;
  391. padding: 6px 10px;
  392. margin-top: 26px;
  393. }
  394. #userinfo_minor > li > ul > li {
  395. display: block;
  396. }
  397. #userinfo_stats {
  398. color: #abd6ad;
  399. width: auto;
  400. z-index: 1001;
  401. }
  402. #userinfo_stats a:hover {
  403. text-decoration: underline;
  404. }
  405. #searchbutton,
  406. .hide {
  407. display: none;
  408. }
  409. #userinfo_stats .stat,
  410. #userinfo_stats a,
  411. .colhead_dark a {
  412. color: #fff;
  413. }
  414. #menu {
  415. height: 50px;
  416. border-radius: 5px 5px 0 0;
  417. }
  418. #menu > ul {
  419. display: flex;
  420. }
  421. #menu > ul > li {
  422. position: relative;
  423. list-style: none;
  424. display: flex;
  425. flex: 1 1 90px;
  426. margin: 0;
  427. }
  428. #menu > ul > li > a {
  429. display: inline-block;
  430. box-sizing: border-box;
  431. width: 100%;
  432. height: 50px;
  433. line-height: 50px;
  434. text-align: center;
  435. vertical-align: middle;
  436. color: #fff;
  437. text-decoration: none;
  438. overflow: hidden;
  439. white-space: nowrap;
  440. }
  441. #menu > ul > li:nth-of-type(1),
  442. #menu > ul > li:nth-of-type(1) > a {
  443. border-radius: 5px 0 0 0;
  444. }
  445. #menu > ul > li:nth-of-type(10),
  446. #menu > ul > li:nth-of-type(10) > a {
  447. border-radius: 0 5px 0 0;
  448. }
  449. #menu > ul > li:nth-of-type(1) {
  450. background-color: #80af8a;
  451. }
  452. #menu > ul > li:nth-of-type(2) {
  453. background-color: #78aa86;
  454. }
  455. #menu > ul > li:nth-of-type(3) {
  456. background-color: #6fa585;
  457. }
  458. #menu > ul > li:nth-of-type(4) {
  459. background-color: #659f82;
  460. }
  461. #menu > ul > li:nth-of-type(5) {
  462. background-color: #58977f;
  463. }
  464. #menu > ul > li:nth-of-type(6) {
  465. background-color: #4b907f;
  466. }
  467. #menu > ul > li:nth-of-type(7) {
  468. background-color: #3d8a81;
  469. }
  470. #menu > ul > li:nth-of-type(8) {
  471. background-color: #2e8180;
  472. }
  473. #menu > ul > li:nth-of-type(9) {
  474. background-color: #247a80;
  475. }
  476. #menu > ul > li:nth-of-type(10) {
  477. background-color: #1e7682;
  478. border-radius: 0 5px 0 0;
  479. }
  480. .alertbar {
  481. background-color: #4b907f;
  482. text-align: center;
  483. color: #fff;
  484. width: 900px;
  485. height: 18px;
  486. margin: 2px 0;
  487. padding: 9px 0;
  488. vertical-align: middle;
  489. }
  490. .alertbar.error {
  491. background-color: #c73f3f;
  492. }
  493. .alertbar.warning {
  494. background-color: #c58b09;
  495. }
  496. .alertbar a {
  497. display: inline-block;
  498. position: relative;
  499. left: 0;
  500. height: 18px;
  501. color: #fff;
  502. text-decoration: underline;
  503. }
  504. .alertbar.modbar > a {
  505. margin: 0 5px;
  506. }
  507. .torrent_table .group a,
  508. .ui-state-hover,
  509. a.ui-state-hover,
  510. li.ui-state-hover {
  511. color: #fff;
  512. }
  513. .alertbar a:hover,
  514. .tags a:hover {
  515. color: #fff;
  516. text-decoration: none;
  517. }
  518. .alertbar a[href="news.php"] {
  519. background: linear-gradient(#045362, #0d5968);
  520. }
  521. .alertbar #del_announce {
  522. left: 432px;
  523. top: -45px;
  524. }
  525. #alerts.countdown_wrapper .alertbar {
  526. color: #fff;
  527. }
  528. .alertbar[style="border:1px solid #360;background-color:#120;margin-bottom:3px;"] {
  529. color: #fff;
  530. border: none;
  531. margin-bottom: 2px;
  532. height: 36px;
  533. }
  534. #searchbars {
  535. box-sizing: border-box;
  536. width: 900px;
  537. height: 50px;
  538. padding: 8px 0;
  539. background: #3b3f47;
  540. margin-bottom: 2px;
  541. display: flex;
  542. }
  543. #searchbars > .search_form {
  544. flex: 1 1 auto;
  545. text-align: center;
  546. }
  547. #searchbars input {
  548. box-sizing: border-box;
  549. max-width: 10em;
  550. height: 34px;
  551. border: none;
  552. border-radius: 2.5px;
  553. background-color: #2b2d33;
  554. padding: 7px 11px 7px 8px;
  555. color: #c6c9c9;
  556. font-size: 12px;
  557. }
  558. #searchbars ul {
  559. margin: 0;
  560. padding: 0;
  561. list-style: none;
  562. display: block;
  563. }
  564. #searchbars ul li {
  565. display: inline;
  566. float: left;
  567. margin: 0 7px 0 0;
  568. position: relative;
  569. list-style: none;
  570. }
  571. #searchbars ul li:first-child {
  572. margin-left: 48px;
  573. }
  574. #searchbars ul li form {
  575. display: inline;
  576. margin: 0;
  577. }
  578. #settings_sections {
  579. padding-bottom: 10px;
  580. padding: 0px;
  581. }
  582. .newmem {
  583. background-color: #222;
  584. text-align: center;
  585. font-size: 0.95em;
  586. margin: 0 auto;
  587. padding: 5px;
  588. }
  589. #cat-selector ul li {
  590. display: inline;
  591. width: 12em;
  592. height: 1em;
  593. float: left;
  594. }
  595. div.contenth textarea {
  596. background-color: #373a42;
  597. border: 1px solid #5b5e64;
  598. color: #fff;
  599. font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  600. font-size: 1.1em;
  601. padding: 2px 3px;
  602. }
  603. div.linkbox {
  604. text-align: center;
  605. padding: 5px;
  606. }
  607. .linkbox > strong {
  608. color: #83e4a6;
  609. }
  610. #banner {
  611. width: 900px;
  612. }
  613. #torrents #content .thin h2 a img {
  614. width: 900px;
  615. margin-top: -5px;
  616. }
  617. #torrents .sidebar table.box {
  618. font-size: 1em;
  619. margin-top: 2px;
  620. width: 252px;
  621. padding: 0;
  622. }
  623. #torrents .main_column .box.pad {
  624. background-color: #23252a;
  625. padding-top: 10px;
  626. }
  627. input[value="Make Default"] {
  628. margin-left: -0.6em;
  629. }
  630. .ui-menu .ui-menu-item a {
  631. padding: 5px 9px;
  632. background: #085565;
  633. }
  634. .ui-state-focus,
  635. .ui-state-hover,
  636. .ui-widget-content .ui-state-focus,
  637. .ui-widget-content .ui-state-hover,
  638. .ui-widget-header .ui-state-focus,
  639. .ui-widget-header .ui-state-hover {
  640. background: #085565;
  641. border: none;
  642. }
  643. #ui-active-menuitem {
  644. background: #0b4a57;
  645. margin: 0;
  646. }
  647. .ui-widget {
  648. font-family: "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  649. }
  650. .ui-widget-overlay {
  651. background: #23252a;
  652. opacity: 0.5;
  653. }
  654. .ui-widget-content {
  655. border: none !important;
  656. background: #055363 !important;
  657. color: #fff !important;
  658. padding: 0 !important;
  659. }
  660. .ui-widget-header {
  661. background: none !important;
  662. border: none !important;
  663. }
  664. .ui-state-default {
  665. background: #17191c !important;
  666. border: none !important;
  667. width: 48px !important;
  668. height: 36px !important;
  669. margin: 1px !important;
  670. }
  671. .ui-state-default a {
  672. margin-left: 3px !important;
  673. margin-top: 4px !important;
  674. }
  675. .ui-state-active,
  676. .ui-tabs-selected,
  677. .ui-widget-content .ui-state-active,
  678. .ui-widget-header .ui-state-active {
  679. background: #2c2f36 !important;
  680. color: #fff;
  681. margin: 1px !important;
  682. }
  683. .ui-state-hover,
  684. .ui-widget-content .ui-state-hover,
  685. .ui-widget-header .ui-state-hover {
  686. background: #222429 !important;
  687. color: #fff;
  688. }
  689. .ui-tabs {
  690. width: 636px !important;
  691. font-size: 1.1em !important;
  692. background-color: #2c2f36 !important;
  693. }
  694. .ui-tabs .ui-tabs-panel {
  695. background-color: #2c2f36 !important;
  696. }
  697. .ui-tabs-nav {
  698. width: 48px !important;
  699. margin-top: -8px !important;
  700. margin-bottom: -10px !important;
  701. margin-left: -1px !important;
  702. }
  703. .ui-tabs-panel {
  704. width: 564px !important;
  705. }
  706. .ui-corner-all {
  707. -moz-border-radius: 0 !important;
  708. -webkit-border-radius: 0 !important;
  709. border-radius: 0 !important;
  710. }
  711. .ui-corner-left {
  712. border-top-left-radius: 0 !important;
  713. border-bottom-left-radius: 0 !important;
  714. }
  715. .ui-autocomplete-loading {
  716. background-color: #2c2f36 !important;
  717. background-image: none !important;
  718. }
  719. .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  720. background-color: #2c2f36 !important;
  721. }
  722. #recommend td[width="1%"] {
  723. color: transparent;
  724. }
  725. .welcome {
  726. font-size: 1em;
  727. background-color: #282828;
  728. border: 1px solid #303030;
  729. }
  730. .b1h,
  731. .b2bh,
  732. .b2h,
  733. .b3bh,
  734. .b3h,
  735. .b4bh,
  736. .b4h,
  737. .contenth {
  738. background: none !important;
  739. }
  740. .b1bh,
  741. .b1h,
  742. .b2bh,
  743. .b2h,
  744. .b3bh,
  745. .b3h,
  746. .b4bh,
  747. .b4h {
  748. background: #fefefe;
  749. border-left: 0 solid #aaa !important;
  750. border-right: 0 solid #aaa !important;
  751. height: 2px;
  752. margin: 0 1px;
  753. }
  754. .contenth {
  755. border-left: 0 hidden !important;
  756. border-right: 0 hidden !important;
  757. color: #fff !important;
  758. }
  759. .body,
  760. .head,
  761. .pad {
  762. padding: 12px;
  763. }
  764. .head {
  765. background: #52555c;
  766. box-sizing: border-box;
  767. }
  768. #reseed_box {
  769. padding-bottom: 0;
  770. }
  771. #reseed_box .sign {
  772. text-align: left;
  773. }
  774. #reseed_box #swapreseed {
  775. color: #85878f;
  776. position: relative;
  777. left: 468px;
  778. }
  779. #reseed_box #swapreseed:hover {
  780. color: #92d4a0;
  781. }
  782. #reseed_box .head {
  783. margin-bottom: 2px !important;
  784. }
  785. .tags {
  786. font-style: italic;
  787. padding: 0 0 0 20px;
  788. }
  789. .tags a {
  790. color: #7e7e7e;
  791. }
  792. ul.nobullet {
  793. padding-bottom: 2px;
  794. }
  795. ul.nobullet,
  796. ul.nobullet li {
  797. list-style-type: none;
  798. }
  799. table {
  800. width: 100%;
  801. border-collapse: collapse;
  802. }
  803. td {
  804. padding: 5px;
  805. }
  806. #torrents .torrent_table td:first-child,
  807. td:first-child {
  808. padding-left: 12px;
  809. }
  810. #torrents .torrent_table td:last-child,
  811. td:last-child {
  812. padding-right: 12px;
  813. }
  814. td.tdleft {
  815. text-align: left;
  816. padding: 5px;
  817. }
  818. td.tdcenter {
  819. text-align: center;
  820. padding: 5px;
  821. }
  822. td.tdright {
  823. text-align: right;
  824. padding: 5px;
  825. }
  826. .forum_group_header {
  827. background-color: #373a42 !important;
  828. color: #fff;
  829. font-weight: 300;
  830. margin-top: 2px;
  831. }
  832. .colhead {
  833. background: #565961;
  834. font-weight: 300;
  835. color: #fff;
  836. }
  837. .colhead td,
  838. .colhead_dark td,
  839. td.colhead {
  840. padding-top: 12px;
  841. padding-bottom: 12px;
  842. }
  843. .colhead_dark {
  844. background: linear-gradient(#52555c, #585b62);
  845. color: #fff;
  846. vertical-align: middle;
  847. }
  848. tbody .colhead_dark {
  849. background: linear-gradient(#52555c, #585b62);
  850. color: #fff !important;
  851. vertical-align: middle;
  852. }
  853. ul.navigation {
  854. background-color: #565961 !important;
  855. color: #fff;
  856. text-align: center;
  857. list-style: none;
  858. font-weight: 300 !important;
  859. padding: 10px !important;
  860. }
  861. ul.navigation li {
  862. display: inline;
  863. padding: 0 !important;
  864. margin-right: -2px !important;
  865. }
  866. ul.navigation a {
  867. color: #fff;
  868. text-decoration: none;
  869. padding: 10px 20px !important;
  870. }
  871. ul.navigation a:hover {
  872. color: #fff !important;
  873. background-color: #2f7e8c !important;
  874. }
  875. ul.navigation a:focus {
  876. color: #fff !important;
  877. background-color: #2b6d79 !important;
  878. outline: 0;
  879. }
  880. ul.navigation a.selected {
  881. color: #fff !important;
  882. background-color: #085565 !important;
  883. }
  884. .scroll .panel {
  885. background-color: #2c2f36 !important;
  886. }
  887. .scroll .panel tr {
  888. border: none;
  889. }
  890. .box.tvshows .snatches + .pad {
  891. padding: 0;
  892. }
  893. .leftbar {
  894. width: 86px !important;
  895. padding: 0 10px 10px !important;
  896. }
  897. .leftbar img {
  898. width: 106px;
  899. margin-left: -10px;
  900. }
  901. .midbar {
  902. margin-left: 108px !important;
  903. }
  904. .midbar .box {
  905. padding: 10px !important;
  906. }
  907. .midbar .head {
  908. width: 772px;
  909. }
  910. .midbar .box.info > div {
  911. margin-bottom: 10px;
  912. }
  913. .midbar .box.usermenu {
  914. padding: 0 !important;
  915. margin-bottom: 2px !important;
  916. }
  917. .password_strength_bg {
  918. background-color: #2c2f36 !important;
  919. width: 289px !important;
  920. }
  921. .password_strength_container {
  922. width: 289px !important;
  923. padding: 5px !important;
  924. }
  925. .password_strength {
  926. width: 289px !important;
  927. }
  928. td.label {
  929. font-weight: 300;
  930. text-align: right;
  931. width: 180px;
  932. }
  933. .filter_torrents td.label {
  934. width: 260px;
  935. }
  936. table.slice {
  937. margin-top: -1px;
  938. }
  939. .error_message {
  940. border: 1px solid #666;
  941. background-color: #af2525;
  942. text-align: center;
  943. color: #fff;
  944. padding: 3px 0;
  945. }
  946. .save_message {
  947. margin-top: 2px;
  948. background-color: #93d4a2 !important;
  949. text-align: center;
  950. color: #fff;
  951. padding: 10px;
  952. }
  953. .elem_error {
  954. border: 3px solid #b00d0d;
  955. }
  956. ul.stats li {
  957. padding: 0 0 1px;
  958. }
  959. ul.stats tr {
  960. border: none;
  961. }
  962. ul.poll li {
  963. margin: 0;
  964. padding: 0 0 0 10px;
  965. }
  966. ul.poll li.graph {
  967. margin-bottom: 3px;
  968. padding-left: 20px;
  969. }
  970. span.center_poll {
  971. background: #565960;
  972. border-radius: 3px;
  973. display: inline-block;
  974. height: 8px;
  975. min-width: 8px;
  976. }
  977. .show_torrents_link {
  978. border: none;
  979. width: 28px;
  980. height: 28px;
  981. display: block;
  982. }
  983. #series .box .body img {
  984. margin: -10px;
  985. margin-top: -6px !important;
  986. width: 646px;
  987. height: 100%;
  988. }
  989. #series .sidebar .box .nobullet {
  990. text-align: center;
  991. }
  992. #series .sidebar .box .stats {
  993. text-align: initial !important;
  994. }
  995. .torrent_table tr {
  996. vertical-align: top;
  997. }
  998. .torrent_table tbody .pad > td,
  999. .torrent_table tbody > .pad {
  1000. padding: 0;
  1001. }
  1002. .colhead .sign,
  1003. .colhead_dark .sign {
  1004. vertical-align: middle;
  1005. text-align: right;
  1006. font-size: 1.2em;
  1007. font-weight: 300;
  1008. }
  1009. .torrent_table tr.group_torrent.first {
  1010. border-top: 3px solid #565960;
  1011. }
  1012. .torrent_table tr.group_torrent a:hover span {
  1013. color: #92d4a0 !important;
  1014. }
  1015. #series .main_column .box,
  1016. #series .main_column table.border {
  1017. margin-top: 2px;
  1018. }
  1019. .season {
  1020. color: #ff2419;
  1021. }
  1022. .episode {
  1023. color: #00aeef;
  1024. }
  1025. .torrent_table .colhead_dark {
  1026. background-color: #55585f;
  1027. height: 36px !important;
  1028. vertical-align: middle !important;
  1029. }
  1030. .torrent_table .group {
  1031. background-color: #2c2f36;
  1032. }
  1033. .torrent_table div.tags {
  1034. font-weight: 400;
  1035. }
  1036. .torrent_table tr .center {
  1037. vertical-align: middle;
  1038. text-align: center;
  1039. }
  1040. .torrent_table tr.group_torrent td a span {
  1041. float: left;
  1042. white-space: pre;
  1043. }
  1044. .torrent_table tr.group_torrent td {
  1045. padding: 8px;
  1046. }
  1047. .torrent_table tr.group_torrent .group.discog {
  1048. padding: 8px 10px;
  1049. }
  1050. .torrent_table tr.group_torrent .group.discog .episode,
  1051. .torrent_table tr.group_torrent .group.discog b {
  1052. color: #37a9a4 !important;
  1053. }
  1054. .torrent_table tr.group_torrent .group.discog .episode:hover {
  1055. color: #fff !important;
  1056. }
  1057. .torrent_table tr.group_torrent .group.discog .season {
  1058. color: #92d4a0 !important;
  1059. }
  1060. .torrent_table tr.group_torrent .group.discog .season:hover {
  1061. color: #fff !important;
  1062. }
  1063. .torrent span,
  1064. .group span {
  1065. font-weight: 400;
  1066. float: right;
  1067. }
  1068. .torrent span img {
  1069. vertical-align: text-top;
  1070. }
  1071. .nobr {
  1072. white-space: nowrap;
  1073. }
  1074. #collages .sign,
  1075. #torrents .sign {
  1076. padding: 5px;
  1077. }
  1078. .filter_torrents {
  1079. width: 900px;
  1080. }
  1081. .filter_torrents > .box {
  1082. margin-top: 2px;
  1083. }
  1084. .filter_torrents > .box.pad.center {
  1085. margin-top: -48px;
  1086. margin-bottom: 10px;
  1087. }
  1088. .filter_torrents .box.pad .cat_list {
  1089. position: relative;
  1090. left: -12px;
  1091. width: 900px;
  1092. }
  1093. .filter_torrents .box.pad .cat_list tbody tr td input[type="checkbox"][name="filter_cat[1]"],
  1094. .filter_torrents .box.pad .cat_list tbody tr td label[for="cat_1"] {
  1095. position: relative;
  1096. left: 376px;
  1097. }
  1098. .filter_torrents .box.pad .cat_list#taglist td {
  1099. background-color: #373a42 !important;
  1100. }
  1101. .filter_torrents .box.pad .cat_list#taglist tr {
  1102. border-bottom: none;
  1103. }
  1104. .filter_torrents .box.pad .cat_list td[width="12.5%"] {
  1105. padding-left: 17px;
  1106. }
  1107. .filter_torrents .box.pad .cat_list td.label {
  1108. padding-right: 17px;
  1109. }
  1110. .filter_torrents .box.pad .cat_list[width="100%"] td {
  1111. background-color: #373a42 !important;
  1112. }
  1113. .filter_torrents .country_list {
  1114. position: relative;
  1115. left: -12px;
  1116. width: 900px;
  1117. }
  1118. .filter_torrents .country_list td {
  1119. padding-left: 12px;
  1120. background-color: #373a42 !important;
  1121. }
  1122. .filter_torrents .country_list tr {
  1123. border-bottom: none;
  1124. }
  1125. #bonus table[style="width:100%"] td,
  1126. #bonus table[style="width:100%"] tr {
  1127. padding: 10px !important;
  1128. border-color: #23252a;
  1129. border-style: solid;
  1130. border-width: 2px;
  1131. }
  1132. .forum_post.forum_unread {
  1133. border-top: 2px solid #c7fada;
  1134. }
  1135. .forum_post.staff_post.forum_unread {
  1136. border-top: 2px solid #fac7df;
  1137. }
  1138. .forum_post.staff_post .colhead_dark {
  1139. background: #634852;
  1140. }
  1141. .forum_post.sticky_post {
  1142. border: 3px solid #634852;
  1143. }
  1144. table.forum_post input[type="button"] {
  1145. margin-right: 2px;
  1146. }
  1147. table.forum_post span[style="float:left;"] img,
  1148. table.forum_post td[colspan="2"] {
  1149. vertical-align: middle;
  1150. }
  1151. td.avatar {
  1152. width: 150px;
  1153. padding: 0;
  1154. }
  1155. table.forum_post td.body {
  1156. width: 646px;
  1157. }
  1158. /* Because Firefox apparently doesn't understand "100%" in tables */
  1159. #forums table.forum_post td.body > div {
  1160. max-width: 730px;
  1161. }
  1162. .last_edited {
  1163. opacity: 0.6;
  1164. }
  1165. tbody {
  1166. max-width: 646px;
  1167. }
  1168. blockquote {
  1169. border: 1px dashed #666;
  1170. margin: 10px;
  1171. padding: 10px;
  1172. }
  1173. blockquote,
  1174. pre {
  1175. background-color: #23252a !important;
  1176. }
  1177. .signature {
  1178. border-top: 1px dotted #666;
  1179. margin: 2em 0 0;
  1180. padding: 0.5em 0 0;
  1181. }
  1182. div.user_details {
  1183. padding: 5px;
  1184. }
  1185. tr.unreadpm {
  1186. background-color: #651809 !important;
  1187. }
  1188. .permission_head {
  1189. width: 400px;
  1190. margin-left: auto;
  1191. margin-right: auto;
  1192. }
  1193. .permissions {
  1194. width: 930px;
  1195. margin-left: auto;
  1196. margin-right: auto;
  1197. }
  1198. .permission_container {
  1199. float: left;
  1200. width: 300px;
  1201. padding: 5px;
  1202. }
  1203. .permission_container input {
  1204. vertical-align: top;
  1205. margin: 0 3px 5px 0;
  1206. }
  1207. ul .invitetree {
  1208. margin: 0 0 0 25px;
  1209. }
  1210. .invitetree li {
  1211. list-style: none;
  1212. margin: 10px 2px;
  1213. }
  1214. #left_poll {
  1215. width: 2px;
  1216. height: 9px;
  1217. background: #3caba6 !important;
  1218. float: left;
  1219. margin: 0;
  1220. padding: 0;
  1221. }
  1222. #center_poll {
  1223. height: 9px;
  1224. background-color: #3caba6 !important;
  1225. float: left;
  1226. margin: 0;
  1227. padding: 0;
  1228. }
  1229. #right_poll {
  1230. width: 2px;
  1231. height: 9px;
  1232. background: #3caba6 !important;
  1233. float: left;
  1234. margin: 0;
  1235. padding: 0;
  1236. }
  1237. .curtain {
  1238. position: fixed;
  1239. top: 0;
  1240. left: 0;
  1241. width: 100%;
  1242. height: 100%;
  1243. background-color: #000;
  1244. z-index: 1001;
  1245. }
  1246. .lightbox {
  1247. position: fixed;
  1248. text-align: center;
  1249. top: 5%;
  1250. left: 5%;
  1251. width: 90%;
  1252. height: 90%;
  1253. z-index: 1002;
  1254. overflow: auto;
  1255. padding: 0;
  1256. }
  1257. pre {
  1258. color: #fff;
  1259. border: 1px dashed #55585f;
  1260. margin: 10px;
  1261. padding: 10px;
  1262. }
  1263. #donation {
  1264. position: absolute;
  1265. display: inline;
  1266. width: 0;
  1267. top: 7px;
  1268. right: 38px;
  1269. padding: 0.6em 0;
  1270. text-align: center;
  1271. font-size: 1em;
  1272. color: #fff;
  1273. z-index: 1001;
  1274. }
  1275. #DonBk,
  1276. #DonBr {
  1277. display: none;
  1278. }
  1279. #DonInfo a {
  1280. display: block;
  1281. height: 32px;
  1282. width: 36px;
  1283. color: #fff !important;
  1284. line-height: 90px;
  1285. margin-top: -153px;
  1286. }
  1287. #blog .thin > br,
  1288. #news .thin > br {
  1289. display: none;
  1290. }
  1291. #blog .box,
  1292. #news .box {
  1293. margin-bottom: 2px;
  1294. }
  1295. #blog .head,
  1296. #news .head {
  1297. width: 900px;
  1298. }
  1299. #forums .box {
  1300. width: 900px;
  1301. margin-top: 2px;
  1302. }
  1303. #forums .head {
  1304. width: 900px;
  1305. }
  1306. #forums #content > br {
  1307. display: none;
  1308. }
  1309. #forums #content .thin > p {
  1310. margin-top: -12px;
  1311. }
  1312. #forums .box.pad {
  1313. padding: 1em 0;
  1314. background-color: #23252a;
  1315. }
  1316. #forums #content .thin > table.forum_post {
  1317. border-collapse: collapse !important;
  1318. }
  1319. #actorshowcase .thin {
  1320. text-align: center;
  1321. }
  1322. #actorshowcase .thin > table {
  1323. display: inline-block;
  1324. width: 25%;
  1325. height: 387px;
  1326. }
  1327. #actorshowcase .thin > table > tbody {
  1328. height: 387px;
  1329. }
  1330. .textarea_wrap {
  1331. padding-top: 15px;
  1332. }
  1333. #quickpost {
  1334. color: #eee !important;
  1335. font-size: 1.1em !important;
  1336. }
  1337. #quickpostform {
  1338. background-color: transparent;
  1339. }
  1340. #quickreplybuttons input[value="Editor"] {
  1341. margin-right: 2px;
  1342. }
  1343. div.contenth #quickpost {
  1344. right: -2px;
  1345. }
  1346. .bbcode_bar {
  1347. background: #373a42;
  1348. border: 1px solid #5b5e64;
  1349. border-bottom: none;
  1350. }
  1351. .bbcode_bar > li > a {
  1352. min-width: 15px;
  1353. }
  1354. .bbcode_bar .emoji_box {
  1355. border: 1px solid #5b5e63;
  1356. background-color: #373a42 !important;
  1357. }
  1358. #friends table[width="100%"] td {
  1359. text-align: center;
  1360. }
  1361. .tickets_search {
  1362. width: 800px;
  1363. margin-left: auto;
  1364. margin-right: auto;
  1365. font-size: 0.8em;
  1366. }
  1367. .tickets_categories {
  1368. float: left;
  1369. text-align: left;
  1370. padding: 0.5em;
  1371. }
  1372. .tickets_status {
  1373. float: right;
  1374. text-align: left;
  1375. padding: 0.5em;
  1376. }
  1377. .small_label {
  1378. width: 0;
  1379. text-align: right;
  1380. font-weight: 300;
  1381. }
  1382. .filter_tickets {
  1383. width: 850px;
  1384. margin-left: auto;
  1385. margin-right: auto;
  1386. margin-bottom: 15px;
  1387. }
  1388. .rank {
  1389. text-align: center;
  1390. font: small-caps 2.4em Georgia, "Times New Roman", Times, serif;
  1391. width: 86px;
  1392. margin-top: 10px;
  1393. margin-left: auto;
  1394. margin-right: auto;
  1395. position: relative;
  1396. }
  1397. .rank img {
  1398. clear: both;
  1399. }
  1400. .rankimghide {
  1401. display: none;
  1402. margin: 0;
  1403. padding: 0;
  1404. }
  1405. .center h3 {
  1406. padding-top: 4px;
  1407. font-size: 1em;
  1408. }
  1409. .review_row,
  1410. .review_row.box {
  1411. margin-top: 2px;
  1412. }
  1413. .inline_rank {
  1414. position: relative;
  1415. top: 80px;
  1416. left: 14px;
  1417. font: small-caps 1.4em Georgia, "Times New Roman", Times, serif;
  1418. }
  1419. .inline_rank img {
  1420. width: 2%;
  1421. }
  1422. .review_title {
  1423. font: small-caps 2.1em Georgia, "Times New Roman", Times, serif;
  1424. margin-left: 17px;
  1425. }
  1426. .review_body {
  1427. float: right;
  1428. width: 765px;
  1429. overflow: auto;
  1430. margin: 6px 0 0;
  1431. padding: 1px;
  1432. }
  1433. .review_details {
  1434. font-style: italic;
  1435. float: right;
  1436. padding-right: 12px;
  1437. padding-bottom: 10px;
  1438. padding-top: 5px;
  1439. }
  1440. .review_search {
  1441. width: 900px;
  1442. text-align: center;
  1443. margin: auto;
  1444. }
  1445. .review_search input {
  1446. width: 400px;
  1447. text-align: center;
  1448. }
  1449. .left_tabs {
  1450. float: left;
  1451. width: 100px;
  1452. }
  1453. a.tab {
  1454. display: block;
  1455. background-color: rgba(69, 69, 69, 0.35);
  1456. text-align: center;
  1457. color: #fff;
  1458. font-weight: 300;
  1459. text-transform: lowercase;
  1460. padding: 4px;
  1461. }
  1462. #content .home .main_column {
  1463. float: right;
  1464. }
  1465. #content .home .main_column .of_the_month {
  1466. margin-left: -2px;
  1467. }
  1468. #content .home .main_column .of_the_month .head {
  1469. width: 302px;
  1470. }
  1471. #content .home .main_column .of_the_month .box {
  1472. width: 302px;
  1473. margin-left: 2px;
  1474. padding-bottom: 0 !important;
  1475. }
  1476. #content .home .main_column .of_the_month .box img {
  1477. width: 322px;
  1478. height: 474px;
  1479. margin-left: -10px;
  1480. margin-top: -10px;
  1481. }
  1482. #content .home .main_column .of_the_month .box li {
  1483. padding-bottom: 10px;
  1484. }
  1485. .home table,
  1486. .home td {
  1487. border: 0;
  1488. }
  1489. .home .sidebar {
  1490. float: left;
  1491. }
  1492. #torrents .torrent_table .sign {
  1493. text-align: center;
  1494. }
  1495. .sidebar .box .nobullet img {
  1496. width: initial;
  1497. margin: initial;
  1498. }
  1499. #content .home .box {
  1500. margin-bottom: 2px;
  1501. }
  1502. #content .home .sidebar #last_uploads img {
  1503. width: 252px;
  1504. margin-left: -10px;
  1505. margin-top: -7px;
  1506. margin-bottom: 4px;
  1507. }
  1508. #content .home .sidebar #last_uploads li b {
  1509. display: none;
  1510. }
  1511. #content .home #last_uploads {
  1512. margin-top: -3px;
  1513. }
  1514. #content .home th {
  1515. text-align: left;
  1516. padding: 5px;
  1517. }
  1518. #content .home tr.colhead {
  1519. border: 0;
  1520. border-bottom: 1px solid #000;
  1521. }
  1522. #content .home th:first-child {
  1523. border-right: 1px solid #000;
  1524. }
  1525. #content .home th:last-child {
  1526. border-left: 1px solid #000;
  1527. }
  1528. a.tab:hover {
  1529. text-decoration: none;
  1530. background-color: rgba(69, 69, 69, 0.55);
  1531. }
  1532. a.tab#selected {
  1533. background-color: rgba(145, 168, 175, 0.3);
  1534. }
  1535. div.thin2 {
  1536. float: left;
  1537. width: 900px;
  1538. margin: auto;
  1539. }
  1540. p#preloader {
  1541. margin: 0;
  1542. padding: 1em 1em 1em 3em;
  1543. }
  1544. .profileLink a {
  1545. display: block;
  1546. color: #fff;
  1547. border-top: 1px solid #ccc;
  1548. padding: 0.3em 1em;
  1549. }
  1550. div#gift {
  1551. width: 1px;
  1552. height: 1px;
  1553. position: relative;
  1554. top: 130px;
  1555. left: 895px;
  1556. z-index: 999;
  1557. }
  1558. .button {
  1559. border: 0 solid #131313;
  1560. color: #eee;
  1561. height: 30px;
  1562. letter-spacing: 1px;
  1563. line-height: 16px;
  1564. overflow: visible;
  1565. text-transform: uppercase;
  1566. padding: 5px 12px;
  1567. }
  1568. #store #content {
  1569. position: relative;
  1570. margin-top: 2px;
  1571. }
  1572. #store #content > div {
  1573. position: initial !important;
  1574. }
  1575. .box #summary {
  1576. position: relative;
  1577. left: -10px;
  1578. }
  1579. .info table,
  1580. .info td,
  1581. .info tr,
  1582. .requests table,
  1583. .requests td,
  1584. .requests tr {
  1585. border: 0;
  1586. vertical-align: top;
  1587. margin: 0;
  1588. padding: 0;
  1589. }
  1590. .info td {
  1591. border-bottom: 0 solid gray !important;
  1592. height: 50px;
  1593. vertical-align: middle;
  1594. width: 20px;
  1595. }
  1596. #cat-selector ul,
  1597. html {
  1598. width: 100%;
  1599. }
  1600. #logo a:hover,
  1601. .cat_list tr td,
  1602. .torrent_table td.group,
  1603. img {
  1604. border: none;
  1605. }
  1606. #wrapper,
  1607. .thin {
  1608. width: 900px;
  1609. margin: 0 auto;
  1610. }
  1611. .number,
  1612. .right {
  1613. text-align: right;
  1614. }
  1615. .number_column {
  1616. text-align: center;
  1617. }
  1618. .pad {
  1619. padding: 1em;
  1620. }
  1621. .home .extrapad {
  1622. padding: 0;
  1623. }
  1624. tr {
  1625. background-color: #2c2f36;
  1626. border-bottom: 2px solid #2c2f36;
  1627. }
  1628. .forum_post tr {
  1629. border-bottom: none;
  1630. }
  1631. .search_form .submit,
  1632. .filter_tickets .submit,
  1633. .filter_torrents .submit {
  1634. text-align: right;
  1635. padding-top: 5px;
  1636. }
  1637. .torrent_table tr.group {
  1638. background-color: #3e4046;
  1639. }
  1640. .torrent_table tr.group_torrent,
  1641. tr.torrent {
  1642. background-color: #23252a;
  1643. }
  1644. tr.torrent:nth-of-type(even),
  1645. tr.request:nth-of-type(even) {
  1646. background-color: #272a2f;
  1647. }
  1648. .group_torrent span,
  1649. .torrent_table tr.group_torrent .year {
  1650. float: right;
  1651. }
  1652. .tl_reported {
  1653. color: #e85a5a;
  1654. }
  1655. .tl_free {
  1656. color: gold;
  1657. }
  1658. .tl_seeding {
  1659. color: #8de88d;
  1660. }
  1661. .tl_snatched {
  1662. color: orange;
  1663. }
  1664. .tl_leeching {
  1665. color: #ff3e3e;
  1666. }
  1667. form tr {
  1668. background-color: #2c2f36;
  1669. }
  1670. #playbutton {
  1671. position: relative !important;
  1672. top: -138px !important;
  1673. left: 0 !important;
  1674. margin-bottom: -110px !important;
  1675. }
  1676. #tiptip_content {
  1677. font-size: 1em !important;
  1678. color: #fff !important;
  1679. text-shadow: none !important;
  1680. padding: 4px 8px;
  1681. border: 2px solid #5b5e64 !important;
  1682. background-color: #373a42 !important;
  1683. background-image: none !important;
  1684. border-radius: 0 !important;
  1685. -webkit-border-radius: 0 !important;
  1686. -moz-border-radius: 0 !important;
  1687. box-shadow: none !important;
  1688. -webkit-box-shadow: none !important;
  1689. -moz-box-shadow: none !important;
  1690. }
  1691. #tiptip_arrow,
  1692. #tiptip_arrow_inner {
  1693. border: none !important;
  1694. }
  1695. a.last_read > svg {
  1696. fill: #909090;
  1697. margin: 3px 6px;
  1698. }
  1699. .forum_index h3,
  1700. .forum_list h3 {
  1701. margin-top: 24px;
  1702. }
  1703. .forum_index h4,
  1704. .forum_list h4 {
  1705. font-size: 12px;
  1706. }
  1707. .forum_index td {
  1708. position: relative;
  1709. }
  1710. .alternate_rows .row:nth-child(odd) {
  1711. background: #33363d;
  1712. }
  1713. .forum_index td.read:after,
  1714. #forums td.unread:after {
  1715. content: "";
  1716. position: absolute;
  1717. height: 8px;
  1718. width: 8px;
  1719. top: 9px;
  1720. left: 7px;
  1721. border-radius: 1px;
  1722. }
  1723. .forum_index td.read:after {
  1724. background-color: #20717c;
  1725. }
  1726. .forum_index td.unread:after {
  1727. background-color: #47b39a;
  1728. }
  1729. .forum_list .forum_index td.read:after,
  1730. #forums .forum_list td.unread:after {
  1731. top: 14px;
  1732. }
  1733. .forum_index td.read_sticky:after,
  1734. #forums td.unread_sticky:after,
  1735. .forum_index td.read_locked_sticky:after,
  1736. #forums td.unread_locked_sticky:after {
  1737. content: "";
  1738. position: absolute;
  1739. height: 0px;
  1740. width: 0px;
  1741. top: 9px;
  1742. left: 6px;
  1743. border-left: 5px solid transparent;
  1744. border-right: 5px solid transparent;
  1745. }
  1746. .forum_index td.read_sticky:after,
  1747. .forum_index td.read_locked_sticky:after {
  1748. border-bottom: 10px solid #20717c;
  1749. }
  1750. .forum_index td.unread_sticky:after,
  1751. .forum_index td.unread_locked_sticky:after {
  1752. border-bottom: 10px solid #47b39a;
  1753. }
  1754. .forum_index td.read_locked:before,
  1755. #forums td.unread_locked:before,
  1756. .forum_index td.read_locked_sticky:before,
  1757. #forums td.unread_locked_sticky:before {
  1758. content: "";
  1759. position: absolute;
  1760. height: 2px;
  1761. width: 8px;
  1762. top: 12px;
  1763. left: 7px;
  1764. border-radius: 1px;
  1765. }
  1766. .forum_index td.read_locked:before,
  1767. .forum_index td.read_locked_sticky:before {
  1768. background-color: #20717c;
  1769. }
  1770. .forum_index td.unread_locked:before,
  1771. .forum_index td.unread_locked_sticky:before {
  1772. background-color: #47b39a;
  1773. }
  1774. .hide_torrents,
  1775. .show_torrents {
  1776. position: relative;
  1777. cursor: pointer;
  1778. }
  1779. .hide_torrents > .show_torrents_link:after,
  1780. .show_torrents > .show_torrents_link:after {
  1781. content: "";
  1782. position: absolute;
  1783. width: 19px;
  1784. height: 3px;
  1785. top: 13px;
  1786. left: 5px;
  1787. border-radius: 2px;
  1788. background-color: #74c796;
  1789. }
  1790. .show_torrents > .show_torrents_link:before {
  1791. content: "";
  1792. position: absolute;
  1793. width: 3px;
  1794. height: 19px;
  1795. top: 5px;
  1796. left: 13px;
  1797. border-radius: 2px;
  1798. background-color: #74c796;
  1799. }
  1800. .search_warning {
  1801. fill: #aaa;
  1802. }
  1803. .dead {
  1804. opacity: 0.7;
  1805. }
  1806. caption {
  1807. border-bottom: 1px dashed #666;
  1808. font-weight: bold;
  1809. }
  1810. .collage_image:hover {
  1811. box-shadow: 0px 0px 0px 3px #88c796;
  1812. position: relative;
  1813. }
  1814. /* Fucking noty */
  1815. .noty_bar {
  1816. border-left: #3eaca7 2px solid;
  1817. }
  1818. #noty_bottomRight_layout_container li {
  1819. background-color: #52555c !important;
  1820. color: #e9e9e9 !important;
  1821. border: none !important;
  1822. }
  1823. .noty_buttons {
  1824. background-color: #2c2f36 !important;
  1825. border-top: none !important;
  1826. }
  1827. .tag_parody {
  1828. color: #e8ab3a !important;
  1829. }
  1830. .tag_character {
  1831. color: #529e63 !important;
  1832. }
  1833. .tag_male {
  1834. color: #3d77e2 !important;
  1835. }
  1836. .tag_female {
  1837. color: #e896e8 !important;
  1838. }
  1839. .tex_img {
  1840. filter: invert(100%);
  1841. }
  1842. #coverCont {
  1843. font-size: 0;
  1844. padding: 5px;
  1845. background-color: #565960;
  1846. }
  1847. /* Pink Additions */
  1848. body.style_pink h1 a,
  1849. body.style_pink h2 a,
  1850. body.style_pink h3 a,
  1851. body.style_pink h4 a,
  1852. body.style_pink h5 a,
  1853. body.style_pink h6 a {
  1854. color: #df7cc2;
  1855. }
  1856. body.style_pink .cats_anime:after {
  1857. color: #78467f;
  1858. }
  1859. body.style_pink .group .cats_anime {
  1860. background-color: #78467f;
  1861. }
  1862. body.style_pink .cats_movies:after {
  1863. color: #4f3063;
  1864. }
  1865. body.style_pink .group .cats_movies {
  1866. background-color: #4f3063;
  1867. }
  1868. body.style_pink .cats_manga:after {
  1869. color: #9f5c9c;
  1870. }
  1871. body.style_pink .group .cats_manga {
  1872. background-color: #9f5c9c;
  1873. }
  1874. body.style_pink .cats_games:after {
  1875. color: #c871b9;
  1876. }
  1877. body.style_pink .group .cats_games {
  1878. background-color: #c871b9;
  1879. }
  1880. body.style_pink .cats_other:after {
  1881. color: #ef86d5;
  1882. }
  1883. body.style_pink .group .cats_other {
  1884. background-color: #ef86d5;
  1885. }
  1886. body.style_pink a:hover,
  1887. body.style_pink .torrent_table .group a:hover {
  1888. color: #db7bc7;
  1889. }
  1890. body.style_pink ::selection,
  1891. body.style_pink ::-moz-selection {
  1892. background: #8b518e;
  1893. }
  1894. body.style_pink button,
  1895. body.style_pink input[type="button"],
  1896. body.style_pink input[type="submit"] {
  1897. background-color: #8b518e;
  1898. }
  1899. body.style_pink button:hover,
  1900. body.style_pink input[type="button"]:hover,
  1901. body.style_pink input[type="submit"]:hover {
  1902. background-color: #643c72;
  1903. }
  1904. body.style_pink button:focus,
  1905. body.style_pink input[type="button"]:focus,
  1906. body.style_pink input[type="submit"]:focus {
  1907. background-color: #78467f;
  1908. }
  1909. body.style_pink #userinfo_stats {
  1910. color: #db7bc7;
  1911. }
  1912. body.style_pink #menu > ul > li:nth-of-type(1) {
  1913. background-color: #3b2655;
  1914. }
  1915. body.style_pink #menu > ul > li:nth-of-type(2) {
  1916. background-color: #4f3063;
  1917. }
  1918. body.style_pink #menu > ul > li:nth-of-type(3) {
  1919. background-color: #643c72;
  1920. }
  1921. body.style_pink #menu > ul > li:nth-of-type(4) {
  1922. background-color: #78467f;
  1923. }
  1924. body.style_pink #menu > ul > li:nth-of-type(5) {
  1925. background-color: #8b518e;
  1926. }
  1927. body.style_pink #menu > ul > li:nth-of-type(6) {
  1928. background-color: #9f5c9c;
  1929. }
  1930. body.style_pink #menu > ul > li:nth-of-type(7) {
  1931. background-color: #b367aa;
  1932. }
  1933. body.style_pink #menu > ul > li:nth-of-type(8) {
  1934. background-color: #c871b9;
  1935. }
  1936. body.style_pink #menu > ul > li:nth-of-type(9) {
  1937. background-color: #db7bc7;
  1938. }
  1939. body.style_pink #menu > ul > li:nth-of-type(10) {
  1940. background-color: #ef86d5;
  1941. }
  1942. body.style_pink #menu > ul > .nav_dropdown:hover,
  1943. body.style_pink .nav_dropdown > div {
  1944. background-color: #e295d2;
  1945. }
  1946. body.style_pink .linkbox > strong {
  1947. color: #db7bc7;
  1948. }
  1949. body.style_pink .alertbar {
  1950. background-color: #4f3063;
  1951. }
  1952. body.style_pink .hide_torrents > .show_torrents_link:after,
  1953. body.style_pink .show_torrents > .show_torrents_link:after,
  1954. body.style_pink .show_torrents > .show_torrents_link:before {
  1955. background-color: #b367aa;
  1956. }
  1957. body.style_pink .forum_index td.read:after {
  1958. background-color: #643c72;
  1959. }
  1960. body.style_pink .forum_index td.unread:after {
  1961. background-color: #db7bc7;
  1962. }
  1963. body.style_pink .forum_index td.read_sticky:after,
  1964. body.style_pink .forum_index td.read_locked_sticky:after {
  1965. border-bottom: 10px solid #643c72;
  1966. }
  1967. body.style_pink .forum_index td.read_locked:before,
  1968. body.style_pink .forum_index td.read_locked_sticky:before {
  1969. background-color: #643c72;
  1970. }
  1971. body.style_pink .forum_index td.unread_sticky:after,
  1972. body.style_pink .forum_index td.unread_locked_sticky:after {
  1973. border-bottom: 10px solid #db7bc7;
  1974. }
  1975. body.style_pink .forum_index td.unread_locked:before,
  1976. body.style_pink .forum_index td.unread_locked_sticky:before {
  1977. background-color: #db7bc7;
  1978. }
  1979. body.style_pink .forum_post.forum_unread {
  1980. border-top: 2px solid #c1569b;
  1981. }
  1982. body.style_pink .noty_bar {
  1983. border-left: #ef86d5 2px solid;
  1984. }
  1985. body.style_pink .collage_image:hover {
  1986. box-shadow: 0px 0px 0px 3px #ef86d5;
  1987. }
  1988. /* Haze Additions */
  1989. body.style_haze {
  1990. background-color: #53565c;
  1991. background-image: url("beluga/haze.png");
  1992. background-attachment: fixed;
  1993. background-size: cover;
  1994. }
  1995. body.style_haze #logo > a {
  1996. color: white;
  1997. }
  1998. body.style_haze #searchbars {
  1999. background-color: rgba(24, 32, 41, 0.05);
  2000. }
  2001. body.style_haze #searchbars input {
  2002. background: rgba(24, 32, 41, 0.3);
  2003. border: none;
  2004. }
  2005. body.style_haze #menu li:nth-child(1) {
  2006. background: rgba(24, 32, 41, 0.7);
  2007. }
  2008. body.style_haze #menu li:nth-child(2) {
  2009. background: rgba(24, 32, 41, 0.65);
  2010. }
  2011. body.style_haze #menu li:nth-child(3) {
  2012. background: rgba(24, 32, 41, 0.6);
  2013. }
  2014. body.style_haze #menu li:nth-child(4) {
  2015. background: rgba(24, 32, 41, 0.55);
  2016. }
  2017. body.style_haze #menu li:nth-child(5) {
  2018. background: rgba(24, 32, 41, 0.5);
  2019. }
  2020. body.style_haze #menu li:nth-child(6) {
  2021. background: rgba(24, 32, 41, 0.45);
  2022. }
  2023. body.style_haze #menu li:nth-child(7) {
  2024. background: rgba(24, 32, 41, 0.4);
  2025. }
  2026. body.style_haze #menu li:nth-child(8) {
  2027. background: rgba(24, 32, 41, 0.35);
  2028. }
  2029. body.style_haze #menu li:nth-child(9) {
  2030. background: rgba(24, 32, 41, 0.3);
  2031. }
  2032. body.style_haze #menu li:nth-child(10) {
  2033. background: rgba(24, 32, 41, 0.25);
  2034. }
  2035. body.style_haze #menu li a:hover {
  2036. background: white;
  2037. color: black;
  2038. }
  2039. body.style_haze .nav_dropdown > div {
  2040. background: rgba(24, 32, 41, 0.3);
  2041. }
  2042. body.style_haze #userinfo_minor > li > ul {
  2043. background: white;
  2044. color: black;
  2045. }
  2046. body.style_haze #alerts .alertbar {
  2047. background: rgba(24, 32, 41, 0.4);
  2048. }
  2049. body.style_haze .colhead,
  2050. body.style_haze .head {
  2051. background: rgba(24, 32, 41, 0.4);
  2052. }
  2053. body.style_haze .colhead_dark {
  2054. background: rgba(24, 32, 41, 0.5);
  2055. }
  2056. body.style_haze tr {
  2057. background: rgba(75, 75, 75, 0.35);
  2058. border-bottom: none;
  2059. }
  2060. body.style_haze .box {
  2061. background: rgba(75, 75, 75, 0.35) !important;
  2062. }
  2063. body.style_haze select,
  2064. body.style_haze input,
  2065. body.style_haze textarea {
  2066. background: rgba(24, 32, 41, 0.3);
  2067. border: none;
  2068. }
  2069. body.style_haze table tbody a,
  2070. body.style_haze .main_column a,
  2071. body.style_haze .sidebar a,
  2072. body.style_haze .box a {
  2073. color: rgba(255, 255, 255, 0.6);
  2074. }
  2075. body.style_haze #userinfo_stats {
  2076. color: rgba(255, 255, 255, 0.6);
  2077. }
  2078. body.style_haze #userinfo_stats a {
  2079. color: rgba(255, 255, 255, 0.6);
  2080. }
  2081. body.style_haze #userinfo_stats .stat > span {
  2082. color: white;
  2083. }
  2084. body.style_haze #userinfo_stats .stat > a {
  2085. color: white;
  2086. }
  2087. body.style_haze .filter_torrents #ft_container tr {
  2088. background: none;
  2089. }
  2090. body.style_haze tr.torrent,
  2091. body.style_haze tr.request {
  2092. background-color: rgba(24, 32, 41, 0.6);
  2093. }
  2094. body.style_haze tr.torrent:nth-of-type(even),
  2095. body.style_haze tr.request:nth-of-type(even) {
  2096. background-color: rgba(24, 32, 41, 0.4);
  2097. }
  2098. body.style_haze tr.group {
  2099. background-color: rgba(24, 32, 41, 0.7);
  2100. }
  2101. body.style_haze tr.group_torrent {
  2102. background-color: rgba(24, 32, 41, 0.75);
  2103. }
  2104. body.style_haze .body {
  2105. background: none;
  2106. }
  2107. body.style_haze blockquote {
  2108. background-color: rgba(24, 32, 41, 0.4) !important;
  2109. border: 1px solid rgba(255, 255, 255, 0.36);
  2110. }
  2111. body.style_haze h2 a {
  2112. color: rgba(255, 255, 255, 0.6);
  2113. }
  2114. body.style_haze .linkbox a {
  2115. color: rgba(255, 255, 255, 0.7);
  2116. }
  2117. body.style_haze .noty_bar {
  2118. border-left: none;
  2119. }
  2120. body.style_haze #noty_bottomRight_layout_container li {
  2121. background-color: rgba(82, 85, 92, 0.59) !important;
  2122. }
  2123. body.style_haze .noty_buttons {
  2124. background-color: rgba(44, 47, 54, 0.6) !important;
  2125. }