Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style> /* main code */
- body {
- background: url(http://41.media.tumblr.com/627f496983dfe79e3e1d7cbf678d9abe/tumblr_n5t67uIrMZ1r842qfo1_500.png) fixed;
- background-size: cover;
- }
- </style>
- <style>
- #admin_menu {
- font-size: 10pt;
- }
- #profile_right .windowbg {
- background: white;
- width: 500px;
- border: black;
- border-radius: #px;
- color: black;
- font-family: consolas;
- opacity: .80;
- margin-bottom: 5px;
- margin-left: 1px;
- }
- #profile_right .bbc_standard_quote {
- background: white;
- color: black;
- border: solid;
- border-radius: 20px;
- }
- div.quoteheader {
- color: black;
- font-family: consolas;
- }
- div.spoilerheader input {
- background: white;
- color: black;
- border: solid;
- border-radius: #px;
- font-family: consolas;
- }
- background: white;
- color: black;
- border: solid;
- border-radius: #px;
- font-family: consolas;
- }
- ul#menu_nav {
- position: relative;
- top: 0;
- right: 0;
- left: 0;
- margin: 0;
- display: block;
- padding: 8px 0 0 10px;
- width: 400px;
- height: 50px;
- background: white;
- color: black;
- border: solid;
- border-radius: #px;
- font-family: consolas;
- }
- ul#menu_nav li, ul#menu_nav li a {
- display: inline-block;
- float: none;
- }</style>
- <style>
- /* avvie thing */
- #profile_left .windowbg {
- background: transparent;
- font-size: 0px;
- border-radius: 1px 1px 1px 1px;
- color:transparent;
- border: none;
- position: relative;
- margin-left: -100px;
- z-index: 1;
- }
- .profile_rp_user_info img {
- display: block;
- margin: 5px auto 0;
- max-height: 50px;
- max-width: 50px;
- padding: 0;
- background: black;
- border: 1px solid white;
- border-radius: 1px 1px 1px 1px;
- -webkit-border-radius: 11px;
- -moz-border-radius: 11px;
- border-radius: 5px;
- }
- .avatar {
- border: solid white 1pt;;
- border-radius: 100px 100px 100px 100px;
- width: 100pt;
- height: 100pt;
- opacity: .90;
- margin-top: -10%;
- margin-left: 250%;
- z-index: 2;
- }
- img:hover {
- opacity: 1;
- }
- </style>
- <style>
- /* hyperlinks */
- a:visited,a:link {
- color: lightblue;
- text-decoration: none;
- font-family: consolas;
- }
- a {
- text-decoration:none;
- -webkit-transition:all 1.0s linear;
- -moz-transition:all 1.0s linear;
- -o-transition:all 1.0s linear;
- transition:all 1.0s linear;
- color:{color:link};
- }
- a:hover {
- letter-spacing: 2pt;</style>
- <style> /* drop down menus */
- li a.firstlevel span.firstlevel, span.firstlevel, .dropmenu li a.active, .dropmenu li a.active span.firstlevel {
- background: transparent;
- color: black;
- border: none;
- }
- .dropmenu li li a:hover, .dropmenu li li:hover, .dropmenu li li:hover ul, .dropmenu li:hover ul{
- background: white;
- color: black;
- border: none;
- opacity: .80;
- }
- .dropmenu li li.additional_items {
- background: transparent;
- color: black;
- border : none;
- }
- .dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel, #lightbox_backdrop {
- background: transparent;
- }
- .dropmenu li:hover a.firstlevel span.firstlevel {
- background: white;
- color: black;
- border-radius: 1px;
- border: none;
- opacity: .80;
- }
- .dropmenu li a.firstlevel span.firstlevel {
- padding: 0px 0px 0px 0px;
- }
- .dropmenu li:hover a.firstlevel span.firstlevel {
- background: transparent;
- border: none;
- border-radius: 1px;
- }
- .dropmenu li *, div#up_pictures, div#up_pictures:hover, div#forumposts, div#forumposts a:hover {
- color: black;
- }
- #main_menu .dropmenu li li a:hover, #main_menu .dropmenu li li:hover a {
- background: transparent;
- color: black;
- border: none;
- border-radius: 15px;
- text-decoration : none;
- }
- .dropmenu li li, #main_menu .dropmenu li li {
- border-left : none;
- border-right : none;
- }</style>
- <style> /* removed */
- .newsDiv, .userinfo, #header, div#up_pictures, img#menu_toggle, #up_interests, p, #profile_left .catbg, .cat_bar, .catbg77, div.cat_bar, .navigate_section, #profile_rp_sidebar, .pagesection, div#up_pictures_summary, li.copyright, ul#menu_nav, img#menu_toggle, #profile_rp_topic_container, #up_pictures, div#profile_success.windowbg, div#profile_success, .signature, .newsDiv, .userinfo, center, a img, img.gender, #profile_right .catbg, .cat_bar, .catbg77, #forumposts, #up_summary .creator dd, span.smalltext, .windowbg2 {
- display: none;
- }</style>
- <style>
- /*BW hover*/
- img {
- -webkit-filter: grayscale(100%);
- z-index: -9999999999999999999999999px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- img:hover {
- -webkit-filter: grayscale(0%);
- z-index: -9999999999999999999999999px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- </style>
- <style>
- /*SCROLLBAR*/
- ::-webkit-scrollbar-thumb:vertical {
- background: #000;
- background-image:url(http://static.tumblr.com/aegsbm3/Tfamxykq2/lines.png);
- border: 2px solid #000;
- height: 60px;
- }
- ::-webkit-scrollbar-thumb:vertical:hover {
- background: #000;
- background-image:url(http://static.tumblr.com/aegsbm3/Tfamxykq2/lines.png);
- border: 2px solid #000; }
- ::-webkit-scrollbar {
- height: 10px;
- width: 10px;
- background: #000;
- }
- ::-webkit-scrollbar-corner {
- background-color:#000;
- color:#000;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#000;
- }
- </style>
- <div style="text-align:center;"><span style="color: white;"><span style="font-size: xx-small;"><a href="http://warriorcatsrpg.com/index.php?action=profile;u=180448" title="coded by lightsy"><b>camp by lightsy</b></a></span></span></div>
RAW Paste Data