Advertisement
msjanny

Basic Furvilla Villager Template - SIDE ABOUT by @36

Feb 6th, 2017
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.98 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("http://i.imgur.com/SHIWHMv.png");
  9.     background-repeat: repeat;
  10. }
  11. .villager-data-wrapper {
  12.     background: transparent;
  13.     left: 0;
  14. }
  15. .content a {
  16.     color: #821729;
  17. }
  18. .clearfix h1 {
  19.     color: white;
  20.     font: 14px arial;
  21.     font-weight: bold;
  22.     text-transform: uppercase;
  23.     text-align: center;
  24.     margin: auto;
  25. }
  26.  
  27. /**About**/
  28. /**Use the Villager image's width as margin-left and adjust width accordingly.**/
  29. .villager-data-desc {
  30.     max-height: 400px;
  31.     overflow:auto;
  32.     width:450px;
  33.     top: 0;
  34.     right: 0;
  35.     position:absolute;
  36. }
  37.  
  38. /**Villager Image**/
  39. .villager-data-avatar{
  40. text-align:left;
  41. }
  42.  
  43. /**Information Boxes**/
  44. .villager-data-info-box,
  45. .villager-data-info-wide,
  46. .user-comments .user-comment {
  47.     background-image: url("http://i.imgur.com/fyUi3SK.png");
  48.     border: none;
  49. }
  50. .villager-general{
  51.     margin-left:15px;
  52. }
  53. .villager-career{
  54.     width:180px;
  55. }
  56. .villager-paintie{
  57.     width:180px;
  58. }
  59. .villager-trophies {
  60.     margin: 0;
  61. }
  62. .villager-data-minipet {
  63.     background: rgba(255, 255, 255, 0.5);
  64.     border: 0;
  65.     position:absolute;
  66.     margin: 0 -40px -280px 0;
  67. }
  68. .villager-paintie a {
  69.     color: #fff;
  70.     background-color: #821729;
  71. }
  72. .label-success,
  73. .label-primary,
  74. .label-default {
  75.     color: #fff !important;
  76.     background-color: #821729;
  77. }
  78. .label-primary:hover,
  79. .label-success:hover,
  80. .label-warning:hover,
  81. .villager-paintie .label-default:hover,
  82. .villager-data-minipet .label-default:hover {
  83.     background-color: #5e5e5e !important;
  84. }
  85. .content h3 {
  86.     color: #821729;
  87. }
  88. .content p span, .content strong, .villager-career p {
  89.     font-size: 10px;
  90.     margin-bottom: -6px;
  91.     text-transform: lowercase;
  92. }
  93.  
  94. /**Users' Comments**/
  95. .content 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. .content .counter {
  110.     border-color: #fff;
  111. }
  112. .content .textarea {
  113.     background: rgba(255, 255, 255, 0.5);
  114.     margin-top: -20px;
  115.     border: 3px 0 0 0 solid #1c1c1c;
  116.     border-radius: 0 0 8px 8px;
  117. }
  118. .user-comments .user-comment .footer {
  119.     color: #111;
  120. }
  121. .user-comments .user-comment .footer a {
  122.     color: #fff;
  123. }
  124. .report-comment {
  125.     color: #821729 !important;
  126. }
  127. .content .btn medium pull-right {
  128.     background-image: none;
  129.     background: #878787;
  130. }
  131. .content .btn:hover {
  132.     background-image: none;
  133.     background: #5e5e5e;
  134. }
  135. .forum-posts li {
  136.     background: transparent !important;
  137. }
  138. .widget .forum-posts p,
  139. .widget .forum-posts p a {
  140.     color: #111;
  141.     font-weight: normal;
  142. }
  143. .widget .forum-posts li {
  144.     border: 0;
  145. }
  146.  
  147. /**Comments Pagination**/
  148. .content .pagination a {
  149.     color: #821729 !important;
  150. }
  151. .content .active span {
  152.     z-index: 3;
  153.     background-color: #821729 !important;
  154.     border: #821729 !important;
  155. }
  156.  
  157. /**Right Sidebar**/
  158. .widget-header {
  159.     border-bottom: 3px solid #1c1c1c;
  160. }
  161. .widget-header h3 {
  162.     color: #fff;
  163.     background-image: none;
  164.     background: #1c1c1c;
  165.     font-weight: bold;
  166.     text-transform: uppercase;
  167.     text-align: center;
  168. }
  169. .user-info h4 {
  170.     color: #111 !important;
  171.     font-weight: bold;
  172. }
  173. .content .btn-link {
  174.     color: #ffffff !important;
  175. }
  176. .content .btn-link:hover {
  177.     color: #ffffff !important;
  178. }
  179.  
  180. /**Notifications**/
  181. .table tr:nth-child(even) td {
  182.     background: rgba(255, 255, 255, 0.5) !important;
  183.     border-bottom: 0px
  184. }
  185. .table tr:nth-child(odd) td {
  186.     background: rgba(255, 255, 255, 0.5) !important;
  187.     border-bottom: 0px
  188. }
  189. .table tr:hover td {
  190.     background: rgba(255, 255, 255, 0.5) !important;
  191.     border-bottom: 0px;
  192. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement