Advertisement
Vaellyth

Voltra PRESCIENCE CSS

Apr 3rd, 2018
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.94 KB | None | 0 0
  1. !! INSTALLATION NOTES !! PLEASE READ !! BUT DO NOT COPY AND PASTE THESE INTO YOUR CSS BOX !!
  2.  
  3. BIO INFORMATION TEMPLATE
  4. ------------------------
  5. Copy and paste this template into your BIO (about me) section first. Make sure you add your username to the message links! Otherwise they won't work!
  6. ------------------------
  7.  
  8. [u]BIO HEADER HERE[/u]
  9.  
  10. [url=https://www.voltra.us/messages/create_message?to=YOUR USERNAME HERE]message[/url] • [url=https://www.voltra.us/friends/add_friend/YOUR USERNAME HERE]add friend[/url] • [url=https://www.voltra.us/trades/request/YOUR USERNAME HERE]new trade[/url]
  11.  
  12. [b]BIO bold content[/b]
  13. bio regular content
  14. [s]bio strike content[/s]
  15. [i]bio italic content[/i]
  16.  
  17. [spoiler=SPOILER HEADER HERE]
  18. [u]Spoiler Underlined Content[/u]
  19. [b]Spoiler Bold Content[/b]
  20. [i]Spoiler Italic Content/i]
  21. [/spoiler]
  22.  
  23. =====================================DO NOT COPY THIS LINE OR ANYTHING ABOVE IT INTO YOUR "CSS" BOX!!==================================
  24.  
  25. /* Layout PRESCIENCE by Vii / Trash Chicken
  26. + V1 completed 4 apr 18 + time logged A FUCKING LOT lol
  27. + do not rip, copy or steal, or remove this credit pl0x */
  28.  
  29. * { cursor: url(http://starfarerstudios.elementfx.com/cursors/cursor_small.ico), default !important; }
  30.  
  31. ::-webkit-scrollbar { width: 10px; }
  32.  
  33. ::-webkit-scrollbar-track {
  34. box-shadow: inset 0 0 2px 1px rgba(45, 35, 76, 0.6);
  35. }
  36.  
  37. ::-webkit-scrollbar-thumb {
  38. background: linear-gradient(rgba(106, 91, 160, 0.5), rgba(148, 109, 163, 0.5), rgba(168, 147, 208, 0.5), rgba(199, 213, 254, 0.5), rgba(106, 91, 160, 0.5));
  39. }
  40.  
  41. body { background: url(https://i.imgur.com/IxYDT4V.jpg); background-size: cover; }
  42.  
  43. /** Custom Fonts **/
  44. @font-face {
  45. font-family: Nova Mono;
  46. font-style: normal;
  47. font-weight: 400;
  48. src: url(https://fonts.gstatic.com/s/novamono/v8/Cn-0JtiGWQ5Ajb--MRKvZ2ZZ.woff2);
  49. 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;
  50. }
  51.  
  52. @font-face {
  53. font-family: Quicksand;
  54. font-style: normal;
  55. font-weight: 400;
  56. src: url(https://fonts.gstatic.com/s/quicksand/v7/6xKtdSZaM9iE8KbpRA_hK1QN.woff2);
  57. 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;
  58. }
  59.  
  60. /** Hidden Modules and Items **/
  61. div.sidebar, footer, div.content_header, section.voltie_likes, section.voltie_dislikes, section.voltie_hobbies, div.copyright div.col-md-6, div#user_currency, section.voltie_comments ul li p::before, a.navbar-brand { display: none !important; }
  62.  
  63. /** Navbar **/
  64. nav#navbar {
  65. visibility: hidden;
  66. }
  67.  
  68. ul.nav.navbar-nav.navbar-right {
  69. position: fixed;
  70. left: 0;
  71. top: 0;
  72. width: 100px;
  73. height: 100%;
  74. margin: 0 !important;
  75. visibility: visible !important;
  76. }
  77.  
  78. ul.nav.navbar-nav.navbar-right li {
  79. width: 100%;
  80. height: calc(100%/8);
  81. text-align: center;
  82. border: 5px solid rgba(45, 35, 76, 0.8);
  83. transition: all 0.3s ease;
  84. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  85. }
  86.  
  87. ul.nav.navbar-nav.navbar-right li a {
  88. border-radius: 0;
  89. float: left;
  90. width: 100%;
  91. height: 100%;
  92. margin: 0;
  93. padding: 40% 0;
  94. transition: all 0.3s ease;
  95. }
  96.  
  97. ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li a:active, ul.nav.navbar-nav.navbar-right li a { background: transparent !important; font-family: Nova Mono; }
  98.  
  99. ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li a:active { color: #FFF !important; text-shadow: 0 0 2px; }
  100.  
  101. li#profile a { color: #FFF !important; text-shadow: 0 0 4px; animation: glow 1s normal infinite; -webkit-animation: glow 1s normal infinite; }
  102.  
  103. li#profile a:hover { animation-play-state: paused;-webkit-animation-play-state: paused; }
  104.  
  105. @keyframes glow {
  106. 0%, 100% { background: transparent; }
  107. 50% { background: rgba(199, 213, 254, 0.5); }
  108. }
  109.  
  110. @-webkit-keyframes glow {
  111. 0%, 100% { background: transparent; }
  112. 50% { background: rgba(199, 213, 254, 0.5); }
  113. }
  114.  
  115. li#home, li#mail {
  116. background: linear-gradient(rgba(106, 91, 160, 0.5), rgba(148, 109, 163, 0.5));
  117. }
  118.  
  119. li#forums, li#profile {
  120. background: linear-gradient(rgba(148, 109, 163, 0.5), rgba(168, 147, 208, 0.5)) !important;
  121. }
  122.  
  123. li#shops, li#settings {
  124. background: linear-gradient(rgba(168, 147, 208, 0.5), rgba(199, 213, 254, 0.5));
  125. }
  126.  
  127. li#donate, li#signout {
  128. background: linear-gradient(rgba(199, 213, 254, 0.5), rgba(106, 91, 160, 0.5));
  129. }
  130.  
  131. ul.nav.navbar-nav.navbar-right li:hover, li#forums:hover, li#profile:hover { background: transparent !important; }
  132.  
  133. /** Header and User Card Styling **/
  134.  
  135. header.min { height: 0; }
  136.  
  137. div#header_stats {
  138. z-index: 11;
  139. width: 100% !important;
  140. left: 0;
  141. padding: 0 !important;
  142. max-height: 0;
  143. margin: auto !important;
  144. position: absolute;
  145. background: transparent;
  146. }
  147.  
  148. div#header_stats div.col-inner {
  149. margin: auto !important;
  150. position: absolute !important;
  151. right: 885px;
  152. left: 0;
  153. top: 21px;
  154. width: 285px;
  155. max-height: 106px !important;
  156. border-radius: 0 !important;
  157. display: block !important;
  158. padding: 5px !important;
  159. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5) !important;
  160. background: linear-gradient(rgba(106, 91, 160, 0.5), rgba(148,109, 163, 0.5)) !important;
  161. border: 1px solid rgb(106, 91, 160);
  162. }
  163.  
  164. div#user_card {
  165. float: left;
  166. border-radius: 0 !important;
  167. height: 96px !important;
  168. width: 96px !important;
  169. margin: auto 0 !important;
  170. border-color: rgb(45, 35, 76) !important;
  171. background: rgba(45, 35, 76, 0.5) !important;
  172. }
  173.  
  174. div#user_card a.avatar {}
  175.  
  176. div#user_stats {
  177. width: calc(100% - 101px) !important;
  178. display: block !important;
  179. margin: auto 0 0 auto;
  180. padding: 10px !important;
  181. font-family: Quicksand;
  182. height: 94px !important;
  183. }
  184.  
  185. div#user_stats p { font-size: 14px !important; margin: 5px auto 20px !important; color: rgb(199, 213, 254) !important; }
  186.  
  187. div#user_notifications {
  188.  
  189. }
  190.  
  191. div.dropdown {}
  192.  
  193. div.dropdown button { border-radius: 0 !important; background: linear-gradient(rgba(199, 213, 254, 0.75), rgba(106, 91, 160, 0.5)) !important; border-color: rgb(106, 91, 160) !important; margin: 0 1px; font-size: 10px !important; }
  194.  
  195. ul.dropdown-menu {
  196. background: rgb(45, 35, 76) !important;
  197. }
  198.  
  199. ul.dropdown-menu li { font-family: Quicksand !important; }
  200.  
  201. /** Wrapper and Text Styles **/
  202. div#structure { margin: 0; }
  203.  
  204. a, a:visited, a:active { color: rgb(199, 213, 254); transition: all 0.3s ease; }
  205.  
  206. a:hover { color: #FFF; }
  207.  
  208. h2, h3 {
  209. border-radius: 0 !important;
  210. font-family: Nova Mono;
  211. text-transform: lowercase;
  212. background: transparent !important;
  213. }
  214.  
  215. h2 { color: rgb(199, 213, 254) !important; }
  216.  
  217. span.voltie_username { text-shadow: 2px 0 1px rgb(148, 109, 163); }
  218.  
  219. span.voltie_pronouns { font-family: Quicksand; }
  220.  
  221. h3 {
  222. color: rgb(148, 109, 163) !important;
  223. padding: 5px !important;
  224. text-shadow: 1px 0 1px rgb(199, 213, 254);
  225. }
  226.  
  227. div#content.container {
  228. background: transparent;
  229. width: 100%;
  230. height: 100%;
  231. }
  232.  
  233. div#voltie.row {
  234. background: rgba(45, 35, 76, 0.8);
  235. width: 1200px;
  236. margin: 60px auto;
  237. height: 600px;
  238. padding: 10px;
  239. }
  240.  
  241. div.col-md-3 {
  242. float: left;
  243. background: transparent;
  244. margin: 0 auto;
  245. padding: 5px;
  246. }
  247.  
  248. div.col-md-3:nth-child(1) {
  249. width: 25%;
  250. height: 100%;
  251. }
  252.  
  253. div.col-md-3:nth-child(3) {
  254. width: 75% !important;
  255. height: 20%;
  256. position: relative;
  257. top: calc(-90% + 8px);
  258. }
  259.  
  260. div.col-md-6 {
  261. margin: 0;
  262. background: transparent;
  263. width: 75%;
  264. height: 80%;
  265. float: right;
  266. position: relative;
  267. top: 66px;
  268. padding: 5px;
  269. }
  270.  
  271. section {
  272. padding: 0px !important;
  273. margin: 0px !important;
  274. border-radius: 0 !important;
  275. border: 1px solid rgb(106, 91, 160) !important;
  276. }
  277.  
  278. section.voltie_info {
  279. height: calc(100% - 115px);
  280. margin: 116px auto 0 !important;
  281. background: linear-gradient(rgba(148, 109, 163, 0.5), rgba(106, 91, 160, 0.5)) !important;
  282. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  283. }
  284.  
  285. section.voltie_info:hover span.offline-orb, section.voltie_info:hover span.online-orb { animation: spin 5s normal infinite; -webkit-animation: spin 5s normal infinite; animation-timing-function: linear; -webkit-animation-timing-function: linear; }
  286.  
  287. @keyframes spin {
  288. from { transform: rotate(45deg); }
  289. to { transform: rotate(405deg); }
  290. }
  291.  
  292. @-webkit-keyframes spin {
  293. from { transform: rotate(45deg); }
  294. to { transform: rotate(405deg); }
  295. }
  296.  
  297. section.voltie_info h2 {
  298. font-size: 34px !important;
  299. }
  300.  
  301. span.online-orb {
  302. border-radius: 0;
  303. border: 1px solid;
  304. padding: 20px;
  305. transform: rotate(45deg);
  306. -webkit-transform: rotate(45deg);
  307. background: url(https://i.imgur.com/S3cFRjO.gif);
  308. background-size: 200%;
  309. margin: 15px auto 0;
  310. box-shadow: 0 0 5px 2px rgba(199, 213, 254, 0.5);
  311. }
  312.  
  313. span.offline-orb {
  314. border-radius: 0;
  315. border: 1px solid;
  316. padding: 20px;
  317. transform: rotate(45deg);
  318. -webkit-transform: rotate(45deg);
  319. margin: 15px auto 0;
  320. box-shadow: 0 0 5px 2px rgba(45, 35, 76, 0.5);
  321. background: url(https://i.imgur.com/Si50mbX.gif) center;
  322. background-size: 350%;
  323. }
  324.  
  325. img.voltie_avatar {
  326. margin: 10px auto 22px !important;
  327. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  328. background: rgba(45, 35, 76, 0.25);
  329. }
  330.  
  331. div.voltie_actions.row {
  332. width: 200px;
  333. margin: auto;
  334. padding: 0 !important;
  335. font-family: Quicksand;
  336. }
  337.  
  338. div.voltie_actions.row a:hover { background: rgba(45, 35, 76, 0.65) !important; }
  339.  
  340. div.voltie_actions.row div {
  341. width: 50%;
  342. display: inline-block;
  343. padding: 0;
  344. margin: 0 auto;
  345. }
  346.  
  347. div.col-xs-6 a {
  348. border-radius: 0 !important;
  349. background: rgba(45, 35, 76, 0.25) !important;
  350. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  351. text-transform: lowercase;
  352. }
  353.  
  354. section.voltie_video {
  355. position: relative;
  356. left: calc(100% + 10px);
  357. top: calc(-20% - 108px);
  358. width: 432px;
  359. height: 222px !important;
  360. overflow: hidden !important;
  361. z-index: 8;
  362. }
  363.  
  364. section.voltie_video div { max-height: 222px; overflow: hidden!important; }
  365.  
  366. section.voltie_video h3 { display: none; }
  367.  
  368. section.voltie_bio {
  369. height: 50%;
  370. width: calc(50% - 5px);
  371. background: linear-gradient(rgba(148, 109, 163, 0.5), rgba(106, 91, 160, 0.5)) !important;
  372. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  373. color: #FFF;
  374. font: 14px Quicksand;
  375. text-align: center;
  376. overflow-y: auto;
  377. padding: 5px !important;
  378. }
  379.  
  380. section.voltie_bio h3 { display: none; }
  381.  
  382. section.voltie_bio > u {
  383. font: 28px Nova Mono;
  384. text-decoration-color: rgb(45, 35, 76);
  385. }
  386.  
  387. section.voltie_bio > a {
  388. display: inline-block;
  389. width: 20%;
  390. }
  391.  
  392. section.voltie_bio button.reveal_spoiler {
  393. background: linear-gradient(rgba(199, 213, 254, 0.75), rgba(106, 91, 160, 0.5)) !important;
  394. border-radius: 0;
  395. border-color: rgb(106, 91, 160);
  396. }
  397.  
  398. section.voltie_bio div.spoiler_value {
  399. background: rgba(45, 35, 76, 0.4);
  400. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  401. border-radius: 0;
  402. }
  403.  
  404. section.voltie_bio div.spoiler_value > u {
  405. font-weight: bold;
  406. font: 16px Nova Mono;
  407. text-decoration: none;
  408. border-bottom: 1px solid rgb(199, 213, 254);
  409. width: 100%;
  410. float: left;
  411. }
  412.  
  413. section.voltie_comments {
  414. height: 100%;
  415. width: calc(50% - 5px);
  416. float: right;
  417. position: relative;
  418. top: -50%;
  419. background: linear-gradient(rgba(148, 109, 163, 0.5), rgba(106, 91, 160, 0.5)) !important;
  420. overflow: hidden;
  421. }
  422.  
  423. section.voltie_comments h3 { margin: 0 !important; }
  424.  
  425. section.voltie_comments ul {
  426. padding: 10px !important;
  427. margin: 0 auto !important;
  428. height: 68%;
  429. overflow-y: scroll;
  430. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  431. }
  432.  
  433. section.voltie_comments ul li {
  434. margin: 0 auto 10px auto !important;
  435. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  436. padding: 5px !important;
  437. min-height: 100px;
  438. background: rgba(45, 35, 76, 0.25);
  439. }
  440.  
  441. section.voltie_comments ul li p {
  442. width: calc(100% - 65px);
  443. margin: 0 0 auto auto !important;
  444. background: rgba(148, 109, 163, 0.5) !important;
  445. border-radius: 0 !important;
  446. border: none !important;
  447. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5) !important;
  448. font: 14px Quicksand;
  449. color: #FFF;
  450. }
  451.  
  452. section.voltie_comments ul li small {
  453. visibility: hidden;
  454. }
  455.  
  456. section.voltie_comments ul li a img {
  457. margin: 27px 11px;
  458. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  459. }
  460.  
  461. a.comment_username {
  462. width: 100%;
  463. float: left;
  464. text-align: center;
  465. color: rgb(199, 213, 254);
  466. font-family: Quicksand;
  467. }
  468.  
  469. a.comment_username:first-letter { color: rgb(45, 35, 76); font-weight: bold; }
  470.  
  471. section.voltie_friends {
  472. height: 100%;
  473. background: linear-gradient(rgba(106, 91, 160, 0.5), rgba(148,109, 163, 0.5)) !important;
  474. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  475. }
  476.  
  477. section.voltie_friends h3 {
  478. margin: 0 0 5px !important;
  479. padding: 5px 0 0 !important;
  480. }
  481.  
  482. section.voltie_friends a {
  483. max-width: 10% !important;
  484. width: calc(100%/16);
  485. height: calc(70%) !important;
  486. position: relative;
  487. top: -8px;
  488. overflow: hidden;
  489. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  490. }
  491.  
  492. section.voltie_friends a img { height: 100px !important; max-width: 100px !important; position: relative; bottom: 15px; right: 10px; background: rgba(45, 35, 76, 0.4); }
  493.  
  494. button.btn.btn-secondary.comments_load_more {
  495. font: 10px Quicksand !important;
  496. padding: 5px !important;
  497. width: 100%;
  498. border-radius: 0;
  499. margin: 0 !important;
  500. background: rgba(45, 35, 76, 0.5);
  501. color: rgb(199, 213, 254);
  502. }
  503.  
  504. textarea#comment-text {
  505. border-radius: 0;
  506. background: rgba(148, 109, 163);
  507. border: none;
  508. margin: 0 !important;
  509. box-shadow: inset 0 0 5px 2px rgba(45, 35, 76, 0.5);
  510. font: 13px Quicksand;
  511. color: rgb(199, 213, 254);
  512. padding: 5px;
  513. }
  514.  
  515. form#comment-form div div.col-xs-6 {
  516. width: 100%;
  517. text-align: center !important;
  518. font: 11px Quicksand;
  519. color: rgb(148, 109, 163) !important;
  520. }
  521.  
  522. form#comment-form div div.col-xs-6 span { float: none !important; }
  523.  
  524. span#charsLeft { color: #FFF !important; }
  525.  
  526. input#comment-button {
  527. width: 100%;
  528. margin: 0 !important;
  529. background: linear-gradient(rgba(199, 213, 254, 0.75), rgba(106, 91, 160, 0.5)) !important;
  530. border-radius: 0;
  531. border: 1px solid transparent;
  532. transition: all 0.3s ease;
  533. color: rgb(45, 35, 76);
  534. font: 14px Nova Mono;
  535. }
  536.  
  537. input#comment-button:hover {
  538. background: transparent !important;
  539. color: #FFF;
  540. }
  541.  
  542. /* end custom code */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement