Advertisement
Vaellyth

EM 3.1 CSS

Oct 4th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.86 KB | None | 0 0
  1. /* Custom profile code for EM by Vii */
  2.  
  3. * { box-sizing: border-box; cursor: url(http://www.rw-designer.com/cursor-extern.php?id=20749), auto !important; }
  4.  
  5. ::-webkit-scrollbar {
  6. width: 8px;
  7. }
  8.  
  9. ::-webkit-scrollbar-track {
  10. background: #000;
  11. }
  12.  
  13. ::-webkit-scrollbar-thumb {
  14. background: rgba(255, 255, 255, 0.25);
  15. box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5);
  16. }
  17.  
  18. @font-face {
  19. font-family: Monda;
  20. font-style: normal;
  21. font-weight: 400;
  22. src: url(http://fonts.gstatic.com/s/monda/v6/9IGqbwlMn4Zg3as8alsdNA.woff2);
  23. 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;
  24. }
  25.  
  26. @font-face {
  27. font-family: Stalinist One;
  28. font-style: normal;
  29. font-weight: 400;
  30. src: url(http://fonts.gstatic.com/s/stalinistone/v9/MQpS-WezM9W4Dd7D3B7I-UT7SZiePg.woff2);
  31. 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;
  32. }
  33.  
  34. @-webkit-spinmebaby {
  35. from { transform: rotate(0deg); }
  36. to { transform: rotate(360deg); }
  37. }
  38.  
  39. @-moz-spinmebaby {
  40. from { transform: rotate(0deg); }
  41. to { transform: rotate(360deg); }
  42. }
  43.  
  44. @keyframes spinmebaby {
  45. from { transform: rotate(0deg); }
  46. to { transform: rotate(360deg); }
  47. }
  48.  
  49. #content:before, #content:after, #friendlist h2, li#likes, li#dislikes, li#hobbies, li#view-wishlist, #comment_list img { display: none; }
  50.  
  51. #header { overflow: visible !important; border: none!important; }
  52.  
  53. a:hover { text-shadow: 0 0 1px; }
  54.  
  55. a:hover, a img:hover, #comment-button:hover, #load-more:hover, #comments h2:hover, #bio h2:hover { cursor: url(http://www.rw-designer.com/cursor-extern.php?id=20751), pointer !important; text-decoration-color: maroon; }
  56.  
  57. h1#logo {
  58. -webkit-filter: grayscale(100%) brightness(25%);
  59. -moz-filter: grayscale(100%) brightness(25%);
  60. filter: grayscale(100%) brightness(25%);
  61. position: absolute;
  62. left: 0;
  63. }
  64.  
  65. ul.navigation {
  66. background: none;
  67. border: none;
  68. width: 25px;
  69. height: auto;
  70. left: 711px;
  71. right: 0;
  72. top: 164px;
  73. overflow: visible !important;
  74. position: absolute;
  75. margin: auto;
  76. text-align: right !important;
  77. }
  78.  
  79. ul.navigation li {
  80. background: #111;
  81. background-size: 50%;
  82. background-position: 50% 0%;
  83. width: 25px;
  84. height: 25px;
  85. margin: 0 auto 50px;
  86. filter: grayscale(100%) brightness(25%);
  87. transition: all 0.5s ease;
  88.  
  89. }
  90.  
  91. ul.navigation li a {
  92. display: block;
  93. margin: 0 auto 0 25px;
  94. padding-right: 80px;
  95. float: left;
  96. transition: all 0.5s ease;
  97. opacity: 0;
  98. }
  99.  
  100. ul.navigation li:hover { filter: none; border-bottom: 1px solid grey; }
  101.  
  102. ul.navigation li:hover a { background: #000; opacity: 1; }
  103.  
  104. ul.navigation li a:hover { text-shadow: 0 0 1px; }
  105.  
  106. body { background: maroon; }
  107.  
  108. #wrap {
  109. background: transparent;
  110. width: 600px;
  111. height: 400px;
  112. padding: 5px;
  113. border-radius: 0;
  114. overflow: visible;
  115. border-color: #000;
  116. box-shadow: 0 0 0 5px #111;
  117. }
  118.  
  119. #sidebar {
  120. width: 190px;
  121. height: 270px;
  122. margin: 0;
  123. text-align: center;
  124. background: #111;
  125. border: 1px solid #000;
  126. }
  127.  
  128. #sidebar:hover #actions { opacity: 1; }
  129.  
  130. #sidebar img {
  131. margin: auto;
  132. -webkit-animation: spinmebaby 4s linear normal infinite;
  133. -moz-animation: spinmebaby 4s linear normal infinite;
  134. animation: spinmebaby 4s linear normal infinite;
  135. }
  136.  
  137. #sidebar img:hover { animation-play-state: paused; }
  138.  
  139. #sidebar h2 {
  140. position: absolute;
  141. top: 34px;
  142. font: 42px Stalinist One;
  143. color: #111;
  144. text-shadow: -2px 2px 0 #000;
  145. }
  146.  
  147. #actions {
  148. width: 180px;
  149. margin: auto;
  150. position: relative;
  151. top: -190px;
  152. transition: all 0.5s ease;
  153. opacity: 0;
  154. }
  155.  
  156. #actions li {
  157. background: #111;
  158. border: 1px solid #000;
  159. margin: 5px 0;
  160. border-left: 5px solid maroon;
  161. border-right: 5px solid maroon;
  162. text-transform: capitalize;
  163. }
  164.  
  165. #actions li a {
  166. color: #FFF;
  167. font: 12px Monda;
  168. }
  169.  
  170. #content {
  171. width: 390px;
  172. padding: 0;
  173. border-radius: 0;
  174. margin: 0 0 0 auto;
  175. height: 100%;
  176. border: 1px solid #000;
  177. overflow: visible;
  178. background: #111;
  179. }
  180.  
  181. #bio, #comments { height: calc(100% - 23px); margin-top: 23px; border: none; }
  182.  
  183. #bio h2, #comments h2 { position: absolute; top: 0; text-align: center; font: 15px Stalinist One; border: none; color: maroon; text-shadow: -1px 1px 0 #000; }
  184.  
  185. #bio h2 {
  186. left: 0;
  187. width: 40%;
  188. text-transform: capitalize;
  189. }
  190.  
  191. #bio {
  192. padding: 25px;
  193. font: 13px Monda;
  194. color: #FFF;
  195. }
  196.  
  197. #comments {
  198. position: relative;
  199. top: -387px;
  200. overflow: visible;
  201. visibility: hidden;
  202. z-index: 7;
  203. background: #111;
  204. }
  205.  
  206. #comments h2 {
  207. width: 60%;
  208. right: -1px;
  209. top: -21px;
  210. visibility: visible !important;
  211. border-bottom: 1px solid #000;
  212. border-left: 1px solid #000;
  213. }
  214.  
  215. #comments:hover {
  216. visibility: visible !important;
  217. }
  218.  
  219. #comments:hover ul { opacity: 1; }
  220.  
  221. #comments:hover h2 { border-bottom: none; }
  222.  
  223. ul#comment_list {
  224. overflow-y: scroll;
  225. height: calc(100% - 25px);
  226. transition: all 0.3s ease-in-out;
  227. opacity: 0;
  228. color: transparent;
  229. }
  230.  
  231. ul#comment_list li {
  232. background: rgba(0, 0, 0, 0.5);
  233. margin: 0 5px 5px;
  234. border-bottom: 1px solid maroon;
  235. }
  236.  
  237. ul#comment_list li a {
  238. width: 100%;
  239. float: left;
  240. background: #000;
  241. color: #FFF !important;
  242. font: 14px Monda;
  243. text-align: center;
  244. }
  245.  
  246. ul#comment_list li p {
  247. color: maroon;
  248. padding: 5px;
  249. font: 13px Monda;
  250. }
  251.  
  252. ul#comment_list li p small {
  253. float: right;
  254. width: 100%;
  255. text-align: center;
  256. color: grey;
  257. visibility: hidden;
  258. }
  259.  
  260. ul#comment_list li p small > small {
  261. visibility: visible !important;
  262. }
  263.  
  264. a.delete.small {
  265. font-size: 10px !important;
  266. text-transform: lowercase;
  267. text-align: right !important;
  268. text-decoration: none !important;
  269. }
  270.  
  271. #load-more {
  272. font: 14px Stalinist One;
  273. background: #111;
  274. border: 1px solid #000;
  275. border-left: none;
  276. border-right: none;
  277. width: 100%;
  278. margin: 5px auto !important;
  279. color: grey;
  280. }
  281.  
  282. #comments form {
  283. position: absolute;
  284. visibility: visible !important;
  285. width: 190px;
  286. height: 110px;
  287. background: #111;
  288. bottom: -4px;
  289. right: 395px;
  290. border: 1px solid #000;
  291. }
  292.  
  293. textarea {
  294. width: 100%;
  295. font: 12px Monda;
  296. background: #000;
  297. border: none;
  298. color: #FFF;
  299. border-bottom: 1px solid maroon;
  300. }
  301.  
  302. #comments form span { margin: 10px 0; font-style: italic; font: 9px Monda; }
  303.  
  304. span#charsLeft { color: #FFF !important; text-decoration: underline; text-decoration-color: maroon; }
  305.  
  306. #comment-button {
  307. width: 75%;
  308. font: 11px Monda;
  309. margin: auto 18.5px;
  310. color: maroon;
  311. border: none;
  312. border-bottom: 1px solid;
  313. background: #000;
  314. }
  315.  
  316. #friendlist {
  317. position: fixed;
  318. margin: auto;
  319. bottom: 0;
  320. left: 0;
  321. width: 100%;
  322. text-align: center !important;
  323. }
  324.  
  325. div#friend_container {
  326. width: calc(100%/16);
  327. display: inline-block;
  328. overflow: hidden;
  329. }
  330.  
  331. #friendlist img {
  332. border-radius: 50%;
  333. -webkit-transform: scale(0.8);
  334. -moz-transform: scale(0.8);
  335. transform: scale(0.8);
  336. }
  337.  
  338. #generic_5 {
  339. width: 100%;
  340. height: 100%;
  341. position: fixed;
  342. top: 0; left: 0;
  343. z-index: -1;
  344. -webkit-clip-path: polygon(50% 0, 100% 0, 50% 100%, 0% 100%);
  345. clip-path: polygon(50% 0, 100% 0, 50% 100%, 0% 100%);
  346. }
  347.  
  348. /* end custom code */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement