Advertisement
Whipptail

FV Villager Profile CSS - Theme #2 counterpart

Jul 26th, 2016
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.39 KB | None | 0 0
  1. /**
  2. ______________________________________________
  3.  
  4. Villager Profile Template #2 - Ocean Bubbly 2.0 counterpart
  5. Made by Furvilla user Whipptail - ID #60170
  6. http://seasquams.tumblr.com/
  7.  
  8. I'll do my best to help with questions but I'm still new to coding
  9. so I apologize beforehand if I can't help with something.
  10.  
  11. ______________________________________________
  12.  
  13. **/
  14.  
  15.  
  16. .content:after {
  17. background:url("http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Profile%20Patterns/beachpatternlight4_zpsxpix8evq.png") repeat;
  18. position: fixed;
  19. width:100%;
  20. height:100%;
  21. bottom:0;
  22. top:0;
  23. z-index:-1
  24. }
  25.  
  26. .user-panel.clearfix {
  27. background: #5ac9e1;
  28. }
  29.  
  30. .content {
  31. color: #6a7878;
  32. background-image: url("http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/oceandomebgfix_zpsjtnty7kw.png");
  33. background-size: cover;
  34. background-position: center bottom;
  35. background-attachment: fixed;
  36. box-shadow: 0 15px 20px 5px;
  37. }
  38.  
  39. .villager-data-wrapper {
  40. background: none;
  41. }
  42.  
  43. .content h1 {
  44. font-family: Candara;
  45. font-size: 34px;
  46. font-style: italic;
  47. font-weight: bold;
  48. color: #24505a;
  49. text-shadow: 1px 1.732px 1px rgba(0,0,0,0.25);
  50. }
  51.  
  52. .breadcrumbs {
  53. padding: 3px 0 3px 0;
  54. margin: 0 0 20px 215px;
  55. width: 310px;
  56. text-align: center;
  57. border-radius: 60px;
  58. background: #5ac9e1;
  59. }
  60.  
  61. .breadcrumbs li {
  62. color: #fff;
  63. }
  64.  
  65. .header-right-toolbar-buttons {
  66. float: right;
  67. width: 200px;
  68. font-style: normal;
  69. }
  70.  
  71. h3 {
  72. background-color: #5ac9e1;
  73. border-radius: 2px;
  74. }
  75.  
  76. .villager-data-info-wide.villager-data-desc.villager-description h3 {
  77. text-align: center;
  78. }
  79.  
  80. .content h3 {
  81. text-align: center;
  82. font-family: Candara;
  83. font-size: 18px;
  84. font-weight: bold;
  85. color: #fff;
  86. }
  87.  
  88. a:link {
  89. color: #48a1b4;
  90. transition:ease 0.3s;
  91. }
  92.  
  93. a:hover {
  94. color: #24505a;
  95. }
  96.  
  97. h4.align-center {
  98. color: #647171;
  99. }
  100.  
  101. .quote {
  102. border: 1px solid #4fb3c9;
  103. margin: 0.5em 3em;
  104. height: auto;
  105. position: relative;
  106. white-space: normal;
  107. }
  108.  
  109. .quote-user {
  110. background-color: #4fb3c9;
  111. color: #fff;
  112. font-family: Candara;
  113. font-size: 18px;
  114. font-weight: bold;
  115. padding: 0.25em 0.5em;
  116. }
  117.  
  118.  
  119. <!--Widgets--!>
  120.  
  121. .widget-header {
  122. margin-left: -5px;
  123. margin-right: -5px;
  124. border-bottom: none;
  125. }
  126.  
  127. .widget-header h3 {
  128. text-align: center;
  129. font-family: Candara;
  130. font-size: 17px;
  131. color: #fff;
  132. background: #5ac9e1;
  133. box-shadow: 4px 4px 0 0 rgba(0,0,0,0.5);
  134. }
  135.  
  136. .widget-content .villager-avatar img {
  137. border: 4px solid #5ac9e1;
  138. border-radius: 100%;
  139. opacity: 0.7;
  140. background-color: #fff;
  141. }
  142.  
  143. .widget-content .villager-avatar img:hover {
  144. border: 4px dashed #e8f2f2;
  145. border-radius: 100%;
  146. background-color: #5ac9e1;
  147. opacity: 1;
  148. }
  149.  
  150. .widget-content {
  151. border-bottom-right-radius: 7px;
  152. border-bottom-left-radius: 7px;
  153. background: url("http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Profile%20Patterns/bluegriptrannsparent_zpsu1qagg4z.png");
  154. border-width: 4px;
  155. border-color: #5ac9e1;
  156. border-top-style: none;
  157. border-left-style: double;
  158. border-right-style: double;
  159. border-bottom-style: double;
  160. box-shadow: 4px 4px 0 0 rgba(0,0,0,0.5);
  161. }
  162.  
  163. .widget-content img{
  164. opacity: .7;
  165. }
  166.  
  167. .widget-content img:hover {
  168. opacity: 1;
  169. }
  170.  
  171. .text-right {
  172. text-align: center;
  173. margin-top: 15px;
  174. }
  175.  
  176. .widget .forum-posts li:nth-child(even) {
  177. background: #e8f2f2;
  178. }
  179.  
  180.  
  181. <!--Buttons--!>
  182.  
  183. .btn-link {
  184. color: #fff; !important;
  185. }
  186.  
  187. .btn-link:hover {
  188. color: #fff; !important;
  189. }
  190.  
  191. .btn medium pull-right {
  192. background-image: none;
  193. background: #5ac9e1;
  194. text-shadow: none;
  195. }
  196.  
  197. .btn:hover {
  198. background-image:none;
  199. background: #4fb3c9;
  200. }
  201.  
  202.  
  203. <!--Villager Data--!>
  204.  
  205. a.red.mute {
  206. color: #ed1c24;
  207. opacity: 1;
  208. }
  209.  
  210. .villager-data-info-box:nth-child(2n+2) {
  211. background-color: #e8f2f2;
  212. border-radius: 7px;
  213. border-width: 4px;
  214. border-color: #5ac9e1;
  215. border-style: double;
  216. box-shadow: 4px 4px 0 -2px rgba(0,0,0,0.3);
  217. }
  218.  
  219. .villager-data-desc {
  220. background-color: #e8f2f2;
  221. border-radius: 7px;
  222. border-width: 4px;
  223. border-color: #5ac9e1;
  224. border-style: double;
  225. box-shadow: 4px 4px 0 -2px rgba(0,0,0,0.3);
  226. }
  227.  
  228.  
  229. <!--Comment Box--!>
  230.  
  231. .content h2 {
  232. text-align: center;
  233. font-family: Candara;
  234. font-size: 25px;
  235. font-weight: bold;
  236. color: #fff;
  237. text-transform: uppercase;
  238. text-shadow: 1px 1.732px 1px rgba(0,0,0,0.25);
  239. padding-bottom: 1px;
  240. background-color: #5ac9e1;
  241. border-top-left-radius: 7px;
  242. border-top-right-radius: 7px;
  243. margin-bottom: 0;
  244. box-shadow: 4px 4px 0 -2px rgba(0,0,0,0.3);
  245. }
  246.  
  247. .counter{
  248. display: none;
  249. }
  250.  
  251.  
  252. <!--Users Comments--!>
  253.  
  254. .textarea {
  255. color: #6a7878;
  256. background-color: #e8f2f2;
  257. border-top-left-radius: 0;
  258. border-top-right-radius: 0;
  259. border-bottom-left-radius: 7px;
  260. border-bottom-right-radius: 7px;
  261. border-width: 4px;
  262. border-color: #5ac9e1;
  263. border-top-style: none;
  264. border-left-style: double;
  265. border-right-style: double;
  266. border-bottom-style: double;
  267. box-shadow: 4px 4px 0 -2px rgba(0,0,0,0.3);
  268. }
  269.  
  270. .user-comments .user-comment:before {
  271. border-right-color: #5ac9e1;
  272. border-width: 9px;
  273. margin-top: -9px;
  274. }
  275.  
  276. .user-comments .user-avatar-wrapper {
  277. width: 100px;
  278. height: 100px;
  279. float: left;
  280. overflow: hidden;
  281. border-radius: 50px;
  282. margin-right: 25px;
  283. margin-bottom: 5px;
  284. }
  285.  
  286. .user-comments .user-comment {
  287. background-color: #e8f2f2;  
  288. margin-top: 10px;
  289. border-radius: 7px;
  290. border-width: 4px;
  291. border-color: #5ac9e1;
  292. border-style: double;
  293. box-shadow: 4px 4px 0 -2px rgba(0,0,0,0.3);
  294. }
  295.  
  296. .user-comments .user-comment .footer {
  297. color: #6a7878;
  298. border-top: 2px solid #4fb3c9;
  299. }
  300.  
  301.  
  302. <!--Pagination and Report--!>
  303.  
  304. .pagination li a, .pagination li span {
  305. background-color: #5ac9e1;
  306. color: #24505a;
  307. border-color: #24505a;
  308. }
  309.  
  310. .pagination li a:hover, .pagination li a:focus, .pagination li span:hover, .pagination li span:focus {
  311. background-color: #48a1b4;
  312. color: #24505a;
  313. border-color: #24505a;
  314. }
  315.  
  316. .pagination .disabled span, .pagination .disabled span:hover, .pagination .disabled span:focus, .pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled a:focus {
  317. background-color: #5ac9e1;
  318. color: #24505a;
  319. border-color: #24505a;
  320. }
  321.  
  322. .active span {
  323. z-index:3;
  324. background-color: #24505a !important;
  325. border-color: #48a1b4 !important;
  326. }
  327.  
  328. a.report-villager {
  329. color: #576668;
  330. }
  331.  
  332.  
  333. <!--Notifications--!>
  334.  
  335. .table tr:nth-child(even) td {
  336. background-color: #ebf4f4  !important;
  337. border-bottom: 0;
  338. }
  339.  
  340. .table tr:nth-child(odd) td {
  341. background-color: #ebf4f4  !important;
  342. border-bottom: 0;
  343. }
  344.  
  345. .table tr:hover td {
  346. background-color: #ebf4f4  !important;
  347. border-bottom: 0;
  348. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement