Facebook
From kiassanime, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 131
  1. /* Global Settings */
  2. html, body
  3. {
  4.     margin: 0px;
  5.     padding: 0px;
  6.     font: normal 12px "Tahoma" , Arial, Helvetica, sans-serif;
  7.     line-height: 18px;
  8.     color: #dadada;
  9.     /*background: url(https://kissanime.ru/Content/images/tpl_bg.gif);*/
  10.     background-color:#161616;
  11.     height: 100%;
  12. }
  13. #containerRoot { height: 100%; }
  14. body > #containerRoot { height: auto; min-height: 100%; }
  15.  
  16. h1, h2, h3, h4
  17. {
  18.     font-size: 100%;
  19. }
  20.  
  21. input.checkbox
  22. {
  23.     border: 1px solid #bdac85;
  24. }
  25.  
  26. a
  27. {
  28.     /*  color: #333333; */
  29.     color: #d5f406;
  30.     text-decoration: none;
  31.     outline: medium none;
  32. }
  33.  
  34. .dotUnder
  35. {
  36.     border-bottom: 1px dotted #444444;
  37. }
  38. .textDark
  39. {
  40.     color: #888888;
  41. }
  42.  
  43. a:hover
  44. {
  45.     color: #648f06;
  46.     text-decoration: none; /*border-bottom: 1px dotted #333333;*/
  47. }
  48.  
  49. .clear
  50. {
  51.     clear: both;
  52. }
  53.  
  54. .clear2
  55. {
  56.     clear: both;
  57.     height: 10px;
  58. }
  59.  
  60. .line
  61. {
  62.     clear: both;
  63.     height: 1px;
  64.     border-bottom: 1px solid #2F2F2F;
  65.     margin: 5px 0px 6px 0px;
  66. }
  67.  
  68. fieldset
  69. {
  70.     margin: 1em 0;
  71.     border: none;
  72. }
  73.  
  74. legend
  75. {
  76.     margin: 1em 0;
  77.     padding: 0 .5em;
  78.     background: transparent;
  79.     font-size: 19px;
  80.     font-weight: normal;
  81.     color: #ff9600;
  82.     letter-spacing: -1px;
  83. }
  84.  
  85. input.fullboxtext
  86. {
  87.     margin: 0 0 10px 0;
  88.     padding: 3px;
  89.     border: 1px solid #666666;
  90.     background: #393939 url(https://kissanime.ru/Content/images/tpl_input_bg.gif) no-repeat top left;
  91.     font: normal 15px "Tahoma" , Arial, Helvetica, sans-serif;
  92.     color: #ccc;
  93.     width: 240px;
  94.     height: 15px;
  95. }
  96.  
  97. textarea.fullboxtext
  98. {
  99.     margin: 0 0 10px 0;
  100.     padding: 3px;
  101.     border: 1px solid #666666;
  102.     background: #1b1a1a url(https://kissanime.ru/Content/images/tpl_textarea_bg.gif) no-repeat top left;
  103.     color: #ccc;
  104.     font: normal 12px "Tahoma" , Arial, Helvetica, sans-serif;
  105.     width: 240px;
  106. }
  107.  
  108. /* End Of Global Settings */
  109.  
  110.  
  111.  
  112. /* Clip Share Logo */
  113. #head
  114. {
  115.     margin: 0px auto;
  116.     padding: 0px;
  117.     width: 970px;
  118. }
  119.  
  120.  
  121.  
  122. #head h1
  123. {
  124.     margin: 10px 30px 0px 0px;
  125.     padding: 0px;
  126.     text-indent: -9999px;
  127.     float: left;
  128.     display: inline;
  129. }
  130.  
  131. #head h1 a.logo
  132. {
  133.     display: block;
  134.     width: 400px;
  135.     height: 120px;
  136.     border: none;
  137. }
  138.  
  139. #head h2
  140. {
  141.     margin: 48px 0 0 10px;
  142.     padding: 0px;
  143.     font: normal 14px "Tahoma" , Arial, Helvetica, sans-serif;
  144.     color: #303030;
  145.     float: left;
  146. }
  147.  
  148. #head h3
  149. {
  150.     margin: 48px 0 0 30px;
  151.     font: normal 14px "Tahoma" , Arial, Helvetica, sans-serif;
  152.     padding: 0px;
  153.     float: right;
  154. }
  155.  
  156. /* End of Clip Share Logo */
  157.  
  158. /* Clip Share Navigation */
  159.  
  160. #headnav
  161. {
  162.     margin: 10px auto;
  163.     padding: 0px;
  164.     text-align: left;
  165.     width: 100%;
  166. }
  167.  
  168. #navbar
  169. {
  170.     width: 100%;
  171.     background: url(https://kissanime.ru/Content/images/tpl_navbar_bg.gif) repeat-x;
  172.     height: 50px;
  173. }
  174.  
  175.  
  176. #navsubbar
  177. {
  178.     width: 100%;
  179.     background: url(https://kissanime.ru/Content/images/tpl_subnavbar_bg.gif) repeat-x;
  180.     height: 25px;
  181.     line-height: 20px;
  182. }
  183.  
  184.  
  185. #navcontainer
  186. {
  187.     position: relative;
  188.     top: 23px;
  189.     width: 970px;
  190.     margin: 0px auto;
  191. }
  192.  
  193.  
  194.  
  195. #navcontainer ul
  196. {
  197.     margin: 0;
  198.     padding: 0;
  199.     list-style-type: none;
  200.     text-align: center;
  201.     font: bold 12px/27px Arial, Helvetica, sans-serif;
  202. }
  203.  
  204.  
  205.  
  206. #navcontainer li
  207. {
  208.     display: inline;
  209.     margin: 0;
  210.     padding: 0;
  211. }
  212.  
  213.  
  214.  
  215. #navcontainer a
  216. {
  217.     float: left;
  218.     display: block;
  219.     width: 103px;
  220.     height: 27px;
  221.     margin-right: 1px;
  222. }
  223.  
  224.  
  225.  
  226. #navcontainer a:link, #navcontainer a:visited
  227. {
  228.     float: left;
  229.     background: url(https://kissanime.ru/Content/images/tpl_navbar_btn.gif) no-repeat left top;
  230.     background-position: 0% -27px;
  231.     color: #1c1c1c;
  232.     text-decoration: none;
  233. }
  234.  
  235.  
  236.  
  237. #navcontainer a:hover
  238. {
  239.     float: left;
  240.     background: url(https://kissanime.ru/Content/images/tpl_navbar_btn.gif) no-repeat left top;
  241.     background-position: 0% -54px;
  242.     color: #1c1c1c;
  243.     text-decoration: none;
  244.     line-height: 27px;
  245. }
  246.  
  247.  
  248.  
  249. #navcontainer li a#currentTab
  250. {
  251.     float: left;
  252.     background: url(https://kissanime.ru/Content/images/tpl_navbar_btn.gif) no-repeat left top;
  253.     background-position: 0% 0px;
  254.     color: #ffffff;
  255.     text-decoration: none;
  256.     line-height: 27px;
  257. }
  258.  
  259.  
  260.  
  261. #navsubbar p
  262. {
  263.     margin: 0px auto;
  264.     padding: 2px 0;
  265.     text-indent: 20px;
  266.     width: 970px;
  267.     color: #ffffff;
  268.     text-align: left;
  269. }
  270.  
  271.  
  272.  
  273. #navsubbar p a
  274. {
  275.     margin: 0px 7px;
  276.     color: #ffffff;
  277. }
  278.  
  279.  
  280.  
  281. /* End of Clip Share Navigation */
  282.  
  283. /* GENERAL CONTAINER */
  284.  
  285. #container
  286. {
  287.     margin: 0px auto;
  288.     padding: 0px;
  289.     width: 970px;
  290.     text-align: center;    
  291. }
  292.  
  293.  
  294.  
  295. #leftside
  296. {
  297.     margin: 0px;
  298.     padding: 0px;
  299.     width: 730px;
  300.     text-align: left;
  301.     float: left;
  302. }
  303.  
  304. #fullside
  305. {
  306.     margin: 0px;
  307.     padding: 0px;
  308.     width: 970px;
  309.     text-align: left;
  310. }
  311.  
  312.  
  313.  
  314. .barTitle
  315. {
  316.     height: 25px;
  317.     padding-left: 10px;
  318.     background: url("https://kissanime.ru/Content/images/tpl_box_bar.gif") repeat-x;
  319.     font: normal 17px/23px "Tahoma" , Arial, Helvetica, sans-serif;
  320.     letter-spacing: -1px;
  321.     color: #fff;
  322. }
  323.  
  324. #small-rightbox-title-small
  325. {
  326.     height: 25px;
  327.     padding-left: 10px;
  328.     background: url("https://kissanime.ru/Content/images/tpl_box_bar.png") repeat-x;
  329.     font: normal 16px/24px "Tahoma" , Arial, Helvetica, sans-serif;
  330.     letter-spacing: -1px;
  331.     color: #FFFFFF;
  332. }
  333.  
  334. .barContent
  335. {
  336.     padding: 10px;
  337.     margin-top: 2px;
  338.     background: transparent url("https://kissanime.ru/Content/images/tpl_box_shading2.png") repeat-x;
  339. }
  340.  
  341. .episodeList td a:visited
  342. {
  343.     color: #648f06;
  344. }
  345.  
  346. .episodeList td a:hover
  347. {
  348.     color: #648f06;
  349. }
  350.  
  351. .episodeVisited
  352. {
  353.     color: #648f06;
  354. }
  355.  
  356.  
  357. /* Clip Share Search */
  358.  
  359. #search
  360. {
  361.     width: 450px;
  362.     text-align: right;
  363. }
  364.  
  365. #search p
  366. {
  367.     margin: 10px 40px 10px 0;
  368.     padding: 0px;
  369. }
  370.  
  371. input.text
  372. {
  373.     margin: 0 0 0 0;
  374.     border: 1px solid #666666;
  375.     background: #393939 url(https://kissanime.ru/Content/images/tpl_input_bg.gif) no-repeat top left;
  376.     font: normal 15px "Tahoma" , Arial, Helvetica, sans-serif;
  377.     color: #ccc;
  378. }
  379.  
  380. select
  381. {
  382.     background-color: #393939;
  383.     color: #ccc;
  384.     border: 1px solid #666666;
  385.     font: normal 15px "Tahoma" , Arial, Helvetica, sans-serif;
  386. }
  387.  
  388. #search input.text
  389. {
  390.     width: 190px;
  391.     padding: 3px;
  392. }
  393.  
  394. #search select
  395. {
  396.     width: 110px;
  397.     padding: 2px;
  398. }
  399.  
  400.  
  401.  
  402. #search input.button
  403. {
  404.     margin: -4px 0 0 0;
  405.     padding: 0px;
  406.     vertical-align: middle;
  407. }
  408.  
  409. .thinText
  410. {
  411.     background: url("https://kissanime.ru/Content/images/tpl_input_bg.gif") no-repeat scroll left top #393939;
  412.     border: 1px solid #666666;
  413.     color: #CCCCCC;
  414.     font: 12px "Tahoma" ,Arial,Helvetica,sans-serif;
  415.     margin: 0 0 5px;
  416.     padding: 2px;
  417.     width: 180px;
  418. }
  419.  
  420. /* End of Clip Share Search */
  421.  
  422.  
  423.  
  424. /* Clip Share Banner */
  425. .banner
  426. {
  427.     margin: 0 0 10px 0;
  428.     padding: 0px;
  429.     width: 100%;
  430.     background: transparent url(https://kissanime.ru/Content/images/tpl_banner_bg.gif) repeat-x top;
  431.     border: 1px solid #333333;
  432.     height: 208px;
  433. }
  434.  
  435. .banner img:hover
  436. {
  437.     border: 1px solid #c62400;
  438. }
  439.  
  440.  
  441.  
  442. /* * html #banner {
  443.  
  444.     margin: -10px 0 10px 0;
  445.  
  446. } */
  447.  
  448.  
  449.  
  450.  
  451. .bigChar
  452. {
  453.     margin: 0px;
  454.     padding: 0px;
  455.     font: normal 27px "Tahoma" , Arial, Helvetica, sans-serif;
  456.     color: #b1ca05;
  457.     letter-spacing: -2px;
  458. }
  459.  
  460.  
  461.  
  462.  
  463. /* Left side */
  464.  
  465. .bigBarContainer
  466. {
  467.     display: block;
  468.     width: 100%;
  469.     background: #111111;
  470.     border: 1px solid #2f2f2f;
  471.     margin-bottom: 10px;
  472.     margin-left: auto;
  473.     margin-right: auto;
  474.     padding: 2px;
  475. }
  476.  
  477.  
  478.  
  479. #mostactive img.thumb, #topwatched img.thumb, #recently-added img.thumb
  480. {
  481.     width: 120px;
  482.     height: 90px;
  483. }
  484.  
  485.  
  486.  
  487.  
  488.  
  489. #useraction
  490. {
  491.     display: block;
  492.     width: 450px;
  493.     padding: 2px;
  494.     background: #161616;
  495.     border: 1px solid #333333;
  496.     margin-bottom: 20px;
  497.     margin-left: 20px;
  498. }
  499.  
  500. #useraction span.info
  501. {
  502.     color: #444444;
  503. }
  504.  
  505. #bookmark ul
  506. {
  507.     margin-left: 20px;
  508.     padding: 0;
  509. }
  510.  
  511. * html #bookmark ul
  512. {
  513.     margin-left: 0;
  514.     padding: 0;
  515. }
  516.  
  517. #useraction p
  518. {
  519.     float: left;
  520.     margin: 20px;
  521. }
  522.  
  523. .arrow-general
  524. {
  525.     margin: 0px;
  526.     padding: 0px;
  527.     height: 9px;
  528.     background: transparent url(https://kissanime.ru/Content/images/tpl_box_arrow.gif) no-repeat top left;
  529.     position: relative;
  530.     top: -12px;
  531.     left: -10px;
  532. }
  533.  
  534. #videocomment .arrow-general
  535. {
  536.     margin: 0px;
  537.     padding: 0px;
  538.     height: 9px;
  539.     background: transparent url(https://kissanime.ru/Content/images/tpl_box_arrow.gif) no-repeat top left;
  540.     position: relative;
  541.     top: -2px;
  542.     left: 0;
  543. }
  544.  
  545. #myvideo .arrow-general, #myfriends .arrow-general, #groups .arrow-general
  546. {
  547.     margin: 0px;
  548.     padding: 0px;
  549.     height: 9px;
  550.     background: transparent url(../images/tpl_box_arrow.gif) no-repeat top left;
  551.     position: relative;
  552.     top: -2px;
  553.     left: 0;
  554. }
  555.  
  556. #online .arrow-general
  557. {
  558.     margin: 0px;
  559.     padding: 0px;
  560.     height: 9px;
  561.     background: transparent url(../images/tpl_box_arrow.gif) no-repeat top left;
  562.     position: relative;
  563.     top: -12px;
  564.     left: 0;
  565. }
  566.  
  567. #recently a img.right
  568. {
  569.     margin: 35px 0px 0px 0px;
  570.     padding: 0px;
  571.     border: 0px solid #bbbfaf;
  572.     float: left;
  573. }
  574.  
  575. #recently a img.left
  576. {
  577.     margin: 35px -4px 0px 8px;
  578.     padding: 0px;
  579.     border: 0px solid #bbbfaf;
  580.     float: left;
  581. }
  582.  
  583.  
  584.  
  585. .viewed
  586. {
  587.     margin: 10px 9px 0 13px;
  588.     padding: 0 0 30px 0;
  589.     float: left;
  590.     width: 80px; /*width: 100px;*/
  591.     display: inline;
  592. }
  593.  
  594.  
  595.  
  596. .viewed a
  597. {
  598.     border: none;
  599.     text-decoration: none;
  600. }
  601.  
  602.  
  603.  
  604. .viewed a img.image
  605. {
  606.     margin: 0 0 15px 0;
  607.     padding: 0px;
  608.     border: 1px solid #bbbfaf;
  609.     display: block;
  610. }
  611.  
  612.  
  613.  
  614. .viewed p
  615. {
  616.     margin: 0px;
  617.     padding: 0px;
  618.     text-align: center;
  619. }
  620.  
  621.  
  622.  
  623. .viewed p span
  624. {
  625.     display: block;
  626.     font-size: 10px;
  627. }
  628.  
  629.  
  630.  
  631. /* End of Clip Share Recently */
  632.  
  633.  
  634.  
  635. /* Clip Share Sub Tab Menu */
  636.  
  637. #submenu
  638. {
  639.     margin: 0px;
  640.     padding: 0px;
  641.     width: 100%;
  642. }
  643.  
  644.  
  645.  
  646. #tabmenucontainer
  647. {
  648.     margin: 0px;
  649.     padding: 0px;
  650.     position: relative;
  651.     top: 15px;
  652.     width: 375px;
  653. }
  654.  
  655.  
  656.  
  657. #tabmenucontainer ul
  658. {
  659.     margin: 0px;
  660.     padding: 0px;
  661.     list-style-type: none;
  662.     text-align: center;
  663.     font: normal 15px/25px "Tahoma" , Arial, Helvetica, sans-serif;
  664. }
  665.  
  666.  
  667.  
  668. #tabmenucontainer li
  669. {
  670.     display: inline;
  671.     margin: 0px;
  672.     padding: 0px;
  673.     text-indent: -7px;
  674. }
  675.  
  676.  
  677.  
  678. #tabmenucontainer a
  679. {
  680.     float: left;
  681.     display: block;
  682.     width: 125px;
  683.     height: 25px;
  684.     color: #ffffff;
  685.     border: none;
  686.     text-decoration: none;
  687. }
  688.  
  689.  
  690.  
  691. #tabmenucontainer a:link, #tabmenucontainer a:visited, #tabmenucontainer a:hover, #tabmenucontainer li a.tabactive
  692. {
  693.     float: left;
  694.     background: transparent url(https://kissanime.ru/Content/images/tpl_tabs_btn.gif) no-repeat left top;
  695.     background-position: 0% -25px;
  696. }
  697.  
  698.  
  699.  
  700. #tabmenucontainer a:link, #tabmenucontainer a:visited
  701. {
  702.     background-position: 0% -25px;
  703. }
  704.  
  705.  
  706.  
  707. #tabmenucontainer ul li.tabactive
  708. {
  709.     background: transparent url(https://kissanime.ru/Content/images/tpl_tabs_btn.gif) no-repeat left top;
  710.     background-position: 0% 0px;
  711.     line-height: 24px;
  712. }
  713.  
  714.  
  715.  
  716. #tabmenucontainer a:hover
  717. {
  718.     background-position: 0% -50px;
  719.     line-height: 24px;
  720. }
  721.  
  722.  
  723.  
  724.  
  725.  
  726. #tabmenucontainer li a.tabactive
  727. {
  728.     background-position: 0% 0px;
  729.     line-height: 24px;
  730. }
  731.  
  732.  
  733.  
  734. #subcontent
  735. {
  736.     margin: 15px 0 0 0;
  737.     padding: 0px;
  738.     background: #111111 url(https://kissanime.ru/Content/images/tpl_box_shading2.png) repeat-x;
  739.     border: 1px solid #333333;
  740.     width: 100%;
  741.     float: left;
  742. }
  743.  
  744.  
  745.  
  746. #subcontent div div
  747. {
  748.     margin: 0px;
  749.     padding: 10px;
  750.     float: left;
  751.     display: block;
  752.     width: 710px;
  753.     background: #111111;
  754.     font: normal 12px "Tahoma" , Arial, Helvetica, sans-serif;
  755. }
  756.  
  757. #subcontent div div.blue
  758. {
  759.     margin: 0;
  760.     padding: 10px;
  761.     float: left;
  762.     display: block;
  763.     background: #161616;
  764.     width: 710px;
  765.     font: normal 12px "Tahoma" , Arial, Helvetica, sans-serif;
  766. }
  767.  
  768. .title
  769. {
  770.     font: normal 15px "Tahoma" , Arial, Helvetica, sans-serif;
  771. }
  772.  
  773. #subcontent span.title
  774. {
  775.     font: normal 15px "Tahoma" , Arial, Helvetica, sans-serif;
  776. }
  777.  
  778. #subcontent span.duration
  779. {
  780.     font: bold 12px Arial, Helvetica, sans-serif;
  781. }
  782.  
  783. .info
  784. {
  785.     color: #888888;
  786. }
  787.  
  788. #subcontent span.tags
  789. {
  790.     text-decoration: none;
  791.     font-weight: normal;
  792.     border-bottom: dotted 1px #444444;
  793. }
  794.  
  795. #subcontent div a img
  796. {
  797.     margin: 0 20px 0 0;
  798.     padding: 1px;
  799.     text-decoration: none;
  800.     border: 1px solid #333333;
  801.     float: left;
  802. }
  803.  
  804. #subcontent div a img:hover
  805. {
  806.     border: 1px solid #c62400;
  807. }
  808.  
  809. .comment
  810. {
  811.     margin: 0;
  812.     padding: 0;
  813.     float: left;
  814.     display: block;
  815.     border-bottom: 1px solid #eaeaea;
  816.     width: 477px;
  817. }
  818.  
  819. .comment p a img
  820. {
  821.     margin: 0 20px 10px 0;
  822.     padding: 0px;
  823.     text-decoration: none;
  824.     border: 1px solid #bbbfaf;
  825.     float: left;
  826. }
  827.  
  828.  
  829.  
  830. .blue
  831. {
  832.     background: #161616;
  833. }
  834.  
  835. .selectedvideo
  836. {
  837.     background: #262626;
  838. }
  839.  
  840. /* End of Clip Share Sub Tab Menu */
  841.  
  842.  
  843.  
  844. /* Content Styling */
  845.  
  846. .contentbox
  847. {
  848.     margin: 10px;
  849. }
  850.  
  851. .firstdefinition
  852. {
  853.     font-size: 14px;
  854.     font-weight: bold;
  855. }
  856.  
  857. .txturgent
  858. {
  859.     font-size: 14px;
  860.     font-weight: bold;
  861. }
  862.  
  863. .txtsignup
  864. {
  865.     color: #ff9600;
  866. }
  867.  
  868. p.txturgent a
  869. {
  870.     color: #ff9600;
  871. }
  872.  
  873. .txtcontent a
  874. {
  875.     text-decoration: underline;
  876. }
  877.  
  878. .hellomessage
  879. {
  880.     font-size: 13px;
  881.     font-weight: bold;
  882. }
  883.  
  884. .imgprofile
  885. {
  886.     margin: 10px 0 0 0;
  887. }
  888.  
  889. .profileinfo
  890. {
  891.     margin: 10px 5px 0 0;
  892. }
  893.  
  894. .pictprofile
  895. {
  896.     text-align: center;
  897. }
  898.  
  899. .mypict
  900. {
  901.     width: 52px;
  902.     margin: 10px;
  903.     float: left;
  904.     display: block;
  905. }
  906.  
  907. .userprofile
  908. {
  909.     width: 150px;
  910.     width: 130px;
  911.     margin-left: 80px;
  912. }
  913.  
  914. #bookmarklist
  915. {
  916.     margin: 0 auto;
  917.     text-align: center;
  918. }
  919.  
  920. #bookmarklist li
  921. {
  922.     list-style-type: none;
  923.     margin: 0 20px 20px 0;
  924.     float: left;
  925. }
  926.  
  927. .strongtext
  928. {
  929.     font: bold 15px "Tahoma" , Arial, Helvetica, sans-serif;
  930. }
  931.  
  932. .ratingDiv, .boxPart
  933. {
  934.     margin: 5px 0;
  935.     text-align: center;
  936.     padding-bottom: 7px;
  937.     border-bottom: 1px solid #333333;
  938.     font-size: 13px;
  939. }
  940.  
  941. .relatedvideolist
  942. {
  943.     margin: 0 0 20px 0;
  944.     padding-top: 5px;
  945.     padding-bottom: 5px;
  946. }
  947.  
  948. /* End Content Styling */
  949.  
  950.  
  951.  
  952. /* Right Side */
  953.  
  954.  
  955.  
  956. #rightside
  957. {
  958.     padding: 0px;
  959.     width: 220px;
  960.     text-align: left;
  961.     float: right;
  962. }
  963.  
  964. .rightBox
  965. {
  966.     display: block;
  967.     width: 213px;
  968.     padding: 2px;
  969.     background: #111111;
  970.     border: 1px solid #2f2f2f;
  971. }
  972.  
  973. a.prev, a.next
  974. {
  975.     display: block;
  976.     cursor: pointer;
  977.     width: 19px;
  978.     height: 19px;
  979.     background-repeat: no-repeat;
  980.     margin: 3px 0 0 0;
  981. }
  982. a.prev
  983. {
  984.     background: url(https://kissanime.ru/Content/images/button-left.gif);
  985.     float: left;
  986. }
  987. a.prev:hover
  988. {
  989.     background: url(https://kissanime.ru/Content/images/button-left-over.gif);
  990. }
  991. a.next
  992. {
  993.     background: url(https://kissanime.ru/Content/images/button-right.gif);
  994.     float: left;
  995. }
  996. a.next:hover
  997. {
  998.     background: url(https://kissanime.ru/Content/images/button-right-over.gif);
  999. }
  1000. div.navi
  1001. {
  1002.     position: relative;
  1003.     width: auto;
  1004.     height: 0px;
  1005.     float: left;
  1006.     margin: 1px 15px 0 10px;
  1007. }
  1008. div.navi a
  1009. {
  1010.     width: 8px;
  1011.     height: 8px;
  1012.     float: left;
  1013.     margin: 3px;
  1014.     background: url(https://kissanime.ru/Content/images/dots.png) 0 0 no-repeat;
  1015.     cursor: pointer;
  1016. }
  1017. div.navi a:hover
  1018. {
  1019.     background-position: 0 -8px;
  1020. }
  1021. div.navi a.active
  1022. {
  1023.     background-position: 0 -16px;
  1024. }
  1025.  
  1026.  
  1027. .scrollable_title
  1028. {
  1029.     float: left;
  1030.     font: normal 17px/23px "Tahoma" , Arial, Helvetica, sans-serif;
  1031.     letter-spacing: -1px;
  1032.     color: #fff;
  1033.     height: 25px;
  1034. }
  1035. #recently-nav
  1036. {
  1037.     float: right;
  1038.     margin-right: 5px;
  1039.     width: auto;
  1040. }
  1041. .scrollable
  1042. {
  1043.     position: relative;
  1044.     overflow: hidden;
  1045.     width: 100%;
  1046.     height: 190px;
  1047. }
  1048. .scrollable .items
  1049. {
  1050.     width: 20000em;
  1051.     position: absolute;
  1052. }
  1053. .items div
  1054. {
  1055.     float: left;
  1056. }
  1057. div.items a
  1058. {
  1059.     display: block;
  1060.     float: left;
  1061.     margin-right: 8px;
  1062.     width: 135px;
  1063.     height: 180px;
  1064.     text-decoration: none;
  1065.     text-align: center;
  1066.     cursor: pointer;
  1067. }
  1068. div.items img
  1069. {
  1070.     border: 1px solid #313031;
  1071. }
  1072. div.items img:hover
  1073. {
  1074.     border: 1px solid #c62400;
  1075. }
  1076.  
  1077. .scrollable_content
  1078. {
  1079.     width: 100%;
  1080. }
  1081.  
  1082. #footer
  1083. {  
  1084.     padding-top: 10px;
  1085.     background: url(https://kissanime.ru/Content/images/tpl_footer_bg.png) repeat-x;
  1086.     clear: both;
  1087.     position: relative;
  1088.     z-index: 10;
  1089.     height: 64px;
  1090. }
  1091.  
  1092. #footcontainer
  1093. {
  1094.     margin: 0px auto;
  1095.     padding: 0px;
  1096.     width: 970px;
  1097.     text-align: left;
  1098. }
  1099.  
  1100. #footcontainer p
  1101. {
  1102.     margin: 0 10px;
  1103.     padding: 0px;
  1104.     color: #444444;
  1105. }
  1106.  
  1107.  
  1108. #footcontainer p a
  1109. {
  1110.     margin: 0px;
  1111.     border: none;
  1112.     text-decoration: none;
  1113.     color: #cccccc;
  1114. }
  1115.  
  1116.  
  1117. #footcontainer p a:hover
  1118. {
  1119.     border-bottom: 1px dotted #444444;
  1120.     color: #ff9600;
  1121. }
  1122.  
  1123.  
  1124. #footcontainer p a img.rss
  1125. {
  1126.     border: none;
  1127.     text-decoration: none;
  1128. }
  1129.  
  1130. .details
  1131. {
  1132.     margin: 0px;
  1133.     padding: 5px;
  1134.     float: left;
  1135.     display: block;
  1136.     width: 720px;
  1137.     font: normal 12px "Tahoma" , Arial, Helvetica, sans-serif;
  1138. }
  1139.  
  1140. .details a img
  1141. {
  1142.     border: 1px solid #333333;
  1143.     float: left;
  1144.     margin: 0 20px 0 0;
  1145.     padding: 1px;
  1146.     text-decoration: none;
  1147. }
  1148.  
  1149. .read
  1150. {
  1151.     background: url(https://kissanime.ru/Content/images/read.png) no-repeat center left;
  1152.     padding: 12px 27px 12px;
  1153.     color: #FF9600;
  1154.     font: 15px "Tahoma" ,Arial,Helvetica,sans-serif;
  1155.     letter-spacing: -2px;
  1156. }
  1157.  
  1158. /* Listing */
  1159. .listing
  1160. {
  1161.     width: 100%;
  1162.     border-collapse: collapse;
  1163. }
  1164.  
  1165. .listing tr
  1166. {
  1167.     height: 25px;
  1168. }
  1169.  
  1170. .listing tr.odd
  1171. {
  1172.     background: none repeat scroll 0 0 #161616;
  1173. }
  1174.  
  1175. .listing tr:hover td
  1176. {
  1177.     background: none repeat scroll 0 0 #494949;
  1178. }
  1179.  
  1180. .listing th
  1181. {
  1182.     border-bottom: 1px solid #DDD2A4;
  1183.     font-size: 120%;
  1184.     text-align: left;
  1185. }
  1186.  
  1187. .txtSignUp
  1188. {
  1189.     margin: 0 0 10px 0;
  1190.     padding: 2px;
  1191.     border: 1px solid #666666;
  1192.     background: #393939 url(https://kissanime.ru/Content/images/tpl_input_bg.gif) no-repeat top left;
  1193.     font: normal 12px "Tahoma" , Arial, Helvetica, sans-serif;
  1194.     color: #ccc;
  1195.     width: 220px;
  1196.     height: 15px;
  1197. }
  1198.  
  1199. .lblSignUp
  1200. {
  1201.     float: left;
  1202.     width: 150px;
  1203.     padding: 2px 20px;
  1204.     text-align: right;
  1205.     font: normal 14px "Tahoma" , Arial, Helvetica, sans-serif;
  1206. }
  1207.  
  1208. .lblAdvanceSearch
  1209. {
  1210.     float: left;
  1211.     width: 70px;
  1212.     padding: 2px 20px;
  1213.     font: normal 14px "Tahoma" , Arial, Helvetica, sans-serif;
  1214. }
  1215.  
  1216. .lbl
  1217. {
  1218.     width: 150px;
  1219.     padding: 2px 15px;
  1220.     text-align: right;
  1221.     font: normal 14px "Tahoma" , Arial, Helvetica, sans-serif;
  1222. }
  1223.  
  1224. label.error
  1225. {
  1226.     color: #C42A00;
  1227.     padding: 0 10px;
  1228. }
  1229.  
  1230. /* Advance search */
  1231. #genres
  1232. {
  1233.     float: left;
  1234.     width: 500px;
  1235.     padding-left: 0px;
  1236.     margin-top: 0px;
  1237. }
  1238.  
  1239. #genres li
  1240. {
  1241.     float: left;
  1242.     width: 50px;
  1243.     list-style: none;
  1244.     width: auto;
  1245. }
  1246.  
  1247. #genres li label
  1248. {
  1249.     height: 21px;
  1250.     width: 120px;
  1251.     float: left;
  1252.     position: relative;
  1253.     font-size: 11px;
  1254. }
  1255.  
  1256. #genres a.include
  1257. {
  1258.     background: url("https://kissanime.ru/Content/images/include.png") no-repeat;
  1259. }
  1260.  
  1261. #genres a.exclude
  1262. {
  1263.     background: url("https://kissanime.ru/Content/images/exclude.png") no-repeat;
  1264. }
  1265.  
  1266. #genres a
  1267. {
  1268.     background: url("https://kissanime.ru/Content/images/genre.png") no-repeat;
  1269.     padding-left: 20px;
  1270. }
  1271.  
  1272. #topHolderBox
  1273. {
  1274.     color: #FFF;
  1275.     background: #353535;
  1276.     font-family: Tahoma, Verdana, Arial;
  1277.     font-size: 13px;
  1278.     -webkit-border-top-right-radius: 6px;
  1279.     -webkit-border-top-left-radius: 6px;
  1280.     -webkit-border-bottom-right-radius: 6px;
  1281.     -webkit-border-bottom-left-radius: 6px;
  1282.     -moz-border-radius-topright: 6px;
  1283.     -moz-border-radius-topleft: 6px;
  1284.     -moz-border-radius-bottomright: 6px;
  1285.     -moz-border-radius-bottomleft: 6px;
  1286.     border-top-right-radius: 6px;
  1287.     border-top-left-radius: 6px;
  1288.     border-bottom-right-radius: 6px;
  1289.     border-bottom-left-radius: 6px;
  1290.     z-index: 99;
  1291.     text-align: left;
  1292.     display: inline-block;
  1293.     text-align: center;
  1294.     padding-top: 8px;
  1295. }
  1296.  
  1297. .boxDropDown
  1298. {
  1299.     border: 1px solid #905cac;  
  1300.     -webkit-border-top-right-radius: 3px;
  1301.     -webkit-border-top-left-radius: 3px;
  1302.     -webkit-border-bottom-right-radius: 3px;
  1303.     -webkit-border-bottom-left-radius: 3px;
  1304.     -moz-border-radius-topright: 3px;
  1305.     -moz-border-radius-topleft: 3px;
  1306.     -moz-border-radius-bottomright: 3px;
  1307.     -moz-border-radius-bottomleft: 3px;
  1308.     border-top-right-radius: 3px;
  1309.     border-top-left-radius: 3px;
  1310.     border-bottom-right-radius: 3px;
  1311.     border-bottom-left-radius: 3px;
  1312.     background: #2f0a41;
  1313.     display: inline-block;
  1314.     width: auto;
  1315.     height: 20px;
  1316.     font-size: 12px;
  1317.     font-weight: bold;
  1318.     color: #FFF;
  1319.     text-align: center;
  1320.     padding-top: 2px;
  1321. }
  1322.  
  1323. #menu_box
  1324. {
  1325.     position: absolute;
  1326.     top: 29px;
  1327.     left: 221px;
  1328.     width: 175px;    
  1329.     color: #FFF;
  1330.     background: #2f0a41;
  1331.     font-family: Arial;
  1332.     font-size: 12px;
  1333.     z-index: 100;
  1334.     text-align: left;
  1335.     border-top: 1px solid #905CAC;  
  1336.     border-left: 1px solid #905CAC;  
  1337.     border-right: 1px solid #905CAC;  
  1338. }
  1339.  
  1340. #menu_box img
  1341. {
  1342.     border: 0px;
  1343. }
  1344.  
  1345. #menu_box a
  1346. {
  1347.     color: #EEE;
  1348.     display: inline-block;
  1349.     width: 100%;
  1350.     line-height: 30px;
  1351.     text-decoration: none;    
  1352.     border-bottom: 1px solid #905CAC;  
  1353. }
  1354. #menu_box a img
  1355. {
  1356.     vertical-align:middle;
  1357. }
  1358. #menu_box .w
  1359. {
  1360.     color: #FFF;
  1361.     font-weight: bold;
  1362. }
  1363. #menu_box a:hover
  1364. {
  1365.     background: #82509c;
  1366. }
  1367.  
  1368. .aButton
  1369. {
  1370.     color: #EEE;
  1371.     display: inline-block;    
  1372.    
  1373.     text-decoration: none;    
  1374.     border-bottom: 1px solid #905CAC;  
  1375.     border-top: 1px solid #905CAC;  
  1376.     border-left: 1px solid #905CAC;  
  1377.     border-right: 1px solid #905CAC;
  1378.     background: #2f0a41;
  1379.     cursor: pointer;
  1380.     text-align:center;
  1381.     width: 50px;
  1382.     line-height: 200%;
  1383. }
  1384.  
  1385. .aButton:hover
  1386. {
  1387.     background: #82509c;
  1388. }
  1389.  
  1390.  
  1391.  
  1392. #result_box
  1393. {
  1394.     position: absolute;
  1395.     top: 29px;
  1396.     left: 0px;
  1397.     width: 250px;
  1398.     padding: 5px;
  1399.     color: #FFF;
  1400.     background: #353535;
  1401.     opacity: 0.9;
  1402.     filter: alpha(opacity=90);
  1403.     font-family: Tahoma, Verdana, Arial;
  1404.     font-size: 13px;
  1405.     -webkit-border-bottom-right-radius: 6px;
  1406.     -webkit-border-bottom-left-radius: 6px;
  1407.     -moz-border-radius-bottomright: 6px;
  1408.     -moz-border-radius-bottomleft: 6px;
  1409.     border-bottom-right-radius: 6px;
  1410.     border-bottom-left-radius: 6px;
  1411.     z-index: 99;
  1412.     text-align: left;
  1413. }
  1414.  
  1415. #result_box a
  1416. {
  1417.     color: #EEE;
  1418.     display: inline-block;
  1419.     width: 100%;
  1420.     line-height: 16px;
  1421.     text-decoration: none;
  1422. }
  1423. #result_box a span
  1424. {
  1425.     color:#d5f406;
  1426.     text-decoration:underline;
  1427. }
  1428. #result_box .w
  1429. {
  1430.     color: #FFF;
  1431.     font-weight: bold;
  1432. }
  1433. #result_box a:hover
  1434. {
  1435.     background: #5d666f;
  1436. }
  1437. #loader
  1438. {
  1439.     width: 250px;
  1440.     height: 16px;
  1441.     display: block;
  1442.     background: url("https://kissanime.ru/Content/images/loader.gif") no-repeat 50% 50%;    
  1443. }
  1444.  
  1445.  
  1446. /* PAGER */
  1447. div.pagination
  1448. {
  1449.     margin: 10px 0 0 0;
  1450.     padding: 0;
  1451.     height: 1%;
  1452.     clear: both;
  1453.     overflow: hidden;
  1454. }
  1455.  
  1456. div.pagination div.results
  1457. {
  1458.     margin: 0;
  1459.     padding: 0;
  1460.     text-align: left;
  1461.     float: left;
  1462. }
  1463.  
  1464. div.pagination div.results span
  1465. {
  1466.     margin: 0;
  1467.     padding: 4px 6px;
  1468.     height: 1%;
  1469.     display: block;
  1470.     float: left;
  1471.     background: #ebebeb url("https://kissanime.ru/Content/images/pager.png") repeat-x;
  1472.     border-top: 1px solid #dedede;
  1473.     border-left: 1px solid #cfcfcf;
  1474.     border-right: 1px solid #c4c4c4;
  1475.     border-bottom: 1px solid #c4c4c4;
  1476.     color: #4A4A4A;
  1477.     font-weight: normal;
  1478. }
  1479.  
  1480. div.pagination ul.pager
  1481. {
  1482.     margin: 0;
  1483.     padding: 0;
  1484.     float: right;
  1485.     text-align: right;
  1486. }
  1487.  
  1488. div.pagination ul.pager li
  1489. {
  1490.     margin: 0 0 0 4px;
  1491.     padding: 0;
  1492.     height: 1%;
  1493.     float: left;
  1494.     list-style: none;
  1495.     background: #ebebeb url("https://kissanime.ru/Content/images/pager.png") repeat-x;
  1496.     border-top: 1px solid #dedede;
  1497.     border-left: 1px solid #cfcfcf;
  1498.     border-right: 1px solid #c4c4c4;
  1499.     border-bottom: 1px solid #c4c4c4;
  1500.     color: #4A4A4A;
  1501.     font-weight: normal;
  1502. }
  1503.  
  1504. div.pagination ul.pager li.separator
  1505. {
  1506.     padding: 4px;
  1507. }
  1508.  
  1509. div.pagination ul.pager li.current
  1510. {
  1511.     padding: 4px;
  1512.     background: #b4b4b4 url("https://kissanime.ru/Content/images/pager_selected.png") repeat-x;
  1513.     border-top: 1px solid #cccccc;
  1514.     border-left: 1px solid #bebebe;
  1515.     border-right: 1px solid #b1b1b1;
  1516.     border-bottom: 1px solid #afafaf;
  1517.     color: #515151;
  1518. }
  1519.  
  1520. div.pagination ul.pager li.disabled
  1521. {
  1522.     padding: 4px;
  1523.     color: #B4B4B4;
  1524. }
  1525.  
  1526. div.pagination ul.pager li a
  1527. {
  1528.     margin: 0;
  1529.     padding: 4px;
  1530.     height: 1%;
  1531.     display: block;
  1532.     float: left;
  1533.     color: #515151;
  1534.     text-decoration: none;
  1535. }
  1536.  
  1537. div.pagination ul.pager li a:hover, div.pagination ul.pager li a:active
  1538. {
  1539.     margin: -1px;
  1540.     background: #b4b4b4 url("/Content/images/pager_selected.png") repeat-x;
  1541.     border-top: 1px solid #cccccc;
  1542.     border-left: 1px solid #bebebe;
  1543.     border-right: 1px solid #b1b1b1;
  1544.     border-bottom: 1px solid #afafaf;
  1545. }
  1546.  
  1547. .loading_page
  1548. {
  1549.     width: 100%;
  1550.     height: 100%;
  1551.     background-color: Gray;
  1552.     opacity: 0.5;
  1553.     filter: alpha(opacity = 50);
  1554.     z-index: 9998;
  1555.     top: 0;
  1556.     left: 0;
  1557.     position: fixed;
  1558.     padding-top: 100px;
  1559. }
  1560. .loading_text
  1561. {
  1562.     z-index: 9999;
  1563.     background: #ffffff url('https://kissanime.ru/Content/images/loading.gif') center center no-repeat;
  1564.     width: 150px;
  1565.     height: 20px;
  1566.     text-align: center;
  1567.     position: fixed;
  1568.     font-weight: bold;
  1569.     top: 40%;
  1570.     left: 40%;
  1571.     padding: 50px 0px 0px 0px;
  1572.     margin: 0;
  1573.     opacity: 0.9;
  1574.     color:#676767;
  1575. }