Guest User

Untitled

a guest
Jan 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. #sr-header-area {
  2. background: none;
  3. border-bottom:1px solid rgba(0,0,0,0.2);
  4. box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  5. color: #666;
  6. }
  7.  
  8. #sr-header-area a {
  9. color: #999;
  10. }
  11.  
  12. #sr-header-area a:hover {
  13. color: #FFF;
  14. text-decoration:none;
  15. }
  16.  
  17. .dropdown.srdrop .selected {
  18. color: #999;
  19. }
  20.  
  21. #sr-header-area a#sr-more-link {
  22. border-radius: 1em 0 0 1em;
  23. padding: 1px 5px;
  24. top: 2px;
  25. background: rgba(255, 255, 255, 0.4);
  26. color: #333;
  27. }
  28.  
  29. #sr-header-area a#sr-more-link:hover {
  30. color: #FFF;
  31. }
  32.  
  33.  
  34. #sr-header-area .selected a {
  35. color: #DDD;
  36. background: rgba(0,0,0,0.3);
  37. text-shadow: 0 -1px 0 rgba(0,0,0,1);
  38. border-radius: 1em;
  39. padding: 0 4px;
  40. box-shadow: 0 1px 0 rgba(255,255,255,0.2);
  41. }
  42.  
  43. #header {
  44. background:#333;
  45. background: -webkit-linear-gradient(#595959, #1D1D1D);
  46. border:none;
  47. box-shadow: 0 0 5px #000;
  48. }
  49.  
  50. #header-bottom-left {
  51. background: url(./tabmenu.png) repeat-x left bottom;
  52. line-height: 20px;
  53. vertical-align:middle;
  54. }
  55.  
  56. #header-img-a {
  57. border: none;
  58. margin:0;
  59. padding: 0;
  60. display: inline-block;
  61. vertical-align: bottom;
  62. position:relative;
  63. z-index:5;
  64. overflow:hidden;
  65. }
  66.  
  67. #header-img-a:hover:after {
  68. bottom:0;
  69. }
  70.  
  71. #header-img-a:after {
  72. content: attr(title);
  73. position:absolute;
  74. left:0;
  75. right:0;
  76. bottom:-40px;
  77. padding: 2px 5px;
  78. background:rgba(0,0,0,0.3);
  79. color:rgba(255,255,255,0.9);
  80. -webkit-transition: 0.5;
  81. }
  82.  
  83. #header-img-a img {
  84. margin:0;
  85. padding:0;
  86. border:none;
  87. position:relative;
  88. }
  89.  
  90. .pagename {
  91. background: url(./mls.png);
  92. display: inline-block;
  93. width: 56px;
  94. height: 52px;
  95. text-indent: -9999px;
  96. vertical-align: middle;
  97. }
  98.  
  99. #header .tabmenu {
  100. font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  101. }
  102.  
  103. #header .tabmenu li a {
  104. background: none;
  105. border:none;
  106. color: #555;
  107. text-transform: uppercase;
  108. display: inline-block;
  109. text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  110. border-radius: 5px;
  111. -webkit-transition: 0.5s text-shadow;
  112. }
  113.  
  114. #header .tabmenu li a:hover {
  115. color: #333;
  116. text-shadow: 0 1px 0 rgba(255,255,255,0.4), 0 0 20px #FFF;
  117. }
  118. #header .tabmenu .selected a, #header .tabmenu .selected a:hover {
  119. background: #888;
  120. color:#000;
  121. box-shadow: 0 1px 0 rgba(255,255,255,0.4);
  122. }
  123.  
  124. #header-bottom-right {
  125. bottom: 16px;
  126. line-height:22px;
  127. padding: 0 5px;
  128. border-radius: 5px 0 0 5px;
  129. background: #999;
  130. box-shadow: 0 1px rgba(255,255,255,0.2);
  131. color:#777;
  132. text-shadow: 0 1px 0 rgba(255,255,255,.2);
  133. }
  134.  
  135. #header-bottom-right .separator {
  136. color:#777;
  137. }
  138.  
  139. #header-bottom-right .user {
  140. color:#666;
  141. }
  142.  
  143. #header-bottom-right a {
  144. color: #444;
  145. }
  146.  
  147. #header-bottom-right a:hover {
  148. color: #FFF;
  149. text-decoration:none;
  150. text-shadow:none;
  151. }
  152.  
  153. #header:after {
  154. text-indent:-9999px;
  155. content: 'Team Crests';
  156. position:absolute;
  157. right:0;
  158. left:10px;
  159. bottom:52px;
  160. height: 32px;
  161. background: url(./crests.png) no-repeat right center;
  162. z-index: 4;
  163. }
Add Comment
Please, Sign In to add comment