Aly

Caedon: Freebie Friday | 10.03.17 | Dark

Aly
Mar 10th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 KB | None | 0 0
  1. /*
  2.  
  3. Freebie Friday
  4. 10.03.17 | Dark
  5. by Aly of Caedon
  6.  
  7. */
  8.  
  9. ::-webkit-scrollbar {
  10. border-left: 1px dashed #000;
  11. width: 10px;
  12. background-color: #333;
  13. }
  14. ::-webkit-scrollbar-thumb {
  15. background-color: #000;
  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: #333;
  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: #555;
  62. content: close-quote;
  63. }
  64. #wrap:before {
  65. top: 0;
  66. border-bottom: 1px dashed #000;
  67. }
  68. #wrap:after {
  69. bottom: 0;
  70. border-top: 1px dashed #000;
  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: #555;
  91. outline: 5px solid #555;
  92. border: 1px dashed #000;
  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. color: #000 !important;
  135. background-color: #555 !important;
  136. font-weight: bold;
  137. padding: 5px !important;
  138. padding-top: 0px !important;
  139. padding-bottom: 2px !important;
  140. text-transform: lowercase;
  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 #000 !important;
  150. font-weight: bold;
  151. text-transform: uppercase;
  152. letter-spacing: 1px;
  153. font-size: 10px;
  154. }
  155. h2, #comment-button {
  156. height: 20px;
  157. line-height: 20px;
  158. text-align: center;
  159. font-weight: bold;
  160. text-transform: uppercase;
  161. letter-spacing: 1px;
  162. font-size: 11px;
  163. color: #ad9288;
  164. font-family: Karla;
  165. margin-bottom: 5px !important;
  166. background-color: #333 !important;
  167. border-bottom: 1px dashed #000 !important;
  168. }
  169. #content:before, #content:after {
  170. display: none;
  171. }
  172. #sidebar, #content {
  173. position: absolute;
  174. left: 0;
  175. top: 0;
  176. width: 100%;
  177. height: 100%;
  178. }
  179. #content {
  180. left: -100px;
  181. }
  182. #comments ul li:first-child {
  183. margin-top: 12px;
  184. margin-bottom: 18px;
  185. min-height: 86px;
  186. }
  187. #comments ul li:last-child {
  188. margin-bottom: 10px;
  189. }
  190. #comments ul li {
  191. background-color: #333;
  192. margin: 10px;
  193. border: 1px dashed #000;
  194. position: relative;
  195. min-height: 88px;
  196. color: transparent;
  197. overflow: visible;
  198. margin-bottom: 15px;
  199. text-align: center;
  200. }
  201. .avatar_thumb {
  202. position: absolute;
  203. left: 0;
  204. top: 0;
  205. outline: 5px solid #555 !important;
  206. position: relative;
  207. margin: 10px !important;
  208. }
  209. #comment-form {
  210. position: fixed;
  211. left: -525px;
  212. top: 285px;
  213. right: 0;
  214. bottom: 0;
  215. margin: auto;
  216. padding: 5px !important;
  217. width: 125px;
  218. height: 130px;
  219. outline: 5px solid #555;
  220. border: 1px dashed #000;
  221. background-color: #555;
  222. }
  223. textarea {
  224. position: relative;
  225. left: 0;
  226. top: 20px;
  227. right: 0;
  228. margin: auto !important;
  229. width: 100%;
  230. height: 98px;
  231. background-color: #333 !important;
  232. border: 1px dashed #000 !important;
  233. color: #ad9288;
  234. font-family: Noto Sans;
  235. font-size: 9px;
  236. padding: 5px !important;
  237. }
  238. #comment-button {
  239. position: absolute;
  240. left: 0;
  241. top: 0;
  242. width: 100%;
  243. transition: all .5s ease-in-out;
  244. }
  245. #comment-button:hover {
  246. color: #333;
  247. background-color: #ad9288 !important;
  248. }
  249. .navigation li a {
  250. transition: all .5s ease-in-out;
  251. }
  252. .navigation li:hover a {
  253. letter-spacing: 3px;
  254. }
  255. .navigation {
  256. position: fixed;
  257. left: -526px;
  258. top: -250px;
  259. right: 0;
  260. bottom: 0;
  261. margin: auto;
  262. background-color: #555;
  263. outline: 5px solid #555;
  264. border: 1px dashed #000;
  265. width: 125px;
  266. height: 150px;
  267. }
  268. ul.navigation li a {
  269. float: left;
  270. width: 100%;
  271. list-style-type: none;
  272. border-top: 1px dashed #000;
  273. border-bottom: 1px dashed #000;
  274. margin-bottom: 8px !important;
  275. background-color: #333;
  276. text-decoration: none;
  277. color: #ad9288;
  278. font-family: Karla;
  279. text-transform: uppercase;
  280. font-weight: bold;
  281. letter-spacing: 1px;
  282. line-height: 18px;
  283. height: 20px;
  284. font-size: 9px;
  285. margin-bottom: 10px !important;
  286. }
  287. ul.navigation li a:first-child {
  288. margin-top: -1px;
  289. }
  290. ul.navigation li {
  291. list-style-type: none;
  292. }
  293. li#hobbies, li#likes, li#dislikes {
  294. display: none;
  295. }
  296. li#view-posts a, li#view-topics a {
  297. color: #ceb3c0 !important;
  298. }
  299. li#view-posts, li#view-topics {
  300. float: left;
  301. width: 100%;
  302. list-style-type: none;
  303. background-color: #333;
  304. color: #ad9288;
  305. font-family: Karla;
  306. text-transform: uppercase;
  307. font-weight: bold;
  308. letter-spacing: 1px;
  309. line-height: 12px;
  310. height: 12px;
  311. font-size: 8px;
  312. margin-bottom: 4px !important;
  313. text-align: center;
  314. }
  315. ul#actions {
  316. position: absolute;
  317. left: -380px;
  318. top: -132px;
  319. right: 0;
  320. bottom: 0;
  321. margin: auto;
  322. width: 123px;
  323. height: 40px;
  324. z-index: 25;
  325. }
  326. #send-message a {
  327. position: absolute;
  328. top: 64px;
  329. right: 0;
  330. width: 125px;
  331. height: 72px;
  332. outline: 5px solid #555;
  333. border: 1px dashed #000;
  334. padding-top: 10px;
  335. text-align: center;
  336. font-weight: bold;
  337. font-size: 10px;
  338. text-transform: uppercase;
  339. letter-spacing: 2px;
  340. color: #ad9288;
  341. }
  342. #send-message a:before {
  343. content: close-quote;
  344. position: absolute;
  345. left: 8px;
  346. bottom: 0;
  347. height: 50px;
  348. width: 100px;
  349. background-image: url(https://s-media-cache-ak0.pinimg.com/originals/d6/28/97/d628976e7abc9aa1fab157683647e816.png);
  350. z-index: 1;
  351. background-size: auto 84px;
  352. background-position: 10px 5px;
  353. background-repeat: no-repeat;
  354. }
  355. #send-message a {
  356. color: inherit;
  357. }
  358. #comments p ~ a {
  359. position: absolute;
  360. right: 0;
  361. bottom: 5px !important;
  362. width: 52px;
  363. color: #000 !important;
  364. background-color: #555 !important;
  365. text-align: center;
  366. text-transform: uppercase;
  367. font-weight: bold;
  368. font-size: 9px;
  369. letter-spacing: 1px;
  370. font-family: Calibri;
  371. padding-left: 2px;
  372. height: 15px;
  373. line-height: 13px;
  374. border-radius: 1em 0 0 1em;
  375. }
  376. p>small {
  377. display: block;
  378. font-style: italic;
  379. margin-left: 10px !important;
  380. margin-top: 10px !important;
  381. padding-bottom: 15px !important;
  382. text-align: left;
  383. }
  384. #load-more {
  385. display: none;
  386. }
  387. #header {
  388. position: fixed;
  389. left: 0;
  390. top: 0;
  391. width: 0;
  392. height: 0;
  393. background: none;
  394. overflow: visible;
Add Comment
Please, Sign In to add comment