Advertisement
Vaellyth

Voltra CANDY CSS

Apr 11th, 2018
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.52 KB | None | 0 0
  1. /* Custom profile code for candiedaliens by Vii
  2. + ver 3.1 completed 11 APR 2018 - total time logged 10+ hrs
  3. ++ please do not rip, copy or steal
  4. +++ to the owner: feel free to alter as you wish ~ */
  5. ----------------------------------------------------
  6.  
  7. /* Custom Scrollbar (Webkit Only) */
  8. ::-webkit-scrollbar {
  9. width: 10px;
  10. }
  11.  
  12. ::-webkit-scrollbar-track {
  13. background: rgba(81, 67, 228, 0.5);
  14. }
  15.  
  16. ::-webkit-scrollbar-thumb {
  17. background: rgb(74, 0, 126);
  18. }
  19.  
  20. /* Custom Fonts */
  21. @font-face {
  22. font-family: Montserrat Subrayada;
  23. font-style: normal;
  24. font-weight: 400;
  25. src: url(https://fonts.gstatic.com/s/montserratsubrayada/v5/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQH8MaOY.woff2);
  26. 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;
  27. }
  28.  
  29. @font-face {
  30. font-family: Offside;
  31. font-style: normal;
  32. font-weight: 400;
  33. src: url(https://fonts.gstatic.com/s/offside/v5/HI_KiYMWKa9QrAykc5boRw.woff2);
  34. 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;
  35. }
  36.  
  37. /* Page, Link, and Font Styles */
  38. body {
  39. background: url(https://i.imgur.com/NDDYu0G.jpg);
  40. background-attachment: fixed;
  41. background-size: cover;
  42. }
  43.  
  44. a, a:visited, a:active {
  45. font: 12px Montserrat Subrayada;
  46. text-shadow: 0 0 1px;
  47. transition: all 0.5s ease;
  48. }
  49.  
  50. /* Hidden Modules */
  51. footer, section.voltie_comments ul li p:before, div.row:nth-child(7), div.copyright, div#user_currency, section.voltie_comments ul li a:nth-child(1), section.voltie_comments ul li img { display: none; }
  52.  
  53. /* Navigation Bar */
  54. nav#navbar {
  55. width: 900px;
  56. margin: auto;
  57. padding: 0 !important;
  58. visibility: hidden;
  59. }
  60.  
  61. div#main_nav, div#main_nav > div.container {
  62. max-height: 40px !important;
  63. padding: 0 !important;
  64. }
  65.  
  66. /* + Actual Part of the Nav Bar That's Visible */
  67. ul.nav.navbar-nav.navbar-right {
  68. width: 900px;
  69. margin: auto !important;
  70. position: fixed;
  71. left: 0px;
  72. right: 0px;
  73. top: 43px;
  74. height: 40px !important;
  75. visibility: visible !important;
  76. }
  77.  
  78. ul.nav.navbar-nav.navbar-right li {
  79. width: 25% !important;
  80. display: inline-block !important;
  81. margin: auto !important;
  82. text-align: center;
  83. }
  84.  
  85. ul.nav.navbar-nav.navbar-right li a {
  86. font: 14px Montserrat Subrayada;
  87. border-radius: 0 !important;
  88. border: 1px solid transparent;
  89. text-shadow: 0 0 5px rgb(74, 0, 126);
  90. color: rgb(237, 245, 255);
  91. margin: 0 !important;
  92. padding: 10px;
  93. }
  94.  
  95. ul.nav.navbar-nav.navbar-right li a:hover {
  96. border-color: inherit;
  97. background: rgba(237, 245, 255, 0.75) !important;
  98. text-shadow: 0 0 5px;
  99. }
  100.  
  101. li#signout, li#shops, li#donate, li#mail { display: none !important; }
  102.  
  103. li#home a:hover { background: rgba(81, 67, 228, 0.5) !important; border-color: rgb(81, 67, 228); }
  104.  
  105. li#forums a:hover { background: rgba(218, 5, 163, 0.5) !important; border-color: rgb(218, 5, 163); }
  106.  
  107. li#profile a {
  108. animation: fluorescence 5s alternate infinite;
  109. background: rgba(237, 245, 255, 0.75);
  110. border-top: 1px solid rgb(237, 245, 255);
  111. border-left: 1px solid rgb(237, 245, 255);
  112. border-right: 1px solid rgb(237, 245, 255);
  113. }
  114.  
  115. li#settings a:hover {
  116. background: rgba(74, 0, 126, 0.5) !important;
  117. border-color: rgb(74, 0, 126);
  118. }
  119.  
  120. /* Header Styling */
  121. header.min { height: 0; border: none !important; position: fixed !important; z-index: 9 !important; }
  122.  
  123. header.min > div.container > div.row > div:nth-child(2) { display: none !important; }
  124.  
  125. /* Main Content Wrapper */
  126. div#content.container {
  127. background: rgba(0, 12, 33, 0.70);
  128. width: 100% !important;
  129. height: 100% !important;
  130. position: fixed;
  131. top: 0;
  132. left: 0;
  133. }
  134.  
  135. /* Profile Header */
  136. div.content_header {
  137. position: fixed;
  138. top: 83px;
  139. height: 100px;
  140. text-align: center;
  141. width: 900px;
  142. margin: auto;
  143. left: 0;
  144. right: 0;
  145. visibility: visible !important;
  146. background: url(https://i.imgur.com/LiFr1IU.png);
  147. background-size: cover;
  148. animation: marquee 10s ease-in-out alternate infinite;
  149. border: 1px solid rgb(237, 245, 255);
  150. }
  151.  
  152. @keyframes marquee {
  153. from { background-position: 50% 21%; }
  154. to { background-position: 50% 81%; }
  155. }
  156.  
  157. div.content_header h1 {
  158. text-align: center;
  159. float: left;
  160. width: 100%;
  161. font: 38px Offside;
  162. margin: 0 0 5px !important;
  163. padding: 7px;
  164. animation: fluorescence 1s ease alternate infinite;
  165. color: rgb(237, 245, 255);
  166. }
  167.  
  168. @keyframes fluorescence {
  169. 0%, 100% { text-shadow: 0 0 5px rgb(237, 245, 255); }
  170. 25% { text-shadow: 0 0 5px rgb(81, 67, 228); }
  171. 50% { text-shadow: 0 0 5px rgb(218, 5, 163); }
  172. 75% { text-shadow: 0 0 5px rgb(74, 0, 126); }
  173. }
  174.  
  175. @-webkit-keyframes fluorescence {
  176. 0%, 100% { text-shadow: 0 0 5px rgb(237, 245, 255); }
  177. 25% { text-shadow: 0 0 5px rgb(81, 67, 228); }
  178. 50% { text-shadow: 0 0 5px rgb(218, 5, 163); }
  179. 75% { text-shadow: 0 0 5px rgb(74, 0, 126); }
  180. }
  181.  
  182. /* Trade, Friend, Message Links */
  183. ul.content_navigation {
  184. width: 100% !important;
  185. text-align: center;
  186. margin: 2px 0;
  187. }
  188.  
  189. ul.content_navigation li {
  190. width: calc(100% / 3.1);
  191. margin: 0 3px !important;
  192. display: inline-block !important;
  193. }
  194.  
  195. ul.content_navigation li a {
  196. color: rgb(81, 67, 228);
  197. border: none;
  198. text-shadow: 0 0 5px rgb(237, 245, 255);
  199. font-weight: bold;
  200. }
  201.  
  202. ul.content_navigation li a:hover { color: rgb(237, 245, 255); }
  203. div#header_stats div.col-inner {
  204. position: fixed !important;
  205. width: 900px;
  206. margin: auto !important;
  207. left: 0;
  208. right: 0;
  209. top: 183px;
  210. border-radius: 0 !important;
  211. height: 100px !important;
  212. box-shadow: none !important;
  213. background: rgba(237, 245, 255, 0.75) !important;
  214. border-left: 1px solid rgb(237, 245, 255);
  215. border-right: 1px solid rgb(237, 245, 255);
  216. }
  217.  
  218. /* User Card Styling */
  219. div#user_stats {
  220. float: left;
  221. height: 100%;
  222. width: calc(100% - 105px);
  223. }
  224.  
  225. div#user_stats p:nth-child(1) {
  226. font: 28px Montserrat Subrayada !important;
  227. float: right;
  228. width: 90%;
  229. padding: 4.3% !important;
  230. color: rgb(237, 245, 255) !important;
  231. text-shadow: 0 0 5px rgba(0, 16, 33, 0.5);
  232. }
  233.  
  234. div#user_notifications {
  235. float: left;
  236. height: 100%;
  237. margin: 0 auto 0 -10px !important;
  238. width: 10%;
  239. }
  240.  
  241. div.dropdown {
  242. width: 100% !important;
  243. margin: 0 !important;
  244. display: block !important;
  245. height: calc(100% / 3);
  246. }
  247.  
  248. button.btn.btn-xs.btn-default.dropdown-toggle {
  249. background: linear-gradient(rgb(218, 5, 163), rgb(74, 0, 126)) !important;
  250. padding: 2px;
  251. border-radius: 0 !important;
  252. border-color: rgb(74, 0, 126) !important;
  253. transition: all 0.5s ease;
  254. }
  255.  
  256. button.btn.btn-xs.btn-default.dropdown-toggle:hover {
  257. background: rgb(81, 67, 228) !important;
  258. border-color: rgb(81, 67, 228) !important;
  259. }
  260.  
  261. ul.dropdown-menu {
  262. background: rgb(81, 67, 228) !important;
  263. border-radius: 0 !important;
  264. }
  265.  
  266. li.dropdown-header {
  267. font-family: Montserrat Subrayada !important;
  268. color: rgb(0, 15, 33) !important;
  269. }
  270.  
  271. ul.dropdown-menu li small {
  272. color: rgb(218, 5, 163);
  273. font-family: Montserrat Subrayada;
  274. }
  275.  
  276. ul.dropdown-menu li p {
  277. font: 12px Offside;
  278. }
  279.  
  280. div#user_card {
  281. border-color: rgb(74, 0, 126) !important;
  282. box-shadow: 0 0 5px 2px !important;
  283. float: right;
  284. animation: glow 5s alternate infinite;
  285. }
  286.  
  287. @keyframes glow {
  288. 0%, 100% { box-shadow: 0 0 5px 2px rgb(237, 245, 255); }
  289. 25% { box-shadow: 0 0 5px 2px rgb(81, 67, 228); }
  290. 50% { box-shadow: 0 0 5px 2px rgb(218, 5, 163); }
  291. 75% { box-shadow: 0 0 5px 2px rgb(74, 0, 126); }
  292. }
  293.  
  294. div#user_card:hover span {
  295. background: url(https://i.imgur.com/AqV3EOl.jpg) no-repeat !important;
  296. background-size: cover !important;
  297. background-position: 50%;
  298. color: rgb(74, 0, 126) !important;
  299. }
  300.  
  301. /* Second Profile Content Wrapper */
  302. div#voltie.row {
  303. width: 900px;
  304. position: fixed;
  305. top: 295px;
  306. margin: auto !important;
  307. left: 0;
  308. right: 0;
  309. overflow: hidden;
  310. height: 360px;
  311. visibility: visible !important;
  312. border-bottom: 1px solid rgb(237, 245, 255);
  313. }
  314.  
  315. div#voltie.row div.col-md-3:nth-child(1) {
  316. width: calc(35% - 10px);
  317. padding: 0px;
  318. z-index: 3;
  319. height: 370px;
  320. }
  321.  
  322. div#voltie.row div.col-md-6 {
  323. padding: 0px;
  324. width: calc(50% - 10px);
  325. height: `100%;
  326. z-index: 2;
  327. height: 580px;
  328. }
  329.  
  330. div#voltie.row div.col-md-3:nth-child(3) {
  331. padding: 0px;
  332. width: calc(20% - 25px);
  333. height: 329px;
  334. z-index: 1;
  335. overflow: hidden;
  336. }
  337.  
  338. /* Profile Section Styling */
  339. section {
  340. padding: 5px !important;
  341. font-family: Offside;
  342. border-radius: 0 !important;
  343. background: radial-gradient(rgba(), rgba()) !important;
  344. color: rgb(237, 245, 255);
  345. }
  346.  
  347. /* + Section Headers */
  348. section h3 {
  349. font: 14px Montserrat Subrayada !important;
  350. margin: 0 auto 5px !important;
  351. background: transparent !important;
  352. color: rgb(218, 5, 163) !important;
  353. text-shadow: 0 0 2px;
  354. transition: all 0.5s ease;
  355. }
  356.  
  357. section h3:hover { text-shadow: 0 0 5px; }
  358.  
  359. /* Info Section & Avatar */
  360. section.voltie_info {
  361. height: 360px;
  362. margin: 0 0 5px !important;
  363. background: url(https://i.imgur.com/ENWalRX.png) !important;
  364. background-size: cover !important;
  365. border-right: none !important;
  366. }
  367.  
  368. section.voltie_info h2 {
  369. font: 24px Montserrat Subrayada !important;
  370. float: left;
  371. width: 100%;
  372. position: relative;
  373. top: 295px;
  374. margin-bottom: 0 !important;
  375. background: rgba(237, 245, 255, 0.5) !important;
  376. border-radius: 0 !important;
  377. }
  378.  
  379. span.offline-orb, span.online-orb {
  380. border: none;
  381. padding: 20px;
  382. background: #FFF;
  383. position: relative;
  384. top: 4px;
  385. float: left;
  386. border-radius: 0;
  387. }
  388.  
  389. span.offline-orb {
  390. border: 1px solid rgb(0, 15, 33);
  391. background: rgba(0, 15, 33, 0.75);
  392. }
  393.  
  394. @keyframes active {
  395. 0%, 100% { background: rgba(237, 245, 255, 0.70); border: 1px solid rgb(237, 245, 255); }
  396. 25% { background: rgba(81, 67, 228, 0.75); border: 1px solid rgb(81, 67, 228); }
  397. 50% { background: rgb(218, 5, 163, 0.75); border: 1px solid rgb(218, 5, 163); }
  398. 75% { background: rgb(74, 0, 126. 0.75); border: 1px solid rgb(74, 0, 126); }
  399. }
  400.  
  401. span.online-orb {
  402. animation: active 5s ease-in-out alternate infinite;
  403. }
  404.  
  405. span.voltie_pronouns {
  406. float: right;
  407. color: rgb(218, 5, 163);
  408. text-shadow: 0 0 2px;
  409. }
  410.  
  411. span.voltie_username {
  412. animation: fluorescence 5s alternate infinite;
  413. float: right;
  414. }
  415.  
  416. img.voltie_avatar {
  417. position: relative;
  418. top: -40px;
  419. animation: fade 7s 5s ease normal infinite;
  420. }
  421.  
  422. @keyframes fade {
  423. 0%, 100% { opacity: 1; }
  424. 50% { opacity: 0.25 }
  425. }
  426.  
  427. img.voltie_avatar:hover { animation-play-state: paused; }
  428.  
  429. div.voltie_actions {
  430. background: rgba(81, 67, 228, 0.5);
  431. width: 100%;
  432. margin: auto;
  433. position: relative;
  434. top: -38%;
  435. opacity: 0;
  436. transition: all 0.5s linear;
  437. }
  438.  
  439. section.voltie_info:hover div.voltie_actions { opacity: 1; }
  440.  
  441. div.voltie_actions div {
  442. width: 100%;
  443. margin: 10px auto;
  444. }
  445.  
  446. div.voltie_actions div a {
  447. width: 100% !important;
  448. display: block;
  449. border-radius: 0 !important;
  450. background: rgba(0, 15, 33, 0.5) !important;
  451. color: rgb(237, 245, 255);
  452. }
  453.  
  454. div.voltie_actions div a:hover {
  455. color: rgb(218, 5, 163);
  456. }
  457.  
  458. /* Video Player */
  459. section.voltie_video {
  460. position: fixed;
  461. top: 50%;
  462. left: -4%;
  463. width: 220px;
  464. height: 164px;
  465. overflow: hidden !important;
  466. margin: 0 auto !important;
  467. transition: all 0.5s ease;
  468. background: rgba(237, 245, 255, 0.75) !important;
  469. }
  470.  
  471. section.voltie_video:hover {
  472. transform: translateX(32%);
  473. }
  474.  
  475. /* Bio */
  476. section.voltie_bio {
  477. height: 328px;
  478. overflow-y: auto;
  479. margin-bottom: 0 !important;
  480. text-align: center;
  481. border: none !important;
  482. border-top: 1px solid rgb(237, 245, 255) !important;
  483. background: rgba(81, 67, 228, 0.5) !important;
  484. }
  485.  
  486. section.voltie_bio img {
  487. border-radius: 50%;
  488. width: 75%;
  489. height: 50%;
  490. box-shadow: 0 0 5px 2px rgba(0, 15, 33, 0.5);
  491. }
  492.  
  493. /* Comments */
  494. section.voltie_comments {
  495. position: relative;
  496. width: 135.3%;
  497. height: 360px;
  498. transition: all 0.5s linear;
  499. overflow: hidden;
  500. background: rgba(237, 245, 255, 0.55) !important;
  501. }
  502.  
  503. section.voltie_comments:hover {
  504. transform: translateY(-328px);
  505. background: url() rgba(237, 245, 255, 0.85) !important;
  506. }
  507.  
  508. section.voltie_comments ul {
  509. height: 60%;
  510. overflow-y: auto;
  511. }
  512.  
  513. button.btn.btn-secondary.comments_load_more {
  514. float: left;
  515. width: 50%;
  516. margin: 0 auto !important;
  517. color: rgb(0, 15, 33);
  518. background: transparent;
  519. }
  520.  
  521. form#comment-form {
  522. height: calc(40% - 56px);
  523. float: left;
  524. width: 100%;
  525. }
  526.  
  527. form#comment-form div.col-xs-6 {
  528. width: 50%;
  529. float: left;
  530. }
  531.  
  532. input#comment-button {
  533. background: transparent;
  534. position: relative;
  535. font-size: 12px;
  536. width: 100%;
  537. border-radius: 0;
  538. top: -106px;
  539. padding: 4px;
  540. border: none;
  541. box-shadow: none;
  542. color: rgb(218, 5, 163);
  543. text-shadow: 0 0 2px;
  544. transition: all 0.5s ease;
  545. }
  546.  
  547. input#comment-button:hover {
  548. background: rgba(218, 5, 163, 0.5) !important;
  549. color: rgb(237, 245, 255);
  550. }
  551.  
  552. textarea#comment-text {
  553. margin: 0 !important;
  554. border-radius: 0;
  555. background: transparent;
  556. box-shadow: inset 0 0 5px 2px rgba(0, 15, 33, 0.35);
  557. height: 75px;
  558. color: rgb(81, 67, 228);
  559. }
  560.  
  561. #comment-form div.col-xs-6 > span { font-size: 10px; }
  562.  
  563. span#charsLeft { color: rgb(218, 5, 163) !important; }
  564.  
  565. section.voltie_comments ul li {
  566. padding: 5px !important;
  567. margin: 5px 0 !important;
  568. }
  569.  
  570. section.voltie_comments ul li a {
  571. color: rgb(237, 245, 255);
  572. }
  573.  
  574. section.voltie_comments ul li small {
  575. float: right;
  576. color: rgb(0, 15, 33);
  577. }
  578.  
  579. section.voltie_comments ul li p {
  580. margin: 0 !important;
  581. border-radius: 0 !important;
  582. font-size: 12px !important;
  583. }
  584.  
  585. section.voltie_comments ul li:nth-child(1n) p {
  586. background: rgb(81, 67, 228) !important;
  587. }
  588.  
  589. section.voltie_comments ul li:nth-child(1n) a {
  590. text-shadow: 0 0 5px rgb(81, 67, 228);
  591. }
  592.  
  593. section.voltie_comments ul li:nth-child(2n) p {
  594. background: rgba(218, 5, 163) !important;
  595. }
  596.  
  597. section.voltie_comments ul li:nth-child(2n) a {
  598. text-shadow: 0 0 5px rgb(218, 5, 163);
  599. }
  600.  
  601. section.voltie_comments ul li:nth-child(3n) p {
  602. background: rgba(74, 0, 126) !important;
  603. }
  604.  
  605. section.voltie_comments ul li:nth-child(3n) a {
  606. text-shadow: 0 0 5px rgb(74, 0, 126);
  607. }
  608.  
  609. /* Likes, Dislikes, Hobbies, and Friends */
  610. section.voltie_likes, section.voltie_hobbies, section.voltie_friends {
  611. font-size: 10px;
  612. border: none !important;
  613. border-right: 1px solid rgb(237, 245, 255) !important;
  614. }
  615.  
  616. section.voltie_likes {
  617. height: 35%;
  618. margin: 0 !important;
  619. background: rgba(218, 5, 163, 0.5) !important;
  620. border-top: 1px solid rgb(237, 245, 255) !important;
  621. }
  622.  
  623. section.voltie_hobbies {
  624. height: 25%;
  625. margin: 0 !important;
  626. background: rgba(74, 0, 126, 0.5) !important;
  627. }
  628.  
  629. section.voltie_friends {
  630. background: url(https://i.imgur.com/3K276N4.jpg) !important;
  631. background-size: cover !important;
  632. height: 40%;
  633. overflow-y: auto;
  634. }
  635.  
  636. section.voltie_friends a {
  637. margin: 10px !important;
  638. background: rgba(0, 15, 33, 0.5);
  639. border: 1px solid rgb(0, 15, 33);
  640. border-radius: 50%;
  641. }
  642.  
  643. section.voltie_friends a:hover {
  644. background: rgba(218, 5, 163, 0.5);
  645. }
  646.  
  647. /* End Custom Code */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement