Advertisement
Vaellyth

Mystique Profile CSS

Apr 17th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. /* Custom profile for Tink / Mystique by Vii */
  2.  
  3. @font-face {
  4. font-family: Parisienne;
  5. font-style: normal;
  6. font-weight: 400;
  7. src: url(http://fonts.gstatic.com/s/parisienne/v4/1wiHF6pWOa568Cj3p-anxPk_vArhqVIZ0nv9q090hN8.woff2);
  8. 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;
  9. }
  10.  
  11. h2 {
  12. font-family: Parisienne;
  13. }
  14.  
  15. ul.navigation {
  16. position: absolute;
  17. margin: auto;
  18. left: 340px;
  19. top: 195px;
  20. width: 180px;
  21. z-index: 1;
  22. padding: 0;
  23. box-sizing: border-box;
  24. border: none;
  25. background: transparent;
  26. }
  27.  
  28. ul.navigation li {
  29. width: 50%;
  30. }
  31.  
  32. ul.navigation li a {
  33. width: 60px;
  34. height: 57px;
  35. margin: auto;
  36. box-sizing: border-box;
  37. text-align: center;
  38. padding-top: 21px;
  39. font-size: 10px;
  40. background: url(http://i.imgur.com/3i8zTWN.png);
  41. }
  42.  
  43. ul.navigation li a:hover {
  44. background: url(http://i.imgur.com/3i8zTWN.png);
  45. color: #D07CC8;
  46. }
  47.  
  48. #top-nav-forum a {
  49. padding-left: 15px;
  50. }
  51.  
  52. #top-nav-shops a {
  53. padding-left: 15px;
  54. }
  55.  
  56. #top-nav-search a {
  57. padding-left: 13px;
  58. }
  59.  
  60. #content:before, #content:after, #likes, #dislikes, #hobbies, #logo, #bio, #friendlist { display: none; }
  61.  
  62. body {
  63. background: url(http://i.imgur.com/pCA2due.png) right;
  64. background-size: cover;
  65. background-attachment: fixed;
  66. }
  67.  
  68. #wrap {
  69. margin: auto;
  70. width: 100%;
  71. height: 100%;
  72. padding: 0;
  73. background: transparent;
  74. border: none;
  75. }
  76.  
  77. #content {
  78. width: 400px;
  79. float: left;
  80. height: 100%;
  81. position: absolute;
  82. top: 0px;
  83. margin: auto;
  84. background: transparent;
  85. border: none;
  86. }
  87.  
  88. #sidebar {
  89. width: 200px;
  90. height: 300px;
  91. padding: 0;
  92. position: absolute;
  93. z-index: 1;
  94. left: 340px;
  95. top: 335px;
  96. }
  97.  
  98. #sidebar h2 {
  99. z-index: 2;
  100. position: absolute;
  101. font-size: 72px;
  102. color: rgba(255, 255, 255, 0.8);
  103. bottom: -10px;
  104. }
  105.  
  106. #sidebar img {
  107. background: rgba(107, 111, 207, 0.5);
  108. background: radial-gradient(rgba(208, 124, 200, 0.3), rgba(107, 111, 207, 0.5));
  109. transform: rotateY(180deg);
  110. transition: all .3s ease;
  111. border: 1px solid rgb(107, 111, 207);
  112. box-shadow: 0 0 5px 2px rgba(107, 111, 207, 1);
  113. }
  114.  
  115. ul#actions {
  116. position: absolute;
  117. top: 50px;
  118. color: rgb(43, 46, 65);
  119. text-transform: lowercase;
  120. right: 15px;
  121. text-align: right;
  122. transition: all .3s ease;
  123. border: 1px solid transparent;
  124. opacity: 0;
  125. }
  126.  
  127. #sidebar:hover ul#actions {
  128. transform: translateX(70px);
  129. opacity: 1;
  130. background: rgba(208, 124, 200, 0.5);
  131. background: radial-gradient(rgba(107, 111, 207, 0.5), rgba(208, 124, 200, 0.5));
  132. border: 1px solid rgb(208, 124, 200);
  133. box-shadow: 0 0 5px 2px rgb(208, 124, 200);
  134. }
  135.  
  136. ul#actions a {
  137. color: rgba(255, 255, 255, 0.8);
  138. transition: all .3s ease;
  139. }
  140.  
  141. ul#actions a:hover {
  142. color: rgb(107, 111, 207);
  143. }
  144.  
  145. #comments {
  146. width: 90%;
  147. padding: 0;
  148. border: none;
  149. overflow: visible;
  150. color: transparent;
  151. }
  152.  
  153. #comments img {
  154. display: none;
  155. }
  156.  
  157. #comments h2 {
  158. position: absolute;
  159. width: 70%;
  160. top: 30px;
  161. text-align: right;
  162. transition: all .3s ease;
  163. color: rgba(255, 255, 255, 0.8);
  164. }
  165.  
  166. #comments span {
  167. display: none;
  168. }
  169.  
  170. #comment_list {
  171. float: left;
  172. width: 300px;
  173. background: rgba(107, 111, 207, 0.5);
  174. background: radial-gradient(rgba(208, 124, 200, 0.3), rgba(107, 111, 207, 0.5));
  175. margin: 5px;
  176. margin-top: 50px;
  177. border: 1px solid rgb(107, 111, 207);
  178. box-shadow: 0 0 5px 2px rgb(107, 111, 207);
  179. height: 420px;
  180. overflow-y: auto;
  181. overflow-x: hidden;
  182. box-sizing: border-box;
  183. padding: 5px;
  184. }
  185.  
  186. #comment_list li {
  187. margin: auto;
  188. text-align: center;
  189. transition: all .3s ease;
  190. border-radius: 5px;
  191. }
  192.  
  193. #comment_list li:hover {
  194. background: rgba(255, 255, 255, 0.8);
  195. }
  196.  
  197. #comment_list li a {
  198. width: 100%;
  199. font-family: Parisienne;
  200. float: right;
  201. border-bottom: 1px solid;
  202. text-align: left;
  203. transition: all .3s ease;
  204. color: #AB8EF7 !important;
  205. }
  206.  
  207. #comment_list li a:hover {
  208. text-decoration: none;
  209. color: #D07CC8 !important;
  210. }
  211.  
  212. #comment_list li p {
  213. color: #D07CC8;
  214. font-family: Garamond;
  215. }
  216.  
  217. #comment_list li p small {
  218. width: 100%;
  219. float: right;
  220. visibility: hidden;
  221. }
  222.  
  223. #comment_list li p small > small {
  224. visibility: visible;
  225. }
  226.  
  227. a.delete.small {
  228. text-align: right !important;
  229. text-transform: lowercase;
  230. border-bottom: none !important;
  231. border-top: 1px solid rgba(255, 255, 255, 0.5);
  232. color: rgba(255, 255, 255, 0.5) !important;
  233. }
  234.  
  235. #comments form {
  236. margin: 7px;
  237. background: rgba(107, 111, 207, 0.5);
  238. background: radial-gradient(rgba(208, 124, 200, 0.3), rgba(107, 111, 207, 0.5));
  239. border: 1px solid rgb(107, 111, 207);
  240. box-shadow: 0 0 5px 2px rgb(107, 111, 207);
  241. box-sizing: border-box;
  242. height: 100px;
  243. position: absolute;
  244. width: 70%;
  245. float: left;
  246. text-align: center;
  247. top: 500px;
  248. }
  249.  
  250. textarea {
  251. width: 70%;
  252. margin: 5px auto;
  253. height: 40px;
  254. box-sizing: border-box;
  255. background: rgba(46, 43, 65, 0.5);
  256. border: 1px solid rgb(107, 111, 207);
  257. transition: all .3s ease;
  258. color: rgba(255, 255, 255, 0.5);
  259. font-family: Arial;
  260. }
  261.  
  262. textarea:focus {
  263. background: rgba(43, 46, 65, 0.7);
  264. color: #D07CC8;
  265. border: 1px solid #D07CC8;
  266. }
  267.  
  268. #comment-button, #load-more {
  269. display: block !important;
  270. font-size: 10px;
  271. }
  272.  
  273. #comment-button {
  274. width: 100%;
  275. background: #D07CC8;
  276. border: none;
  277. color: rgba(255, 255, 255, 0.5);
  278. transition: all .3s ease;
  279. }
  280.  
  281. #comment-button:hover {
  282. background: transparent;
  283. color: #D07CC8;
  284. }
  285.  
  286. #load-more {
  287. position: relative;
  288. width: 82.5%;
  289. top: 95px;
  290. left: 7px;
  291. z-index: 1;
  292. background: rgba(255, 255, 255, 0.5);
  293. border: none;
  294. color: rgb(43, 46, 65);
  295. transition: all .3s ease;
  296. }
  297.  
  298. #load-more:hover {
  299. background: transparent;
  300. color: rgba(255, 255, 255, 0.5);
  301. }
  302.  
  303. ::-webkit-scrollbar {
  304. width: 8px;
  305. }
  306.  
  307. ::-webkit-scrollbar-track {
  308. background: transparent;
  309. box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.2);
  310. }
  311.  
  312. ::-webkit-scrollbar-thumb {
  313. background: rgba(107, 111, 207, 0.5);
  314. background: radial-gradient(rgba(208, 124, 200, 0.3), rgba(107, 111, 207, 0.5));
  315. }
  316.  
  317. /* End Custom profile */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement