Advertisement
Guest User

NowyWykopAleInny

a guest
Jun 2nd, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.12 KB | None | 0 0
  1. @-moz-document url-prefix("http://www.wykop.pl/") {
  2. body {
  3.   font-size: 1.2rem;
  4.   line-height: 1.6rem;
  5. }
  6.  
  7. .wrapper {
  8.   // max-width: none;
  9.   max-width: 1440px;
  10. }
  11.  
  12. #nav .nav li a {
  13.   height: 46px;
  14. }
  15.  
  16. #site {
  17.   margin-bottom: 0;
  18.   padding-top: 44px !important;
  19. }
  20.  
  21. #footer {
  22.   display: none;
  23. }
  24.  
  25. #w-button {
  26.   display: none;
  27. }
  28.  
  29. #fixedBox {
  30.   display: none;
  31. }
  32.  
  33. div[class='rbl-block overflow m-reset-width force-scalable m-hide'] {
  34.   display: none;
  35. }
  36.  
  37. li div[class='article clearfix preview'] {
  38.   display: none;
  39. }
  40.  
  41. #dyingLinksBox {
  42.   display: none;
  43. }
  44.  
  45. .rbl-block {
  46.   margin-bottom: 4px;
  47. }
  48.  
  49. .comments-stream > li, .comments-stream > li.hot {
  50.   border-radius: 0;
  51.   margin-bottom:2px;
  52. }
  53.  
  54. .grid-main {
  55.   margin-right: 318px;
  56. }
  57.  
  58. .article.preview .media-content {
  59.   float: right;
  60.   width: 180px;
  61. }
  62. .article.preview .media-content img {
  63.   width: 100%;
  64. }
  65.                  
  66. .article.preview .media-content + div {
  67.   margin-left: 0;
  68.   margin-right: 170px;
  69.   padding-top: 10px;
  70. }
  71.                        
  72. .comments-stream .article {
  73.   padding: 0 4px 2px 80px !important;
  74. }
  75.  
  76. .article.preview h2 {
  77.   font-size: 1.7rem;
  78. }
  79.  
  80.  
  81. #rightFooterBox h4, #rightFooterBox ul {
  82.   display: none;
  83. }
  84.  
  85. #rightFooterBox, #rightFooterBox .button.big {
  86.   bottom: 2px;
  87. }
  88.  
  89. div[class="row elements actions"] {
  90.   float: right;
  91.   margin-top: -10px;
  92. }
  93.  
  94. div[class="row elements actions"] .fa{
  95.   display: none;
  96. }
  97.      
  98. .btnReply {
  99.   float: right;
  100. }
  101.  
  102. .row.elements > a, .row.elements > ul > li {
  103.   opacity: 1;
  104.   margin-right: 5px;
  105.   margin-left: 10px;
  106. }
  107.        
  108.  
  109. .row.elements ul {
  110.   position: absolute;
  111.   top: 9px;
  112.   right: 100px;
  113. }
  114. .sub .row.elements ul {
  115.   top: 0;
  116. }
  117.  
  118. .author p b {
  119.   display: inline;
  120. }
  121. .author p b {
  122.   vertical-align: middle;
  123. }                  
  124. .author p b span {
  125.   font-size: 1.2rem;
  126. }
  127. .author p b * {
  128.   line-height: 18px;
  129. }
  130.  
  131. .button.mikro *, .button.mikro {
  132.     line-height: 0.8rem;
  133.     font-size: 1.3rem !important;
  134.     padding: 0.2rem 0.2rem !important;
  135.     border: 0 !important;
  136. }
  137.  
  138. .sub .wblock {
  139.     padding-left: 6px;
  140.     margin-left: 74px;
  141. }
  142. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement