Aly

Caedon: Freebie Friday | 10.03.17 | Light

Aly
Mar 10th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.20 KB | None | 0 0
  1. /*
  2.  
  3. Freebie Friday
  4. 10.03.17 | Light
  5. by Aly of Caedon
  6.  
  7. */
  8.  
  9. ::-webkit-scrollbar {
  10. border-left: 1px dashed #e1cebe;
  11. width: 10px;
  12. background-color: #fcf5ec;
  13. }
  14. ::-webkit-scrollbar-thumb {
  15. background-color: #e1cebe;
  16. }
  17. @import url(https://fonts.googleapis.com/css?family=Karla|Noto+Sans);
  18. @font-face {
  19. font-family: Karla;
  20. src: url(https://fonts.gstatic.com/s/karla/v5/Zi_e6rBgGqv33BWF8WTq8g.woff2);
  21. }
  22. @font-face {
  23. font-family: Noto Sans;
  24. src: url(https://fonts.gstatic.com/s/notosans/v6/LeFlHvsZjXu2c3ZRgBq9nFtXRa8TVwTICgirnJhmVJw.woff2);
  25. }
  26. * {
  27. box-sizing: border-box !important;
  28. }
  29. #wrap, #wrap * {
  30. border: 0;
  31. padding: 0;
  32. margin: 0;
  33. background: none;
  34. border-radius: 0;
  35. }
  36. body {
  37. background: none;
  38. font-family: Noto Sans;
  39. font-size: 10px;
  40. background-color: #fcf5ec;
  41. color: #c5ac96;
  42. }
  43. #sidebar img {
  44. position: fixed;
  45. left: 550px;
  46. top: -47px;
  47. right: 0;
  48. bottom: 0;
  49. height: 250px;
  50. margin: auto;
  51. z-index: 5;
  52. }
  53. #friendlist {
  54. display: none;
  55. }
  56. #wrap:before, #wrap:after {
  57. position: fixed;
  58. left: 0;
  59. width: 100%;
  60. height: 39px;
  61. background-color: #fff;
  62. content: close-quote;
  63. }
  64. #wrap:before {
  65. top: 0;
  66. border-bottom: 1px dashed #e1cebe;
  67. }
  68. #wrap:after {
  69. bottom: 0;
  70. border-top: 1px dashed #e1cebe;
  71. }
  72. #wrap {
  73. position: fixed;
  74. left: -145px;
  75. top: 0;
  76. bottom: 0;
  77. right: 0;
  78. margin: auto;
  79. width: 0;
  80. height: 100%;
  81. overflow: visible;
  82. }
  83. #bio, #comments {
  84. position: absolute;
  85. left: 0;
  86. right: 0;
  87. bottom: 25px;
  88. margin: auto;
  89. width: 500px;
  90. background-color: #fff;
  91. outline: 5px solid #fff;
  92. border: 1px dashed #e1cebe;
  93. }
  94. #sidebar h2 {
  95. display: none;
  96. }
  97. #bio h2 {
  98. float: left;
  99. margin-left: -10px;
  100. width: calc(100% + 20px);
  101. margin-bottom: 15px !important;
  102. }
  103. #bio {
  104. top: -125px;
  105. height: 250px;
  106. text-align: center;
  107. padding-left: 10px;
  108. padding-right: 10px;
  109. z-index: 1;
  110. }
  111. #comments {
  112. top: 310px;
  113. /* 10 for outline */
  114. height: 100px;
  115. overflow: visible;
  116. }
  117. ul#comment_list {
  118. width: 100%;
  119. height: 108px;
  120. overflow: auto;
  121. margin-top: -5px;
  122. }
  123. ul#comment_list li a, p {
  124. color: #ad9288;
  125. }
  126. ul#comment_list li p {
  127. position: relative;
  128. left: 8px;
  129. top: 0;
  130. width: 360px;
  131. text-align: left;
  132. }
  133. #comments li img+a {
  134. background-color: #e1cebe !important;
  135. font-weight: bold;
  136. padding: 5px !important;
  137. padding-top: 0px !important;
  138. padding-bottom: 2px !important;
  139. text-transform: lowercase;
  140. color: #FFF;
  141. letter-spacing: 1px;
  142. font-size: 9px;
  143. margin-top: 5px !important;
  144. position: relative;
  145. top: -9px;
  146. height: 15px;
  147. text-align: center;
  148. border-radius: 1em;
  149. border-bottom: 1px dashed #fff;
  150. color: #ffffff !important;
  151. font-weight: bold;
  152. text-transform: uppercase;
  153. letter-spacing: 1px;
  154. font-size: 10px;
  155. }
  156. h2, #comment-button {
  157. height: 20px;
  158. line-height: 20px;
  159. text-align: center;
  160. font-weight: bold;
  161. text-transform: uppercase;
  162. letter-spacing: 1px;
  163. font-size: 11px;
  164. color: #ad9288;
  165. font-family: Karla;
  166. margin-bottom: 5px !important;
  167. background-color: #fcf5ec !important;
  168. border-bottom: 1px dashed #e1cebe !important;
  169. }
  170. #content:before, #content:after {
  171. display: none;
  172. }
  173. #sidebar, #content {
  174. position: absolute;
  175. left: 0;
  176. top: 0;
  177. width: 100%;
  178. height: 100%;
  179. }
  180. #content {
  181. left: -100px;
  182. }
  183. #comments ul li:first-child {
  184. margin-top: 12px;
  185. margin-bottom: 18px;
  186. min-height: 86px;
  187. }
  188. #comments ul li:last-child {
  189. margin-bottom: 10px;
  190. }
  191. #comments ul li {
  192. background-color: #fcf5ec;
  193. margin: 10px;
  194. border: 1px dashed #e1cebe;
  195. position: relative;
  196. min-height: 88px;
  197. color: transparent;
  198. overflow: visible;
  199. margin-bottom: 15px;
  200. text-align: center;
  201. }
  202. .avatar_thumb {
  203. position: absolute;
  204. left: 0;
  205. top: 0;
  206. outline: 5px solid #fff !important;
  207. position: relative;
  208. margin: 10px !important;
  209. }
  210. #comment-form {
  211. position: fixed;
  212. left: -525px;
  213. top: 285px;
  214. right: 0;
  215. bottom: 0;
  216. margin: auto;
  217. padding: 5px !important;
  218. width: 125px;
  219. height: 130px;
  220. outline: 5px solid #fff;
  221. border: 1px dashed #e1cebe;
  222. background-color: #fff;
  223. }
  224. textarea {
  225. position: relative;
  226. left: 0;
  227. top: 20px;
  228. right: 0;
  229. margin: auto !important;
  230. width: 100%;
  231. height: 98px;
  232. background-color: #fcf5ec !important;
  233. border: 1px dashed #e1cebe !important;
  234. color: #ad9288;
  235. font-family: Noto Sans;
  236. font-size: 9px;
  237. padding: 5px !important;
  238. }
  239. #comment-button {
  240. position: absolute;
  241. left: 0;
  242. top: 0;
  243. width: 100%;
  244. transition: all .5s ease-in-out;
  245. }
  246. #comment-button:hover {
  247. color: #fcf5ec;
  248. background-color: #ad9288 !important;
  249. }
  250. .navigation li a {
  251. transition: all .5s ease-in-out;
  252. }
  253. .navigation li:hover a {
  254. letter-spacing: 3px;
  255. }
  256. .navigation {
  257. position: fixed;
  258. left: -526px;
  259. top: -250px;
  260. right: 0;
  261. bottom: 0;
  262. margin: auto;
  263. background-color: white;
  264. outline: 5px solid #fff;
  265. border: 1px dashed #e1cebe;
  266. width: 125px;
  267. height: 150px;
  268. }
  269. ul.navigation li a {
  270. float: left;
  271. width: 100%;
  272. list-style-type: none;
  273. border-top: 1px dashed #e1cebe;
  274. border-bottom: 1px dashed #e1cebe;
  275. margin-bottom: 8px !important;
  276. background-color: #fcf5ec;
  277. text-decoration: none;
  278. color: #ad9288;
  279. font-family: Karla;
  280. text-transform: uppercase;
  281. font-weight: bold;
  282. letter-spacing: 1px;
  283. line-height: 18px;
  284. height: 20px;
  285. font-size: 9px;
  286. margin-bottom: 10px !important;
  287. }
  288. ul.navigation li a:first-child {
  289. margin-top: -1px;
  290. }
  291. ul.navigation li {
  292. list-style-type: none;
  293. }
  294. li#hobbies, li#likes, li#dislikes {
  295. display: none;
  296. }
  297. li#view-posts a, li#view-topics a {
  298. color: #ceb3c0 !important;
  299. }
  300. li#view-posts, li#view-topics {
  301. float: left;
  302. width: 100%;
  303. list-style-type: none;
  304. background-color: #fcf5ec;
  305. color: #ad9288;
  306. font-family: Karla;
  307. text-transform: uppercase;
  308. font-weight: bold;
  309. letter-spacing: 1px;
  310. line-height: 12px;
  311. height: 12px;
  312. font-size: 8px;
  313. margin-bottom: 4px !important;
  314. text-align: center;
  315. }
  316. ul#actions {
  317. position: absolute;
  318. left: -380px;
  319. top: -132px;
  320. right: 0;
  321. bottom: 0;
  322. margin: auto;
  323. width: 123px;
  324. height: 40px;
  325. z-index: 25;
  326. }
  327. #send-message a {
  328. position: absolute;
  329. top: 64px;
  330. right: 0;
  331. width: 125px;
  332. height: 72px;
  333. outline: 5px solid #fff;
  334. border: 1px dashed #e1cebe;
  335. padding-top: 10px;
  336. text-align: center;
  337. font-weight: bold;
  338. font-size: 10px;
  339. text-transform: uppercase;
  340. letter-spacing: 2px;
  341. color: #ad9288;
  342. }
  343. #send-message a:before {
  344. content: close-quote;
  345. position: absolute;
  346. left: 8px;
  347. bottom: 0;
  348. height: 50px;
  349. width: 100px;
  350. background-image: url(https://s-media-cache-ak0.pinimg.com/originals/d6/28/97/d628976e7abc9aa1fab157683647e816.png);
  351. z-index: 1;
  352. background-size: auto 84px;
  353. background-position: 10px 5px;
  354. background-repeat: no-repeat;
  355. }
  356. #send-message a {
  357. color: inherit;
  358. }
  359. #comments p~a {
  360. position: absolute;
  361. right: 0;
  362. bottom: 5px !important;
  363. width: 52px;
  364. background-color: rgba(225, 206, 190, 1);
  365. text-align: center;
  366. color: #ad9288 !important;
  367. text-transform: uppercase;
  368. font-weight: bold;
  369. font-size: 9px;
  370. letter-spacing: 1px;
  371. font-family: Calibri;
  372. padding-left: 2px;
  373. height: 15px;
  374. line-height: 13px;
  375. border-radius: 1em 0 0 1em;
  376. }
  377. p>small {
  378. display: block;
  379. font-style: italic;
  380. margin-left: 10px !important;
  381. margin-top: 10px !important;
  382. padding-bottom: 15px !important;
  383. text-align: left;
  384. }
  385. #load-more {
  386. display: none;
  387. }
  388. #header {
  389. position: fixed;
  390. left: 0;
  391. top: 0;
  392. width: 0;
  393. height: 0;
  394. background: none;
  395. overflow: visible;
Add Comment
Please, Sign In to add comment