Guest User

Night Style Pikabu

a guest
May 5th, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.32 KB | None | 0 0
  1. a.story_link.visited {
  2.     font-family: Segoe UI;
  3.     color: #e3e3e3;
  4. }
  5.  
  6. table.inner_wrap {
  7.     background-color: #262626;
  8. }
  9.  
  10. tr.pg_click td {
  11.     background-color: #262626;
  12. }
  13.  
  14. span.tag {
  15.     color: #e9e9e9;
  16.     border-color: #828082;
  17.     border-style: none;
  18.     border-top-width: 0;
  19.     border-right-width: 0;
  20.     border-bottom-width: 2px;
  21.     border-left-width: 0;
  22.     border-width: 5px;
  23.     background-color: #525252;
  24.     text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
  25. }
  26.  
  27. .tag:hover {
  28.     background: #464646;
  29. }
  30.  
  31. div.text_story_div {
  32.     background-color: #2c2c2c;
  33.     border: 0px double black;
  34.     -webkit-box-shadow: 1px 3px 1px 0px rgba(0, 0, 0, 0.2);
  35.     -moz-box-shadow: 1px 3px 1px 0px rgba(0, 0, 0, 0.2);
  36.     box-shadow: 1px 3px 1px 0px rgba(0, 0, 0, 0.2);
  37.     color: #d1d1d1;
  38. }
  39.  
  40. .slide_up_container {
  41.     background-color: rgba(15, 15, 15, 0);
  42. }
  43.  
  44. .pb_close {
  45.     background-color: #262626;
  46. }
  47.  
  48. .info a {
  49.     color: #a8a8a8;
  50. }
  51.  
  52. .info a:hover {
  53.     color: #666666;
  54. }
  55.  
  56. li.curs {
  57.     font-family: Segoe UI;
  58.     color: #0aceff;
  59.     a: hover;
  60. }
  61.  
  62. #hidebar span {
  63.     background-color: #525252;
  64.     color: #d1d1d1;
  65. }
  66.  
  67. #hidelink {
  68.     color: #0aceff;
  69. }
  70.  
  71. #branding_ad_comment {
  72.     display: none;
  73. }
  74.  
  75. td.rating_bl {
  76.     background-color: #525252;
  77.     color: #ffffff;
  78.     text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
  79.     border-bottom-color: #7a7a7a;
  80. }
  81.  
  82. #branding_ad_header {
  83.     display: none;
  84. }
  85.  
  86. table#header_t {
  87.     background: url('http://removie.ru/pikabu/header_bg.png') #f0f0f0 repeat-x bottom;
  88.     font-family: Verdana;
  89.     text-transform: uppercase;
  90. }
  91.  
  92. a.story_link.visited h1 {
  93.     font-family: Segoe UI;
  94.     color: #e3e3e3;
  95. }
  96.  
  97. ul.header_links li a {
  98.     color: #ebebeb;
  99.     font-family: Segoe UI;
  100.     text-decoration: none;
  101.     text-transform: uppercase;
  102.     text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
  103. }
  104.  
  105. #ya_partner_yandex_ad_1-horizontal .ya-partner {
  106.     background: #262626;
  107. }
  108.  
  109. #ya_partner_yandex_ad_1-horizontal .ya-partner__title-link-text {
  110.     color: #e3e3e3;
  111.     font-size: 100%;
  112. }
  113.  
  114. yatag.ya-partner__agewarn {
  115.     color: #d1d1d1;
  116.     background-color: #525252;
  117.     border-color: #525252;
  118. }
  119.  
  120. table#header_t .menu .active a, table#header_t .menu .active a:hover {
  121.     background: -webkit-linear-gradient(top,#4CDBFF 0,#00ADFF 100%);
  122.     border: 0px;
  123. }
  124.  
  125. table#header_t .menu li a {
  126.     background: #5e5e5e;
  127.     color: #fff;
  128.     border-radius: 2px;
  129. }
  130.  
  131. .rating .up {
  132.     background: url(http://removie.ru/pikabu/rating_n_up.png) no-repeat center center;
  133. }
  134.  
  135. .rating .down {
  136.     background: url(http://removie.ru/pikabu/rating_n_down.png) no-repeat center center;
  137. }
  138.  
  139. .rating .up a:hover, .rating .up_active {
  140.     background: url(http://removie.ru/pikabu/rating_t_up.png) no-repeat center center;
  141. }
  142.  
  143. .rating .down a:hover, .rating .down_active {
  144.     background: url(http://removie.ru/pikabu/rating_t_down.png) no-repeat center center;
  145. }
  146.  
  147. a {
  148.     -webkit-transition: all 0.2s linear;
  149.     -moz-transition: all 0.2s linear;
  150.     -ms-transition: all 0.2s linear;
  151.     -o-transition: all 0.2s linear;
  152.     transition: all 0.2s linear;
  153. }
  154.  
  155. div.header_links a {
  156.     color: #ffffff;
  157.     font-size: 12px;
  158.     font-family: Segoe UI;
  159.     text-transform: uppercase;
  160. }
  161.  
  162. .search_block {
  163.     background: url('http://removie.ru/pikabu/search_area.png');
  164. }
  165.  
  166. .personal {
  167.     background-color: #262626;
  168. }
  169.  
  170. #set_straw {
  171.     color: #0aceff;
  172. }
  173.  
  174. .personals {
  175.     width: 212px;
  176.     background: url(http://removie.ru/pikabu/menu_bg.png) repeat-y;
  177. }
  178.  
  179. .name h4 {
  180.     background: url(http://removie.ru/pikabu/line_name.png) no-repeat left bottom;
  181.     color: #fff;
  182. }
  183.  
  184. .name h4 a {
  185.     color: #fff;
  186. }
  187.  
  188. .name {
  189.     background: url(http://removie.ru/pikabu/menu_top2.png) no-repeat;
  190. }
  191.  
  192. .short {
  193.     color: #E4E4E4;
  194. }
  195.  
  196. .personals ul li span {
  197.     color: #cccccc;
  198. }
  199.  
  200. .personals ul li a, .personals ul li span {
  201.     color: #cccccc;
  202. }
  203.  
  204. .comment_msg {
  205.     color: #BDBDBD;
  206. }
  207.  
  208. table#header_t .menu .active2 a, table#header_t .menu .active2 a:hover {
  209.     border: 0px;
  210. }
  211.  
  212. .info {
  213.     color: #D6D6D6;
  214. }
  215.  
  216. .comment {
  217.     color: #d6d6d6;
  218. }
  219.  
  220. #blk-upcoming .a-selected {
  221.     background: #525252;
  222. }
  223.  
  224. #blk-upcoming a {
  225.     color: #cfcfcf;
  226.     text-decoration: none;
  227. }
  228.  
  229. div.story_head a {
  230.     font-family: Segoe UI;
  231.     color: #A8C3D5;
  232. }
Advertisement
Add Comment
Please, Sign In to add comment