Advertisement
Vaellyth

Ana CSS

Aug 2nd, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.43 KB | None | 0 0
  1. /*** Custom Profile Build for Ana by Vii
  2. + do not use except for Ana c;
  3. + time logged: idk a while
  4. + feel free to edit ~
  5. ***************************************/
  6.  
  7. /* Custom Fonts */
  8.  
  9. @font-face {
  10.   font-family: Dancing Script;
  11.   font-style: normal;
  12.   font-weight: 400;
  13.   src: url(http://fonts.gstatic.com/s/dancingscript/v9/If2RXTr6YS-zF4S-kcSWSVi_szLgiuE.woff2);
  14. }
  15.  
  16.  
  17. /* Hidden Elements */
  18.  
  19. section.voltie_comments p:before, header, li#signout, li#donate, li#shops, li#settings, footer, div.copyright, div.row:nth-child(7), section.voltie_bio h3, div#voltie div.col-md-3:nth-child(3),  section.voltie_comments a:nth-child(1), section.voltie_comments img { display: none !important; }
  20.  
  21.  
  22. /* Global Stuff */
  23.  
  24. body {
  25.   background: url(https://i.imgur.com/8mBgZkH.png);
  26. }
  27.  
  28. /* Nav bizz-ar */
  29.  
  30. nav#navbar {
  31.   box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.6);
  32.   position: absolute;
  33.   z-index: 10;
  34.   background: linear-gradient(to right, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35)) !important;
  35.   top: 531px;
  36.   width: 650px;
  37.   margin: 0 auto;
  38. }
  39.  
  40. ul.nav.navbar-nav {
  41.   width: 100%;
  42.   position: absolute;
  43.   left: 0;
  44.   text-align: center;
  45.   top: 0;
  46. }
  47.  
  48. ul.nav.navbar-nav li:nth-child(7) { display: none; }
  49.  
  50. ul.nav.navbar-nav li {
  51.   width: 25%;
  52.   margin: 0;
  53.   padding: 0 !important;
  54. }
  55.  
  56. ul.nav.navbar-nav li a {
  57.   color: #FFF;
  58.   font: 16px Dancing Script;
  59.   text-transform: lowercase;
  60.   padding: 0px;
  61.   border-radius: 0;
  62.   margin: 0;
  63.   transition: all 0.5s ease;
  64. }
  65.  
  66. ul.nav.navbar-nav li a:hover { box-shadow: inset 0 0 5px 2px rgba(255, 255, 255, 0.6); color: #FFF; }
  67.  
  68. ul.nav.navbar-nav li:nth-child(1n):hover a {
  69.   background: rgba(148, 90, 174, 0.6);
  70. }
  71.  
  72. ul.nav.navbar-nav li:nth-child(1n):hover a {
  73.   background: rgba(148, 90, 174, 0.6);
  74. }
  75.  
  76. ul.nav.navbar-nav li:nth-child(2n):hover a {
  77.   background: rgba(62, 160, 210, 0.5);
  78. }
  79.  
  80. ul.nav.navbar-nav li:nth-child(3n):hover a {
  81.   background: rgba(102, 86, 172, 0.5);
  82. }
  83.  
  84. ul.nav.navbar-nav li:nth-child(4n):hover a {
  85.   background: rgba(92, 119, 196, 0.5);
  86. }
  87.  
  88. #structure { margin-top: 0; min-height: 600px; }
  89.  
  90. #content {  padding: 0; min-height: 100%; height: 100%; width: 100%; }
  91.  
  92. section {
  93.   border-radius: 0px !important;
  94.   border: none !important;
  95.   background: rgba(255, 255, 255, 0.60) !important;
  96. }
  97.  
  98. /* Content Header */
  99.  
  100. div.content_header { border: none; background: transparent; box-shadow: none; }
  101.  
  102. div.content_header h1 {
  103.   text-align: center;
  104.   width: 100%;
  105.   font: 38px Dancing Script;
  106.   margin: 75px auto 20px;
  107.   color: #FFFFFF!important;
  108.   text-shadow: 0 0 1px;
  109. }
  110.  
  111. ul.content_navigation {
  112.   width: 650px;
  113.   margin: 0 auto !important;
  114.   box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.6);
  115.   letter-spacing: 2px;
  116.   background: linear-gradient(to right, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35));
  117.   transition: all 0.5s ease;
  118.   position: absolute;
  119.   top: 125px;
  120.   left: 0;
  121.   right: 0;
  122. }
  123.  
  124. ul.content_navigation:hover {
  125.   background: rgba(255, 255, 255, 0.45);
  126. }
  127.  
  128. ul.content_navigation:hover li:nth-child(1n) a {
  129.   color: rgb(148, 90, 174);
  130. }
  131.  
  132. ul.content_navigation:hover li:nth-child(2n) a {
  133.   color: rgb(62, 160, 210);
  134. }
  135.  
  136. ul.content_navigation:hover li:nth-child(3n) a {
  137.   color: rgb(92, 119, 196);
  138. }
  139.  
  140. ul.content_navigation li {
  141.   display: block;
  142.   margin: auto;
  143. }
  144.  
  145. ul.content_navigation li a {
  146.   border: none !important;
  147.   text-transform: lowercase;
  148.   color: #FFF;
  149. }
  150.  
  151. ul.content_navigation li a:hover {
  152.   text-shadow: 0 0 2px #FFF;
  153.   color: #FFF !important;
  154.   background: transparent;
  155. }
  156.  
  157. /* Profile Modules */
  158.  
  159. div#voltie {
  160.   max-width: 650px;
  161.   height: 360px;
  162.   overflow: hidden;
  163.   margin: 0 auto;
  164.   background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  165.   /* border: 10px solid rgba(255, 255, 255, 0.60); */
  166.   box-shadow: inset 0 0 5px 2px rgba(255, 255, 255, 0.6);
  167.   padding: 10px !important;
  168.   border-radius: 0px;
  169. }
  170.  
  171. div#voltie div.col-md-3:nth-child(1) {
  172.   width: 200px;
  173.   height: 340px;
  174.   padding: 0;
  175.   margin: 0 10px 0 0 !important;
  176. }
  177.  
  178. div#voltie div.col-md-6 {
  179.   width: 420px;
  180.   padding: 0;
  181.   margin: 0 !important;
  182.   height: 340px;
  183.   overflow: hidden;
  184. }
  185.  
  186. section.voltie_info {
  187.   padding: 0 !important;
  188.   height: 100%;
  189. }
  190.  
  191. section.voltie_info h2 {
  192.   border-radius: 0 !important;
  193.   position: relative;
  194.   top: calc(100% - 45px);
  195.   height: 45px;
  196.   overflow: visible;
  197.   background: transparent !important;
  198. }
  199.  
  200. span.voltie_username {
  201.   font: 26px Dancing Script !important;
  202.   color: rgb(102, 86, 172);
  203. /*  text-shadow: 1px 0 1px rgb(62, 160, 210); */
  204.   background: -webkit-linear-gradient(rgb(148, 90, 174), rgb(62, 160, 210));
  205.   -webkit-background-clip: text;
  206.   -webkit-text-fill-color: transparent;
  207.   text-transform: none;
  208. }
  209.  
  210. span.voltie_pronouns {
  211.   float: right;
  212.   font-style: normal !important;
  213.   text-transform: lowercase;
  214.   opacity: 0.5;
  215.   color: rgba(102, 86, 172);
  216.   letter-spacing: 1px;
  217. }
  218.  
  219. @keyframes anaonline {
  220. 0%, 100% { border-color: rgb(148, 90, 174); }
  221. 25% { border-color: rgb(62, 160, 210); }
  222. 50% { border-color: rgb(102, 86, 172); }
  223. 75% { border-color: rgb(92, 119, 196); }
  224. }
  225.  
  226. @-webkit-keyframes anaonline {
  227. 0%, 100% { border-color: rgb(148, 90, 174); }
  228. 25% { border-color: rgb(62, 160, 210); }
  229. 50% { border-color: rgb(102, 86, 172); }
  230. 75% { border-color: rgb(92, 119, 196); }
  231. }
  232.  
  233. span.online-orb {
  234.   animation: anaonline 2s normal ease infinite;
  235.   box-shadow: 0 0 3px 2px #FFF;
  236.   background: rgb(204, 242, 246);
  237. }
  238.  
  239. span.offline-orb {
  240.   border-color: rgba(102, 86, 172, 0.6);
  241.   box-shadow: 0 0 2px 2px rgb(102, 86, 172);
  242. }
  243.  
  244. img.voltie_avatar {
  245.   position: relative;
  246.   top: -45px;
  247. }
  248.  
  249. div.voltie_actions {
  250.   background: rgba(255, 255, 255, 0.6);
  251.   position: relative;
  252.   top: -66%;
  253.   width: calc(100% + 10px);
  254.   margin: 0 0 0 0px ;
  255.   transition: all 0.5s ease;
  256.   opacity: 0;
  257. }
  258.  
  259. div#voltie div.col-md-3:nth-child(1):hover div.voltie_actions {
  260.   opacity: 1;
  261. }
  262.  
  263. div.voltie_actions > div {
  264.   width: 100%;
  265.   margin: 10px 0;
  266. }
  267.  
  268. div.voltie_actions a {
  269.   background: transparent !important;
  270.   display: block;
  271.   letter-spacing: 1px;
  272.   text-transform: lowercase;
  273.   color: rgb(102, 86, 172) !important;
  274.   text-shadow: 1px 0 1px rgb(62, 160, 210);
  275.   transition: all 0.5s ease;
  276.   text-transform: lowercase !important;
  277. }
  278.  
  279. div.voltie_actions a:hover { color: #FFF !important; }
  280.  
  281. section.voltie_bio {
  282.   width: 100%;
  283.   height: 90%;
  284.   overflow-y: auto;
  285.   margin-bottom: 10px !important;
  286.   font: 13px Roboto;
  287.   transition: all 0.5s ease;
  288.   font-variant: small-caps;
  289. }
  290.  
  291. section.voltie_bio:hover { background: rgba(255, 255, 255, 0.5) !important; }
  292.  
  293. section.voltie_bio a:nth-child(n+13):nth-child(-n+16) {
  294.   font: 18px Dancing Script !important;
  295.   text-shadow: 0 0 2px;
  296.   text-decoration: underline;
  297.   text-decoration-color: #FFF;
  298. }
  299.  
  300. section.voltie_bio a { transition: all 0.5s ease; }
  301.  
  302. section.voltie_bio a:nth-child(n+13):nth-child(-n+16):hover { color: #FFF !important; }
  303.  
  304. section.voltie_bio a:nth-child(13) {
  305.   color: rgb(148, 90, 174) !important;
  306. }
  307.  
  308. section.voltie_bio a:nth-child(13):hover {
  309.   text-decoration-color: rgb(148, 90, 174) !important;
  310. }
  311.  
  312. section.voltie_bio a:nth-child(14) {
  313.   color: rgb(62, 160, 210);
  314. }
  315.  
  316. section.voltie_bio a:nth-child(14):hover {
  317.   text-decoration-color: rgb(62, 160, 210);
  318. }
  319.  
  320. section.voltie_bio a:nth-child(15) {
  321.   color: rgb(102, 86, 172);
  322. }
  323.  
  324. section.voltie_bio a:nth-child(15):hover {
  325.   text-decoration-color: rgb(102, 86, 172);
  326. }
  327.  
  328. section.voltie_bio a:nth-child(16) {
  329.   color: rgb(92, 119, 196);
  330. }
  331.  
  332. section.voltie_bio a:nth-child(16):hover {
  333.   text-decoration-color: rgb(92, 119, 196);
  334. }
  335.  
  336. section.voltie_bio span, section.voltie_bio small { color: #2F49A3 !important; }
  337.  
  338. section.voltie_comments {
  339.   width: 100%;
  340.   height: 100%;
  341.   transition: all 0.5s ease;
  342.   padding: 0 !important;
  343. }
  344.  
  345. section.voltie_comments h3 {
  346.   background: transparent !important;
  347.   color: rgb(102, 86, 172) !important;
  348.   font: 20px Dancing Script !important;
  349.   text-shadow: 1px 0 1px rgb(62, 160, 210);
  350.   transition: all 0.5s ease;
  351.   padding: 0 !important;
  352.   text-transform: none !important;
  353. }
  354.  
  355. section.voltie_comments:hover {
  356.   transform: translateY(-316px);
  357.   background: rgba(255, 255, 255, 0.75) !important;
  358. }
  359.  
  360. section.voltie_comments:hover h3 {
  361.   height: 0;
  362.   opacity: 0;
  363.   margin: 0 !important;
  364. }
  365.  
  366. section.voltie_comments ul {
  367.   height: 70%;
  368.   margin: 0;
  369.   overflow-y: scroll;
  370.   padding: 0 !important;
  371. }
  372.  
  373. ::-webkit-scrollbar {
  374.   width: 10px;
  375. }
  376.  
  377. ::-webkit-scrollbar-track {
  378.   background: linear-gradient(to bottom, rgba(148, 90, 174, 0.7), rgba(62, 160, 210, 0.7), rgba(92, 119, 196, 0.7), rgba(102, 86, 172, 0.7)) !important;
  379. }
  380.  
  381. ::-webkit-scrollbar-thumb {
  382.   background: rgba(255, 255, 255, 0.6);
  383. }
  384.  
  385. section.voltie_comments ul li {
  386.   padding: 5px !important;
  387.   margin: 0px auto 5px !important;
  388. }
  389.  
  390. section.voltie_comments ul li p {
  391.   background-attachment: fixed !important;
  392.   margin: 0 auto !important;
  393.   color: #FFF !important;
  394.   border: none !important;
  395.   border-radius: 5px !important;
  396.   transition: all 0.5s ease;
  397.   font: 12px Roboto;
  398. }
  399.  
  400. section.voltie_comments ul li:nth-child(1n) p {
  401.   background: rgb(148, 90, 174) !important;
  402. }
  403.  
  404. section.voltie_comments ul li:nth-child(2n) p {
  405.   background: rgb(92, 119, 196) !important;
  406. }
  407.  
  408. section.voltie_comments ul li:nth-child(3n) p {
  409.   background: rgb(62, 160, 210) !important;
  410. }
  411.  
  412. section.voltie_comments ul li:nth-child(4n) p {
  413.   background: rgb(102, 86, 172) !important;
  414. }
  415.  
  416. a.comment_username {
  417.   width: 100%;
  418.   display: block;
  419.   text-align: center;
  420.   padding: 2px 0 !important;
  421.   font: 18px Dancing Script;
  422. }
  423.  
  424. a.comment_delete {
  425.   margin: 19px 5px 0 0;
  426.   text-align: right;
  427.   opacity: 0;
  428.   transition: all 0.5s ease;
  429.   color: rgb(148, 90, 174) !important;
  430.   text-transform: lowercase;
  431.   font-style: normal !important;
  432. }
  433.  
  434. section.voltie_comments ul li small {
  435.   float: right;
  436.   font: 10px Roboto;
  437.   opacity: 0;
  438.   transition: all 0.5s ease;
  439. }
  440.  
  441. section.voltie_comments ul li:hover small, section.voltie_comments ul li:hover a.comment_delete { opacity: 1; }
  442.  
  443. section.voltie_comments ul li:nth-child(1n) a.comment_username {
  444.   color: rgb(148, 90, 174);
  445. }
  446.  
  447. section.voltie_comments ul li:nth-child(2n) a.comment_username {
  448.   color: rgb(92, 119, 196);
  449. }
  450.  
  451. section.voltie_comments ul li:nth-child(3n) a.comment_username {
  452.   color: rgb(62, 160, 210);
  453. }
  454.  
  455. section.voltie_comments ul li:nth-child(4n) a.comment_username {
  456.   color: rgb(102, 86, 172);
  457. }
  458.  
  459. button.comments_load_more {
  460.   background: rgba(148, 90, 174, 0.75);
  461.   background-attachment: fixed;
  462.   color: #FFF;
  463.   float: left;
  464.   margin: 0 0 0 5px !important;
  465.   border-radius: 5px;
  466.   font: 12px Dancing Script;
  467.   transition: all 0.5s ease;
  468.   border-bottom: 1px solid transparent;
  469.   position: relative;
  470.   top: 9.5px;
  471. }
  472.  
  473. button.comments_load_more:hover {
  474.   background: transparent;
  475.   border-bottom-color: rgba(148, 90, 174, 0.75);
  476.   color: rgb(148, 90, 174);
  477.   text-shadow: 1px 0 1px;
  478. }
  479.  
  480. form#comment-form {
  481.   padding: 5px;
  482. }
  483.  
  484. form#comment-form div.col-xs-6:nth-child(1) { display: none; }
  485.  
  486. input.main_button {
  487.   display: block !important;
  488.   position: relative;
  489.   left: 55%;
  490.   top: -85px;
  491.   font: 14px Dancing Script !important;
  492.   width: calc(160%);
  493.   padding: 4px;
  494.   border-top: none;
  495.   border-left: none;
  496.   border-right: none;
  497.   border-radius: 5px !important;
  498.   margin: 0 0 0 auto !important;
  499.   transition: all 0.5s ease;
  500.   color: #FFF !important;
  501. }
  502.  
  503. #voltie .voltie_comments form input { background: rgb(62, 160, 210) !important; }
  504.  
  505. #voltie .voltie_comments form input:hover { background: transparent !important; }
  506.  
  507. #voltie .voltie_comments form textarea {
  508. background: linear-gradient(to bottom right, rgba(148, 90, 174, 0.7), rgba(62, 160, 210, 0.7), rgba(92, 119, 196, 0.7), rgba(102, 86, 172, 0.7)) !important;
  509.   height: 50px !important;
  510.   border-radius: 5px !important;
  511.   font: 12px Roboto !important;
  512.   color: #FFF !important;
  513.   margin: 18px 0 0 !important;
  514. }
  515.  
  516. input#comment-button:hover {
  517.   background: transparent !important;
  518.   color: rgb(62, 160, 210) !important;
  519.   border-bottom: 1px solid rgb(62, 160, 210) !important;
  520.   text-shadow: 1px 0 1px;
  521. }
  522.  
  523. /* Mobile Compatibility Overrides */
  524.  
  525. @media screen and (max-width: 991px) {
  526. nav#navbar {
  527.   width: 100%;
  528.   position: absolute !important;
  529.   top: 0;
  530. }
  531.  
  532. ul.nav.navbar-nav {
  533.   width: 100% !important;
  534.   margin: auto !important;
  535.   left: 0 !important;
  536.   top: -37px !important;
  537.   position: absolute;
  538. }
  539.  
  540. ul.nav.navbar-nav li {
  541.   width: 20% !important;
  542.   margin: 0 !important;
  543. }
  544.  
  545. div.content_header, ul.content_navigation {
  546.   width: 100%;
  547. }
  548.  
  549. div#voltie {
  550.   max-width: 100% !important;
  551.   height: auto;
  552. }
  553.  
  554. div#voltie div.col-md-6, div#voltie div.col-md-3:nth-child(1) {
  555.   width: 100%;
  556.   height: auto;
  557. }
  558.  
  559. div#voltie div.col-md-6:hover section.voltie_comments { transform: none; }
  560.  
  561. div.voltie_actions {
  562.   width: 100%;
  563.   margin: 0 auto;
  564. }
  565.  
  566. img.voltie_avatar {
  567.   top: 0;
  568. }
  569.  
  570. section.voltie_comments ul {
  571.   overflow: visible;
  572.   padding: 5px 10px !important;
  573. }
  574.  
  575. section.voltie_comments h3 {
  576.   font-size: 24px !important;
  577. }
  578.  
  579. section.voltie_comments:hover h3 {
  580.   height: auto !important;
  581.   margin: 0 0 0.5em 0 !important;
  582.   opacity: 1;
  583. }
  584.  
  585. textarea {
  586.   max-width: 100% !important;
  587. }
  588. }
  589.  
  590. @media screen and (min-width: 992px) and (max-width: 1000px) {
  591. nav#navbar {
  592.   top: 561px !important;
  593. }
  594. }
  595.  
  596. #logo { display:none; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement