Advertisement
Vaellyth

Bunny Cotton CSS

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