Advertisement
Vaellyth

Serenity CSS

Aug 3rd, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.85 KB | None | 0 0
  1. /* Serenity custom profile code by Vii <3
  2. + please do not steal, rip, or copy without my permission! if you need help, just ask ~
  3. + generic_5 is for your Gaia avatar!
  4. + special b tag styling - anything in your About Me with a b tag will display at top centre!
  5. + special likes / dislikes / hobbies styling - these will display at top centre! */
  6.  
  7. /* Animations */
  8.  
  9. @keyframes drift {
  10. from { top: 0px; }
  11. to { top: -15px; }
  12. }
  13.  
  14. @-webkit-keyframes drift {
  15. from { top: 0px; }
  16. to { top: -15px; }
  17. }
  18.  
  19. @-moz-keyframes drift {
  20. from { top: 0px; }
  21. to { top: -15px; }
  22. }
  23.  
  24. /* Hidden Items */
  25.  
  26. #wishlist, #content:before, #content:after, #bio h2, #comments h2, #friendlist h2, #actions strong { display: none; }
  27.  
  28. h2 { font-family: Cinzel Decorative; letter-spacing: 1px; }
  29.  
  30. ul.navigation {
  31. position: absolute;
  32. margin: auto;
  33. left: 0px;
  34. right: 0px;
  35. width: 400px;
  36. background: transparent;
  37. border: none;
  38. top: 300px;
  39. z-index: 1;
  40. }
  41.  
  42. ul.navigation li {
  43. width: 25%;
  44. display: block;
  45. }
  46.  
  47. ul.navigation li:hover { }
  48.  
  49. ul.navigation li a {
  50. color: #E7DFEC;
  51. text-shadow: 0 0 1px;
  52. transition: all .5s ease-in-out;
  53. padding: 4px;
  54. font-size: 11px;
  55. }
  56.  
  57. ul.navigation li a:hover {
  58. background: transparent;
  59. }
  60.  
  61. #top-nav-home, #top-nav-forum {
  62. transform: rotate(-30deg);
  63. -webkit-transform: rotate(-30deg);
  64. -moz-transform: rotate(-30deg);
  65. }
  66.  
  67. #top-nav-search, #top-nav-home {
  68. position: relative;
  69. top: 10px;
  70. }
  71.  
  72. #top-nav-shops, #top-nav-search {
  73. transform: rotate(30deg);
  74. -webkit-transform: rotate(30deg);
  75. -moz-transform: rotate(30deg);
  76. }
  77.  
  78. #top-nav-forum, #top-nav-shops {
  79. position: relative;
  80. top: -46px;
  81. }
  82.  
  83. body {
  84. background: url(http://i.imgur.com/WnLuJLr.jpg) top no-repeat;
  85. background-attachment: fixed;
  86. overflow-y: hidden;
  87. }
  88.  
  89. #wrap, #content {
  90. border: none;
  91. width: 100%;
  92. background: transparent;
  93. }
  94.  
  95. #wrap { height: 100%; }
  96.  
  97. #content { height: 800px; }
  98.  
  99. #bio, #friendlist, #comments {
  100. background: rgba(255, 255, 255, 0.2);
  101. border: 1px solid rgba(255, 255, 255, 0.5);
  102. box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.7);
  103. position: absolute;
  104. margin: auto;
  105. left: 0px;
  106. right: 0px;
  107. top: 20px;
  108. font-family: Verdana;
  109. font-size: 11px;
  110. }
  111.  
  112. #sidebar {
  113. position: fixed;
  114. margin: auto;
  115. left: 0px;
  116. right: 0px;
  117. width: 180px;
  118. padding: 10px;
  119. height: 300px;
  120. top: 290px;
  121. z-index: 1;
  122. }
  123.  
  124. #sidebar h2 {
  125. position: absolute;
  126. top: 280px;
  127. text-align: center;
  128. color: #E8DFEC;
  129. text-shadow: 0 0 2px;
  130. padding: 0;
  131. margin: auto;
  132. left: 0px;
  133. right: 0px;Web Developer Dashboard
  134. Edit CSS
  135. z-index: 0;
  136. }
  137.  
  138. #sidebar img {
  139. position: relative;
  140. margin: auto;
  141. animation: drift 3s alternate infinite;
  142. animation-timing-function: ease-in-out;
  143. transform: rotateY(180deg);
  144. left: 10px;
  145. }
  146.  
  147. #bio {
  148. width: 205px;
  149. padding: 10px;
  150. height: 181px;
  151. top: 244px;
  152. left: 608px;
  153. text-align: center;
  154. overflow-y: scroll;
  155. color: rgba(255, 255, 255, 0.7);
  156. text-shadow: 0 0 1px;
  157. }
  158.  
  159. #bio small {
  160. color: rgba(0, 0, 0, 0.5) !important;
  161. }
  162.  
  163. #bio img { transform: scale(0.7); -webkit-transform: scale(0.7); -moz-transform: scale(0.7); }
  164.  
  165. #bio strong {
  166. position: fixed;
  167. margin: auto;
  168. width: auto;
  169. top: 200px;
  170. left: 0px;
  171. right: 0px;
  172. font: 24px Cinzel Decorative;
  173. color: #E7DFEC;
  174. text-shadow: 0 0 3px;
  175. font-weight: normal;
  176. transition: all .7s ease-in-out;
  177. }
  178.  
  179. #bio strong:hover {
  180. color: rgba(133, 96, 168, 0.6);
  181. text-shadow: 0 0 1px #E7DFEC;
  182. }
  183.  
  184. .bbmedia {
  185. position: fixed;
  186. margin: 0;
  187. top: 80px;
  188. left: 80px;
  189. width: 90px !important;
  190. height: 90px !important;
  191. background: rgba(255, 255, 255, 0.2);
  192. border: 1px solid rgba(255, 255, 255, 0.5);
  193. box-shadow: 0 0 5px 2px;
  194. border-radius: 50%;
  195. overflow: hidden;
  196. }
  197.  
  198. .bbmedia iframe {
  199. width: 90px;
  200. height: 90px;
  201. border-radius: 50%;
  202. }
  203.  
  204. #comments {
  205. width: 330px;
  206. height: 181px;
  207. top: 349px;
  208. padding: 10px;
  209. right: 0px;
  210. left: 0px;
  211. background: rgba(255, 255, 255, 0.2);
  212. position: fixed;
  213. overflow-y: scroll;
  214. opacity: 0;
  215. transition: all .7s ease-in-out;
  216. color: transparent;
  217. z-index: 2;
  218. }
  219.  
  220. #comments:hover { opacity: 1; }
  221.  
  222. #comment_list {
  223. padding: 5px;
  224. }
  225.  
  226. #comment_list li {
  227. background: rgba(255, 255, 255, 0.7);
  228. margin: 5px 0;
  229. padding: 5px;
  230. border: 1px solid rgba(255, 255, 255, 0.9);
  231. }
  232.  
  233. #comments img {
  234. display: none;
  235. }
  236.  
  237. a.delete.small {
  238. font-size: 9px;
  239. font-family: Verdana !important;
  240. text-transform: lowercase;
  241. background: rgba(133, 96, 168, 0.4) !important;
  242. }
  243.  
  244. a.delete.small:hover {
  245. background: transparent !important;
  246. }
  247.  
  248. #comment_list a {
  249. float: right;
  250. width: 100%;
  251. text-align: center;
  252. background: rgba(133, 96, 168, 0.7);
  253. color: rgba(255, 255, 255, 0.6) !important;
  254. transition: all .7s ease-in-out;
  255. letter-spacing: 2px;
  256. font-family: Cinzel Decorative;
  257. }
  258.  
  259. #comment_list a:hover {
  260. background: transparent;
  261. color: rgba(133, 96, 168, 0.5) !important;
  262. text-decoration: none;
  263. }
  264.  
  265. #comment_list p {
  266. color: rgba(133, 96, 168, 0.8);
  267. font-family: Arial;
  268. text-align: center;
  269. padding: 5px;
  270. margin-bottom: 2px;
  271. }
  272.  
  273. #comment_list p small {
  274. display: none;
  275. }
  276.  
  277. #comments form {
  278. position: relative;
  279. padding: 5px;
  280. width: 140px;
  281. }
  282.  
  283. textarea {
  284. width: 185px;
  285. margin: auto;
  286. position: relative;
  287. left: 57px;
  288. background: rgba(133, 96, 168, 0.6);
  289. color: rgba(255, 255, 255, 0.7);
  290. padding: 5px;
  291. font-size: 10px;
  292. border: 1px solid rgba(255, 255, 255, 0.7);
  293. }
  294.  
  295. span#charsLeft {
  296. color: rgba(255, 255, 255, 0.5) !important;
  297. font-style: italic;
  298. font-size: 9px;
  299. }
  300.  
  301. #load-more {
  302. position: relative;
  303. font-size: 10px;
  304. left: 135px;
  305. top: 87px;
  306. margin: auto;
  307. margin-bottom: 5px;
  308. }
  309.  
  310. #comment-button {
  311. position: relative;
  312. margin: auto;
  313. font-size: 10px;
  314. left: 122px;
  315. }
  316.  
  317. #comment-button, #load-more {
  318. background: rgba(255, 255, 255, 0.2);
  319. border: 1px solid rgba(255, 255, 255, 0.5);
  320. padding: 2px;
  321. color: rgba(255, 255, 255, 0.8);
  322. transition: all .7s ease-in-out;
  323. }
  324.  
  325. #comment-button:hover, #load-more:hover {
  326. background: rgba(133, 96, 168, 0.4);
  327. box-shadow: 0 0 5px 2px;
  328. }
  329.  
  330. #comments span {
  331.  
  332. }
  333.  
  334. #friendlist {
  335. width: 205px;
  336. height: 181px;
  337. text-align: center;
  338. overflow-y: scroll;
  339. top: 244px;
  340. padding: 10px;
  341. right: 620px;
  342. }
  343.  
  344. #friendlist img {
  345. width: 30px;
  346. border-radius: 50%;
  347. margin: 12px;
  348. display: block;
  349. box-shadow: 0 1px 3px 1px #E7DFEC;
  350. transition: all .7s ease-in-out;
  351. }
  352.  
  353. #friendlist img:hover {
  354. transform: translateY(5px);
  355. box-shadow: 0 1px 1px #E7DFEC;
  356. filter: hue-rotate(90deg);
  357. -webkit-filter: hue-rotate(90deg);
  358. }
  359.  
  360. ul#actions {
  361. position: absolute;
  362. margin: auto;
  363. left: 0px;
  364. right: 0px;
  365. text-align: center;
  366. z-index: 2 !important;
  367. font-size: 11px;
  368. }
  369.  
  370. ul#actions a {
  371. transition: all .7s ease-in-out;
  372. color: #E7DFEC;
  373. }
  374.  
  375. ul#actions a:hover {
  376. text-decoration: none;
  377. text-shadow: 0 0 2px;
  378. }
  379.  
  380. li#send-message {
  381. position: relative;
  382. color: #E7DFEC;
  383. top: 14px;
  384. font-size: 11px;
  385. }
  386.  
  387. li#view-posts {
  388. position: relative;
  389. color: rgba(133, 96, 168, 0.9);
  390. }
  391.  
  392. li#view-topics {
  393. position: relative;
  394. color: rgba(133, 96, 168, 0.9);
  395. color: white;
  396. transform: rotate(30deg);
  397. right: 100px;
  398. top: -40px;
  399. }
  400.  
  401. li#view-posts {
  402. color: white;
  403. transform: rotate(-30deg);
  404. left: 100px;
  405. top: -21px;
  406. }
  407.  
  408. li#likes, li#dislikes, li#hobbies {
  409. font: 18px Cinzel Decorative;
  410. white-space: nowrap;
  411. }
  412.  
  413. li#likes {
  414. position: absolute;
  415. margin: auto;
  416. width: 200%;
  417. top: -500px;
  418. left: -310px;
  419. color: rgba(255, 255, 255, 0.75);
  420. }
  421.  
  422. li#dislikes {
  423. position: absolute;
  424. margin: auto;
  425. top: -470px;
  426. width: 200%;
  427. left: -100px;
  428. color: rgba(255, 255, 255, 0.5);
  429. }
  430.  
  431. li#hobbies {
  432. position: absolute;
  433. margin: auto;
  434. top: -440px;
  435. width: 200%;
  436. left: 95px;
  437. color: rgba(255, 255, 255, 0.25);
  438. }
  439.  
  440. a { text-shadow: 0 0 3px rgb(133, 96, 168); color: rgba(255, 255, 255, 0.4); font-size: 10px; transition: all .7s ease-in-out; }
  441.  
  442. a:hover {
  443. color: #FFF;
  444. text-decoration: none;
  445. }
  446.  
  447. @font-face {
  448. font-family: Cinzel Decorative;
  449. font-style: normal;
  450. font-weight: 400;
  451. src: url(https://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQl4jZHmtnl4mfN0ClpLnj0E.woff2);
  452. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  453. }
  454.  
  455. @import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);
  456.  
  457. div { font-family: Cinzel Decorative; }
  458.  
  459. ::-webkit-scrollbar {
  460. width: 6px;
  461. }
  462.  
  463. ::-webkit-scrollbar-track {
  464. background: rgba(133, 96, 168, 0.6);
  465. }
  466.  
  467. ::-webkit-scrollbar-thumb {
  468. background: rgba(255, 255, 255, 0.6);
  469. }
  470.  
  471. #logo {
  472. filter: hue-rotate(55deg);
  473. -webkit-filter: hue-rotate(55deg);
  474. -moz-filter: hue-rotate(55deg);
  475. position: relative;
  476. left: 415px;
  477. transform: scale(0.8);
  478. -webkit-transform: scale(0.8);
  479. -moz-transform: scale(0.8);
  480. }
  481.  
  482. #generic_5 {
  483. position: absolute;
  484. margin: auto;
  485. left: 730px;
  486. right: 0px;
  487. top: 210px;
  488. background: url(your image here) center no-repeat;
  489. width: 120px;
  490. height: 150px;
  491. padding: 5px;
  492. transition: all .7s ease-in-out;
  493.  
  494. }
  495.  
  496. #generic_5:hover {
  497. filter: brightness(120%);
  498. opacity: 0.6;
  499. transform: translateY(10px);
  500. }
  501.  
  502. /* end profile code */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement