Advertisement
Vaellyth

Haikyuu Profile CSS

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