Advertisement
Vaellyth

Fawn V2 CSS

Apr 20th, 2017
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.99 KB | None | 0 0
  1. /* Custom profile code for Fawn by Vii <3 */
  2.  
  3. ::-webkit-scrollbar {
  4. width: 5px;
  5. }
  6.  
  7. ::-webkit-scrollbar-track {
  8. box-shadow: 0 0 2px 2px rgba(71, 38, 59, 0.3) inset;
  9. }
  10.  
  11. ::-webkit-scrollbar-thumb {
  12. background: url(http://i.imgur.com/6BYWI1z.png) #FFF;
  13. mix-blend-mode: multiply;
  14. }
  15.  
  16. @font-face {
  17. font-family: Alex Brush;
  18. font-style: normal;
  19. font-weight: 400;
  20. src: url(https://fonts.gstatic.com/s/alexbrush/v6/IdwaSrUcr-IskDo5YUNTVfk_vArhqVIZ0nv9q090hN8.woff2);
  21. 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;
  22. }
  23.  
  24. @font-face {
  25. font-family: Philosopher;
  26. font-style: normal;
  27. font-weight: 400;
  28. src: url(https://fonts.gstatic.com/s/philosopher/v8/OttjxgcoEsufOGSINYBGLY4P5ICox8Kq3LLUNMylGO4.woff2);
  29. 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;
  30. }
  31.  
  32. #content:before, #content:after, #friendlist, #bio h2 { display: none; }
  33.  
  34. #header { visibility: hidden; }
  35.  
  36. #logo, ul.navigation { visibility: visible; }
  37.  
  38. ul.navigation {
  39. z-index: 1;
  40. position: absolute;
  41. margin: auto;
  42. left: 586px;
  43. top: 120px;
  44. border-radius: 0;
  45. box-shadow: 0 0 5px 2px rgba(71, 38, 59, 0.5);
  46. right: 0px;
  47. width: 200px;
  48. height: 125px;
  49. box-sizing: border-box;
  50. border: 1px solid;
  51. background: url(http://i.imgur.com/WCT5KaH.png);
  52. padding: 5px;
  53. }
  54.  
  55. ul.navigation li {
  56. width: 100%;
  57. background: url(http://i.imgur.com/6BYWI1z.png) #FFF;
  58. mix-blend-mode: multiply;
  59. -webkit-mix-blend-mode: multiply;
  60. -moz-mix-blend-mode: multiply;
  61. -o-mix-blend-mode: multiply;
  62. margin: 2.5px auto;
  63. display: block;
  64. height: 20%;
  65. box-sizing: border-box;
  66. }
  67.  
  68. ul.navigation li a {
  69. text-align: right;
  70. font-family: Philosopher;
  71. transition: all .5s ease;
  72. -webkit-transition: all .5s ease;
  73. -moz-transition: all .5s ease;
  74. -o-transition: all .5s ease;
  75. letter-spacing: 5px;
  76. color: #47263B;
  77. text-shadow: 0 0 2px #47263B;
  78. background: #FFF;
  79. }
  80.  
  81. ul.navigation li a:hover {
  82. background: transparent;
  83. letter-spacing: 10px;
  84. }
  85.  
  86. #top-nav-home a {
  87. background-image: linear-gradient(#C9B987, #C9B987);
  88. background-repeat: no-repeat;
  89. background-position: 100% 50%;
  90. background-size: 0% 100%;
  91. }
  92.  
  93. #top-nav-forum a {
  94. background-image: linear-gradient(#8E5757, #8E5757);
  95. background-repeat: no-repeat;
  96. background-position: 100% 50%;
  97. background-size: 0% 100%;
  98. }
  99.  
  100. #top-nav-shops a {
  101. background-image: linear-gradient(#6B4553, #6B4553);
  102. background-repeat: no-repeat;
  103. background-position: 100% 50%;
  104. background-size: 0% 100%;
  105. }
  106.  
  107. #top-nav-search a {
  108. background-image: linear-gradient(#47263B, #47263B);
  109. background-repeat: no-repeat;
  110. background-position: 100% 50%;
  111. background-size: 0% 100%;
  112. }
  113.  
  114. #top-nav-home:hover a, #top-nav-forum:hover a, #top-nav-search:hover a, #top-nav-shops:hover a { background-size: 100% 100%; }
  115.  
  116. body {
  117. cursor: url(http://aldonydh.elementfx.com/src/cursor_small.ico), help !important;
  118. background: url(http://imgur.com/6BYWI1z.jpg);
  119. }
  120.  
  121. a {
  122. color: #6B4553;
  123. text-shadow: 0 0 2px;
  124. transition: all .5s ease;
  125. -webkit-transition: all .5s ease;
  126. -moz-transition: all .5s ease;
  127. -o-transition: all .5s ease;
  128. }
  129.  
  130. a:hover {
  131. color: #47263B;
  132. text-decoration: line-through;
  133. }
  134.  
  135. h2 {
  136. font-family: Alex Brush;
  137. }
  138.  
  139. #wrap {
  140. width: 100%;
  141. height: 100%;
  142. border: none;
  143. background: transparent;
  144. position: absolute;
  145. top: 0px;
  146. }
  147.  
  148. #content {
  149. width: 295px;
  150. height: 440px;
  151. box-sizing: border-box;
  152. background: transparent;
  153. border: none;
  154. position: absolute;
  155. margin: auto;
  156. left: 7px;
  157. right: 0px;
  158. top: 120px;
  159. overflow: hidden;
  160. z-index: 1;
  161. }
  162.  
  163. #generic_2 {
  164. width: 295px;
  165. height: 450px;
  166. background: url(http://i.imgur.com/LWfuhLR.png);
  167. position: absolute;
  168. margin: auto;
  169. left: 37.5px;
  170. right: 0px;
  171. top: 120px;
  172. border: 1px solid #47263B;
  173. box-shadow: 0 0 5px 2px rgba(71, 38, 59, 0.5);
  174. box-sizing: border-box;
  175. }
  176.  
  177. #sidebar {
  178. position: absolute;
  179. margin: auto;
  180. left: 557px;
  181. right: 0px;
  182. top: 265px;
  183. height: 300px;
  184. width: 200px;
  185. background: url(http://i.imgur.com/caHQvMf.png);
  186. box-sizing: border-box;
  187. border: 1px solid rgb(71, 38, 59);
  188. box-shadow: 0 0 5px 2px rgba(71, 38, 59, 0.5);
  189. }
  190.  
  191. #sidebar img {
  192. margin: auto;
  193. transition: all .5s ease;
  194. -webkit-transition: all .5s ease;
  195. -moz-transition: all .5s ease;
  196. -o-transition: all .5s ease;
  197. }
  198.  
  199. #sidebar img:hover {
  200. filter: brightness(120%);
  201. -webkit-filter: brightness(120%);
  202. -moz-filter: brightness(120%);
  203. -o-filter: brightness(120%);
  204. }
  205.  
  206. #sidebar h2 {
  207. position: absolute;
  208. width: 100%;
  209. top: -222px;
  210. left: -170px;
  211. margin: auto;
  212. font-size: 72px;
  213. z-index: 1;
  214. }
  215.  
  216. ul#actions {
  217. width: auto;
  218. position: absolute;
  219. }
  220.  
  221.  
  222. ul#actions li strong { display: none; }
  223.  
  224. ul#actions li {
  225. box-sizing: border-box;
  226. }
  227.  
  228. li#hobbies, li#likes, li#dislikes {
  229. display: inline-block;
  230. transform: rotate(-90deg);
  231. -webkit-transform: rotate(-90deg);
  232. -moz-transform: rotate(-90deg);
  233. -o-transform: rotate(-90deg);
  234. width: 450px;
  235. height: 75px;
  236. position: absolute;
  237. border-radius: 0 !important;
  238. top: -238px;
  239. box-shadow: 0 0 5px 2px rgba(71, 38, 59, 0.5 );
  240. box-sizing: border-box;
  241. padding: 5px;
  242. transition: all .5s ease;
  243. color: transparent;
  244. }
  245.  
  246. li#likes:hover {
  247. background: url(http://i.imgur.com/zZaCkiS.png) #FFF;
  248. mix-blend-mode: multiply;
  249. -webkit-mix-blend-mode: multiply;
  250. -moz-mix-blend-mode: multiply;
  251. -o-mix-blend-mode: multiply;
  252. color: #FFF;
  253. text-shadow: 0 0 3px #47263B;
  254. }
  255.  
  256. li#likes {
  257. right: 444px;
  258. background: url(http://i.imgur.com/zZaCkiS.png);
  259. }
  260.  
  261. li#dislikes {
  262. background: url(http://i.imgur.com/KAPPLvo.png) center;
  263. right: 340px;
  264. }
  265.  
  266. li#dislikes:hover {
  267. background: url(http://i.imgur.com/KAPPLvo.png) #FFF;
  268. mix-blend-mode: multiply;
  269. -webkit-mix-blend-mode: multiply;
  270. -moz-mix-blend-mode: multiply;
  271. -o-mix-blend-mode: multiply;
  272. color: #FFF;
  273. text-shadow: 0 0 3px #47263B;
  274. }
  275.  
  276. li#hobbies {
  277. background: url(http://i.imgur.com/mUE5hlX.png);
  278. right: 237px;
  279. }
  280.  
  281. li#hobbies:hover {
  282. background: url(http://i.imgur.com/mUE5hlX.png) #FFF;
  283. mix-blend-mode: multiply;
  284. -webkit-mix-blend-mode: multiply;
  285. -moz-mix-blend-mode: multiply;
  286. -o-mix-blend-mode: multiply;
  287. color: #FFF;
  288. text-shadow: 0 0 3px #47263B;
  289. }
  290.  
  291. li#send-message {
  292. position: absolute;
  293. width: 198px;
  294. top: -447px;
  295. left: -378px;
  296. text-align: center;
  297. font-family: Philosopher;
  298. }
  299.  
  300. li#view-topics {
  301. position: relative;
  302. font-size: 9px;
  303. left: 127px;
  304. top: -13px;
  305. color: #8E5757;
  306. text-shadow: 0 0 1px #47263B;
  307. }
  308.  
  309. li#view-posts {
  310. font-size: 9px;
  311. color: #8E5757;
  312. text-shadow: 0 0 1px #47263B;
  313. }
  314.  
  315. #bio {
  316. width: 100%;
  317. height: 95%;
  318. border: none;
  319. box-sizing: border-box;
  320. padding: 5px;
  321. overflow-y: scroll;
  322. transition: all .5s ease;
  323. -webkit-transition: all .5s ease;
  324. -moz-transition: all .5s ease;
  325. -o-transition: all .5s ease;
  326. background: rgba(71, 38, 59, 1);
  327. opacity: 0;
  328. color: #C9B987;
  329. font-family: Philosopher;
  330. border: 1px solid #C9B987;
  331. }
  332.  
  333. #bio a {
  334. color: #DFD3BD;
  335. }
  336.  
  337. #bio strong {
  338. text-shadow: 0 0 2px;
  339. font-style: normal;
  340. font-family: Alex Brush;
  341. font-size: 20px;
  342. color: #8E5757;
  343. }
  344.  
  345. #bio:hover {
  346. opacity: 1;
  347. }
  348.  
  349. #bio img {
  350. transition: all .5s ease;
  351. -webkit-transition: all .5s ease;
  352. -moz-transition: all .5s ease;
  353. -o-transition: all .5s ease;
  354. position: relative;
  355. width: 274px;
  356. left: -15px;
  357. height: 272px;
  358. transform: scale(0.7);
  359. -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  360. clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  361. -moz-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  362. -o-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  363. margin: auto;
  364. }
  365.  
  366. #bio img:hover {
  367. transform: scale(0.9);
  368. -webkit-transform: scale(0.9);
  369. -moz-transform: scale(0.9);
  370. -o-transform: scale(0.9);
  371. }
  372.  
  373. #comments {
  374. width: 100%;
  375. height: 100%;
  376. transition: all .5s ease;
  377. -webkit-transition: all .5s ease;
  378. -moz-transition: all .5s ease;
  379. -o-transition: all .5s ease;
  380. position: relative;
  381. background: transparent;
  382. border: none;
  383. color: transparent;
  384. }
  385.  
  386. #comments:hover {
  387. transform: translateY(-404px);
  388. -webkit-transform: translateY(-404px);
  389. -moz-transform: translateY(-404px);
  390. -o-transform: translateY(-404px);
  391. overflow-y: scroll;
  392. }
  393.  
  394. #comments:hover #comment_list { opacity: 1; }
  395.  
  396. #comments:hover h2, #comments:hover #comment_list li {
  397. background: #C9B987;
  398. }
  399.  
  400. #comments:hover h2 {
  401. border: 1px solid #47263B;
  402. }
  403.  
  404. #comments h2 {
  405. text-align: center;
  406. width: 100%;
  407. font-size: 26px;
  408. color: #6B4553;
  409. transition: all .5s ease;
  410. -webkit-transition: all .5s ease;
  411. -moz-transition: all .5s ease;
  412. -o-transition: all .5s ease;
  413. box-sizing: border-box;
  414. border: 1px solid transparent;
  415. }
  416.  
  417. #comment_list img {
  418. width: 30px;
  419. height: 30px;
  420. border-radius: 50%;
  421. }
  422.  
  423. #comment_list {
  424. box-sizing: border-box;
  425. width: 100%;
  426. opacity: 0;
  427. transition: all .5s ease;
  428. -webkit-transition: all .5s ease;
  429. -moz-transition: all .5s ease;
  430. -o-transition: all .5s ease;
  431. }
  432.  
  433. #comment_list li {
  434. margin: 5px auto;
  435. box-sizing: border-box;
  436. padding: 2px;
  437. transition: all .5s ease;
  438. -webkit-transition: all .5s ease;
  439. -moz-transition: all .5s ease;
  440. -o-transition: all .5s ease;
  441. border: 1px solid #47263B;
  442. }
  443.  
  444. #comment_list li:nth-child(2n) {
  445. background: #8E5757 !important;
  446. }
  447.  
  448. #comment_list li:nth-child(2n) p {
  449. color: #C9B987;
  450. }
  451.  
  452. #comment_list li p {
  453. font-family: Verdana;
  454. font-size: 11px;
  455. color: #8E5757;
  456. }
  457.  
  458. #comment_list li p small {
  459. float: right;
  460. width: 100%;
  461. text-align: right;
  462. visibility: hidden;
  463. }
  464.  
  465. #comment_list li p small > small { visibility: visible; padding-right: 10px; }
  466.  
  467. #comment_list li a {
  468. color: #47263B !important;
  469. }
  470.  
  471. a.delete.small {
  472. font-size: 9px;
  473. font-style: italic;
  474. text-transform: lowercase;
  475. width: 100%;
  476. text-align: center !important;
  477. float: right;
  478. }
  479.  
  480. #comments form{
  481. width: 100%;
  482. }
  483.  
  484. textarea {
  485. background: url(http://i.imgur.com/6BYWI1z.png) #FFF;
  486. mix-blend-mode: multiply;
  487. -webkit-mix-blend-mode: multiply;
  488. -moz-mix-blend-mode: multiply;
  489. -o-mix-blend-mode: multiply;
  490. border: 1px solid #47263B;
  491. box-sizing: border-box;
  492. margin: auto;
  493. width: 100%;
  494. height: 40px;
  495. color: #6B4553;
  496. font-family: Verdana;
  497. }
  498.  
  499. #comments form span { display: none; }
  500.  
  501. #comment-button, #load-more {
  502. font-size: 9px;
  503. padding: 2px 0;
  504. width: 50%;
  505. border: none;
  506. transition: all .5s ease;
  507. -webkit-transition: all .5s ease;
  508. -moz-transition: all .5s ease;
  509. -o-transition: all .5s ease;
  510. }
  511.  
  512. #load-more:hover, #comment-button:hover {
  513. text-decoration: line-through;
  514. }
  515.  
  516. #load-more {
  517. float: right;
  518. position: relative;
  519. top: 61px;
  520. background: #DFD3BD;
  521. color: #6B4553;
  522. }
  523.  
  524. #load-more:hover {
  525. color: #DFD3BD;
  526. background: #6B4553;
  527. }
  528.  
  529. #comment-button {
  530. color: #DFD3BD;
  531. background: #6B4553;
  532. }
  533.  
  534. #comment-button:hover {
  535. background: #DFD3BD;
  536. color: #6B4553;
  537. }
  538.  
  539. /* floating images */
  540.  
  541. #generic_4 {
  542. position: absolute;
  543. background: url(http://a2.cdn.gaiaonline.com/dress-up/avatar/ava/4a/fb/69538ab9c5fb4a_flip.png?t=1491006398_6.00_11);
  544. width: 120px;
  545. height: 150px;
  546. margin: auto;
  547. left: 800px;
  548. right: 0px;
  549. top: 365px;
  550. animation: float 5s alternate infinite;
  551. animation-timing-function: ease-in-out;
  552. -webkit-animation: float 5s alternate infinite;
  553. -webkit-animation-timing-function: ease-in-out;
  554. -moz-animation: float 5s alternate infinite;
  555. -moz-animation-timing-function: ease-in-out;
  556. -o-animation: float 5s alternate infinite;
  557. -o-animation-timing-function: ease-in-out;
  558. opacity: 0.7;
  559. transition: all .5s ease;
  560. -webkit-transition: all .5s ease;
  561. -moz-transition: all .5s ease;
  562. -o-transition: all .5s ease;
  563. }
  564.  
  565. #generic_4:hover {
  566. opacity: 0.9;
  567. }
  568.  
  569. @keyframes float {
  570. from { transform: translateY(0px); }
  571. to { transform: translateY(30px); }
  572. }
  573.  
  574. @-webkit-keyframes float {
  575. from { -webkit-transform: translateY(0px); }
  576. to { -webkit-transform: translateY(30px); }
  577. }
  578.  
  579. @-moz-keyframes float {
  580. from { -moz-transform: translateY(0px); }
  581. to { -moz-transform: translateY(30px); }
  582. }
  583.  
  584. @-o-keyframes float {
  585. from { -o-transform: translateY(0px); }
  586. to { -o-transform: translateY(30px); }
  587. }
  588.  
  589. /* end floating images */
  590.  
  591. /* end profile code */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement