Advertisement
Aly

Premade Profile | 01 | Caedon

Aly
Dec 5th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 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. /* - - feel free to edit this bit - noted for convenience - - */
  12.  
  13. body {
  14. color: #444; /* main text color */
  15. background: none; /* revert to nothing do not move or delete */
  16. background-color: #fff; /* main background color */
  17. background-image: url(https://www.toptal.com/designers/subtlepatterns/patterns/circles-light.png); /* main background image replaces main background color */
  18. }
  19.  
  20. #wrap, #sidebar {
  21. background-color: #f4f5f6 !important; /* your main box background */
  22. box-shadow: 0 0 25px 5px #DDD; /* main box shadow */
  23. }
  24.  
  25. #comment-text, #comments li p, #comments ul li, #comments li>img,
  26. #load-more, #comment-button, #comment-form>span:nth-child(3),
  27. #comments li img+a:before {
  28. background-color: #e7e7e8 !important; /* - - Accent Background - - */
  29. }
  30.  
  31. ul#comment_list p { color: #888; } /* comment text color */
  32.  
  33. #comments li > img + a, ul.navigation li a, #comment-button, #load-more {
  34. color: #222 !important; /* link color */
  35. }
  36.  
  37. /* custom cursor that will be revised in the future bc some people have bugs */
  38. html {
  39. cursor: url(http://media.tumblr.com/tumblr_m2umdzzqaC1qfamg6.gif), auto;
  40. }
  41.  
  42. /* - - - - - please do not edit below ty xx - - - - - */
  43.  
  44. h1#logo a {
  45. font-family: Cedarville cursive;
  46. text-transform: lowercase;
  47. position: fixed;
  48. left: 0;
  49. bottom: 50px;
  50. right: 0;
  51. margin: 0 auto;
  52. opacity: 0.25;
  53. font-size: 0;
  54. width: 260px;
  55. height: 81px;
  56. background-image: url(http://i.imgur.com/7wQnLyO.png);
  57. background-position: center;
  58. background-repeat: no-repeat;
  59. transition: all 0.25s ease-in-out;
  60. }
  61. h1:hover#logo a {
  62. opacity: 0.8;
  63. }
  64. a {
  65. color: inherit;
  66. }
  67. li {
  68. list-style-type: none;
  69. }
  70.  
  71. @import url(https://fonts.googleapis.com/css?family=Cedarville+Cursive|Karla);
  72. @font-face {
  73. font-family: Cedarville Cursive;
  74. src: url(https://fonts.gstatic.com/s/cedarvillecursive/v7/cuCe6HrkcqrWTWTUE7dw-9c3lOkTc1IrfN1zKaob-SQ.woff2);
  75. }
  76.  
  77. #sidebar {
  78. content: close-quote;
  79. position: absolute;
  80. left: 0px;
  81. top: -250px;
  82. width: 100%;
  83. height: 200px;
  84. overflow: hidden;
  85. }
  86. @font-face {
  87. font-family: Karla Bold;
  88. font-style: normal;
  89. font-weight: 700;
  90. src: url(https://fonts.gstatic.com/s/karla/v5/suoMYBGv5sGCUIrF9mVTffesZW2xOQ-xsNqO47m55DA.woff2);
  91. }
  92. @font-face {
  93. font-family: Karla;
  94. font-style: normal;
  95. font-weight: 400;
  96. src: url(https://fonts.gstatic.com/s/karla/v5/Zi_e6rBgGqv33BWF8WTq8g.woff2);
  97. }
  98. h2, #content:after {
  99. display: none;
  100. }
  101. #content:before {
  102. display: none;
  103. }
  104. body {
  105. font-family: Karla;
  106. font-weight: 400;
  107. font-size: 10px;
  108. background-attachment: fixed;
  109. }
  110. #wrap, #wrap * {
  111. margin: 0;
  112. padding: 0;
  113. border: 0;
  114. border-radius: 0px;
  115. background: none;
  116. }
  117. #wrap {
  118. position: absolute;
  119. left: 0;
  120. right: 0;
  121. top: 300px;
  122. margin: 0 auto;
  123. margin-bottom: 200px;
  124. padding: 25px;
  125. width: 750px;
  126. height: auto;
  127. min-width: 225px;
  128.  
  129. overflow: visible;
  130. z-index: 100;
  131. }
  132. #content {
  133. position: relative;
  134. float: left;
  135. width: 100%;
  136. }
  137. #bio {
  138. position: relative;
  139. float: right;
  140. width: 225px;
  141. text-align: justify;
  142. margin-top: 175px;
  143. margin-bottom: 50px;
  144. }
  145. #comments {
  146. float: left;
  147. width: 500px;
  148. max-width: 100%;
  149. }
  150. /* pre code */
  151.  
  152. #comments ul li {
  153. position: relative;
  154. margin-bottom: 25px;
  155. font-size: 0px;
  156. border-radius: .5em;
  157. padding: 10px;
  158. padding-bottom: 50px;
  159. overflow: visible !important;
  160. width: 400px;
  161. max-width: calc(100% - 20px);
  162. float: right;
  163. display: block;
  164. }
  165. #comments li>img+a {
  166. text-transform: uppercase;
  167. margin: 10px;
  168. margin-bottom: 15px;
  169. height: 15px;
  170. display: block;
  171. width: 100%;
  172. font-size: 11px;
  173. font-weight: 600;
  174. font-family: Montserrat;
  175. letter-spacing: 1px;
  176. line-height: 15px;
  177. }
  178. #comment_list img.avatar_thumb {
  179. float: left;
  180. margin-left: -5px;
  181. z-index: 25;
  182. }
  183. #comments li>img {
  184. position: absolute;
  185. left: -75px;
  186. top: 0;
  187. padding: 5px;
  188. border-radius: .5em;
  189. width: 50px;
  190. height: 50px;
  191. }
  192. #comments li p {
  193. min-height: 15px;
  194. font-size: 10px;
  195. padding: 10px;
  196. }
  197. #comments p {
  198. overflow: hidden;
  199. }
  200. #comments small small {
  201. text-transform: uppercase;
  202. font-size: 8px;
  203. position: absolute;
  204. top: 2px;
  205. right: 5px;
  206. margin: 5px;
  207. font-family: Montserrat;
  208. font-weight: 600;
  209. letter-spacing: 1px;
  210. height: 15px;
  211. line-height: 15px;
  212. z-index: 1;
  213. }
  214. #comments small {
  215. font-size: 0px;
  216. }
  217. ul#comment_list {
  218. overflow: visible;
  219. }
  220. #comments li img+a:before {
  221. content: close-quote;
  222. position: absolute;
  223. left: -58px;
  224. top: 51px;
  225. width: 15px;
  226. height: 15px;
  227. z-index: 1;
  228. transform: rotate(-45deg);
  229. }
  230. #comments small {
  231. font-size: 0px;
  232. }
  233. #friendlist {
  234. display: none;
  235. position: absolute;
  236. left: -50px;
  237. top: 0;
  238. width: 25px;
  239. height: 100%;
  240. }
  241. .friend_container {
  242. width: 60px;
  243. height: 60px;
  244. margin-bottom: 10px !important;
  245. background-color: white !important;
  246. overflow: hidden;
  247. border-radius: .5em 0 0 .5em !important;
  248. }
  249. #sidebar h2+img {
  250. position: absolute;
  251. top: 0;
  252. right: 0;
  253. left: calc(100% - 225px);
  254. }
  255. ul#actions {
  256. margin: 25px;
  257. }
  258. li#likes {
  259. margin-top: 15px;
  260. }
  261. /* Comment Buttons */
  262.  
  263. #load-more, #comment-button, #comment-form>span:nth-child(3) {
  264. position: absolute;
  265. top: 105px;
  266. height: 25px;
  267. line-height: 25px;
  268. text-align: center;
  269. text-transform: uppercase;
  270. letter-spacing: 1px;
  271. font-weight: 700;
  272. width: 110px;
  273. font-size: 8px !important;
  274. }
  275. #comment-form>span:nth-child(3) {
  276. display: none;
  277. }
  278. #load-more {
  279. right: 0;
  280. }
  281. #comment-button {
  282. right: 115px;
  283. }
  284. #comment-text {
  285. box-sizing: border-box;
  286. position: absolute;
  287. right: 0;
  288. top: 0;
  289. width: 225px !important;
  290. height: 100px !important;
  291. padding: 10px;
  292. font-family: karla;
  293. font-size: 11px;
  294. font-weight: normal;
  295. }
  296. #sidebar strong {
  297. float: left;
  298. margin-right: 5px;
  299. }
  300. ul.navigation {
  301. position: absolute;
  302. left: -500px;
  303. top: 200px;
  304. right: 0;
  305. margin: 0 auto;
  306. width: 225px;
  307. height: 50px;
  308. line-height: 50px;
  309. z-index: 101;
  310. }
  311. ul.navigation li:last-child {
  312. margin-right: 0;
  313. }
  314. ul.navigation li {
  315. float: left;
  316. display: inline-block;
  317. margin-right: 20px;
  318. text-transform: uppercase;
  319. letter-spacing: 1px;
  320. font-weight: bold;
  321. }
  322. li#send-message {
  323. margin-bottom: 15px;
  324. }
  325. .delete {
  326. color: #ff7c7c;
  327. position: absolute;
  328. left: 0;
  329. bottom: 0;
  330. height: 15px;
  331. font-size: 10px;
  332. float: left;
  333. }
  334.  
  335. #header {
  336. position: absolute;
  337. left: 0;
  338. top: 0;
  339. width: 100%;
  340. height: 0%;
  341. overflow: visible;
  342. z-index: initial;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement