Advertisement
Vaellyth

Nephila CSS

Jul 30th, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 14.92 KB | None | 0 0
  1. --------------------------------------------- BIO TEMPLATE -----------------------------------------
  2.  
  3. This is a template for your BIO content.
  4. Do not place this in your CSS. Links, [u], [b], [i], and spoilers have all been styled. c:
  5.  
  6. [u][size=20]Title Here (optional)[/size][/u]
  7. [url=https://www.voltra.us/voltie/messages/create_message?to=Nephila]Send Message[/url] | [url=https://www.voltra.us/voltie/friends/add_friend/nephila]Add Friend[/url] | [url=https://www.voltra.us/voltie/trades/request/nephila]New Trade[/url]
  8.  
  9. Text goes here. Text text text text text text text text text text text text text text text text text.
  10.  
  11. [spoiler=Spoiler Name]Spoiler Content[/spoiler]
  12.  
  13. -------------- end bio template - everything below this goes into your profile CSS ------------------
  14.  
  15. /*** Custom Profile Build for Nephila
  16. + by: Vii
  17. + time logged: ~9 hrs
  18. + do not rip / copy / steal
  19. + owner is free to alter as they wish
  20. + pls leave this credit intact <3 ***/
  21. /************************************/
  22. /* Custom Fonts */
  23.  
  24. @font-face {
  25.   font-family: Cuprum;
  26.   font-style: normal;
  27.   font-weight: 400;
  28.   src: url(https://fonts.gstatic.com/s/cuprum/v9/dg4k_pLmvrkcOkBNJutC.woff2);
  29.   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  30. }
  31.  
  32. @font-face {
  33.   font-family: Parisienne;
  34.   font-style: normal;
  35.   font-weight: 400;
  36.   src: url(https://fonts.gstatic.com/s/parisienne/v5/E21i_d3kivvAkxhLEVZpQyhwDw.woff2);
  37.   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  38. }
  39.  
  40.  
  41. /* Hidden Elements */
  42.  
  43. li#settings, li#shops, li#donate, li#signout, div.content_header, div.voltie_actions, section.voltie_likes, section.voltie_dislikes, section.voltie_hobbies, section.voltie_bio h3, section.voltie_comments h3, footer, div.copyright, section.voltie_comments p:before { display: none !important; }
  44.  
  45. form#comment-form div.col-xs-6:nth-child(1) { display: none !important; }
  46.  
  47. section.voltie_friends h3 { display: none !important; }
  48.  
  49. section.voltie_video h3 { display: none !important; }
  50.  
  51. div.row:nth-child(7) { display: none !important; }
  52.  
  53.  
  54. /* Universal Stuff */
  55.  
  56. body {
  57.   background: linear-gradient(rgb(39, 04, 17), rgb(25, 3, 11));
  58. }
  59.  
  60. ::-webkit-scrollbar { width: 10px; }
  61.  
  62. ::-webkit-scrollbar-track { background: rgb(53, 5, 23) }
  63.  
  64. ::-webkit-scrollbar-thumb { background: rgb(25, 3, 11); }
  65.  
  66. div#structure {
  67.   margin: 0 auto 0;
  68.   min-height: 1500px;
  69.   width: 800px;
  70. }
  71.  
  72. div#content {
  73.   top: 160px;
  74.   width: 100%;
  75.   padding: 0;
  76. }
  77.  
  78. .row { margin: auto; }
  79.  
  80. h2, h3, a { border-radius: 0 !important; }
  81.  
  82.  
  83. /* Navigation Bar */
  84.  
  85. .navbar-inverse #profile a {
  86.   background: rgb(53, 5, 23) !important;
  87.   box-shadow: inset 0 0 2px 2px rgba(25, 3, 11, 0.5);
  88. }
  89.  
  90. .navbar-inverse #profile a:hover { background: transparent !important; }
  91.  
  92. nav#navbar {
  93.   border: none;
  94.   position: absolute;
  95.   top: 0;
  96.   box-shadow: none;
  97.   width: 100%;
  98.   margin: auto;
  99.   background: rgb(25, 3, 11) !important;
  100. }
  101.  
  102. nav#navbar .container { padding: 0 !important; }
  103.  
  104. div#main_nav {
  105.   text-align: center;
  106.   position: absolute;
  107.   left: 0; right: 0;
  108.   margin: auto;
  109. }
  110.  
  111. ul.nav.navbar-nav {
  112.   width: 100%;
  113.   margin: auto;
  114. }
  115.  
  116. ul.nav.navbar-nav li {
  117.   float: none;
  118.   display: inline-block;
  119.   margin: auto;
  120.   width: 20%;
  121. }
  122.  
  123. ul.nav.navbar-nav li a:hover {
  124.   background: rgb(71, 27, 44);
  125.   color: rgb(53, 5, 23) !important;
  126.   box-shadow: inset 0 0 2px 2px rgb(25, 3, 11);
  127. }
  128.  
  129. ul.navbar-nav li a {
  130.   font: 12px Cuprum !important;
  131.   margin-top: 10px !important;
  132.   color: rgb(108, 73, 86) !important;
  133.   transition: all 0.3s ease;
  134. }
  135.  
  136. /* Header */
  137.  
  138. header.min {
  139.   height: 0;
  140.   border: none !important;
  141. }
  142.  
  143. div#header_stats {
  144.   width: 100%;
  145.   margin: auto !important;
  146.   padding: 0 !important;
  147. }
  148.  
  149. div#header_stats .col-inner {
  150.   border-radius: 0 !important;
  151.   display: block !important;
  152.   width: 100%;
  153.   margin: 40px auto 0 !important;
  154.   height: 120px;
  155.   padding: 10px !important;
  156.   background: rgb(53, 5, 23) !important;
  157.   box-shadow: inset 0 0 2px 2px rgba(25, 3, 11, 0.5) !important;
  158.   border-left: 1px solid rgb(25, 3, 11);
  159.   border-right: 1px solid rgb(25, 3, 11);
  160. }
  161.  
  162. /* Usercard */
  163.  
  164. div#user_card {
  165.   float: left;
  166.   border-radius: 0 !important;
  167.   background: linear-gradient(rgb(25, 3, 11) 35%, rgb(53, 5, 23)) !important;
  168.   border-color: rgb(25, 3, 11) !important;
  169.   box-shadow: inset 0 0 2px 2px rgba(25, 3, 11, 0.75) !important;
  170. }
  171.  
  172. a.avatar span {
  173.   font: 11px Cuprum !important;
  174. }
  175.  
  176. a.avatar span:hover { background: rgba(25, 3, 11, 0.75) !important; }
  177.  
  178. a.avatar img {
  179.   position: relative;
  180.   right: 5px;
  181. }
  182.  
  183. div#user_stats {
  184.   display: inline-block !important;
  185.   width: calc(100% - 110px);
  186.   margin: 0 0 auto 10px !important;
  187.   height: 100%;
  188. }
  189.  
  190. div#user_stats p {
  191.   font: 20px Cuprum !important;
  192.   border-bottom: 1px solid;
  193.   color: rgb(25, 3, 11) !important;
  194. }
  195.  
  196. div#user_currency div { color: rgb(108, 73, 86) !important; }
  197.  
  198. div#user_notifications div.dropdown {
  199.   margin: 0 5px;
  200.   width: calc((100%/3) - 10px);
  201.   font-family: Cuprum !important;
  202. }
  203.  
  204. div#user_notifications div.dropdown button {
  205.   border-radius: 0 !important;
  206.   width: 100% !important;
  207.   background: rgb(71, 27, 44) !important;
  208.   border: 1px solid rgb(25, 3, 11) !important;
  209.   color: rgb(25, 3, 11) !important;
  210.   text-shadow: none;
  211. }
  212.  
  213. div#user_notifications ul.dropdown-menu {
  214.   background: rgba(25, 3, 11, 1) !important;
  215. }
  216.  
  217. ul.dropdown-menu li {
  218.   font-family: Cuprum !important;
  219. }
  220.  
  221. div#user_notifications ul.dropdown-menu li p {
  222.   padding: 5px !important;
  223.   font: 14px Cuprum !important;
  224.   color: rgb(108, 73, 86) !important;
  225. }
  226.  
  227.  
  228. /* Profile Modules */
  229.  
  230. div#voltie { margin: 0 !important; }
  231.  
  232. div#voltie div.col-md-3, div#voltie div.col-md-6 { padding: 0; }
  233.  
  234. div#voltie section { border-radius: 0; margin: 0; }
  235.  
  236. div#voltie div.col-md-3:nth-child(1) {
  237.   width: 100%;
  238.   height: 1200px;
  239.   margin-top: -160px;
  240. }
  241.  
  242. div#voltie div.col-md-3:nth-child(3) {
  243.   width: 100%;
  244.   position: relative;
  245.   top: -858px;
  246. }
  247.  
  248. div#voltie div.col-md-6 {
  249.   position: relative;
  250.   top: -92px;
  251.   width: 100%;
  252. }
  253.  
  254. /* Voltie Info */
  255.  
  256. section.voltie_info {
  257.   padding: 0 !important;
  258.   border: none !important;
  259. }
  260.  
  261. section.voltie_info h2 {
  262.   position: absolute;
  263.   top: 0;
  264.   left: 0;
  265.   width: 100%;
  266.   border-bottom: 1px solid rgb(25, 3, 11);
  267.   background: rgb(25, 3, 11) !important;
  268. }
  269.  
  270. span.voltie_username {
  271.   font: 46px Parisienne;
  272.   color: rgb(108, 73, 86);
  273. }
  274.  
  275. span.voltie_pronouns { display: none !important; }
  276.  
  277. @keyframes gemstone {
  278.   90%, 20%, 45%, 70% { -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  279.                            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
  280.   25% { -webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
  281.         clip-path: polygon(50% 0%, 0 50%, 100% 50%); background: rgb(39, 4, 17); }
  282.   50% { -webkit-clip-path: polygon(100% 50%, 50% 0, 50% 100%);
  283.         clip-path: polygon(100% 50%, 50% 0, 50% 100%); background: rgb(53, 5, 23); }
  284.   75% { -webkit-clip-path: polygon(50% 100%, 100% 50%, 0 50%);
  285.         clip-path: polygon(50% 100%, 100% 50%, 0 50%); background: rgb(71, 27, 44); }
  286.   100% { -webkit-clip-path: polygon(0 50%, 50% 100%, 50% 0);
  287.          clip-path: polygon(0 50%, 50% 100%, 50% 0); background: rgb(108, 73, 86); }
  288. }
  289.  
  290. span.online-orb, span.offline-orb {
  291.   border: none !important;
  292.   width: 25px;
  293.   height: 25px;
  294.   border-radius: 0;
  295.   margin: 0 5px;
  296.   -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  297.   clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  298. }
  299.  
  300. span.offline-orb { background: rgb(71, 27, 44); }
  301.  
  302. span.online-orb {
  303.   animation: gemstone 4s normal ease infinite;
  304. }
  305.  
  306. img.voltie_avatar {
  307.   float: right;
  308.   margin-top: 68px !important;
  309.   transform: scaleX(1) !important;
  310.   border-right: 1px solid rgb(25, 3, 11);
  311. }
  312.  
  313. /* Voltie Video */
  314.  
  315. section.voltie_video {
  316.   position: absolute;
  317.   bottom: -53px;
  318.   width: 100%;
  319.   padding: 10px !important;
  320.   border: none !important;
  321.   -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  322.   clip-path: polygon(50% 100%, 0 0, 100% 0);
  323.   height: 450px;
  324.   background: rgb(25, 3, 11) !important;
  325.   transition: all 0.5s ease;
  326.   z-index: 10;
  327. }
  328.  
  329. section.voltie_video > div {
  330.   width: 100%;
  331.   margin: -5.5px auto 0;
  332.   -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  333.   clip-path: polygon(50% 100%, 0 0, 100% 0);
  334.   transition: all 0.5s ease;
  335. }
  336.  
  337. section.voltie_video:hover, section.voltie_video > div:hover {
  338.   -webkit-clip-path: none;
  339.   clip-path: none;
  340. }
  341.  
  342.  
  343. /* Voltie Bio */
  344.  
  345. section.voltie_bio {
  346.   height: 275px;
  347.   width: calc(100% - 200px);
  348.   border-bottom: none !important;
  349.   overflow-y: auto;
  350.   border-left: 1px solid !important;
  351.   margin-top: -1040px !important;
  352.   background: rgb(53, 5, 23) !important;
  353.   border-top: none !important;
  354.   border-color: rgb(25, 3, 11) !important;
  355.   box-shadow: inset 0 0 2px 2px rgba(25, 3, 11, 0.5);
  356.   color: rgb(108, 73, 86);
  357.   font: 15px Cuprum;
  358.   text-align: center;
  359. }
  360.  
  361. section.voltie_bio strong, section.voltie_bio em, section.voltie_bio u { color: rgb(25, 3, 11) !important; }
  362.  
  363. section.voltie_bio u span {
  364.   float: left;
  365.   width: 100%;  
  366.   border-bottom: 1px solid;
  367.   font-size: 20px !important;
  368.   text-shadow: 0 0 1px;
  369. }
  370.  
  371. section.voltie_bio a { color: rgb(25, 3, 11); }
  372.  
  373. div.spoiler_value a {
  374.   color: rgb(53, 5, 23);
  375. }
  376.  
  377. /* Spoiler Tags */
  378.  
  379. button.reveal_spoiler {
  380.   margin: 5px auto 0;
  381.   border-radius: 0;
  382.   background: rgb(71, 27, 44);
  383.   border-color: rgb(25, 3, 11);
  384.   box-shadow: inset 0 0 2px 2px rgba(25, 3, 11, 0.5);
  385.   color: rgb(108, 73, 86);
  386.   width: 100px;
  387. }
  388.  
  389. button.reveal_spoiler:hover {
  390.   background: rgb(108, 73, 86);
  391.   color: rgb(25, 3, 11);
  392. }
  393.  
  394. div.spoiler_value {
  395.   background: rgb(108, 73, 86);
  396.   border-radius: 0;
  397.   box-shadow: inset 0 0 2px 2px rgba(53, 5, 23, 0.5);
  398.   color: rgb(53, 5, 23);
  399. }
  400.  
  401.  
  402. /* Voltie Friends */
  403.  
  404. section.voltie_friends {
  405.   height: 60px;
  406.   background: rgb(25, 3, 11) !important;
  407.   padding: 0 !important;
  408.   overflow: hidden;
  409.   border: 1px solid rgb(25, 3, 11) !important;
  410. }
  411.  
  412. section.voltie_friends a {
  413.   display: inline-block;
  414.   min-width: calc(14%) !important;
  415.   margin: 0 -30px 0 !important;
  416.   height: 60px;
  417.   transition: all 0.3s ease;
  418. }
  419.  
  420. section.voltie_friends a:hover { background: rgb(108, 73, 86); }
  421.  
  422. section.voltie_friends a:nth-child(even) {
  423.   -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  424.   clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  425. }
  426.  
  427. section.voltie_friends a:nth-child(even) img {
  428.   position: relative;
  429.   bottom: 25%;
  430. }
  431.  
  432. section.voltie_friends a:nth-child(odd) {
  433.   -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  434.   clip-path: polygon(50% 100%, 100% 0, 0 0);
  435. }
  436.  
  437. section.voltie_friends a:nth-child(odd) img {
  438.   position: relative;
  439.   bottom: 50%;
  440.   left: 5%;
  441. }
  442.  
  443. /* Voltie Comments */
  444.  
  445. section.voltie_comments {
  446.   position: relative;
  447.   top: 60px;
  448.   border-left: 1px solid #000 !important;
  449.   border-right: 1px solid !important;
  450.   height: 400px;
  451.   background: rgb(53, 5, 23) !important;
  452.   border-color: rgb(25, 3, 11) !important;
  453.   border-top: none !important;
  454.   box-shadow: inset 0 0 2px 2px rgba(25, 3, 11, 0.5);
  455. }
  456.  
  457. section.voltie_comments ul {
  458.   height: 70%;
  459.   overflow-y: scroll;
  460.   padding-right: 15px !important;
  461.   margin: 0 auto 15px !important;
  462. }
  463.  
  464. section.voltie_comments ul::-webkit-scrollbar,
  465. section.voltie_bio::-webkit-scrollbar { width: 10px; }
  466.  
  467. section.voltie_comments ul::-webkit-scrollbar-track,
  468. section.voltie_bio::-webkit-scrollbar-track { background: rgba(25, 3, 11, 0.35); }
  469.  
  470. section.voltie_comments ul::-webkit-scrollbar-thumb,
  471. section.voltie_bio::-webkit-scrollbar-thumb { background: rgb(25, 3, 11); }
  472.  
  473. section.voltie_comments ul li {
  474.   margin: 0;
  475.   min-height: 90px !important;
  476. }
  477.  
  478. section.voltie_comments ul li p {
  479.   font: 15px Cuprum;
  480.   background: transparent !important;
  481.   border: none !important;
  482.   border-bottom: 1px solid rgb(25, 3, 11) !important;
  483.   border-radius: 0 !important;
  484.   padding-top: 25px !important;
  485.   padding-bottom: 5px !important;
  486.   color: rgb(108, 73, 86);
  487.   box-shadow: none !important;
  488. }
  489.  
  490. section.voltie_comments ul li small {
  491.   float: right;
  492.   margin: 0 38px 0 0;
  493.   font: 11px Cuprum;
  494.   color: rgba(108, 73, 86, 0.5);
  495. }
  496.  
  497. section.voltie_comments ul li a:nth-child(2) {
  498.   float: left;
  499.   position: relative;
  500.   transform: rotate(26deg);
  501.   right: 13%;
  502.   top: 60px;
  503.   font: 18px Cuprum;
  504.   width: 50%;
  505.   color: rgb(108, 73, 86);
  506. }
  507.  
  508. section.voltie_comments ul li a:nth-child(1) > img {
  509.   -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  510.   clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
  511.   width: 75px !important;
  512.   height: 75px;
  513.   background: rgb(25, 3, 11);
  514. }
  515.  
  516. form#comment-form {
  517.   background: rgb(25, 3, 11) !important;
  518.   width: calc(100% + 28px);
  519.   padding: 5px;
  520.   margin: 0 -14px;
  521. }
  522.  
  523. form#comment-form div.col-sm-12 {
  524.   width: 80%;
  525.   float: right;
  526.   padding: 0 5px 0 0;
  527.   position: relative;
  528.   top: 4px;
  529. }
  530.  
  531. textarea {
  532.   border-radius: 0 !important;
  533.   height: 93px !important;
  534.   background: rgb(108, 73, 86) !important;
  535.   border: none !important;
  536.   font: 14px Cuprum;
  537.   color: rgb(25, 3, 11) !important;
  538. }
  539.  
  540. form#comment-form div.col-xs-6 {
  541.   text-align: center !important;
  542.   width: 20%;
  543.   position: relative;
  544.   margin-top: -36px;
  545. }
  546.  
  547. input#comment-button {
  548.   border-radius: 0;
  549.   font-family: Cuprum;
  550.   background: rgb(53, 5, 23);
  551.   border: none;
  552.   color: rgb(108, 73, 86);
  553.   transition: all 0.3s ease;
  554. }
  555.  
  556. input#comment-button:hover {
  557.   background: rgb(53, 5, 23) !important;
  558.   box-shadow: inset 0 0 2px 2px rgb(25, 3, 11, 0.5);
  559. }
  560.  
  561. button.comments_load_more {
  562.   position: absolute;
  563.   bottom: 63px;
  564.   left: 28px;
  565.   font: 14px Cuprum !important;
  566.   border-radius: 0;
  567.   width: 110px;
  568.   background: transparent;
  569.   border-bottom: 2px solid rgb(53, 5, 23);
  570.   color: rgb(108, 73, 86);
  571. }
  572.  
  573. button.comments_load_more:hover {
  574.   color: rgb(53, 5, 23);
  575. }
  576.  
  577. a.comment_delete { text-transform: lowercase; font: 10px Cuprum !important; }
  578.  
  579. @media screen and (max-width: 1000px) {
  580. div#header_stats {
  581.   top: -40px;
  582. }
  583.  
  584. #content {
  585.   top: 120px !important;
  586. }
  587. }
  588.  
  589. @media screen and (max-width: 991px) {
  590. div#voltie div.col-md-3:nth-child(1) {
  591.   position: static;
  592.   height: auto !important;
  593.   min-height: auto !important;
  594. }
  595.  
  596. section.voltie_bio {
  597.   margin: 0 0 23px !important;
  598.   position: relative;
  599.   top: -343px;
  600.   height: 275px;
  601. }
  602.  
  603. img.voltie_avatar {
  604.   position: relative;
  605.   top: -160px;
  606. }
  607.  
  608. section.voltie_comments {
  609.   top: -306px;
  610. }
  611.  
  612. section.voltie_video {
  613.   bottom: 6px;
  614. }
  615.  
  616. button.navbar-toggle {
  617.   background: rgb(53, 5, 23);
  618.   border-radius: 0;
  619.   border: none;
  620.   margin-right: 20px;
  621. }
  622.  
  623. button.navbar-toggle:hover, button.navbar-toggle:active { background: rgb(108, 73, 86) !important; }
  624.  
  625. section.voltie_friends a {
  626.   margin: 0 -3.7% !important;
  627. }
  628. }
  629.  
  630. /*** End Custom Profile Code ***/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement