Advertisement
Guest User

Untitled

a guest
May 31st, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. /*HEADER BACKGROUND*/
  2. #header {
  3. height: 220px;
  4. background: url(%%background%%);
  5. background-size: cover;
  6. border: none;
  7. }
  8.  
  9.  
  10. /*HEADER*/
  11. #header .pagename {
  12. width: 100%;
  13. display: block;
  14. position: absolute;
  15. top: -278px;
  16. z-index: -1;
  17. }
  18. #header .pagename {
  19. font-size: 0;
  20. }
  21. <style>…</style>
  22. .redditname, .score .number {
  23. font-family: Roboto !important;
  24. font-weight: bold !important;
  25. }
  26. .pagename {
  27. font-weight: bold;
  28. margin-right: 1ex;
  29. font-variant: small-caps;
  30. font-size: 1.3em;
  31. vertical-align: bottom;
  32. }
  33. *, :before, :after {
  34. -webkit-box-sizing: border-box;
  35. -moz-box-sizing: border-box;
  36. box-sizing: border-box;
  37. }
  38.  
  39. /*REDDIT IKONA*/
  40. #header-img.default-header, #header-img {
  41. z-index: 99;
  42. width: 48px;
  43. padding-left: 48px;
  44. height: 54px;
  45. background-image: url(%%redditlogoht%%);
  46. background-size: cover;
  47. background-position: center;
  48.  
  49. }
  50.  
  51. #header-img {
  52. margin-top: 140px;
  53. margin-left: 20px;
  54. }
  55.  
  56.  
  57. /*SUBREDITS LISTA*/
  58. #sr-header-area {
  59. background-color: rgba(0,0,0,0.05);
  60. border: 0 solid;
  61. transition: all .15s ease;
  62. height: 24px;
  63. line-height: 23px;
  64. text-transform: uppercase;
  65. }
  66. #sr-header-area .sr-list {
  67. margin-right: 48px;
  68. }
  69. #sr-header-area .width-clip {
  70. right: 300px;
  71. }
  72. #sr-more-link {
  73. background-color: transparent
  74. }
  75.  
  76. /*RIGHT SIDEBAR*/
  77. .side {
  78. float: right;
  79. background-color: white;
  80. margin: 0px 5px 0 5px;
  81. width: 300px;
  82. position: relative;
  83. top: 0px;
  84. }
  85.  
  86. /*SUBMIT BUTTON*/
  87. div.content {
  88. margin-left: 5px !important;
  89. position: absolute;
  90. top: 230px;
  91. }
  92.  
  93. /*prava horni lista*/
  94. #header-bottom-right {
  95. position: absolute;
  96. top: 0;
  97. right: 0;
  98. width: auto;
  99. max-width: 300px;
  100. height: 24px;
  101. background-color: transparent;
  102. font-size: 11px;
  103. color: rgba(255,255,255,0.45);
  104. padding: 5px 8px 4px 2px;
  105. }
  106.  
  107. /*LIŠTA MENU bg*/
  108.  
  109. #header .tabmenu:before {
  110. content: "";
  111. display: block;
  112. position: absolute;
  113. top: 170px;
  114. left: 0px;
  115. right: 0px;
  116. background-color: rgba(0,0,0,0.24);
  117. height: 42px;
  118. z-index: -1;
  119. }
  120.  
  121. /*MENU*/
  122.  
  123. #header .tabmenu li a{
  124. color: red;
  125. background-color: transparent;
  126. border: none;
  127.  
  128. }
  129. #header .tabmenu .selected a{
  130. color: white;
  131. background-color: transparent;
  132. border: none;
  133. }
  134.  
  135. .tabmenu li {
  136. margin: 0px 40px;
  137. position: relative;
  138. display: inline-block;
  139. top: -25px;
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement