Advertisement
Vaellyth

NerdyAliCat CSS

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