Advertisement
Aly

Premade Profile | 02 | Caedon

Aly
Jan 7th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. /*
  2.  
  3. premade profile advanced
  4. by aly of caedon
  5.  
  6. please follow the rules of this code
  7. cheers and have a lovely day
  8.  
  9. */
  10.  
  11. /* - - change the url to your user id number - unless you want my avatar on your page - - */
  12. #sidebar h2:before {
  13. background-image: url(https://www.caedon.net/images/avatars/5254.png);
  14. }
  15.  
  16. /* feel free to change this to a custom font if you know how */
  17. @font-face {
  18. font-family: Down;
  19. font-style: normal;
  20. font-weight: 400;
  21. src: url(https://fonts.gstatic.com/s/justmeagaindownhere/v9/sN06iTc9ITubLTgXoG-kc5JZLfXKI9GK3WgI66__RrA.woff2);
  22. }
  23.  
  24. html, body {
  25. margin: 0;
  26. padding: 0;
  27. background: none;
  28. }
  29.  
  30. a {
  31. text-decoration: none;
  32. font-style: none;
  33. }
  34.  
  35. /* I recommend keeping this image as the theme was made for it */
  36. #generic_1 {
  37. position: absolute;
  38. left: 0;
  39. top: 0;
  40. right: 0;
  41. bottom: 0;
  42. width: 900px;
  43. height: 500px;
  44. margin: auto;
  45. background-image: url(https://static.pexels.com/photos/370474/pexels-photo-370474.jpeg);
  46. background-position: center;
  47. background-size: 150% auto;
  48. box-shadow: 0 0 25px 10px rgb(228, 228, 228);
  49. border-radius: 0.5em;
  50. z-index: -5;
  51. }
  52.  
  53. #generic_5 {
  54. position: fixed;
  55. left: 0;
  56. top: 0;
  57. width: 100%;
  58. height: 100%;
  59. z-index: -50;
  60. background-size: 20px;
  61. background-image: url(https://www.toptal.com/designers/subtlepatterns/patterns/tiny_grid.png);
  62. }
  63.  
  64. #wrap, #content {
  65. position: absolute;
  66. left: 0;
  67. top: 0;
  68. right: 0;
  69. bottom: 0;
  70. width: 900px;
  71. height: 500px;
  72. margin: auto;
  73. padding: 0;
  74. border: 0;
  75. outline: 0;
  76. overflow: hidden;
  77. background: none;
  78. }
  79. #sidebar {
  80. float: left;
  81. position: absolute;
  82. left: 0;
  83. top: 0;
  84. width: 0;
  85. height: 0;
  86. overflow: visible;
  87. z-index: 10;
  88. }
  89. ul#actions {
  90. position: absolute;
  91. left: 219px;
  92. right: 0;
  93. top: 245px;
  94. bottom: 0;
  95. margin: auto;
  96. width: 300px;
  97. font-size: 11px;
  98. height: 125px;
  99. transform: rotate(14deg);
  100. -o-transform: rotate(14deg);
  101. -ms-transform: rotate(14deg);
  102. -moz-transform: rotate(14deg);
  103. -webkit-transform: rotate(14deg);
  104. }
  105. #sidebar img { display: none; }
  106.  
  107. #sidebar h2:before {
  108. content: close-quote;
  109. position: absolute;
  110. left: -73px;
  111. top: 62px;
  112. transform: rotate(15deg);
  113. -o-transform: rotate(15deg);
  114. -ms-transform: rotate(15deg);
  115. -moz-transform: rotate(15deg);
  116. -webkit-transform: rotate(15deg);
  117. opacity: 0.5;
  118. height: 275px;
  119. width: 180px;
  120. }
  121.  
  122. #sidebar h2 {
  123. font-size: 0;
  124. }
  125.  
  126. #friends, #friendlist { display: none; }
  127.  
  128. #bio {
  129. position: absolute;
  130. left: 0;
  131. top: 100%;
  132. right: 0;
  133. margin: 0 auto;
  134. width: 200px;
  135. height: 400px;
  136. }
  137.  
  138. #comments h2 {
  139. display: none;
  140. }
  141.  
  142. #comments {
  143. position: absolute;
  144. left: 360px;
  145. top: 250px;
  146. right: 0;
  147. bottom: 0;
  148. margin: auto;
  149. height: 500px;
  150. width: 290px;
  151. transform: rotate(15deg);
  152. -o-transform: rotate(15deg);
  153. -ms-transform: rotate(15deg);
  154. -moz-transform: rotate(15deg);
  155. -webkit-transform: rotate(15deg);
  156. overflow: visible;
  157. }
  158. #comment_list li {
  159. font-size: 0;
  160. margin-bottom: 20px;
  161. }
  162. #comment_list li p, #comment_list li>img+a {
  163. font-size: 12px;
  164. }
  165. #comment_list li>img+a {
  166. font-family: Down;
  167. font-size: 18px;
  168. }
  169. p>small, #comment-form>span:nth-child(3) {
  170. display: none;
  171. }
  172. #comment_list img.avatar_thumb {
  173. display: none;
  174. }
  175. #comment_list li:nth-child(1) img.avatar_thumb {
  176. left: -200px;
  177. top: 98px;
  178. }
  179. #comment_list li:nth-child(2) img.avatar_thumb {
  180. left: -170px;
  181. top: 96px;
  182. }
  183. #comment_list li:nth-child(3) img.avatar_thumb {
  184. left: -140px;
  185. top: 94px;
  186. }
  187. #comment_list li:nth-child(4) img.avatar_thumb {
  188. left: -110px;
  189. top: 92px;
  190. }
  191.  
  192. #load-more { display: none; }
  193.  
  194. #comment-form {
  195. position: absolute;
  196. left: -325px;
  197. top: 165px;
  198. width: 275px;
  199. transform: rotate(0deg);
  200. -o-transform: rotate(0deg);
  201. -ms-transform: rotate(0deg);
  202. -moz-transform: rotate(0deg);
  203. -webkit-transform: rotate(0deg);
  204. }
  205.  
  206. #comment-text {
  207. width: 100%;
  208. height: 250px;
  209. margin: 0;
  210. padding: 10px;
  211. border: 0;
  212. }
  213.  
  214. #comment-button {
  215. margin-left: -10px;
  216. margin-top: -25px;
  217. height: 50px;
  218. line-height: 50px;
  219. padding-left: 10px;
  220. padding-right: 10px;
  221. background: #d4e7a6;
  222. border: 0;
  223. outline: 0;
  224. box-shadow: 0 3px 3px 0 #313b1c;
  225. transform: rotate(-4deg);
  226. -o-transform: rotate(-4deg);
  227. -ms-transform: rotate(-4deg);
  228. -moz-transform: rotate(-4deg);
  229. -webkit-transform: rotate(-4deg);
  230. }
  231.  
  232. #send-message>a {
  233. margin-bottom: 15px;
  234. float: left;
  235. width: 100%;
  236. }
  237.  
  238. #likes {
  239. float: left;
  240. margin-top: 15px;
  241. width: 100%;
  242. }
  243.  
  244. #logo { display: none; }
  245.  
  246. ul.navigation {
  247. position: fixed;
  248. left: -800px;
  249. top: -225px;
  250. right: 0;
  251. bottom: 0;
  252. height: 125px;
  253. width: 75px;
  254. margin: auto;
  255. z-index: 50000;
  256. text-align: right;
  257. transform: rotate(15deg);
  258. -o-transform: rotate(15deg);
  259. -ms-transform: rotate(15deg);
  260. -moz-transform: rotate(15deg);
  261. -webkit-transform: rotate(15deg);
  262. }
  263. ul.navigation li {
  264. margin-bottom: 25px;
  265. list-style-type: none;
  266. }
  267.  
  268. ul.navigation li a {
  269. color: #fff;
  270. opacity: 0.5;
  271. transition: all 0.5s ease-in-out;
  272. -o-transition: all 0.5s ease-in-out;
  273. -ms-transition: all 0.5s ease-in-out;
  274. -moz-transition: all 0.5s ease-in-out;
  275. -webkit-transition: all 0.5s ease-in-out;
  276. }
  277.  
  278. ul.navigation li a:hover { opacity: 1; }
  279.  
  280. #header {
  281. position: absolute;
  282. left: 0;
  283. top: 0;
  284. width: 100%;
  285. height: 0;
  286. overflow: visible;
  287. margin: 0;
  288. padding: 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement