Advertisement
cro-bat

Basic Furvilla Villager Template - SIDE ABOUT

Jul 19th, 2016
1,014
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.07 KB | None | 0 0
  1. /**TEMPLATE BY CRO
  2. http://crovilla.tumblr.com/
  3. If you have any questions, feel free to ask.
  4. **/
  5.  
  6. .content {
  7. color:#111;
  8. background-image:url("https://66.media.tumblr.com/c9c259ee7cfe61779dc4a3a7cfb99628/tumblr_oa30k1H4qI1qev5lgo1_r1_500.png");
  9. background-repeat:repeat;
  10. }
  11.  
  12. .content a{
  13. color:#821729;
  14. }
  15.  
  16. .villager-data-wrapper {
  17. background:transparent;
  18. }
  19.  
  20. .clearfix h1{
  21. color:white;
  22. font:14px, arial;
  23. font-weight:bold;
  24. text-transform:uppercase;
  25. text-align:center;
  26. margin:auto;
  27. }
  28.  
  29. /**About**/
  30. /**Use the Villager image's width as margin-left and adjust width accordingly.**/
  31. .villager-data-info-wide {
  32. max-height:400px;
  33. overflow:auto;
  34. width:450px;
  35. margin-top: -422px;
  36. margin-left:249px;
  37. position:absolute;
  38. }
  39.  
  40. /**Villager Image**/
  41. .villager-data-avatar{
  42. text-align:left;
  43. }
  44.  
  45. /**Information Boxes**/
  46. .villager-data-info-box villager-general, .villager-data-info-wide villager-data-desc villager-description, .user-comment{
  47. background:rgba(255,255,255,0.5);
  48. border:none;
  49. }
  50.  
  51. .villager-general{
  52. margin-left:15px;
  53. }
  54.  
  55. .villager-career{
  56. width:180px;
  57. }
  58.  
  59. .villager-paintie{
  60. width:180px;
  61. }
  62.  
  63. .villager-data-minipet {
  64. background:rgba(255, 255, 255, 0.5);
  65. border:0;
  66. position:absolute;
  67. margin: 0 -60px -280px 0;
  68. }
  69.  
  70. .content .villager-paintie a {
  71. color:#fff;
  72. background-color:#821729;
  73. }
  74.  
  75. .label-success, .label-primary, .label-default{
  76. color:#fff !important;
  77. background-color:#821729;
  78. }
  79.  
  80. .label-primary:hover, .label-success:hover, .label-warning:hover, .villager-paintie .label-default:hover, .villager-data-minipet  .label-default:hover {
  81. background-color:#5e5e5e !important;
  82. }
  83.  
  84. .content h3{
  85. color:#821729;
  86. }
  87.  
  88. .content .clearfix p span, strong{
  89. font-size:10px;
  90. margin-bottom:-6px;
  91. text-transform:lowercase;
  92. }
  93.  
  94. /**Users' Comments**/
  95. h2 {
  96. color:#fff !important;
  97. background-color:#1c1c1c;
  98. font-size:18px;
  99. font-family:arial;
  100. font-weight:bold;
  101. text-transform:uppercase;
  102. text-align:center;
  103. width:700px;
  104. margin-left:auto !important;
  105. margin-right:auto !important;
  106. padding-top:3px;
  107. border-radius:8px 8px 0 0;
  108. }
  109.  
  110. .counter{
  111. border-color:#fff;
  112. }
  113.  
  114. .textarea{
  115. background:url("https://67.media.tumblr.com/8f68a6f288a9be4c057f754a39206398/tumblr_oa31hriGwH1qev5lgo2_r1_100.png");
  116. margin-top:-20px;
  117. border:3px 0 0 0 solid #1c1c1c;
  118. border-radius:0 0 8px 8px;
  119. }
  120.  
  121. .user-comments .user-comment{
  122. background:rgba(255,255,255,0.5);
  123. }
  124.  
  125. .user-comments .user-comment .footer{
  126. color:#111
  127. }
  128.  
  129. .user-comments .user-comment .footer a{
  130. color:#fff;
  131. }
  132.  
  133. .report-comment{
  134. color:#821729 !important;
  135. }
  136.  
  137. .btn medium pull-right {
  138. background-image:none;
  139. background:#878787;
  140. }
  141.  
  142. .btn:hover {
  143. background-image:none;
  144. background:#5e5e5e;
  145. }
  146.  
  147. /**Comments Pagination**/
  148. .pagination a{
  149. color:#821729 !important;
  150. }
  151.  
  152. .active span {
  153. z-index:3;
  154. background-color:#821729 !important;
  155. border:#821729 !important;
  156. }
  157.  
  158.  
  159. /**Right Sidebar**/
  160. .widget-header {
  161. border-bottom:3px solid #1c1c1c;}
  162.  
  163. .widget-header h3 {
  164. color:#fff;
  165. background-image:none;
  166. background:#1c1c1c;
  167. font-weight:bold;
  168. text-transform:uppercase;
  169. text-align:center;
  170. }
  171.  
  172. .user-info h4 {
  173. color:#111 !important;
  174. font-weight:bold;}
  175.  
  176.  
  177. .btn-link {
  178. color:#ffffff !important;
  179. }
  180.  
  181. .btn-link:hover {
  182. color:#ffffff !important;
  183. }
  184.  
  185. .forum-posts li{
  186. background:transparent !important;
  187. }
  188. .widget .forum-posts p, .widget .forum-posts p a{
  189. color:#111;
  190. font-weight:normal;
  191. }
  192.  
  193. .widget .forum-posts li{
  194. border:0;
  195. }
  196.  
  197.  
  198. /**Notifications**/
  199. .table tr:nth-child(even) td {
  200. background:url("https://65.media.tumblr.com/fc190edb7076462c1546c19a8d393e6f/tumblr_oa31hriGwH1qev5lgo1_r1_100.png") !important;
  201. border-bottom:0px}
  202.  
  203. .table tr:nth-child(odd) td {
  204. background:url("https://65.media.tumblr.com/fc190edb7076462c1546c19a8d393e6f/tumblr_oa31hriGwH1qev5lgo1_r1_100.png") !important;
  205. border-bottom:0px }
  206.  
  207. .table tr:hover td {
  208. background:url("https://67.media.tumblr.com/8f68a6f288a9be4c057f754a39206398/tumblr_oa31hriGwH1qev5lgo2_r1_100.png") !important;
  209. border-bottom:0px;
  210. }
  211.  
  212. /**CSS Editor**/
  213. .modal-header h2{
  214. color: #37317e !important;
  215. font-size: 48px;
  216. background:none;
  217. text-transform:none;
  218. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement