Advertisement
Whipptail

FV User Profile CSS - Theme #2

Jul 26th, 2016
639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.49 KB | None | 0 0
  1. /**
  2. ______________________________________________
  3.  
  4. User Profile Template #2 - Ocean Bubbly 2.0
  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. a {
  31. color: #4fb3c9;
  32. transition:ease 0.3s;
  33. }
  34.  
  35. a:hover {
  36. color: #24505a;
  37. }
  38.  
  39. .content {
  40. color: #6a7878;
  41. background-image: url("http://thumbs.trulia-cdn.com/pictures/thumbs_6/ps.88/3/e/5/c/picture-uh=f7b168561b4c7fed11185c25b3d44c-ps=3e5cc4122b6f84a0a29956e7f4e85de-4800-Highway-A1a-Vero-Beach-FL-32963.jpg");
  42. background-size: contain;
  43. background-position: center;
  44. background-attachment: fixed;
  45. box-shadow: 0 15px 20px 5px;
  46. }
  47.  
  48. .margin-10px {
  49. margin-bottom: 0;
  50. }
  51.  
  52. .content h1 {
  53. text-align: right;
  54. font-family: Candara;
  55. font-size: 36px;
  56. font-style: italic;
  57. font-weight: bold;
  58. color: #24505a;
  59. text-shadow: 1px 1.732px 1px rgba(0,0,0,0.25);
  60. }
  61.  
  62. .content h2 {
  63. text-align: center;
  64. font-family: Candara;
  65. font-size: 25px;
  66. font-weight: bold;
  67. text-transform: uppercase;
  68. letter-spacing: 1px;
  69. color: #fff;
  70. padding-bottom: 1px;
  71. background-color: #5ac9e1;
  72. border-top-left-radius: 8px;
  73. border-top-right-radius: 8px;
  74. margin-bottom: 0;
  75. text-shadow: 1px 1.732px 1px rgba(0,0,0,0.25);
  76. }
  77.  
  78. .left-column h3 {
  79. display: none;
  80. }
  81.  
  82. h4.align-center {
  83. color: #647171;
  84. }
  85.  
  86. .quote {
  87. border: 1px solid #4fb3c9;
  88. margin: 0.5em 3em;
  89. height: auto;
  90. position: relative;
  91. white-space: normal;
  92. }
  93.  
  94. .quote-user {
  95. background-color: #4fb3c9;
  96. color: white;
  97. font-family: Candara;
  98. font-size: 18px;
  99. font-weight: bold;
  100. padding: 0.25em 0.5em;
  101. }
  102.  
  103.  
  104. <!--Widgets--!>
  105.  
  106. .widget-header {
  107. margin-left: -5px;
  108. margin-right: -5px;
  109. border-bottom: none;
  110. }
  111.  
  112. .widget-header h3 {
  113. text-align: center;
  114. font-family: Candara;
  115. font-size: 17px;
  116. color: #fff;
  117. background: #5ac9e1;
  118. box-shadow: 4px 4px 0 0 rgba(0,0,0,0.5);
  119. }
  120.  
  121. .widget-content .villager-avatar img {
  122. border: 4px solid #5ac9e1;
  123. border-radius: 100%;
  124. opacity: 0.7;
  125. background-color: #fff;
  126. }
  127.  
  128. .widget-content .villager-avatar img:hover {
  129. border: 4px dashed #e8f2f2;
  130. border-radius: 100%;
  131. background-color: #5ac9e1;
  132. opacity: 1;
  133. }
  134.  
  135. .widget-content {
  136. border-bottom-right-radius: 7px;
  137. border-bottom-left-radius: 7px;
  138. background: url("http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Profile%20Patterns/bluegriptrannsparent_zpsu1qagg4z.png");
  139. border-width: 4px;
  140. border-color: #5ac9e1;
  141. border-top-style: none;
  142. border-left-style: double;
  143. border-right-style: double;
  144. border-bottom-style: double;
  145. box-shadow: 4px 4px 0 0 rgba(0,0,0,0.5);
  146. }
  147.  
  148. .widget-content img{
  149. opacity: .7;
  150. }
  151.  
  152. .widget-content img:hover {
  153. opacity: 1;
  154. }
  155.  
  156. .text-right {
  157. text-align: center;
  158. margin-top: 15px;
  159. }
  160.  
  161. .widget .forum-posts li:nth-child(even) {
  162. background: #e8f2f2;
  163. }
  164.  
  165. <!--User Info--!>
  166.  
  167. .village-shield {animation: bob 1.8s linear infinite;}
  168. @keyframes bob {
  169. 0% {position: relative; top: -4px;}
  170. 50% {position: relative; top: 4px;}
  171. 100% {position: relative; top: -4px;}
  172. }
  173.  
  174. .col-xs-9 {
  175. margin-left: 9px;
  176. border-radius: 7px 35px;
  177. background-color: #e8f2f2;
  178. border-width: 4px;
  179. border-color: #5ac9e1;
  180. border-style: double;
  181. box-shadow: 4px 4px 0 0 rgba(0,0,0,0.5);
  182. }
  183.  
  184. .user-links {
  185. margin: 14px 1px 7px 14px;
  186. padding-left: 8px;
  187. list-style: none;
  188. }
  189.  
  190.  
  191. <!--Profile Desc--!>
  192.  
  193. user-data .user-desc {
  194. margin-top: 20px;
  195. background-color: #e8f2f2;
  196. border-radius: 7px;
  197. border-width: 4px;
  198. border-color: #5ac9e1;
  199. border-style: double;
  200. box-shadow: 4px 4px 0 0 rgba(0,0,0,0.5);
  201. }
  202.  
  203.  
  204. <!--Villager Info--!>
  205.  
  206. .counter {
  207. display:none;
  208. }
  209.  
  210. .villagers-list.clearfix {
  211. margin-top: 0;
  212. background-color: #e8f2f2;
  213. border-style: double;
  214. border-width: 4px;
  215. border-bottom-left-radius: 7px;
  216. border-bottom-right-radius: 7px;
  217. border-color: #5ac9e1;
  218. box-shadow: 4px 4px 0 0 rgba(0,0,0,0.5);
  219. }
  220.  
  221. .villagers-list li {
  222. float: left;
  223. width: 20%;
  224. margin-top: 10px;
  225. text-align: center;
  226. height: 180px;
  227. }
  228.  
  229. ul .villager-avatar img {
  230. border: 4px solid #5ac9e1;
  231. border-radius: 100%;
  232. background-color: #fff;
  233. }
  234.  
  235. ul .villager-avatar img:hover {
  236. border: 4px dashed #e8f2f2;
  237. border-radius: 100%;
  238. background-color: #5ac9e1;
  239. }
  240.  
  241. .villager-name a {
  242. margin-bottom: 2px;
  243. padding: 2px 20px;
  244. font-family: Candara;
  245. font-weight: bold;
  246. border-width: 1px;
  247. border-radius: 7px 50px;
  248. border-color: #5ac9e1;
  249. border-style: solid;
  250. color: #fff;
  251. background-color: #5ac9e1;
  252. box-shadow: 4px 4px 0 0 rgba(0,0,0,0.5);
  253. }
  254.  
  255. .villager-name a:hover {
  256. border-width: 1px;
  257. border-radius: 50px 7px;
  258. border-color: #4fb3c9;
  259. border-style: solid;
  260. color: #fff;
  261. background-color: #4fb3c9;
  262. }
  263.  
  264. .villager-info {
  265. font-family: Candara;
  266. font-weight: bold;
  267. color: #24505a;
  268. }
  269.  
  270.  
  271. <!--Comment Box--!>
  272.  
  273. .textarea {
  274. color: #6a7878;
  275. background-color: #e8f2f2;
  276. border-top-left-radius: 0;
  277. border-top-right-radius: 0;
  278. border-bottom-left-radius: 7px;
  279. border-bottom-right-radius: 7px;
  280. border-width: 4px;
  281. border-color: #5ac9e1;
  282. border-top-style: none;
  283. border-left-style: double;
  284. border-right-style: double;
  285. border-bottom-style: double;
  286. box-shadow: 4px 4px 0 0 rgba(0,0,0,0.5);
  287. }
  288.  
  289.  
  290. <!--Comments --!>
  291.  
  292. .user-comments .user-comment:before {
  293. border-right-color: #5ac9e1;
  294. border-width: 9px;
  295. margin-top: -9px;
  296. }
  297.  
  298. .user-comments .user-avatar-wrapper {
  299. width: 100px;
  300. height: 100px;
  301. float: left;
  302. overflow: hidden;
  303. background-image: url("http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Profile%20Patterns/beachpatternlight4transparent_zpssv47yfis.png");
  304. border-radius: 50px;
  305. margin-top: 4px;
  306. margin-right: 26px;
  307. margin-bottom: 5px;
  308. }
  309.  
  310. .user-comments .user-comment {
  311. background-color: #e8f2f2;  
  312. margin-top: 10px;
  313. border-radius: 7px;
  314. border-width: 4px;
  315. border-color: #5ac9e1;
  316. border-style: double;
  317. box-shadow: 4px 4px 0 0 rgba(0,0,0,0.5);
  318. }
  319.  
  320. .user-comments .user-comment .footer {
  321. color: #6a7878;
  322. border-top: 2px solid #4fb3c9;
  323. }
  324.  
  325.  
  326. <!--Buttons--!>
  327.  
  328. .btn medium pull-right {
  329. background-image: none;
  330. background: #5ac9e1;
  331. text-shadow: none;
  332. transition:ease 0.3s;
  333. }
  334.  
  335. .btn:hover {
  336. background-image: none;
  337. background: #4fb3c9;
  338. }
  339.  
  340. .btn-link {
  341. color: #ffffff !important;
  342. }
  343.  
  344. .btn-link:hover {
  345. color: #ffffff !important;
  346. }
  347.  
  348.  
  349. <!--Pagination and Report--!>
  350.  
  351. .pagination li a, .pagination li span {
  352. background-color: #5ac9e1;
  353. color: #24505a;
  354. border-color: #24505a;
  355. }
  356.  
  357. .pagination li a:hover, .pagination li a:focus, .pagination li span:hover, .pagination li span:focus {
  358. background-color: #48a1b4;
  359. color: #24505a;
  360. border-color: #24505a;
  361. }
  362.  
  363. .pagination .disabled span, .pagination .disabled span:hover, .pagination .disabled span:focus, .pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled a:focus {
  364. background-color: #5ac9e1;
  365. color: #24505a;
  366. border-color: #24505a;
  367. }
  368.  
  369. .active span {
  370. z-index:3;
  371. background-color: #24505a !important;
  372. border-color: #48a1b4 !important;
  373. }
  374.  
  375. a.report-user {
  376. color: #a94442;
  377. }
  378.  
  379. <!--Notifications--!>
  380.  
  381. .table tr:nth-child(even) td {
  382. background-color: #ebf4f4  !important;
  383. border-bottom: 0;
  384. }
  385.  
  386. .table tr:nth-child(odd) td {
  387. background-color: #ebf4f4  !important;
  388. border-bottom: 0;
  389. }
  390.  
  391. .table tr:hover td {
  392. background-color: #ebf4f4  !important;
  393. border-bottom: 0;
  394. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement