Aly

Sapherna: Free Valentines Day CSS

Aly
Feb 15th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 KB | None | 0 0
  1. /*
  2. Free Simple Valentines Profile
  3. Created By Aly of Caedon and Sapherna
  4.  
  5. Do not remove or alter the credit or coding unless stated
  6. Thank you very much u w u
  7. */
  8.  
  9.  
  10. /* - - - - - YOU CAN EDIT THIS NEXT BIT - - - - -
  11.  
  12. The following codes are for you to personalize IF YOU WANT TO.
  13. You\\\\\\\'re also fine to leave these as they are.
  14. */
  15.  
  16. /* - - - - - CHANGE YOUR ACCENT COLORS - - - - - */
  17. body, li#hobbies:before, #bio, #sidebar>img:before
  18. { background-color: #d3c9e5 !important; } /* You can add your own hex code */
  19.  
  20. ul.navigation a, #send-message a
  21. { color: #d3c9e5; } /* You can add your own hex code */
  22.  
  23. /* - - - - - BASE FONT - - - - - */
  24. body {
  25. font-family: Noto Sans;
  26. font-size: 10px;
  27. color: #c3a9a9 !important;
  28. }
  29.  
  30. /* - - - - - BASE FONT AND ACCENT FONT IMPORT CODES - - - - - */
  31.  
  32. @font-face {
  33. font-family: Sacramento;
  34. src: url(https://fonts.gstatic.com/s/sacramento/v4/WFDkXpubrEwopJnSlHV6CPk_vArhqVIZ0nv9q090hN8.woff2);
  35. }
  36.  
  37. @font-face {
  38. font-family: Noto Sans;
  39. src: url(https://fonts.gstatic.com/s/notosans/v6/LeFlHvsZjXu2c3ZRgBq9nFtXRa8TVwTICgirnJhmVJw.woff2);
  40. }
  41.  
  42. @import url(https://fonts.googleapis.com/css?family=Noto+Sans);
  43. @import url(https://fonts.googleapis.com/css?family=Sacramento);
  44.  
  45. /* - - - - - - - - - - Please DO NOT edit below - - - - - - - - - - */
  46.  
  47. body {
  48. background: none;
  49. background-color: inherit;
  50. overflow: hidden;
  51. }
  52.  
  53. div { border: 0 !important; }
  54.  
  55. #wrap {
  56. position: fixed;
  57. left: 0;
  58. right: 0;
  59. top: 0;
  60. bottom: 0;
  61. width: 0px;
  62. height: 0px;
  63. margin: auto;
  64. background-color: #AAA;
  65. padding: 0;
  66. border: 0;
  67. background-color: transparent;
  68. overflow: visible;
  69. z-index: 5;
  70. }
  71.  
  72. #wrap:before, #wrap:after {
  73. content: close-quote;
  74. position: fixed;
  75. left: 0;
  76. right: 0;
  77. bottom: 0;
  78. top: -150px;
  79. margin: auto;
  80. width: 300px;
  81. height: 300px;
  82. background-color: #FFF;
  83. z-index: -5;
  84. }
  85.  
  86. #wrap:before {
  87. left: -200px;
  88. border-radius: 100% 100% 0 100%;
  89. }
  90.  
  91. #wrap:after {
  92. left: 200px;
  93. border-radius: 100% 100% 100% 0;
  94. }
  95.  
  96. #content:before {
  97. content: close-quote;
  98. background-color: #FFF;
  99. position: fixed;
  100. left: 0;
  101. bottom: 0;
  102. right: 0;
  103. top: 50px;
  104. margin: auto;
  105. width: 300px;
  106. height: 300px;
  107. border: 0;
  108. background-color: #FFF;
  109. z-index: -5;
  110.  
  111. transform: rotate(45deg);
  112. -o-transform: rotate(45deg);
  113. -ms-transform: rotate(45deg);
  114. -moz-transform: rotate(45deg);
  115. -webkit-transform: rotate(45deg);
  116. }
  117.  
  118. #content {
  119. position: absolute;
  120. left: 0;
  121. top: 0;
  122. width: 0%;
  123. height: 0%;
  124. padding: 0;
  125. border: 0;
  126. outline: 0;
  127. margin: 0;
  128. outline: 0;
  129. background-color: transparent;
  130. }
  131.  
  132. #sidebar img {
  133. position: fixed;
  134. right: 0;
  135. bottom: 0;
  136. left: 250px;
  137. top: -175px;
  138. margin: auto;
  139. }
  140.  
  141. #sidebar>img:before {
  142. content: close-quote;
  143. position: absolute;
  144. left: 0;
  145. bottom: 0;
  146. right: 0;
  147. margin: 0 auto;
  148. width: 100px;
  149. height: 100px;
  150. }
  151.  
  152. #friendlist {
  153. position: fixed;
  154. right: 0;
  155. top: 0;
  156. width: 50px;
  157. height: 100%;
  158. background-color: transparent;
  159. text-align: center;
  160. min-height: 0;
  161. padding: 0;
  162. margin: 0;
  163. overflow: visible;
  164. }
  165.  
  166. #friend_container {
  167. vertical-align: top;
  168. display: block;
  169. width: 15px;
  170. height: 15px;
  171. background-color: #FFF;
  172. margin-top: 25px;
  173. position: relative;
  174. overflow: visible;
  175.  
  176. transform: rotate(-45deg);
  177. -o-transform: rotate(-45deg);
  178. -ms-transform: rotate(-45deg);
  179. -moz-transform: rotate(-45deg);
  180. -webkit-transform: rotate(-45deg);
  181. }
  182.  
  183. #friend_container a:before, #friend_container a:after {
  184. position: absolute;
  185. background-color: #FFF;
  186. width: 15px;
  187. height: 15px;
  188. content: close-quote;
  189. left: 0;
  190. right: 0;
  191. top: -10px;
  192. margin: 0 auto;
  193. z-index: -5;
  194. }
  195.  
  196. #friend_container a:before {
  197. left: 10px;
  198. top: 0px;
  199. border-radius: 100% 100% 0 100%;
  200.  
  201. transform: rotate(125deg);
  202. -o-transform: rotate(125deg);
  203. -ms-transform: rotate(125deg);
  204. -moz-transform: rotate(125deg);
  205. -webkit-transform: rotate(125deg);
  206. }
  207.  
  208. #friend_container a:after {
  209. top: -10px;
  210. border-radius: 100% 100% 100% 100%;
  211. }
  212.  
  213. #friend_container:hover img { opacity: 1; }
  214.  
  215. #friend_container img {
  216.  
  217. opacity: 0.1;
  218. position: absolute;
  219. left: 2px;
  220. right: 0;
  221. bottom: 0;
  222. top: -1px;
  223. margin: auto;
  224. border-radius: 100%;
  225. width: 15px;
  226. height: 15px;
  227.  
  228. transition: all .5s ease-in-out;
  229. -o-transition: all .5s ease-in-out;
  230. -ms-transition: all .5s ease-in-out;
  231. -moz-transition: all .5s ease-in-out;
  232. -webkit-transition: all .5s ease-in-out;
  233.  
  234. transform: rotate(45deg);
  235. -o-transform: rotate(45deg);
  236. -ms-transform: rotate(45deg);
  237. -moz-transform: rotate(45deg);
  238. -webkit-transform: rotate(45deg);
  239. }
  240.  
  241. #friend_container li {
  242. transition: all .5s ease-in-out;
  243. -o-transition: all .5s ease-in-out;
  244. -ms-transition: all .5s ease-in-out;
  245. -moz-transition: all .5s ease-in-out;
  246. -webkit-transition: all .5s ease-in-out;
  247.  
  248. transform: scale(.75, .75);
  249. -o-transform: scale(.75, .75);
  250. -ms-transform: scale(.75, .75);
  251. -moz-transform: scale(.75, .75);
  252. -webkit-transform: scale(.75, .75);
  253. }
  254.  
  255. #friend_container li:hover {
  256. transform: scale(1, 1);
  257. -o-transform: scale(1, 1);
  258. -ms-transform: scale(1, 1);
  259. -moz-transform: scale(1, 1);
  260. -webkit-transform: scale(1, 1);
  261. }
  262.  
  263. li#likes, li#dislikes, li#hobbies {
  264. border-radius: 100%;
  265. margin-bottom: 10px;
  266. width: 100px;
  267. height: 100px;
  268. text-align: center;
  269. padding: 10px;
  270. display: inline-block;
  271. position: absolute;
  272. left: 0;
  273. top: 0;
  274. right: 0;
  275. margin: 0 auto;
  276. }
  277.  
  278. li#likes { top: -25px; }
  279.  
  280. li#dislikes { top: 100px; }
  281.  
  282. li#hobbies { top: 225px; border: 0; }
  283.  
  284. li#hobbies:before {
  285. position: absolute;
  286. left: 0;
  287. right: 0;
  288. top: 0;
  289. bottom: 0;
  290. margin: auto;
  291. border-radius: border-radius: 100% 100% 0 100%;
  292. width: 100px;
  293. height: 100px;
  294. border-radius: 100% 100% 100% 0;
  295. padding: 10px;
  296. content: close-quote;
  297. z-index: -1;
  298.  
  299. transform: rotate(-45deg);
  300. -o-transform: rotate(-45deg);
  301. -ms-transform: rotate(-45deg);
  302. -moz-transform: rotate(-45deg);
  303. -webkit-transform: rotate(-45deg);
  304. }
  305.  
  306. li#likes strong, li#dislikes strong, li#hobbies strong {
  307. float: left;
  308. width: 100%;
  309. margin-top: 15px;
  310. }
  311.  
  312. #bio {
  313. position: Fixed;
  314. left: -210px;
  315. top: -160px;
  316. right: 10px;
  317. bottom: 0;
  318. margin: auto;
  319. width: 275px;
  320. height: 275px;
  321. border-radius: 100%;
  322. color: #FFF;
  323. box-sizing: border-box;
  324. padding: 40px;
  325. padding-top: 55px;
  326. border: 25px solid #ffffff !important;
  327. z-index: 25;
  328. }
  329.  
  330. #send-message {
  331. position: absolute;
  332. left: 0;
  333. top: 50px;
  334. right: 0;
  335. margin: 0 auto;
  336. background-color: #FFF;
  337. text-align: center;
  338. text-transform: uppercase;
  339. font-weight: bold;
  340. letter-spacing: 1px;
  341. width: 75px;
  342. height: 75px;
  343. border-radius: 100%;
  344. padding-top: 20px;
  345. box-sizing: border-box;
  346.  
  347. transition: all .25s ease-in-out;
  348. -o-transition: all .25s ease-in-out;
  349. -ms-transition: all .25s ease-in-out;
  350. -moz-transition: all .25s ease-in-out;
  351. -webkit-transition: all .25s ease-in-out;
  352. }
  353.  
  354. ul#actions {
  355. z-index: 5;
  356. position: absolute;
  357. left: -55px;
  358. bottom: -150px;
  359. right: 0;
  360. margin: 0 auto;
  361. text-align: center;
  362. width: 100px;
  363. height: 100px;
  364. }
  365.  
  366. li#hobbies {
  367. margin-left: -5px;
  368. top: 25px;
  369. color: transparent;
  370. font-size: 0;
  371. z-index: -2;
  372. }
  373.  
  374. ul#actions li a { display: block; }
  375.  
  376. ul.navigation, ul.navigation li, ul.navigation li a {
  377. transition: all .5s ease-in-out;
  378. -o-transition: all .5s ease-in-out;
  379. -ms-transition: all .5s ease-in-out;
  380. -moz-transition: all .5s ease-in-out;
  381. -webkit-transition: all .5s ease-in-out;
  382. }
  383.  
  384. ul.navigation {
  385. position: fixed;
  386. left: 0;
  387. top: 25px;
  388. height: 25px;
  389. padding: 0;
  390. background-color: transparent;
  391. border: 0;
  392. font-weight: bold;
  393. letter-spacing: 1px;
  394. z-index: 5;
  395. }
  396.  
  397. ul.navigation li {
  398. position: relative;
  399. float: none;
  400. margin-bottom: 15px;
  401. }
  402.  
  403. ul.navigation a {
  404. padding-right: 25px;
  405. margin-right: 25px;
  406. display: block;
  407. height: 15px;
  408. background-color: #FFF;
  409. text-align: center;
  410. padding: 0;
  411. margin: 0;
  412. line-height: 15px;
  413. border-radius: 0 5em 5em 0;
  414. vertical-align: top;
  415. margin-top: -10px;
  416. font-size: 13px;
  417. font-family: Sacramento;
  418. text-align: right;
  419. }
  420.  
  421. ul.navigation a:hover { margin-right: 0; }
  422.  
  423. #bio strong {
  424. position: fixed;
  425. top: 225px;
  426. right: 0;
  427. left: 250px;
  428. bottom: 0;
  429. margin: auto;
  430. width: 300px;
  431. color: rgb(211, 201, 229);
  432. height: 50px;
  433. line-height: 50px;
  434. text-align: center;
  435. font-size: 50px;
  436. font-family: Sacramento;
  437. text-shadow: 0 0 5px #FFF, 0 2px 0 #FFF, 2px 0 2px #FFF, 2px 2px 2px #FFF;
  438.  
  439. transform: rotate(-45deg);
  440. -o-transform: rotate(-45deg);
  441. -ms-transform: rotate(-45deg);
  442. -moz-transform: rotate(-45deg);
  443. -webkit-transform: rotate(-45deg);
  444. }
  445.  
  446. #content:after, li#view-posts, li#view-topics, #comments,
  447. h1#logo, h2, li#likes, li#dislikes, #comments small { display: none; }
Add Comment
Please, Sign In to add comment