Aly

Caedon: Freebie Friday | 17.03.17

Aly
Mar 18th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.87 KB | None | 0 0
  1. #bio {
  2. text-align: center;
  3. }
  4. ::-webkit-scrollbar {
  5. background-color: #161616;
  6. width: 5px;
  7. }
  8. ::-webkit-scrollbar-thumb {
  9. background-color: #676767;
  10. }
  11. @import url(https://fonts.googleapis.com/css?family=Roboto|Abril+Fatface);
  12. @font-face {
  13. font-family: Roboto;
  14. src: url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2);
  15. }
  16. @font-face {
  17. font-family: Abril Fatface;
  18. src: url(https://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDjxObtw73-qQgbr7Be51v5c.woff2);
  19. }
  20. * {
  21. font-family: Roboto;
  22. }
  23. body {
  24. background: none;
  25. background-color: #676767;
  26. }
  27. * a, a, * h2, h2 {
  28. color: #fff !important;
  29. }
  30. #header {
  31. position: fixed;
  32. left: 0;
  33. top: 0;
  34. width: 0;
  35. height: 0;
  36. overflow: visible;
  37. }
  38. #wrap, #wrap * {
  39. background: none;
  40. border: 0;
  41. padding: 0;
  42. margin: 0;
  43. color: #676767;
  44. font-family: Roboto;
  45. }
  46. #wrap {
  47. overflow: visible;
  48. }
  49. #wrap:before {
  50. content: close-quote;
  51. position: fixed;
  52. left: 0;
  53. top: 0;
  54. bottom: 0;
  55. width: 100%;
  56. height: 232px;
  57. margin: auto 0;
  58. border-top: 4px double #161616;
  59. border-bottom: 4px double #161616;
  60. background-color: #272727;
  61. }
  62. #bio {
  63. position: fixed;
  64. left: -100px;
  65. right: 0;
  66. top: 0;
  67. bottom: 0;
  68. margin: auto;
  69. width: 350px;
  70. height: 350px;
  71. z-index: 5;
  72. }
  73. #bio:before {
  74. content: close-quote;
  75. position: fixed;
  76. left: -100px;
  77. right: 0;
  78. top: 0;
  79. bottom: 0;
  80. width: 500px;
  81. height: 500px;
  82. margin: auto;
  83. border-radius: 100%;
  84. box-shadow: 0 0 15px 5px #858585;
  85. background: #272727;
  86. border: 4px double #191919;
  87. z-index: -1;
  88. }
  89. #generic_1 {
  90. position: fixed;
  91. left: 0;
  92. right: 0;
  93. top: 0;
  94. bottom: 0;
  95. margin: auto;
  96. z-index: -5;
  97. width: 900px;
  98. height: 500px;
  99. opacity: 0.25;
  100. }
  101. ul#actions {
  102. position: fixed;
  103. left: -750px;
  104. right: 0;
  105. top: 100px;
  106. bottom: 0;
  107. margin: auto;
  108. height: 100px;
  109. width: 100px;
  110. color: #fff;
  111. text-align: center;
  112. z-index: 5;
  113. }
  114. #comments {
  115. box-sizing: border-box;
  116. position: fixed;
  117. padding-top: 25px;
  118. padding-bottom: 25px;
  119. left: 700px;
  120. bottom: 0;
  121. right: 0;
  122. top: 0;
  123. margin: auto;
  124. padding-right: 10px;
  125. width: 250px;
  126. height: 232px;
  127. text-align: center;
  128. overflow: auto;
  129. }
  130. #comments img {
  131. display: none;
  132. }
  133. #comments ul li {
  134. margin-bottom: 15px;
  135. color: #d3d3d3 !important;
  136. }
  137. #comments ul li p {
  138. color: #676767 !important;
  139. }
  140. #comments a {
  141. color: #d3d3d3 !important
  142. }
  143. li#likes, li#dislikes, li#hobbies {
  144. display: none;
  145. }
  146. #send-message {
  147. margin-bottom: 25px;
  148. }
  149. #sidebar {
  150. overflow: visible;
  151. }
  152. #sidebar img {
  153. position: fixed;
  154. left: -750px;
  155. right: 0;
  156. top: -350px;
  157. bottom: 0;
  158. margin: auto;
  159. filter: grayscale(100%);
  160. -o-filter: grayscale(100%);
  161. -ms-filter: grayscale(100%);
  162. -moz-filter: grayscale(100%);
  163. -webkit-filter: grayscale(100%);
  164. filter: FlipH;
  165. -o-filter: FlipH;
  166. -ms-filter: FlipH;
  167. -moz-filter: FlipH;
  168. -webkit-filter: FlipH;
  169. transform: scaleX(-1) scale(.5, .5);
  170. -o-transform: scaleX(-1) scale(.5, .5);
  171. -ms-transform: scaleX(-1) scale(.5, .5);
  172. -moz-transform: scaleX(-1) scale(.5, .5);
  173. -webkit-transform: scaleX(-1) scale(.5, .5);
  174. }
  175. #sidebar img:hover {
  176. transform: scaleX(-1) scale(.85, .85);
  177. -o-transform: scaleX(-1) scale(.85, .85);
  178. -ms-transform: scaleX(-1) scale(.85, .85);
  179. -moz-transform: scaleX(-1) scale(.85, .85);
  180. -webkit-transform: scaleX(-1) scale(.85, .85);
  181. }
  182. h2 {
  183. text-align: center;
  184. font-family: Roboto;
  185. padding-bottom: 25px !important;
  186. text-transform: uppercase;
  187. font-size: 20px;
  188. font-weight: bold;
  189. letter-spacing: 2px !important;
  190. }
  191. textarea {
  192. box-sizing: border-box;
  193. min-width: 0;
  194. width: 100%;
  195. min-height: 100px;
  196. background-color: #676767 !important;
  197. color: #272727 !important;
  198. padding: 10px !important;
  199. }
  200. small {
  201. display: block;
  202. }
  203. small small {
  204. display: inline-block;
  205. }
  206. #friendlist h2 {
  207. display: none;
  208. }
  209. #friendlist {
  210. background-color: #272727;
  211. border-right: 4px double #161616;
  212. position: fixed;
  213. left: 0;
  214. top: 0;
  215. width: 50px;
  216. height: 100%;
  217. text-align: center !important;
  218. z-index: 5;
  219. }
  220. .friend_container {
  221. position: relative;
  222. float: none;
  223. margin-left: 5px !important;
  224. margin-top: 10px !important;
  225. width: 40px;
  226. height: 40px;
  227. border-radius: 100%;
  228. overflow: hidden;
  229. }
  230. .friend_container img {
  231. width: 100%;
  232. height: 100%;
  233. position: absolute;
  234. left: 0;
  235. top: 0;
  236. right: 0;
  237. bottom: 0;
  238. margin: auto;
  239. border-radius: 100%;
  240. filter: grayscale(100%);
  241. -o-filter: grayscale(100%);
  242. -ms-filter: grayscale(100%);
  243. -moz-filter: grayscale(100%);
  244. -webkit-filter: grayscale(100%);
  245. transform: scale(1.25, 1.25);
  246. }
  247. .friend_container, .friend_container img {
  248. transition: all .25s ease-in-out;
  249. }
  250. .friend_container:hover {
  251. border-radius: 0.25em;
  252. }
  253. .friend_container:hover img {
  254. border-radius: 0.25em;
  255. filter: grayscale(0%);
  256. -o-filter: grayscale(0%);
  257. -ms-filter: grayscale(0%);
  258. -moz-filter: grayscale(0%);
  259. -webkit-filter: grayscale(0%);
  260. transform: scale(1, 1);
  261. }
  262. #comments li img+a {
  263. margin-left: -5px;
  264. }
  265. #content:before, #content:after {
  266. display: none;
  267. }
  268. #sidebar img {
  269. transition: all .5s ease-in-out;
  270. }
  271. #comment-form>span:nth-child(3), input#comment-button {
  272. float: none;
  273. margin: 0 !important;
  274. box-sizing: border-box;
  275. padding: 10px;
  276. background-color: #676767;
  277. color: #272727 !important;
  278. vertical-align: top;
  279. width: 115px;
  280. height: 15px;
  281. }
  282. #comment-form>span:nth-child(3) a, #comment-form>span:nth-child(3), input#comment-button {
  283. position: relative;
  284. line-height: 0px;
  285. font-size: 10px;
  286. font-family: Roboto;
  287. text-transform: uppercase;
  288. font-weight: bold;
  289. }
  290. #comment-form>span:nth-child(3) {
  291. margin: 0 !important;
  292. float: right !important;
  293. color: transparent !important;
  294. }
  295. input#comment-button {
  296. float: left;
  297. }
  298. #comment-form>span:nth-child(3) a {
  299. color: #272727 !important;
  300. }
  301. input#comment-button+span {
  302. color: transparent !important;
  303. }
  304. span#charsLeft {
  305. color: #000;
  306. position: absolute;
  307. left: 0;
  308. width: 100%;
  309. text-align: center;
  310. }
  311. #sidebar h2 {
  312. position: fixed;
  313. left: 875px;
  314. right: 0;
  315. top: -255px;
  316. bottom: 0;
  317. margin: auto;
  318. height: 50px;
  319. line-height: 50px;
  320. text-align: left;
  321. width: 500px;
  322. font-style: italic;
  323. letter-spacing: 3px;
  324. font-size: 30px;
  325. font-family: Roboto;
  326. text-shadow: 2px 2px 5px #272727;
  327. }
Add Comment
Please, Sign In to add comment