Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Free Simple Valentines Profile
- Created By Aly of Caedon and Sapherna
- Do not remove or alter the credit or coding unless stated
- Thank you very much u w u
- */
- /* - - - - - YOU CAN EDIT THIS NEXT BIT - - - - -
- The following codes are for you to personalize IF YOU WANT TO.
- You\\\\\\\'re also fine to leave these as they are.
- */
- /* - - - - - CHANGE YOUR ACCENT COLORS - - - - - */
- body, li#hobbies:before, #bio, #sidebar>img:before
- { background-color: #d3c9e5 !important; } /* You can add your own hex code */
- ul.navigation a, #send-message a
- { color: #d3c9e5; } /* You can add your own hex code */
- /* - - - - - BASE FONT - - - - - */
- body {
- font-family: Noto Sans;
- font-size: 10px;
- color: #c3a9a9 !important;
- }
- /* - - - - - BASE FONT AND ACCENT FONT IMPORT CODES - - - - - */
- @font-face {
- font-family: Sacramento;
- src: url(https://fonts.gstatic.com/s/sacramento/v4/WFDkXpubrEwopJnSlHV6CPk_vArhqVIZ0nv9q090hN8.woff2);
- }
- @font-face {
- font-family: Noto Sans;
- src: url(https://fonts.gstatic.com/s/notosans/v6/LeFlHvsZjXu2c3ZRgBq9nFtXRa8TVwTICgirnJhmVJw.woff2);
- }
- @import url(https://fonts.googleapis.com/css?family=Noto+Sans);
- @import url(https://fonts.googleapis.com/css?family=Sacramento);
- /* - - - - - - - - - - Please DO NOT edit below - - - - - - - - - - */
- body {
- background: none;
- background-color: inherit;
- overflow: hidden;
- }
- div { border: 0 !important; }
- #wrap {
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- width: 0px;
- height: 0px;
- margin: auto;
- background-color: #AAA;
- padding: 0;
- border: 0;
- background-color: transparent;
- overflow: visible;
- z-index: 5;
- }
- #wrap:before, #wrap:after {
- content: close-quote;
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- top: -150px;
- margin: auto;
- width: 300px;
- height: 300px;
- background-color: #FFF;
- z-index: -5;
- }
- #wrap:before {
- left: -200px;
- border-radius: 100% 100% 0 100%;
- }
- #wrap:after {
- left: 200px;
- border-radius: 100% 100% 100% 0;
- }
- #content:before {
- content: close-quote;
- background-color: #FFF;
- position: fixed;
- left: 0;
- bottom: 0;
- right: 0;
- top: 50px;
- margin: auto;
- width: 300px;
- height: 300px;
- border: 0;
- background-color: #FFF;
- z-index: -5;
- transform: rotate(45deg);
- -o-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- }
- #content {
- position: absolute;
- left: 0;
- top: 0;
- width: 0%;
- height: 0%;
- padding: 0;
- border: 0;
- outline: 0;
- margin: 0;
- outline: 0;
- background-color: transparent;
- }
- #sidebar img {
- position: fixed;
- right: 0;
- bottom: 0;
- left: 250px;
- top: -175px;
- margin: auto;
- }
- #sidebar>img:before {
- content: close-quote;
- position: absolute;
- left: 0;
- bottom: 0;
- right: 0;
- margin: 0 auto;
- width: 100px;
- height: 100px;
- }
- #friendlist {
- position: fixed;
- right: 0;
- top: 0;
- width: 50px;
- height: 100%;
- background-color: transparent;
- text-align: center;
- min-height: 0;
- padding: 0;
- margin: 0;
- overflow: visible;
- }
- #friend_container {
- vertical-align: top;
- display: block;
- width: 15px;
- height: 15px;
- background-color: #FFF;
- margin-top: 25px;
- position: relative;
- overflow: visible;
- transform: rotate(-45deg);
- -o-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- -webkit-transform: rotate(-45deg);
- }
- #friend_container a:before, #friend_container a:after {
- position: absolute;
- background-color: #FFF;
- width: 15px;
- height: 15px;
- content: close-quote;
- left: 0;
- right: 0;
- top: -10px;
- margin: 0 auto;
- z-index: -5;
- }
- #friend_container a:before {
- left: 10px;
- top: 0px;
- border-radius: 100% 100% 0 100%;
- transform: rotate(125deg);
- -o-transform: rotate(125deg);
- -ms-transform: rotate(125deg);
- -moz-transform: rotate(125deg);
- -webkit-transform: rotate(125deg);
- }
- #friend_container a:after {
- top: -10px;
- border-radius: 100% 100% 100% 100%;
- }
- #friend_container:hover img { opacity: 1; }
- #friend_container img {
- opacity: 0.1;
- position: absolute;
- left: 2px;
- right: 0;
- bottom: 0;
- top: -1px;
- margin: auto;
- border-radius: 100%;
- width: 15px;
- height: 15px;
- transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -webkit-transition: all .5s ease-in-out;
- transform: rotate(45deg);
- -o-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- }
- #friend_container li {
- transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -webkit-transition: all .5s ease-in-out;
- transform: scale(.75, .75);
- -o-transform: scale(.75, .75);
- -ms-transform: scale(.75, .75);
- -moz-transform: scale(.75, .75);
- -webkit-transform: scale(.75, .75);
- }
- #friend_container li:hover {
- transform: scale(1, 1);
- -o-transform: scale(1, 1);
- -ms-transform: scale(1, 1);
- -moz-transform: scale(1, 1);
- -webkit-transform: scale(1, 1);
- }
- li#likes, li#dislikes, li#hobbies {
- border-radius: 100%;
- margin-bottom: 10px;
- width: 100px;
- height: 100px;
- text-align: center;
- padding: 10px;
- display: inline-block;
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- margin: 0 auto;
- }
- li#likes { top: -25px; }
- li#dislikes { top: 100px; }
- li#hobbies { top: 225px; border: 0; }
- li#hobbies:before {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- border-radius: border-radius: 100% 100% 0 100%;
- width: 100px;
- height: 100px;
- border-radius: 100% 100% 100% 0;
- padding: 10px;
- content: close-quote;
- z-index: -1;
- transform: rotate(-45deg);
- -o-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- -webkit-transform: rotate(-45deg);
- }
- li#likes strong, li#dislikes strong, li#hobbies strong {
- float: left;
- width: 100%;
- margin-top: 15px;
- }
- #bio {
- position: Fixed;
- left: -210px;
- top: -160px;
- right: 10px;
- bottom: 0;
- margin: auto;
- width: 275px;
- height: 275px;
- border-radius: 100%;
- color: #FFF;
- box-sizing: border-box;
- padding: 40px;
- padding-top: 55px;
- border: 25px solid #ffffff !important;
- z-index: 25;
- }
- #send-message {
- position: absolute;
- left: 0;
- top: 50px;
- right: 0;
- margin: 0 auto;
- background-color: #FFF;
- text-align: center;
- text-transform: uppercase;
- font-weight: bold;
- letter-spacing: 1px;
- width: 75px;
- height: 75px;
- border-radius: 100%;
- padding-top: 20px;
- box-sizing: border-box;
- transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- -ms-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -webkit-transition: all .25s ease-in-out;
- }
- ul#actions {
- z-index: 5;
- position: absolute;
- left: -55px;
- bottom: -150px;
- right: 0;
- margin: 0 auto;
- text-align: center;
- width: 100px;
- height: 100px;
- }
- li#hobbies {
- margin-left: -5px;
- top: 25px;
- color: transparent;
- font-size: 0;
- z-index: -2;
- }
- ul#actions li a { display: block; }
- ul.navigation, ul.navigation li, ul.navigation li a {
- transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -webkit-transition: all .5s ease-in-out;
- }
- ul.navigation {
- position: fixed;
- left: 0;
- top: 25px;
- height: 25px;
- padding: 0;
- background-color: transparent;
- border: 0;
- font-weight: bold;
- letter-spacing: 1px;
- z-index: 5;
- }
- ul.navigation li {
- position: relative;
- float: none;
- margin-bottom: 15px;
- }
- ul.navigation a {
- padding-right: 25px;
- margin-right: 25px;
- display: block;
- height: 15px;
- background-color: #FFF;
- text-align: center;
- padding: 0;
- margin: 0;
- line-height: 15px;
- border-radius: 0 5em 5em 0;
- vertical-align: top;
- margin-top: -10px;
- font-size: 13px;
- font-family: Sacramento;
- text-align: right;
- }
- ul.navigation a:hover { margin-right: 0; }
- #bio strong {
- position: fixed;
- top: 225px;
- right: 0;
- left: 250px;
- bottom: 0;
- margin: auto;
- width: 300px;
- color: rgb(211, 201, 229);
- height: 50px;
- line-height: 50px;
- text-align: center;
- font-size: 50px;
- font-family: Sacramento;
- text-shadow: 0 0 5px #FFF, 0 2px 0 #FFF, 2px 0 2px #FFF, 2px 2px 2px #FFF;
- transform: rotate(-45deg);
- -o-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- -webkit-transform: rotate(-45deg);
- }
- #content:after, li#view-posts, li#view-topics, #comments,
- h1#logo, h2, li#likes, li#dislikes, #comments small { display: none; }
Add Comment
Please, Sign In to add comment