Aly

Caedon: Freebie Friday | 03.03.17

Aly
Mar 3rd, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. /*
  2. Freebie Friday - 03.03.17
  3. Profile 01 | Coded by Aly;
  4.  
  5. - - - - - REMOVING BELOW IS FINE - - - - -
  6. Changing of background image, colors and font is okay though -
  7. Please do not adjust the margins, padding border or other elements
  8. Heavy editing, copying, modifying or replicating this theme
  9. will result in being put on a blacklist.
  10. - - - - - IF YOU KEEP THE CREDIT - - - - -
  11.  
  12. */
  13.  
  14. body {
  15. background: none;
  16. background-color: #b5dbee;
  17. color: #737c88 !important;
  18. background-image: url(https://s-media-cache-ak0.pinimg.com/originals/6e/e1/a2/6ee1a2db7f6e511e3f6802bfe1095620.jpg);
  19. background-size: cover;
  20. background-repeat: no-repeat;
  21. }
  22. ::-webkit-scrollbar {
  23. background-color: #FFF;
  24. width: 5px;
  25. border-left: 1px solid #8abbca;
  26. }
  27. ::-webkit-scrollbar-thumb {
  28. background-color: #8abbca;
  29. border-right: 1px solid #FFF;
  30. border-left: 1px solid #8abbca;
  31. }
  32. @import url(https://fonts.googleapis.com/css?family=Montserrat);
  33. @font-face {
  34. font-family: Montserrat;
  35. src: Url(https://fonts.gstatic.com/s/montserrat/v10/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2);
  36. }
  37. #header {
  38. position: fixed;
  39. left: 0;
  40. top: 0;
  41. width: 0;
  42. height: 0;
  43. overflow: visible;
  44. }
  45. #wrap {
  46. position: fixed;
  47. left: 0;
  48. top: 0;
  49. right: 0;
  50. bottom: 0;
  51. margin: auto;
  52. width: 250px;
  53. height: 250px;
  54. border-radius: 0;
  55. background-color: #FFF !important;
  56. overflow: auto;
  57. overflow-x: hidden;
  58. font-family: Consolas;
  59. text-transform: uppercase;
  60. letter-spacing: 1px;
  61. font-size: 8px;
  62. font-weight: bold;
  63. }
  64. #wrap * {
  65. border: 0;
  66. padding: 0;
  67. margin: 0;
  68. background: none;
  69. box-sizing: border-box !important;
  70. }
  71. #content {
  72. position: absolute;
  73. left: 0;
  74. top: 10px;
  75. right: 0;
  76. bottom: 0;
  77. margin: auto;
  78. width: calc(100% - 20px);
  79. overflow: visible;
  80. }
  81. #content:before, #content:after {
  82. display: none;
  83. }
  84. #sidebar img {
  85. display: none;
  86. }
  87. .friend_container {
  88. display: inline-block;
  89. position: relative;
  90. width: 25px;
  91. height: 25px;
  92. margin: 7px !important;
  93. overflow: hidden;
  94. }
  95. .friend_container img {
  96. position: absolute;
  97. left: 0;
  98. top: 0;
  99. right: 0;
  100. bottom: 0;
  101. margin: auto;
  102. width: 100%;
  103. height: 100%;
  104. }
  105. #comments li {
  106. position: relative;
  107. float: left;
  108. width: 100%;
  109. margin-bottom: 10px !important;
  110. padding-bottom: 10px !important;
  111. padding-right: 10px !important;
  112. }
  113. #comments li img {
  114. background-color: #b5dbee !important;
  115. }
  116. #wrap, #bio, .friend_container, #comments li, #comments, #comments img, #friendlist, textarea {
  117. outline: 1px solid #8abbca !important;
  118. border-left: 1px solid #FFF !important;
  119. border-top: 1px solid #FFF !important;
  120. border-right: 1px solid #8abbca !important;
  121. border-bottom: 1px solid #8abbca !important;
  122. box-shadow: 0 1px #8abbca;
  123. background-color: #FFF;
  124. box-shadow: 0 0 10px 5px rgba(0, 0, 0, .25);
  125. }
  126. #friendlist {
  127. text-align: center !important;
  128. }
  129. #bio, #comments, #friendlist {
  130. float: left;
  131. vertical-align: top;
  132. width: 100%;
  133. padding: 10px;
  134. margin-bottom: 10px !important;
  135. background-color: #b5dbee !important;
  136. }
  137. h2 {
  138. font-family: Montserrat;
  139. color: #95a2af !important;
  140. font-size: 14px;
  141. padding: 5px !important;
  142. letter-spacing: 3px;
  143. background-color: #FFF !important;
  144. outline: 1px solid #FFF;
  145. box-shadow: inset 0 0 5px 2px #b5dbee;
  146. border: 1px solid #8abbca !important;
  147. text-align: center;
  148. padding-left: 10px !important;
  149. margin-bottom: 10px !important;
  150. font-weight: bold;
  151. text-shadow: 2px 1px 2px rgb(169, 205, 227);
  152. }
  153. #comments img {
  154. margin: 10px !important;
  155. }
  156. #comments small {
  157. display: none !important;
  158. }
  159. textarea {
  160. float: left;
  161. width: 100%;
  162. margin-bottom: 15px !important;
  163. padding: 10px !important;
  164. color: #FFF;
  165. font-family: Calibri;
  166. font-size: 11px;
  167. color: #737c88 !important;
  168. }
  169. #comments li {
  170. position: relative;
  171. color: transparent;
  172. }
  173. #comments li img+a {
  174. position: absolute;
  175. left: 90px;
  176. top: 10px;
  177. background-color: #b5dbee !important;
  178. color: #FFF !important;
  179. padding-left: 5px;
  180. padding-right: 5px;
  181. outline: 1px solid #8abbca !important;
  182. border: 1px solid white;
  183. letter-spacing: 2px;
  184. font-weight: bold;
  185. width: 130px;
  186. text-align: center;
  187. font-family: Calibri;
  188. color: #7098a5 !important;
  189. font-weight: bold;
  190. font-size: 8px;
  191. height: 15px;
  192. line-height: 13px;
  193. }
  194. #comments li p {
  195. margin-top: 24px !important;
  196. color: #7e8da8 !important;
  197. margin-left: 20px !important;
  198. position: relative;
  199. left: 5px;
  200. width: 131px;
  201. vertical-align: top;
  202. }
  203. #comments li img {
  204. border: 1px solid #FFF !important;
  205. }
  206. #comments p~a {
  207. position: absolute;
  208. left: 10px;
  209. top: 59px;
  210. width: 64px;
  211. height: 15px;
  212. line-height: 15px;
  213. text-align: center;
  214. background-color: rgba(65, 55, 81, .5);
  215. color: #f4fcfe !important;
  216. opacity: .75;
  217. }
  218. #load-more, #comment-button {
  219. float: left;
  220. background-color: #FFF !important;
  221. border: 1px solid #8abbca;
  222. color: #FFF !important;
  223. padding-left: 5px;
  224. padding-right: 5px;
  225. outline: 1px solid #FFF !important;
  226. text-align: center;
  227. width: 100%;
  228. color: #7e8da8 !important;
  229. margin-bottom: 15px !important;
  230. text-align: center;
  231. font-family: Calibri;
  232. color: #7098a5 !important;
  233. font-weight: bold;
  234. font-size: 8px;
  235. height: 15px;
  236. line-height: 13px;
  237. text-transform: uppercase;
  238. letter-spacing: 1px;
  239. transition: all .5s ease-in-out;
  240. }
  241. #load-more a, #comment-button a {
  242. color: inherit;
  243. }
  244. #load-more:hover, #comment-button:hover {
  245. background-color: #8abbca !important;
  246. color: #FFF !important;
  247. }
  248. #load-more {
  249. display: block;
  250. }
  251. #comment-form>span {
  252. float: left;
  253. margin: 0;
  254. width: 100%;
  255. text-align: center;
  256. }
  257.  
  258. #bio h2 { text-transform: uppercase; }
  259.  
  260. #bio {
  261. padding-bottom: 10px !important;
  262. }
  263. #comments li p, #bio {
  264. font-family: Calibri;
  265. font-size: 11px;
  266. letter-spacing: initial;
  267. text-transform: none;
  268. font-weight: normal;
  269. }
  270. html>body>div#header {
  271. background: transparent url(/global/css/images/bg/profile-header.png)repeat-x left top !important;
  272. overflow: hidden;
  273. height: 65px;
  274. border-top: 2px solid #333;
  275. display: block !important;
  276. }
  277. html>body>div#header>div#header_wrapper {
  278. width: 960px;
  279. margin: 0 auto;
  280. }
  281. .navigation {
  282. float: right;
  283. margin: 9px 0px;
  284. background: #241e1a;
  285. list-style: none;
  286. border-radius: 3px;
  287. border: 2px solid #362c25;
  288. }
  289. .navigation li {
  290. float: left;
  291. }
  292. .navigation li a {
  293. color: #aaa;
  294. display: block;
  295. padding: 3px 17px;
  296. }
  297. .navigation li a:hover {
  298. color: #fff;
  299. background: #322822;
  300. text-decoration: none;
  301. }
  302. .navigation li a:active {
  303. color: #aaa;
  304. background: #1a1a1a;
  305. }
  306. #logo {
  307. text-indent: -9999px;
  308. margin: 10px 0 0 0px;
  309. float: left;
  310. }
  311. #logo a {
  312. width: 135px;
  313. height: 30px;
  314. display: block;
  315. background: transparent url() no-repeat left top;
  316. }
  317. #logo a:hover {
  318. background-position: left bottom
  319. }
  320. #logo a:active {
  321. position: relative;
  322. top: 1px;
  323. background-position: left top;
  324. opacity: 0.8
  325. }
  326. .friend_container a {
  327. border: none !important;
  328. float: left;
  329. margin: 5px;
  330. text-decoration: none;
  331. }
  332. .friend_container a img {
  333. border: none !important;
  334. }
Add Comment
Please, Sign In to add comment