Advertisement
Vaellyth

DangerousWoman CSS

Jun 6th, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 KB | None | 0 0
  1. /* Custom profile code for DangerousWoman by Vii */
  2.  
  3. /* latin */
  4. @font-face {
  5. font-family: Zeyada;
  6. font-style: normal;
  7. font-weight: 400;
  8. src: url(https://fonts.gstatic.com/s/zeyada/v6/dcE9P1va-09wPqxMFAN3vw.woff2);
  9. 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;
  10. }
  11.  
  12. ::-webkit-scrollbar {
  13. width: 5px;
  14. }
  15.  
  16. ::-webkit-scrollbar-track {
  17. background: rgba(186, 216, 197, 0.5);
  18. box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.2);
  19. }
  20.  
  21. ::-webkit-scrollbar-thumb {
  22. background: rgba(186, 216, 197, 0.5);
  23. }
  24.  
  25. ul.navigation {
  26. position: absolute;
  27. width: 100%;
  28. left: 0px;
  29. right: 0px;
  30. top: 0px;
  31. margin: auto;
  32. border: none;
  33. border-radius: 0;
  34. background: transparent;
  35. }
  36.  
  37. ul.navigation li {
  38. width: 25%;
  39. }
  40.  
  41. ul.navigation li a {
  42. transition: all .3s linear;
  43. color: rgb(186, 216, 197);
  44. }
  45.  
  46. ul.navigation li a:hover {
  47. background: transparent;
  48. color: #FFF;
  49. text-shadow: 0 0 2px;
  50. }
  51.  
  52. #top-nav-home, #top-nav-forum, #top-nav-shops, #top-nav-search { transition: all .3s linear; background: rgba(186, 216, 197, 0.5);}
  53.  
  54. #top-nav-home:hover {
  55. background: rgba(17, 3, 44, 0.5);
  56. transform: translateY(12px);
  57. -webkit-transform: translateY(12px);
  58. -moz-transform: translateY(12px);
  59. }
  60.  
  61. #top-nav-forum:hover {
  62. background: rgba(84, 20, 59, 0.5);
  63. transform: translateY(12px);
  64. -webkit-transform: translateY(12px);
  65. -moz-transform: translateY(12px);
  66. }
  67.  
  68. #top-nav-shops:hover {
  69. background: rgba(8, 33, 85, 0.5);
  70. transform: translateY(12px);
  71. -webkit-transform: translateY(12px);
  72. -moz-transform: translateY(12px);
  73. }
  74.  
  75. #top-nav-search:hover {
  76. background: rgba(186, 216, 197, 0.5);
  77. transform: translateY(12px);
  78. -webkit-transform: translateY(12px);
  79. -moz-transform: translateY(12px);
  80. }
  81.  
  82. #content:before, #content:after { display: none; }
  83.  
  84. #header { visibility: hidden; } .navigation, #logo { visibility: visible; }
  85.  
  86. body {
  87. background: url(http://i.imgur.com/NLNhd5z.jpg);
  88. background-attachment: fixed;
  89. background-size: cover;
  90. }
  91.  
  92. a {
  93. color: #BAD8C5;
  94. font-style: italic;
  95. transition: all .3s linear;
  96. font-family: Zeyada;
  97. font-size: 14px;
  98. }
  99.  
  100. a:hover {
  101. color: #FFF;
  102. text-shadow: 0 0 2px;
  103. }
  104.  
  105. h2 {
  106. font-size: 14px;
  107. text-align: center;
  108. font-family: Zeyada;
  109. }
  110.  
  111. #wrap {
  112. width: 100%;
  113. height: 100%;
  114. background: transparent;
  115. border: none;
  116. }
  117.  
  118. #sidebar, #bio, #comments, #friendlist { border: none; }
  119.  
  120.  
  121. #logo {
  122. position: absolute;
  123. bottom: 5px;
  124. left: 0px;
  125. opacity: 0.5;
  126. }
  127.  
  128. #sidebar {
  129. position: absolute;
  130. background: rgba(186, 216, 197, 0.5);
  131. width: 200px;
  132. height: 300px;
  133. text-align: center;
  134. left: 0px;
  135. right: 400px;
  136. margin: auto;
  137. z-index: 1;
  138. box-sizing: border-box;
  139. border-left: 1px solid rgb(186, 216, 197);
  140. border-top: 1px solid rgb(186, 216, 197);
  141.  
  142. transition: all .5s linear;}
  143.  
  144. #sidebar:hover {
  145. background: rgba(84, 20, 59, 0.5);
  146. border-top: 1px solid rgba(84, 20, 59, 0.5);
  147. border-left: 1px solid rgba(84, 20, 59, 0.5);
  148. }
  149.  
  150. #sidebar h2 {
  151. position: absolute;
  152. font-size: 48px;
  153. top: -50px;
  154. left: 25%;
  155. color: #54143B;
  156. }
  157.  
  158. #sidebar img {
  159. margin-top: 15px;
  160. }
  161.  
  162. #actions {
  163. position: relative;
  164. top: -291px;
  165. background: rgba(84, 20, 59, 0.5);
  166. height: 300px;
  167. transition: all .5s linear;
  168. opacity: 0;
  169. border: 1px solid transparent;
  170. border-right: none;
  171. box-sizing: border-box;
  172. color: rgba(186, 216, 197, 0.5);
  173. }
  174.  
  175. #actions strong {
  176. width: 100%;
  177. float: left;
  178. color: rgb(186, 216, 197);
  179. font-style: italic;
  180. font-family: Zeyada;
  181. }
  182.  
  183. #actions li {
  184. margin: 6px auto;
  185. }
  186.  
  187. #sidebar:hover #actions {
  188. transform: translateX(-200px);
  189. opacity: 1;
  190. border: 1px solid rgb(84, 20, 59);
  191. border-right: none;
  192. }
  193.  
  194. #content {
  195. position: absolute;
  196. margin: auto;
  197. left: 0px;
  198. right: 0px;
  199. width: 800px;
  200. height: 400px;
  201. background: transparent;
  202. border: none;
  203. }
  204.  
  205. #bio {
  206. box-sizing: border-box;
  207. width: 200px;
  208. height: 301px;
  209. margin: auto;
  210. position: absolute;
  211. background: rgba(186, 216, 197, 0.5);
  212. top: 0px;
  213. left: 0px;
  214. right: 0px;
  215. box-sizing: border-box;
  216. overflow: visible;
  217. z-index: 2;
  218. font-size: 11px;
  219. padding: 5px;
  220. border-top: 1px solid rgb(186, 216, 197);
  221. transition: all .5s linear;
  222. color: rgb(186, 216, 197);
  223. }
  224.  
  225. #bio:hover {
  226. background: rgba(17, 3, 44, 0.5);
  227. border-top: 1px solid rgb(17, 3, 44);
  228. }
  229.  
  230. #bio img {
  231. width: 200px;
  232. position: absolute;
  233. left: 0px;
  234. top: 77px;
  235. transition: all .5s linear;
  236. box-sizing: border-box;
  237. border: 1px solid rgb(186, 216, 197);
  238. mix-blend-mode: multiply;
  239. opacity: 0.8;
  240. }
  241.  
  242. #bio img:hover {
  243. opacity: 1;
  244. border: 1px solid rgb(17, 3, 44);
  245. }
  246.  
  247. #bio h2, #comments h2, #friendlist h2 { display: none; }
  248.  
  249. #friendlist {
  250. background: rgba(186, 216, 197, 0.5);
  251. width: 200px;
  252. position: absolute;
  253. margin: auto;
  254. left: 400px;
  255. right: 0px;
  256. box-sizing: border-box;
  257. height: 300px;
  258. top: 0px;
  259. overflow-y: auto;
  260. border-top: 1px solid rgb(186, 216, 197);
  261. border-right: 1px solid rgb(186, 216, 197);
  262. transition: all .5s linear;
  263. }
  264.  
  265. #friendlist:hover {
  266. border-top: 1px solid rgb(8, 33, 85);
  267. border-right: 1px solid rgb(8, 33, 85);
  268. background: rgba(8, 33, 85, 0.5);
  269. }
  270.  
  271. #friendlist img {
  272. border-radius: 50%;
  273. width: 54px;
  274. transition: all .3s linear;
  275. box-shadow: 1px 1px 2px 1px rgba(8, 33, 35, 0.5);
  276. }
  277.  
  278. #friendlist img:hover {
  279. border-radius: 25%;
  280. box-shadow: 1px 1px 2px 1px rgba(8, 33, 35, 0.5);
  281. transform: scale(0.85) rotate(-45deg);
  282. }
  283.  
  284. #comments img {
  285. transform: scale(0.85);
  286. border-radius: 50%;
  287. position: absolute;
  288. left: 45%;
  289. margin-top: 17px;
  290. transition: all .3s linear;
  291. }
  292.  
  293. #comments img:hover {
  294. border-radius: 25%;
  295. }
  296.  
  297. #comments {
  298. position: absolute;
  299. margin: auto;
  300. width: 600px;
  301. top: 300px;
  302. left: -1px;
  303. right: 0px;
  304. background: rgba(186, 216, 197, 0.5);
  305. height: 200px;
  306. overflow-y: scroll;
  307. box-sizing: border-box;
  308. text-align: center;
  309. color: transparent;
  310. border: 1px solid rgb(186, 216, 197);
  311. border-top: none;
  312. transition: all .5s linear;
  313. }
  314.  
  315. #comments:hover {
  316. background: rgba(17, 3, 44, 0.5);
  317. border: 1px solid rgb(17, 3, 44);
  318. border-top: none;
  319. }
  320.  
  321. #comments:hover #comment_list li {
  322. border-bottom: 1px solid rgba(17, 3, 44, 0.5);
  323. }
  324.  
  325. #comments:hover textarea {
  326. border: 1px solid rgb(17, 3, 44);
  327. background: rgba(17, 3, 44, 0.5);
  328. }
  329.  
  330. #comments:hover #comment-button {
  331. background: rgba(17, 3, 44, 0.5);
  332. color: rgba(186, 216, 197, 0.5);
  333. }
  334.  
  335. #comment_list li {
  336. transition: all .5s linear;
  337. border-bottom: 1px solid rgba(186, 216, 197, 0.5);
  338. }
  339.  
  340. #comment_list li a {
  341. float: left;
  342. width: 100%;
  343. color: rgb(84, 20, 59) !important;
  344. font-size: 20px;
  345. }
  346.  
  347. a.delete.small {
  348. font-size: 10px;
  349. font-style: italic;
  350. font-family: Garamond;
  351. font-size: 10px !important;
  352. }
  353.  
  354. #comment_list li p {
  355. margin-top: 45px;
  356. color: rgb(186, 216, 197);
  357. box-sizing: border-box;
  358. }
  359.  
  360. #comments form span { display: none; }
  361.  
  362. #comment_list li p small {
  363. float: right;
  364. width: 100%;
  365. visibility: hidden;
  366. }
  367.  
  368. #comment_list li p small > small {
  369. visibility: visible;
  370. color: rgb(17, 3, 44);
  371. }
  372.  
  373. #comment-button, #load-more {
  374. font-size: 11px;
  375. transition: all .5s linear;
  376. z-index: 3;
  377. }
  378.  
  379. #load-more {
  380. width: 100%;
  381. background: transparent;
  382. border: none;
  383. font-style: italic;
  384. text-transform: lowercase;
  385. color: #082155;
  386. }
  387.  
  388. #comment-button {
  389. position: relative;
  390. left: 5%;
  391. top: 5px;
  392. border: none;
  393. border-radius: 25%;
  394. padding: 5px;
  395. color: rgb(186, 216, 197);
  396. background: rgba(186, 216, 197, 0.5);
  397. }
  398.  
  399. #comment-button:hover {
  400. box-shadow: 1px 1px 2px 1px;
  401. text-shadow: 1px 1px 1px rgb(17, 3, 44);
  402. }
  403.  
  404. textarea {
  405. font-family: Arial;
  406. background: transparent;
  407. border: 1px solid rgb(186, 216, 197);
  408. color: rgb(186, 216, 197);
  409. transition: all .5s linear;
  410. }
  411.  
  412. /* end profile code */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement