Advertisement
msjanny

Pietro's Villager Profile by @36

Feb 5th, 2017
635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.30 KB | None | 0 0
  1. .content {
  2.     background: url(http://i.imgur.com/5w4gn7Q.png);
  3.     color: #35a294;
  4. }
  5.  
  6. /**User Information**/
  7. .clearfix h1,
  8. .content h2 {
  9.     color: #ffffd2;
  10.     text-align: center;
  11. }
  12. .content strong {
  13.     color: #007969;
  14. }
  15. .content a,
  16. .widget-content a {
  17.     color: #ffffd2;
  18.     font-weight: normal;
  19. }
  20. .content h3 {
  21.     color: #7ece7b;
  22.     font-size: 10px;
  23.     text-align: center;
  24.     background: rgba(0, 0, 0, .2);
  25.     padding: 4px 0 4px 0;
  26. }
  27. .villager-general {
  28.     width: 240px;
  29.     height: 145px;
  30.     overflow: auto;
  31.     margin-left: 30px;
  32.     border: 0
  33. }
  34. .villager-career {
  35.     width: 150px;
  36.     border: 0
  37. }
  38. .villager-paintie {
  39.     width: 200px;
  40.     margin-left: 12px;
  41.     border: 0
  42. }
  43. .short-text span,
  44. .short-text strong {
  45.     font-size: 10px;
  46.     font-weight: normal;
  47. }
  48. .villager-data-minipet {
  49.     background: rgba(0, 0, 0, 0.5);
  50.     border: 0;
  51. }
  52. .villager-general p,
  53. .village-general span {
  54.     font-size: 10px;
  55. }
  56. .villager-data-wrapper {
  57.     background: transparent;
  58. }
  59. .villager-data-info {
  60.     background: rgba(0, 0, 0, .5);
  61.     border-radius: 8px;
  62.     margin-left: 20px;
  63. }
  64. .villager-description,
  65. .villager-trophies {
  66.     border: 0;
  67. }
  68. .label-success,
  69. .label-primary,
  70. .label-default {
  71.     color: #ffffd2 !important;
  72.     background: rgba(0, 0, 0, .2);
  73. }
  74. .label-primary:hover,
  75. .label-success:hover,
  76. .label-warning:hover,
  77. .villager-paintie .label-default:hover,
  78. .villager-data-minipet .label-default:hover {
  79.     background-color: rgba(0, 0, 0, .5) !important;
  80. }
  81.  
  82. /**Comments**/
  83. .content .counter {
  84.     border: 0px;
  85. }
  86. .content .textarea {
  87.     color: #35a294;
  88.     background: rgba(0, 0, 0, .5);
  89.     border: 0;
  90. }
  91.  
  92. /**Users' Comments**/
  93. .user-comments .user-comment {
  94.     background: rgba(0, 0, 0, .5) !important;
  95.     border: 0;
  96. }
  97. .user-comments .user-comment .footer {
  98.     color: #35a294;
  99.     border-top: 0;
  100.     font-size: 10px;
  101. }
  102. .user-comments .user-comment .footer a {
  103.     color: #ffffd2;
  104. }
  105. .report-comment {
  106.     color: #35a294 !important;
  107. }
  108. .user-comments .user-comment:before,
  109. .user-comments .user-comment:after {
  110.     border-right-color: rgba(0, 0, 0, .2929);
  111. }
  112. .content .btn-link a,
  113. .content .btn medium pull-right {
  114.     background-image: none;
  115.     background: transparent;
  116.     text-shadow: none;
  117.     color: #ffffd2 !important;
  118. }
  119. .content .btn:hover,
  120. .content .btn-link:hover {
  121.     background-image: none;
  122.     background: transparent;
  123.     color: #ffffd2 !important;
  124.     text-decoration: underline;
  125. }
  126.  
  127. /**Comments Pagination**/
  128. .content .pagination a {
  129.     color: #ffffd2 !important;
  130.     background: rgba(0, 0, 0, .5) !important;
  131.     border: 0 !important;
  132. }
  133. .content .pagination a:hover {
  134.     color: #ffffd2 !important;
  135.     background: rgba(0, 0, 0, .7) !important;
  136.     border: 0 !important;
  137. }
  138. .content .active span {
  139.     z-index: 3;
  140.     background-color: #000 !important;
  141.     border: 0 !important;
  142. }
  143. .content .pagination > .disabled > span,
  144. .content .pagination > .disabled > span:hover,
  145. .content .pagination > .disabled > span:focus,
  146. .content .pagination > .disabled > a,
  147. .content .pagination > .disabled > a:hover,
  148. .content .pagination > .disabled > a:focus {
  149.     color: #ffffd2 !important;
  150.     background-color: rgba(0, 0, 0, .2) !important;
  151.     border: 0 !important;
  152. }
  153.  
  154. /**Right Sidebar**/
  155. .content h4 {
  156.     color: #35a294;
  157.     font-weight: normal;
  158. }
  159. .content h4 a {
  160.     font-weight: normal;
  161. }
  162. .widget-header {
  163.     border: 0;
  164.     background-color: rgba(0, 0, 0, 0.5);
  165.     border-radius: 8px 8px 0 0;
  166. }
  167. .widget-header h3 {
  168.     background-image: none;
  169.     font-weight: normal;
  170.     border-radius: 0px 0px 0 0;
  171. }
  172. .widget-content {
  173.     background: rgba(0, 0, 0, .5);
  174.     border-radius: 0 0 8px 8px;
  175. }
  176. .forum-posts li {
  177.     background: transparent !important;
  178. }
  179. .widget .forum-posts li {
  180.     border: 0;
  181. }
  182.  
  183. /**Notifications**/
  184. .table tr:nth-child(even) td {
  185.     background: rgba(0, 0, 0, 0) !important;
  186.     border-bottom: 0px
  187. }
  188. .table tr:nth-child(odd) td {
  189.     background: rgba(0, 0, 0, 0) !important;
  190.     border-bottom: 0px
  191. }
  192. .table tr:hover td {
  193.     background: rgba(0, 0, 0, .2) !important;
  194.     border-bottom: 0px;
  195. }
  196. .table > thead > tr > th,
  197. .table > thead > tr > td,
  198. .table > tbody > tr > th,
  199. .table > tbody > tr > td,
  200. .table > tfoot > tr > th,
  201. .table > tfoot > tr > td {
  202.     border-top: 0;
  203. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement