KaishiTanaka

CanonCake for Pikabu.ru

Oct 23rd, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.17 KB | None | 0 0
  1. .app__inner {
  2.     max-width: 1250px;
  3.     margin-left: 250px;
  4.     margin-right: auto;
  5. }
  6.  
  7. .main {
  8.     padding-right: 120px;
  9. }
  10.  
  11. .sidebar {
  12.     padding-left: 60px;
  13.     width: 30%;
  14.     position: relative;
  15.     float: right;
  16.     margin-right: auto;
  17.     overflow: auto;
  18. }
  19.  
  20. .header__main {
  21.     background: url("//cs.pikabu.ru/images/header_bg13.gif") #f0f0f0 repeat-x bottom;
  22.     height: 68px;
  23. }
  24.  
  25. .header {
  26.     color: #276a1c;;
  27. }
  28.  
  29. .header-menu {
  30.     height: 68px;
  31. }
  32.  
  33. .header-menu__item a {
  34.     font-weight: 250;
  35. }
  36.  
  37. .header-menu__item_current a {
  38.     color: #fd5d47;
  39.     font-weight: 500;
  40. }
  41.  
  42. .story__main {
  43.     border: 1px solid #d0dde5;
  44.     background-color: #fbfbfb;
  45. }
  46.  
  47. .sprite--ui__logo {
  48.     background-position: -402px -288px;
  49.     width: 0px;
  50.     height: 0px;
  51. }
  52.  
  53. .icon--ui__logo {
  54.     fill: #fff0;
  55. }
  56.  
  57. .icon--ui__logo {
  58.     width: 155px;
  59.     height: 52px;
  60.     background: url(https://cs11.pikabu.ru/images/previews_comm/2018-05_1/152537950113188753.png) repeat-x;
  61. }
  62.  
  63. .button_green {
  64.     background-color: #79c36c;
  65.     border-color: #8ac858;
  66.     color: #fff;
  67. }
  68.  
  69. .collapse-button:before {
  70.     content: '';
  71.     position: absolute;
  72.     left: -150px;
  73.     right: -20px;
  74.     top: -20px;
  75.     bottom: -20px;
  76. }
  77.  
  78. .sidebar-block-discussed .caption {
  79.     display: flex;
  80. }
  81.  
  82. section, .section, .static-page__container>h1, .static-page__container>a, .static-page__container>div, .static-page__more {
  83.     border: 1px solid #e9e9e9;
  84.     background-color: #f0f1eb;
  85. }
  86.  
  87. section.comments {
  88.     background-color: #fff;
  89.     border: 1px solid #e9e9e900;
  90. }
  91.  
  92. section.section_padding_none {
  93.     background-color: #fff;
  94.     border: 1px solid #e9e9e900;
  95. }
  96.  
  97. .story__read-more, .story .b-story__show-all {
  98.     background-color: #f0f1eb;
  99.     color: #949596!important;
  100. }
  101.  
  102. .story__read-more:before, .story .b-story__show-all:before {
  103.     height: 0px;
  104. }
  105.  
  106. body {
  107.     background-color: #fff;  
  108.     color: #686969;
  109. }
  110.  
  111. a, .link {
  112.     color: #5190b8;
  113. }
  114.  
  115. .sidebar-toggle__action {
  116.     color: #5190b8;
  117. }
  118.  
  119. .story__title-link {
  120.     color: #217cb6;
  121. }
  122.  
  123. .story__title-link_visited {
  124.     color: #757575;
  125. }
  126.  
  127. ::selection {
  128.     background-color: #1c7aff78;
  129. }
Add Comment
Please, Sign In to add comment