Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*--WIDTH ADJUSTMENT--*/
- #id_signature:hover {width:630px !important;}
- /*-- PANEL HEADERS TITLE --*
- This follow order from top to bottom
- --------------------------*/
- #column_2 .panel:nth-of-type(1) h2:after {content:'My Signature';}
- #column_2 .panel:nth-of-type(2) h2:after {content:'My Stalkers';}
- #column_2 .panel:nth-of-type(3) h2:after {content:'Chat Me Up';}
- #column_2 .panel:nth-of-type(4) h2:after {content:'Buy Me Stuff';}
- #column_2 .panel:nth-of-type(5) h2:after {content:'Sweet About Me';}
- #column_2 .panel:nth-of-type(6) h2:after {content:'My Avatar';}
- /*--PANELS SIDE DECO--*/
- #column_2 .panel:nth-of-type(1):before {
- background-image:
- background-position:right 0px center;
- background-size:auto 100%;
- }
- #column_2 .panel:nth-of-type(2):before {
- background-image:
- background-position:right 20px top 10px;
- background-size:auto 100%;
- }
- #column_2 .panel:nth-of-type(3):before {
- background-image:
- background-position:right 15px top 5px;
- background-size:auto 100%;
- }
- #column_2 .panel:nth-of-type(4):before {
- background-image:
- background-size:auto 110%;
- background-position: right 0px top 10px;
- }
- #column_2 .panel:nth-of-type(5):before {
- background-image:
- background-size: auto 100%;
- background-position: right 0px top 10px;
- }
- #column_2 .panel:nth-of-type(6):before {
- background-image:
- background-size: auto 100%;
- background-position:right 60px center;
- }
- /*--BACKGROUND --*/
- html, body {
- background:black url(https://s.ytimg.com/yts/img/channels/c4/default_banner-vfl7DRgTn.png);
- background-size:auto;
- background-position:center;}
- /*-- PANEL LINKS--*/
- .panel a {
- color:#91A3B0 !Important;
- text-shadow:0px 0px 3px #FFF:
- -webkit-transition:all 1s;
- transition:all 1s;
- }
- .panel a:hover {
- color:#D3D3D3 !Important;
- text-decoration:none;
- }
- /*MAIN CSS OVERRIDE */
- #columns {background:rgba(0,0,0,0.1);
- width:1px;
- margin:0px auto;
- top:50px;
- left:0px;
- float:none;
- position:relative;
- overflow:visible;
- background:transparent;
- }
- #columns .column {overflow:visible;margin:0px;
- padding:0px;}
- /*--media panel--*/
- #column_1 {position:absolute;margin:0px -50px;left:-200px;top:500px;width:400px;height:1px;
- z-index:300;}
- #column_1 .media_panel {
- background:transparent;
- position:absolute;
- bottom:0px;
- left:0px;
- padding:0px;
- width:100%;
- height:24px;
- overflow:hidden;
- margin:0px;
- transition:0.5s;
- }
- #column_1 .media_panel h2 {display:none;}
- #column_1 .media_panel:hover {
- height:250px;
- }
- #column_1 .media_panel object {
- position:absolute;
- height:250px;
- width:100%;
- bottom:0px;
- left:0px;}
- /*==main column==*/
- #column_2:before {display:block;
- content:'';
- width:10px;
- height:1px;transition:1s 5s;
- }
- #column_2:active:before {
- width:400px;
- transition:1s 0.1s;
- }
- #column_2 {margin-top:50px !important;position:relative;z-index:100;width:auto;height:1px;
- transform:translate(-50%,0);
- -webkit-filter:drop-shadow(0px 0px 5px rgba(5,5,5,1));
- filter:drop-shadow(0px 0px 5px rgba(5,5,5,1));
- left:200px;}
- #column_2:hover {
- left:0px;}
- #column_2 ul.buttons {display:inline;position:static;
- }
- #column_2 .panel {position:static;
- min-height:0px;
- max-height:0px;
- overflow:auto;
- margin:0px;
- width:10px;
- padding:0px 5px;
- border:solid transparent;
- border-width:0px 5px;
- transition:0.5s;
- background:rgba(25,25,25,0.6);
- _box-shadow:0px 0px 3px #000;
- border-radius:5px;
- color:white;
- }
- #column_2 .panel:nth-of-type(even) {float:right;}
- #column_2 .panel:hover {min-height:100px;
- max-height:350px;
- width:380px;
- padding:5px 5px;border-width:5px;
- margin:5px 0px;}
- #column_2 .panel:hover ~ .panel {width:380px;}
- #column_2:after, #column_2 .panel:before, #column_2 .panel:after {
- content:' ';
- display:block;
- position:absolute;
- top:-80px;
- left:-350px;
- margin:0px 0px;
- background:rgba(255,25,25,0);
- width:100%;
- padding:0px 350px;
- height:10px;
- z-index:-10;
- transition:height 0.1s 0s, opacity 0.1s 0s;
- opacity:0;
- background-repeat:no-repeat;
- background-position:right 30px center;
- background-size:auto 90%;}
- #column_2 .panel:nth-last-of-type(1):before {
- min-height:500px;
- opacity:1;
- }
- _form #columns *:after {
- display:none;}
- #column_2 .panel:hover ~ .panel:nth-last-of-type(1):before {
- min-height:0px;
- opacity:0;
- }
- #column_2:after, #column_2 .panel:after {
- z-index:1000;
- border-radius:999px;
- position:absolute;
- height:0px;
- width:0px;
- top:20px;
- left:-300px;
- margin:0px;
- padding:0px;}
- #column_2 .panel:hover:before {
- height:500px;
- opacity:1;
- }
- #column_2 .panel:hover:after {
- height:260px;
- width:260px;
- }
- #column_2 .panel:active:after {
- height:0px;
- transition:height 0s 0s, opacity 0.5s 0s;}
- #column_2:after {
- top:-100px;
- left:-350px;
- margin:0px;
- height:520px;
- width:730px;
- z-index:2000;
- transition:1s 9999s;
- border-radius:0px;
- }
- #column_1:hover ~ #column_2:after {
- height:0px;
- transition:1s 1s;
- }
- html body #columns #column_2:active:after {height:0px;
- transition:0s 0s;}
- /*== circle tabs==*/
- #column_2 h2 {position:absolute;
- left:-180px;top:160px;margin:0px;padding:0px;width:140px;height:140px;border-radius:0px 0px 999px 0px;
- overflow:hidden;
- transform-origin:0 0;
- pointer-events:none;
- background:transparent;
- font-size:0px;
- transition:0.3s;
- }
- #column_2 .panel:nth-of-type(1) h2 {transform:rotate(-90deg);}
- #column_2 .panel:nth-of-type(2) h2 {transform:rotate(-30deg);}
- #column_2 .panel:nth-of-type(3) h2 {transform:rotate(30deg);}
- #column_2 .panel:nth-of-type(4) h2 {transform:rotate(90deg);}
- #column_2 .panel:nth-of-type(5) h2 {transform:rotate(150deg);}
- #column_2 .panel:nth-of-type(6) h2 {transform:rotate(210deg);}
- #column_2 .panel:hover h2 {
- padding:10px;
- z-index:150;}
- #column_2 h2:before {content:'';position:absolute;display:block;
- width:100%;
- height:100%;top:0;left:0;
- pointer-events:auto;
- transform:rotate(-30deg);
- transform-origin:0 0;
- background:rgba(50,50,50,0.5);
- border-radius:0px 0px 350px 0px;
- z-index:80;
- box-shadow:inset 30px 30px 100px -70px #FFF;}
- #column_2 .panel:hover h2:before {
- background:rgba(90,90,90,0.5);
- }
- _#column_2 .panel:nth-of-type(n+4) h2:before {
- background:rgba(20,20,20,0.5);
- }
- #column_2 .panel:hover h2:before {
- z-index:280;}
- #column_2 h2:after {
- font-size:14px;
- font-weight:100;
- font-family:'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
- text-transform:none;
- display:block;
- position:absolute;
- top:-2px;
- left:15px;
- transform-origin:left;
- font-variant:small-caps;
- line-height:15px;
- height:20px;
- width:117px;
- padding:0px 0px;
- text-align:center;
- transform:rotate(30deg);
- z-index:90;
- text-shadow:0px 0px 2px #BBF, 0px 0px 5px #BBF;
- background:transparent;}
- #column_2 .panel:nth-of-type(n+4) h2:after {
- left:116px;
- top:56px;
- transform:rotate(210deg);
- _color:black;
- }
- #column_2 .panel:hover h2:after {
- z-index:290;
- text-shadow:0px 0px 5px #FBB, 0px 0px 5px #FBB;}
- /*--bottom tabs--*/
- #column_3 {display:block;
- position:fixed;
- left:25px;
- top:50%;
- margin:-150px 0px !important;
- width:300px;
- height:0px;
- font-size:0px;
- z-index:4000;
- pointer-events:none;
- }
- #column_3 .panel {
- pointer-events:auto;background:rgba(255,255,255,0.8);padding:0 5px; margin:0 0 30px 0;height:auto;min-height:0px;max-height:0px;overflow:auto;transition:all 0.5s;border:solid transparent;border-width:0px 5px;position:static;border-radius:5px;box-shadow:0px 0px 3px #000;}
- #column_3 .panel:hover {max-height:300px;min-height:120px;border-width:5px 5px 10px 5px;
- padding:5px 5px;}
- #column_3 .panel h2 {position:absolute;left:0px;top:0px;margin:0px;
- height:22px;width:134px;text-align:center;padding:3px 5px;border:3px solid white;box-shadow:0px 0px 3px #000;border-radius:10px 10px 0px 0px;background:rgba(30,30,30,0.7);text-transform:none;font-variant:small-caps;font-size:12px;
- transform:rotate(90deg);transform-origin:0 0;}
- #column_3 .panel:nth-of-type(2) h2 {
- left:190px;}
- #column_3 .panel:nth-of-type(3) h2 {
- left:360px;}
- #column_3 .panel:nth-of-type(4) h2 {
- left:530px;}
- /*---IMAGE VIEWER - ART GALLERY---*/
- a[href*='imgviewer.kproject'] + div[style*='center'] {
- display:block;
- position:relative;
- height:auto;
- width:358px;
- border:dotted 1px white;
- background:rgba(250,250,250,0.4);
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler-wrapper {
- position:relative;
- width:100%;
- height:auto;
- top:0px;
- left:0px;
- min-height:30px;
- padding:0px;
- -webkit-transition:all 1s;
- transition:all 1s;
- float:right;
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler {
- display:block !important;
- border:none !important;
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler img {
- max-width:100% !important;
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler-title {
- position:absolute;
- top:0px;
- right:0px;
- width:50%;
- height:20px;
- background:rgba(25,25,25,0.5);
- overflow:hidden;
- opacity:0;
- -webkit-transition:all 0.3s;
- transition:all 0.3s;
- }
- a[href*='imgviewer.kproject'] + div[style*='center']:hover .spoiler-hidden .spoiler-title,
- a[href*='imgviewer.kproject'] + div[style*='center']:hover .spoiler-revealed:nth-of-type(1) .spoiler-title {
- opacity:1;
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler-title:before {
- content:'Next Image';
- position:absolute;
- display:block;
- width:100%;
- left:0px;
- top:0px;
- color:white;
- font-size:12px;
- text-align:center;
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] button {
- position:absolute;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- opacity:0;
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler-revealed {
- margin-top:-20px;
- margin-bottom:20px;
- height:0px;
- border:none 0px !important;
- min-height:0px;
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler-revealed img {
- height:0px !important;
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler-hidden ~ *, a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler-hidden ~ * * {
- opacity:0;
- height:0px;
- min-height:0px;
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler-wrapper:nth-last-of-type(1) .spoiler-title {
- display:none;
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler-revealed .spoiler-title {
- left:0px;
- right:auto;
- top:20px;
- z-index:10;
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .spoiler-revealed .spoiler-title:before {
- content:'Previous image';
- }
- a[href*='imgviewer.kproject'] + div[style*='center'] .bbcode-swap-blocked-image {
- margin-top:25px;
- }
- /*------------------------------------*
- USER STATUS BOX CONTROL
- *------------------------------------*/
- .forum_userstatus {
- margin:0px auto 0px auto !important;
- padding:3px 2px 5px 2px !important;
- text-decoration:none !important;
- border:0px rgba( 205, 205, 205, 0.5 ) solid;
- border-radius:5px;
- background:none !important;
- }
- #avatar_menu {
- position:absolute;
- z-index:5050;
- background:rgba(255,240,240,0.9);
- }
- .online, .offline {
- color:white !important;
- }
- #avatar_menu, .forum_userstatus {
- box-shadow:0px 0px 12px #FFFFFF inset, 0px 0px 24px #FFFFFF inset;
- width:145px;
- }
- .forum_userstatus .statuslinks {
- background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAAaVBMVEX///8AAAAAAAAAAAD////9/f0AAAAAAAAAAABfX1/////6+vp+fn7////////9/f3///+bm5v///////////99fX319fX////8/Pz8/Pz///+5ubn9/f2dnZ38/Py4uLj///8AAAC2traxXVsaAAAAI3RSTlMAAAgNGLwSBxlKPrhXK1O2HGUCITZWFrC+thByu2S9cwUGc9YpLywAAABKSURBVHheHcZFAoQwAMDA1KijLqv/fySUXCaIQdyNPdoEqLcZm96hjv4HKq3RS+CrJi930EurZD419mjabF4W3KcxXQXg/sXniheVvgMct5vtUQAAAABJRU5ErkJggg==);
- background-position:right center;
- background-repeat:no-repeat;
- }
- #avatar_menu li {
- width:0px !important;
- overflow:visible !important;
- text-wrap: none;
- background:rgba(205, 205, 255, 0.7) !important;
- transition:width 0.5s;
- -moz-transition:width 0.5s;
- -webkit-transition:width 0.5s;
- -o-transition:width 0.5s;
- }
- #avatar_menu li:hover {
- width: 100% !important;
- }
- #avatar_menu li a{
- display:block !important;
- width:200px !important;
- overflow:visible !important;
- text-wrap: none; /*--- future CSS draft ---*/
- color:#88F !important;
- text-decoration:none !important;
- }
- #avatar_menu li a:hover{
- background:none !important;
- }
- /*========================*
- GAIA HEADER CONTROL
- *========================*/
- #gaia_header {
- pointer-events:auto;
- padding-bottom:5px;
- overflow-x:visible;
- overflow-y:visible;
- font-family:arial !important;
- font-weight:bold;
- letter-spacing:1px;
- font-size:10px !important;
- width:100%;
- min-width:1000px !important;
- min-height:22px;
- -moz-transition:opacity 0.3s, background-color 0.4s;
- -webkit-transition:opacity 0.3s, background-color 0.4s;
- -o-transition:opacity 0.3s, background-color 0.4s;
- transition:opacity 0.53, background-color 0.4s;
- z-index:9000;
- position:relative;
- margin:auto;
- box-shadow: inset 0px 14px 24px -24px #000, inset 0px 14px 24px -24px #000, 0px 0px 3px #000;
- background:rgba(255,255,255,0.2);
- }
- #gaia_header a{
- display:inline;
- height:24px;
- color:white !important;
- font-weight:normal;
- font-size:11px;
- font-variant:small-caps;
- letter-spacing:1px;
- font-family:comic sans ms;
- -moz-transition:all 0.5s;
- -webkit-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- text-decoration:none;
- line-height:24px;
- text-shadow:0px 0px 8px #666, 0px 0px 9px #666;
- }
- #gaia_header a:hover{
- color:#F77 !Important;
- text-shadow:0px 0px 8px #FFF, 0px 0px 9px #FFF;
- text-decoration:none !important;
- }
- #header_left li.spacer+li a:hover {
- box-shadow:none;
- }
- #header_left, #header_right {
- line-height:23px !important;
- width:auto !Important;
- background:none transparent !Important;
- padding:0px 5px 5px 5px ;
- }
- #header_left {
- -o-transition:all 1s;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- float:left;
- margin-left:0px;
- border-radius:0px 0px 5px 0px;
- }
- #header_right {
- -o-transition:all 1s;
- -webkit-transition: all 1s;
- -moz-transition: all 1s;
- transition: all 1s;
- float:right;
- margin-right:0px;
- right:0px!important;
- position:absolute !important;
- border-radius:0px 0px 0px 5px;
- }
- #header_right li {
- margin:0px 3px 0px 0px;
- }
- #header_left li.spacer+li {
- background-image:url(http://s.cdn.gaiaonline.com/images/gaia_global/gaia_header/br_gaia_logo_header.png);
- background-size:47px auto !important;
- background-position:10px 1px;
- background-repeat:no-repeat;
- display:inline-block !important;
- width:47px !important;
- height:23px !important;
- -webkit-transition:all 0.5s;
- transition:all 0.5s;
- padding:0px 10px 0px 10px;
- line-height:23px;
- position:relative;
- top:-2px;
- left:-5px;
- background-color:rgba(0,0,0,0.3);
- border-radius:0px 0px 10px 10px;
- }
- #header_left li.spacer+li:hover {
- background-color:rgba(0,0,0,0.8) !important;
- }
- #header_left li a img {
- opacity:0 !important;
- }
- #gaia_header #header_left, #gaia_header #header_right {
- color:transparent;
- }
- /*----patches----*/
- .premium_sparkle, #avatar_menu+div+div, noscript+script+script+noscript+div[style*='display']~div {
- display:none;
- }
- #id_wishlist .item {position:relative;}
- .mask {
- z-index:1000 !important;
- }
- Kproject Kill code {
Advertisement
Add Comment
Please, Sign In to add comment