Advertisement
Vaellyth

Saph/Milkii CSS

Mar 13th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 KB | None | 0 0
  1. /* Custom profile code for Milkii by Vii
  2. + v?? honestly I lost count of how many versions
  3. + to peekers: no stealing, ripping or copying!
  4. + to owner: alter and build upon as you wish! <3 */
  5.  
  6.  
  7. /* Page Styles */
  8.  
  9. * { box-sizing: border-box; }
  10.  
  11. body {
  12. background: #381C54;
  13. cursor: url(http://starfarerstudios.elementfx.com/cursors/Dva%20Normal%20Select.cur), progress !important;
  14. }
  15.  
  16. a:hover, img:hover {
  17. cursor: url(http://starfarerstudios.elementfx.com/cursors/Dva%20Help%20Select.cur), progress !important;
  18. }
  19.  
  20. /* Custom Fonts */
  21.  
  22. @font-face {
  23. font-family: Mina;
  24. font-style: normal;
  25. font-weight: 400;
  26. src: url(https://fonts.gstatic.com/s/mina/v1/-nFzOGc18vARnzhp7w.woff2);
  27. 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;
  28. }
  29.  
  30. div { font-family: Mina; }
  31.  
  32. @font-face {
  33. font-family: Overlock SC;
  34. font-style: normal;
  35. font-weight: 400;
  36. src: url(https://fonts.gstatic.com/s/overlocksc/v6/1cX3aUHKGZrstGAY8nwVzEGHocU.woff2);
  37. 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;
  38. }
  39.  
  40. h2 { font-family: Overlock SC !important; }
  41.  
  42. @keyframes borderlight-1 {
  43. 0%, 100% { border-color: #381C54; }
  44. 25% { border-color: #A4FEF2; }
  45. 50% { border-color: #F72C77; }
  46. 75% { border-color: #F9D6F8; }
  47. }
  48.  
  49.  
  50. /* Hidden Modules */
  51.  
  52. #content:before, #content:after, #logo, #likes, #dislikes, #hobbies, #view-wishlist, #bio img, #comment_list li img { display: none; }
  53.  
  54.  
  55. /* Profile Nav Bar */
  56.  
  57. #header { height: 0 !important; overflow: visible !important; }
  58.  
  59. ul.navigation {
  60. width: 75px;
  61. position: absolute;
  62. left: 0;
  63. right: 1000px;
  64. top: 33%;
  65. margin: auto;
  66. z-index: 11;
  67. border: none;
  68. background: transparent;
  69. }
  70.  
  71. ul.navigation li {
  72. width: 75px;
  73. height: 75px;
  74. background: #F72C77;
  75. margin: 5px 0;
  76. border-radius: 50%;
  77. border: 1px solid #A4FEF2;
  78. }
  79.  
  80. ul.navigation li a {
  81. font: 12px Overlock SC;
  82. padding: 40% 0;
  83. transition: all 0.25s linear;
  84. border-radius: 50%;
  85. color: #A4FEF2;
  86. }
  87.  
  88. ul.navigation li a:hover { background: radial-gradient(rgba(164, 254, 242, 0.5), rgba(164, 254, 242, 1)); color: #381C54; }
  89.  
  90.  
  91. /* Profile Modules */
  92.  
  93. #wrap {
  94. width: 900px;
  95. height: 768px;
  96. padding: 0;
  97. border-radius: 0;
  98. transition: all 0.5s linear;
  99. z-index: 9;
  100. background: transparent;
  101. border-color: transparent;
  102. margin: 25px auto;
  103. }
  104.  
  105. #wrap:hover {
  106. -webkit-animation: borderlight-1 1s 0.5s normal infinite;
  107. animation: borderlight-1 1s 0.5s linear normal infinite;
  108. }
  109.  
  110. #wrap:hover #sidebar { top: 0; border-color: transparent; } #wrap:hover #comments { bottom: 0; border-color: transparent; }
  111.  
  112. #sidebar {
  113. background: #F72C77;
  114. width: 100%;
  115. height: 200px;
  116. border: 1px solid #A4FEF2;
  117. border-bottom: none;
  118. position: relative;
  119. top: 183px;
  120. z-index: 9;
  121. transition: all 0.5s linear;
  122. box-shadow: 0 2px 2px 1px rgba(247, 44, 119, 0.5);
  123. }
  124.  
  125. #sidebar h2 {
  126. font-size: 36px;
  127. padding: 73px 0 0 159px;
  128. text-align: left;
  129. float: left;
  130. width: 50%;
  131. color: #F9D6F8;
  132. }
  133.  
  134. #sidebar h2::first-letter { color: #A4FEF2; }
  135.  
  136. #sidebar img {
  137. height: 200px;
  138. float: left;
  139. clear: left;
  140. position: relative;
  141. top: -127px;
  142. }
  143.  
  144. ul#actions {
  145. float: right;
  146. text-align: right;
  147. margin: 0;
  148. position: relative;
  149. top: -77px;
  150. }
  151.  
  152. ul#actions li {
  153. box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.5);
  154. padding: 2px 25px;
  155. margin: 2px 6px 6px;
  156. background: #F9D6F8;
  157. transition: all 0.25s linear;
  158. color: #F72C77;
  159. }
  160.  
  161. ul#actions li a { color: #381C54; }
  162.  
  163. ul#actions li:hover { background: #A4FEF2; cursor: url(http://starfarerstudios.elementfx.com/cursors/Dva%20Help%20Select.cur), progress !important; }
  164.  
  165. #content {
  166. background: transparent;
  167. border: none;
  168. width: 100%;
  169. padding: 0;
  170. height: 100%;
  171. border-radius: 0;
  172. z-index: 8;
  173. }
  174.  
  175. #bio {
  176. background: linear-gradient(rgba(164, 254, 242, 0.5), rgba(164, 254, 242, 1));
  177. width: calc((100%/3) - 20px);
  178. float: left;
  179. height: 350px;
  180. margin: 8px 10px 5px;
  181. border: none;
  182. padding: 5px 15px;
  183. box-shadow: 0 0 2px 1px #A4FEF2;
  184. color: #381C54;
  185. }
  186.  
  187. #bio h2 { text-align: center; color: transparent; background: url(https://i.imgur.com/yXwdBVt.png) center; }
  188.  
  189. #friendlist {
  190. width: calc((100%/3) - 20px);
  191. background: linear-gradient(rgba(164, 254, 242, 0.5), rgba(164, 254, 242, 1));
  192. margin: 8px 10px 5px;
  193. float: right;
  194. height: 350px;
  195. text-align: center;
  196. border: none;
  197. overflow-y: scroll;
  198. box-shadow: 0 0 2px 1px #A4FEF2;
  199. }
  200.  
  201. #friendlist h2 {
  202. color: transparent;
  203. background: url(https://i.imgur.com/UU28W8s.png) center;
  204. }
  205.  
  206. div#friend_container {
  207. width: 100px;
  208. height: 100px;
  209. display: inline-block;
  210. background: url(https://i.imgur.com/8AsYxu8.png) center no-repeat;
  211. margin: 0 10px;
  212. }
  213.  
  214. div#friend_container a img {
  215. width: 50px;
  216. border-radius: 50%;
  217. margin: 30px 20px;
  218. }
  219.  
  220. #comments {
  221. float: left;
  222. width: calc(100%);
  223. background: #F72C77;
  224. margin: 2px 0 0;
  225. border: 1px solid #A4FEF2;
  226. border-top: none;
  227. height: 202px;
  228. padding: 0;
  229. text-align: center;
  230. position: relative;
  231. bottom: 183px;
  232. transition: all 0.5s linear;
  233. box-shadow: 0 -2px 2px 1px rgba(247, 44, 119, 0.5);
  234. }
  235.  
  236. #comments h2 {
  237. display: none;
  238. }
  239.  
  240. #comment_list {
  241. float: left;
  242. width: 80%;
  243. height: calc(100%);
  244. overflow-x: auto;
  245. }
  246.  
  247. #comment_list li {
  248. width: calc((100% / 3) - 10px);
  249. float: left;
  250. margin: 5px;
  251. height: calc(100% - 10px);
  252. display: inline-block;
  253. background: #F9D6F8;
  254. color: transparent;
  255. padding: 5px;
  256. box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.5);
  257. transition: all 0.25s linear;
  258. }
  259.  
  260. #comment_list li:nth-child(1n):hover {
  261. background: rgba(56, 28, 84, 0.5);
  262. }
  263.  
  264. #comment_list li:nth-child(3n):hover {
  265. background: rgba(164, 254, 242, 0.5);
  266. }
  267.  
  268. #comment_list li:nth-child(2n):hover {
  269. background: transparent;
  270. }
  271.  
  272. #comment_list li a { float: left; width: 100%; text-align: center; }
  273.  
  274. #comment_list li a::first-letter { font-size: 20px; color: #A4FEF2; }
  275.  
  276. #comment_list li p {
  277. color: #381C54;
  278. padding: 5px;
  279. width: 100%;
  280. height: calc(100% - 30px);
  281. }
  282.  
  283. a.delete.small {
  284. float: left;
  285. width: 100%;
  286. height: 19px;
  287. margin: auto 0 0 auto;
  288. text-transform: lowercase;
  289. text-align: center;
  290. letter-spacing: 0.05em;
  291. font-size: 10px;
  292. }
  293.  
  294. #comment_list li p small {
  295. float: left;
  296. width: 100%;
  297. margin: auto;
  298. text-align: center;
  299. visibility: hidden;
  300. }
  301.  
  302. #comment_list li p small > small { visibility: visible; }
  303.  
  304. #comments form {
  305. float: left;
  306. width: 20%;
  307. padding: 15px;
  308. }
  309.  
  310. #comments form > span { font-size: 9px; float: left; width: 100%; text-align: right !important; color: #A4FEF2; font-style: italic; }
  311.  
  312. #comments form > textarea {
  313. width: 100%;
  314. height: 125px;
  315. margin-top: -10px;
  316. background: rgba(56, 28, 84, 1) url(https://i.imgur.com/gyG2OAf.png) no-repeat;
  317. background-size: 100%;
  318. background-position: 50% 50%;
  319. color: #A4FEF2;
  320. font: 12px Mina;
  321. letter-spacing: 0.05em;
  322. border-color: rgba(56, 28, 84, 1);
  323. }
  324.  
  325. #load-more, #comment-button {
  326. margin: 5px auto 0;
  327. padding: 0px 10px;
  328. font: 12px Mina;
  329. background: #F9D6F8;
  330. border: none;
  331. box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.5);
  332. color: #381C54;
  333. transition: all 0.25s linear;
  334. }
  335.  
  336. #comment-button { width: 100%; }
  337.  
  338. #load-more:hover, #comment-button:hover { background: #A4FEF2; }
  339.  
  340. /* Floating Modules */
  341.  
  342. #generic_5 {
  343. position: absolute;
  344. width: 297.33px;
  345. height: 350px;
  346. background: url(https://www.polyvore.com/cgi/img-thing?.out=jpg&size=l&tid=125692740) center;
  347. background-size: cover;
  348. top: 256px;
  349. left: 0px;
  350. right: 0;
  351. margin: auto;
  352. z-index: 1;
  353. box-shadow: 0 0 2px 1px #A4FEF2;
  354. }
  355.  
  356. #generic_4 {
  357. width: 75%;
  358. height: 75%;
  359. background: url(https://i.imgur.com/tP7uuOx.png?1);
  360. background-size: cover;
  361. position: fixed;
  362. bottom: 0;
  363. right: 0;
  364. z-index: -1;
  365. }
  366.  
  367. #generic_3 {
  368. position: absolute;
  369. left: 0;
  370. right: 0px;
  371. top: 248px;
  372. background: rgba(249, 214, 248, 0.25);
  373. width: 896px;
  374. height: 365px;
  375. margin: auto;
  376. }
  377.  
  378.  
  379. /* end of line */
  380.  
  381. /* These are notes and you don't have to copy these over!
  382. You can change the background URL of "#generic_5" to your desired image; ~300px by ~350px works best, but the code is designed to shrink things to fit while preserving the aspect ratio. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement