Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. .content .left-column a {
  2. color:#2e2bb5;
  3. transition: all 2s ease;
  4. -webkit-transition: all 2s ease;
  5. -moz-transition: all 2s ease;
  6. -ms-transition: all 2s ease;
  7. -o-transition: all 2s ease;
  8. }
  9.  
  10. content .left-column a:hover {
  11. color:#0f1c30;
  12. }
  13.  
  14. .content .left-column {
  15. background-image: url(http://tethersinspace2016.com/images/header01-bg.jpg);
  16. background-attachment: fixed;
  17. }
  18.  
  19. .content {
  20. background-image:url(http://tethersinspace2016.com/images/header01-bg.jpg)
  21. background-attachment: fixed;
  22. color:#ffffff;
  23. }
  24.  
  25. .widget-header h3 {
  26. background:#121223;
  27. border-bottom: 5px solid#121223;
  28. }
  29.  
  30. .widget-header {
  31. border-bottom:#2c2e42
  32. }
  33.  
  34. .user-panel.clearfix {
  35. background:#0f1c30
  36. }
  37.  
  38.  
  39. #logo a {
  40. background:url(https://i.imgur.com/ITj3LTW.png) no-repeat;
  41. }
  42. ---
  43. .villagers-list li {
  44. float: none;
  45. display: inline-block;
  46. width: 19.6%;
  47. }
  48. .villagers-list {
  49. text-align: center;
  50. }
  51. ---
  52. .adsbygoogle {
  53. display: none !important;
  54. }
  55. ---
  56. .content:after {
  57. background: url(https://opengameart.org/sites/default/files/Space-Background-2.jpg);
  58. position: fixed;
  59. top: 0;
  60. height: 100%;
  61. z-index: -1;
  62. }
  63. ---
  64. widget a {
  65. color:#0f1c30;
  66. transition: all 2s ease;
  67. -webkit-transition: all 2s ease;
  68. -moz-transition: all 2s ease;
  69. -ms-transition: all 2s ease;
  70. -o-transition: all 2s ease;
  71. }
  72. widget a:hover {
  73. color:#0f1c30;
  74. }
  75. ---
  76. #logo + :nth-child(2) {
  77. background: #0f1c30;
  78. }
  79. ---
  80. .right-column .btn-link {
  81. color:#0f1c30 !important;
  82. }
  83. ---
  84. .btn.medium {
  85. background:#0f1c30;
  86. }
  87. ---
  88. .content h1 {
  89. color:#ffffff;
  90. }
  91. ---
  92. font-family: Impact,Haettenschweiler,"Franklin Gothic Bold",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black","sans serif"
  93. ---
  94. .widget .forum-posts p, .widget .forum-posts p a {
  95. color:#0f1c30;
  96. }
  97. ---
  98. .user-comments .user-comment .footer, .user-comments .user-comment .footer a {
  99. color:#121223;
  100. }
  101. ---
  102. .alert.info {
  103. background:#0f1c30;
  104. }
  105.  
  106. .alert.info a {
  107. color:#262733;
  108. }
  109. ---
  110. .table tr td {
  111. border:#0f1c30 !important;
  112. }
  113.  
  114. .btn.small {
  115. background:#0f1c30;
  116. }
  117.  
  118. .table tr:hover td {
  119. background:#262733 !important;
  120. border:#2c2e42;
  121. }
  122.  
  123. .table tr:nth-child(even) td {
  124. background: #2c2e42;
  125. border-bottom: 1px solid #2c2e42;
  126. }
  127. ---
  128. .user-avatar-wrapper img {
  129. border-radius: 100%;
  130. }
  131. .right-column .widget:first-child img:first-child {
  132. border-radius: 100%;
  133. }
  134. ---
  135. .gallery {
  136. text-align: center;
  137. align: center;
  138. }
  139.  
  140. .panel {
  141. background: none;
  142. border: 0;
  143. box-shadow: none;
  144. margin: 0;
  145. }
  146. ---
  147. .content h2 {
  148. color:#ffffff;
  149. }
  150.  
  151. .counter {
  152. font-size: 16px;
  153. height: 24px;
  154. line-height: 20px;
  155. border: 1px solid #0f1c30;
  156. padding: 0 10px;
  157. border-radius: 12px;
  158. vertical-align: middle;
  159. position: relative;
  160. top: -0.1em;
  161. }
  162.  
  163. .content h3 {
  164. color: #ffffff;
  165. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement