Advertisement
Whipptail

FV User Profile CSS - Theme #3

Aug 16th, 2016
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 14.80 KB | None | 0 0
  1. /**
  2. ______________________________________________
  3.  
  4. User Profile Template #3 - SPACE CASE
  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.  
  17. <!--Backgrounds, Links, and Column Positions--!>
  18.  
  19. .content:after {
  20. background: url("http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Profile%20Patterns/tumblr_inline_n258q4r8c01qhwjx8_zpswnxp4d1l.png") repeat;
  21. position: fixed;
  22. width:100%;
  23. height:100%;
  24. bottom:0;
  25. top:0;
  26. z-index:-1
  27. }
  28.  
  29. .content {
  30. background-image: url(http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Solid%20BGs/blacktrans50_zpsqrsr1sc9.png);
  31. background-repeat: repeat;
  32. background-position: top center;
  33. background-color: transparent;
  34. width: 1200px;
  35. color: #c8b7cf;
  36. font-family: Courier New;
  37. }
  38.  
  39. .content .left-column {
  40. float: left;
  41. width: 950px;
  42. }
  43.  
  44. .right-column {
  45. margin-top: 20px;
  46. margin-right: -20px;
  47. }
  48.  
  49. a {
  50. color: #9d61ff;
  51. font-weight: bold;
  52. text-decoration: none;
  53. }
  54.  
  55. a:hover {
  56. color: #618dff;
  57. text-decoration: none;
  58. text-shadow: 1px 1px 8px rgba(157,97,255,1);
  59. }
  60.  
  61.  
  62. <!--Logo, Nav Bar, and Search--!>
  63.  
  64. #logo {
  65. left: -100px;
  66. opacity: 0.5;
  67. }
  68.  
  69. #logo:hover {
  70. opacity: 1;
  71. animation: bounce 0.6s 1 ease-out;
  72. }
  73.  
  74. #logo + :nth-child(2) {
  75. background: url("http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Solid%20BGs/blacktrans40_zps6svazmzl.png");
  76. width: 1200px;
  77. left: -105px;
  78. }
  79.  
  80. .input.small {
  81. position: relative;
  82. left: 100px;
  83. top: 47px;
  84. }
  85.  
  86. #logo + :nth-child(2) a {
  87. color: #9d61ff !important;
  88. font-family: Courier New;
  89. text-transform: uppercase;
  90. letter-spacing: 1px;
  91. }
  92.  
  93. #logo + :nth-child(2) a:hover {
  94. position: relative;
  95. top: -2px;
  96. color: #618dff !important;
  97. text-shadow: 1px 1px 8px rgba(157,97,255,1);
  98. }
  99.  
  100. .search-form .input {
  101. color: #fff;
  102. background: none;
  103. animation: inset 2.5s linear infinite;
  104. }
  105.  
  106. .search-form .input:hover {
  107. color: #fff;
  108. background: none;
  109. box-shadow: 0 0 10px #9bafb2 inset;
  110. animation: none;
  111. }
  112.  
  113. header .user-panel .links a {
  114. color: #9d61ff;
  115. text-transform: uppercase;
  116. font-family: Courier New;
  117. letter-spacing: 1px;
  118. }
  119.  
  120. header .user-panel .links a:hover {
  121. position: relative;
  122. top: -2px;
  123. color: #618dff;
  124. text-shadow: 1px 1px 8px rgba(157,97,255,1);
  125. }
  126.  
  127. .float-left {
  128. color: #9bafb2;
  129. }
  130.  
  131. .float-left a {
  132. color: #9bafb2 !important;
  133. }
  134.  
  135. .user-panel.clearfix {
  136. background: url("http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Solid%20BGs/blacktrans40_zps6svazmzl.png");
  137. width: 1200px;
  138. left: -105px;
  139. }
  140.  
  141.  
  142. <!--Notification Widget--!>
  143.  
  144. .left-column .widget-header {
  145. width: 166px
  146. margin-top: 0;
  147. margin-left: 265px;
  148. margin-bottom: 10px;
  149. border-radius: 7px;
  150. border-right: 4px double #61ffb6;
  151. border-left: 4px double #61ffb6;
  152. border-bottom: none;
  153. }
  154.  
  155. .left-column .widget-header h3 {
  156. font-size: 18px;
  157. letter-spacing: none;
  158. padding: 0 5px;
  159. animation: flash linear 3.5s infinite;
  160. }
  161.  
  162. .widget.notifications-widget {
  163. position: relative;
  164. left: 130px;
  165. margin-bottom: 45px;
  166. width: 700px;
  167. }
  168.  
  169. .widget.notifications-widget small {
  170. color: #9bafb2;
  171. }
  172.  
  173. .widget-content.no-padding {
  174. padding: 0;
  175. }
  176.  
  177. tr.notifications-row {
  178. background: none;
  179. border-bottom: none;
  180. }
  181.  
  182. .table.notifications {
  183. transition:ease 0.3s;
  184. }
  185.  
  186. .table tr:hover td {
  187. background: none !important;
  188. }
  189.  
  190. .table tr:nth-child(odd) td {
  191. background: none;
  192. border-top: none;
  193. border-bottom: none;
  194. }
  195.  
  196. .table tr:nth-child(even) td {
  197. background: none;
  198. border-top: none;
  199. border-bottom: none;
  200. }
  201.  
  202.  
  203. <!--Profile, Villager, and Comment Headers + Counter--!>
  204.  
  205. .content h1 {
  206. width: 605px;
  207. color: #ff616c;
  208. font-size: 36px;
  209. text-align: center;
  210. text-transform: uppercase;
  211. margin: 0 0 25px 0;
  212. padding: 5px 0 0 5px;
  213. border-bottom: 4px double #61ffb6;
  214. text-shadow: 0 1px 10px rgba(255,97,108,1);
  215. }
  216.  
  217. .content h2 {
  218. width: 290px;
  219. color: #ff616c;
  220. font-size: 36px;
  221. text-align: center;
  222. text-transform: uppercase;
  223. padding: 5px 0 0 5px;
  224. border-bottom: 4px double #61ffb6;
  225. text-shadow: 0 1px 10px rgba(255,97,108,1);
  226. }
  227.  
  228. .counter {
  229. border: 1px solid #ff616c;
  230. border-radius: 2px;
  231. }
  232.  
  233.  
  234. <!--Shield and User Info--!>
  235.  
  236. .user-data {
  237. margin-bottom: 0;
  238. }
  239.  
  240. .village-shield {animation: bob 1.8s linear infinite;}
  241.  
  242. .user-data .village-shield {
  243. position: relative;
  244. left: 380px;
  245. margin-top: 36px;
  246. z-index: 1;
  247. }
  248.  
  249. .col-xs-9 {
  250. width: 736px;
  251. height: 190px;
  252. background: url("http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Solid%20BGs/blacktrans60_zps31lgsjld.png");
  253. margin-top: 15px;
  254. margin-left: -60px;
  255. margin-bottom: 10px;
  256. border-style: none double;
  257. border-width: 4px;
  258. border-color: #61ffb6;
  259. border-radius: 10px;
  260. box-shadow: 0 0 15px 1px rgba(157,97,255,0.5);
  261. }
  262.  
  263. .col-xs-9 strong, .col-xs-9 h4 {
  264. text-transform: uppercase;
  265. }
  266.  
  267. .user-links {
  268. margin: -7px 0;
  269. padding: 0;
  270. list-style: none;
  271. }
  272.  
  273. .user-links a {
  274. font-size: 20px;
  275. color: #9d61ff;
  276. animation: opacity 2.5s linear infinite;
  277. }
  278.  
  279. .user-links a:hover {
  280. font-size: 20px;
  281. color: #ff616c;
  282. text-shadow: 0 1px 10px rgba(255,97,108,1);
  283. opacity: 1;
  284. animation: none;
  285. }
  286.  
  287. .col-xs-7 {
  288. position: relative;
  289. left: -15px;
  290. top: -8px;
  291. height: 165px;
  292. width: 210px;
  293. }
  294.  
  295. .col-xs-6 {
  296. width: 45%;
  297. margin-left: -23px;
  298. }
  299.  
  300. .col-xs-5 {
  301. position: relative;
  302. left: 303px;
  303. top: 0;
  304. height: 170px;
  305. width: 200px;
  306. text-align: right;
  307. }
  308.  
  309.  
  310. <!--Right Column Widgets--!>
  311.  
  312. h4.align-center {
  313. color: #c8b7cf;
  314. font-size: 22px;
  315. }
  316.  
  317. .right-column .widget-header {
  318. position: relative;
  319. top: -3px;
  320. width: 160px;
  321. margin-left: 30px;
  322. border-bottom: 1px solid #61ffb6;
  323. }
  324.  
  325. .widget-header h3 {
  326. border-radius: 8px 8px 0 0;
  327. background: none;
  328. color: #ff616c;
  329. padding: 0 10px;
  330. height: 32px;
  331. text-align: center;
  332. text-transform: uppercase;
  333. line-height: 32px;
  334. font-size: 14px;
  335. font-weight: 800;
  336. text-shadow: 0px 1px 10px rgba(255, 97, 108, 1);
  337. }
  338.  
  339. .right-column .widget-header h3 {
  340. padding-top: 4px;
  341. letter-spacing: 0.6px;
  342. }
  343.  
  344. .widget-content .villager-avatar img {
  345. border-radius: 100%;
  346. opacity: 0.5;
  347. }
  348.  
  349. .widget-content .villager-avatar img:hover {
  350. border-radius: 100%;
  351. opacity: 1;
  352. animation: rotate 0.2s 2 linear;
  353. }
  354.  
  355. .widget-content img{
  356. opacity: 0.5;
  357. }
  358.  
  359. .widget-content img:hover {
  360. opacity: 1;
  361. }
  362.  
  363. .widget-content {
  364. padding: 20px 0;
  365. position: relative;
  366. z-index: 2;
  367. background: url(http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Solid%20BGs/blacktrans60_zps31lgsjld.png);
  368. transition:ease 0.3s;
  369. }
  370.  
  371. .right-column .widget-content {
  372. border-top: 1px solid #61ffb6;
  373. border-radius: 20px 20px 0 0;
  374. }
  375.  
  376. .widget-content:hover {
  377. box-shadow: 0 0 15px 1px rgba(157,97,255,0.5);
  378. }
  379.  
  380. .widget .forum-posts li {
  381. border-bottom: 1px solid #9bafb2;
  382. }
  383.  
  384. .widget .forum-posts p, .widget .forum-posts p a {
  385. color: #c8b7cf;
  386. }
  387.  
  388.  
  389. <!--User Description--!>
  390.  
  391. .user-desc h3 {
  392. display: none;
  393. }
  394.  
  395. .user-data .user-desc {
  396. width: 936px;
  397. margin: 20px 0;
  398. padding: 0 0 0 10px;
  399. }
  400.  
  401. .quote-user {
  402. background-color: #37317e;
  403. color: #ff616c;
  404. font-weight: 700;
  405. width: 666px;
  406. letter-spacing: 1px;
  407. text-transform: uppercase;
  408. text-shadow: 1px 1px 0 #000;
  409. }
  410.  
  411. .quote {
  412. border: 1px solid #37317e;
  413. margin: .5em 0 0 133px;
  414. height: auto;
  415. width: 667px;
  416. position: relative;
  417. white-space: normal;
  418. }
  419.  
  420. .quote-body {
  421. padding: 0.5em 1em;
  422. height: auto;
  423. overflow: auto;
  424. color: #9bafb2;
  425. }
  426.  
  427.  
  428. <!--Villagers--!>
  429.  
  430. .villagers-list {
  431. margin: 20px 0 40px 0;
  432. }
  433.  
  434. .villagers-list li {
  435. border-width: 1px 1px 0 1px;
  436. border-style: solid solid none solid;
  437. border-color: #37317e;
  438. border-radius: 80px 80px 3px 3px;
  439. margin: 8px 17px;
  440. padding: 5px 0 0;
  441. width: 155px;
  442. height: 148px;
  443. transition: 0.3s ease;
  444. }
  445.  
  446. .villagers-list li:hover {animation: shake 1s infinite linear}
  447.  
  448. .villagers-list li:hover {
  449. border-color: #37317e;
  450. box-shadow: 0px 0px 15px 1px rgba(157,97,255,0.50);
  451. }
  452.  
  453. .left-column .villager-avatar {
  454. width: 70px;
  455. height: 70px;
  456. position: relative;
  457. overflow: hidden;
  458. margin: 10px 0 5px 0;
  459. border-radius: 100%;
  460. display: inline-block;
  461. }
  462.  
  463. .villager-name a {
  464. margin: 0 0 8px 0;
  465. color: #ff616c;
  466. font-size: 16px !important;
  467. letter-spacing: 2px;
  468. text-transform: uppercase;
  469. }
  470.  
  471. .villager-name a:hover {
  472. color: #ff616c;
  473. text-shadow: 0 1px 10px rgba(255,97,108,1) !important;
  474. animation: flash linear 1s infinite;
  475. }
  476.  
  477. p.villager-info {
  478. height: 25px;
  479. margin: 7px 0 0 0;
  480. padding-top: 2px;
  481. border-radius: 0 0 3px 3px;
  482. background-color: #37317e;
  483. font-size: 12px;
  484. text-shadow: -1px -1px 0 #fff, 1px 1px 0 #000;
  485. }
  486.  
  487.  
  488. <!--Comments--!>
  489.  
  490. .textarea {
  491. width: 900px;
  492. height: 115px;
  493. color: #c8b7cf;
  494. margin-left: 22px;
  495. padding: 0 95px 0 10px;
  496. border-style: none none none double;
  497. border-width: 4px;
  498. border-color: #61ffb6;
  499. border-radius: 10px;
  500. background: url("http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Solid%20BGs/blacktrans60_zps31lgsjld.png");
  501. box-shadow: 0 0 15px 1px rgba(157,97,255,0.5);
  502. }
  503.  
  504. .user-comments {
  505. width: 730px;
  506. list-style: none;
  507. margin: -75px 0 20px 140px;
  508. padding: 0;
  509. }
  510.  
  511. .user-comments .user-avatar-wrapper {
  512. position: absolute;
  513. width: 10px;
  514. float: left;
  515. text-align: center;
  516. z-index: 4;
  517. }
  518.  
  519. .user-comments .user-avatar-wrapper img {
  520. width: 70px;
  521. height: 70px;
  522. border-radius: 100%;
  523. border: 4px double #61ffb6;
  524. }
  525.  
  526. .user-comments .user-avatar-wrapper img:hover {animation: rotate 0.2s 2 linear;}
  527.  
  528. .user-comments .user-comment:after, .user-comments .user-comment:before {
  529. display: none;
  530. }
  531.  
  532. .user-comments .user-comment {
  533. width: 601px;
  534. float: left;
  535. padding: 25px 25px 40px;
  536. border: 1px solid #37317e;
  537. border-radius: 0 30px 8px 35px;
  538. background: url("http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Solid%20BGs/blacktrans60_zps31lgsjld.png");
  539. position: relative;
  540. font-size: 14px;
  541. margin: 40px 0 10px 50px;
  542. transition: ease 0.3s;
  543. }
  544.  
  545. .user-comments .user-comment:hover {
  546. box-shadow: 0 0 15px 1px rgba(157,97,255,0.5);
  547. }
  548.  
  549. .user-comments .user-comment .footer {
  550. position: absolute;
  551. left: 0;
  552. bottom: -1px;
  553. width: 600px;
  554. height: 30px;
  555. border: 1px solid #37317e;
  556. border-radius: 0 0 5px 35px;
  557. padding: 5px 24px;
  558. color: #9bafb2;
  559. background-color: #37317e;
  560. font-size: 12px;
  561. text-shadow: 1px 1px 0 #000;
  562. }
  563.  
  564. .report-comment {
  565. color: #ff616c !important;
  566. }
  567.  
  568. .report-comment:hover {
  569. text-shadow: 0 1px 10px rgba(255,97,108,1) !important;
  570. }
  571.  
  572.  
  573. <!--Buttons--!>
  574.  
  575. .btn.small.pull-right.close {
  576. background-color: #61c9ff;
  577. background-image: none;
  578. }
  579.  
  580. .btn.small.pull-right.close:active {
  581. background-color: #618dff;
  582. }
  583.  
  584. .btn-link, .btn-link:hover {
  585. margin-top: 15px;
  586. color: #fff !important;
  587. background-image: none;
  588. background-color: #618dff;
  589. border-radius: 5px;
  590. font-weight: 800;
  591. font-family: Courier New;
  592. text-shadow: -1px -1px 0 #fff, 1px 1px 0 #000;
  593. letter-spacing: 1px;
  594. }
  595.  
  596. .btn-link:active {
  597. color: #fff !important;
  598. background-image: none;
  599. background-color: #61c9ff;
  600. font-weight: 800;
  601. font-family: Courier New;
  602. text-shadow: none;
  603. text-decoration: none !important;
  604. letter-spacing: 1px;
  605. }
  606.  
  607. .text-right {
  608. text-align: center;
  609. }
  610.  
  611. .btn.medium {
  612. position: relative;
  613. top: -125px;
  614. left: -28px;
  615. background-color: #618dff;
  616. background-image: none;
  617. border: 2px outset #618dff;
  618. border-radius: 0 10px 10px 0;
  619. padding: 0;
  620. height: 115px;
  621. width: 75px;
  622. line-height: 40px;
  623. font-family: 'Courier New';
  624. font-size: 18px;
  625. text-shadow: -1px -1px 0 #fff, 1px 1px 0 #000;
  626. }
  627.  
  628. .btn.medium:active {
  629. background-color: #61c9ff;
  630. background-image: none;
  631. }
  632.  
  633. .social img:hover {
  634. animation: rotate 0.2s 2 linear;
  635. }
  636.  
  637.  
  638. <!--Pagination and Report--!>
  639.  
  640. .pagination {
  641. margin: 20px 0 20px 0;
  642. padding: 0;
  643. list-style: none;
  644. text-align: center;
  645. }
  646.  
  647. .pagination > li > a, .pagination > li > span {
  648. position: relative;
  649. float: left;
  650. padding: 10px 15px;
  651. border-radius: 20px;
  652. line-height: 1.42857;
  653. text-decoration: none;
  654. color: #fff;
  655. background-color: transparent;
  656. background-image: url(http://i1259.photobucket.com/albums/ii544/Whipptail/Furvilla/Solid%20BGs/blacktrans50_zpsqrsr1sc9.png);
  657. border: 1px solid #37317e;
  658. }
  659.  
  660. .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  661. z-index: 2;
  662. color: #fff;
  663. background-color: #1fc679;
  664. border-color: #61ffb6;
  665. }
  666.  
  667. .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active >
  668.  
  669. span:focus {
  670. z-index: 3;
  671. color: #fff;
  672. background-color: #ff616c;
  673. border-color: #ff616c;
  674. border-radius: 2px;
  675. box-shadow: 0 0 10px 0 rgba(255,97,108,1);
  676. cursor: default;
  677. }
  678.  
  679. .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination >
  680.  
  681. .disabled > a:focus {
  682. color: #fff;
  683. background-color: #fff;
  684. border-color: #ddd;
  685. }
  686.  
  687. .pagination > li:first-child > a, .pagination > li:first-child > span {
  688. margin-left: 0;
  689. border-bottom-left-radius: 4px;
  690. border-top-left-radius: 4px;
  691. border-radius: 20px 2px 2px 20px;
  692. }
  693.  
  694. .pagination > li:last-child > a, .pagination > li:last-child > span {
  695. border-bottom-right-radius: 4px;
  696. border-top-right-radius: 4px;
  697. border-radius: 2px 20px 20px 2px;
  698. }
  699.  
  700. .report a {
  701. color: #ff616c !important;
  702. font-size: 12px;
  703. text-transform: uppercase;
  704. letter-spacing: 1px;
  705. animation: flash linear 3.5s infinite;
  706. }
  707.  
  708. .report a:hover {
  709. text-shadow: 0 1px 10px rgba(255,97,108,1) !important;
  710. animation: none;
  711. }
  712.  
  713. .red:hover {
  714. color: #ed1c24;
  715. text-shadow: 0 1px 10px rgba(255,97,108,1) !important;
  716. }
  717.  
  718.  
  719. @keyframes bob {
  720. 0% {position: relative; top: -4px;}
  721. 50% {position: relative; top: 4px;}
  722. 100% {position: relative; top: -4px;}
  723. }
  724.  
  725. @keyframes shake {
  726. 0% {transform: translate(2px, 1px) rotate(0deg);}
  727. 10% {transform: translate(-1px, -2px) rotate(-1deg);}
  728. 20% {transform: translate(-3px, 0px) rotate(1deg);}
  729. 30% {transform: translate(0px, 2px) rotate(0deg);}
  730. 40% {transform: translate(1px, -1px) rotate(1deg);}
  731. 50% {transform: translate(-1px, 2px) rotate(-1deg);}
  732. 60% {transform: translate(-3px, 1px) rotate(0deg);}
  733. 70% {transform: translate(2px, 1px) rotate(-1deg);}
  734. 80% {transform: translate(-1px, -1px) rotate(1deg);}
  735. 90% {transform: translate(2px, 2px) rotate(0deg);}
  736. 100% {transform: translate(1px, -2px) rotate(-1deg);}
  737. }
  738.  
  739. @keyframes bounce {
  740. 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  741. 40% {transform: translateY(-15px);}
  742. 60% {transform: translateY(-10px);}
  743. }
  744.  
  745. @keyframes rotate {
  746. 0% {transform: rotate(0deg);}
  747. 25% {transform: rotate(12deg);}
  748. 50% {transform: rotate(0deg);}
  749. 75% {transform: rotate(-12deg);}
  750. 100% {transform: rotate(0deg);}
  751. }
  752.  
  753. @keyframes opacity {
  754. 0% {opacity: 0.4;}
  755. 50% {opacity: 1;}
  756. 100% {opacity: 0.4;}
  757. }
  758.  
  759. @keyframes inset {
  760. 0% {box-shadow: none}
  761. 50% {box-shadow: 0 0 10px #9bafb2 inset;}
  762. 100% {box-shadow: none}
  763. }
  764.  
  765. @keyframes flash {
  766. 0% {opacity: 1;}
  767. 50% {opacity: 0.1;}
  768. 100% {opacity: 1;}
  769. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement