Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link href="styles.css" rel="stylesheet" media="all and (max-width: 1024px)">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='http://fonts.googleapis.com/css?family=Roboto:300italic,400,300' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/3dkvxpf/Bcjnhguey/normalize.css">
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/3dkvxpf/SUanhud91/component.css">
- <!--
- theme - 22
- all theme rules apply
- don't steal its not cool
- be fucking original
- --------
- The tags and ask box section are located at the very bottom of the theme! Be sure to fill them out if you're going to be using them!
- -->
- <meta name="image:Background Image" content="http://static.tumblr.com/3dkvxpf/amondaiws/5225969324_033c224445_b.jpg"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#ffffff"/>
- <meta name="color:Blog Title" content="#000000"/>
- <meta name="color:Nav Link" content="#ffffff"/>
- <meta name="color:Nav Link Hover" content="#ffffff"/>
- <meta name="color:Solid Sidebar" content="#eeeeee"/>
- <meta name="color:Scrollbar" content="#eeeeee"/>
- <meta name="color:Gradient 1" content="#eeeeee"/>
- <meta name="color:Gradient 2" content="#b8b8b8"/>
- <meta name="if:White Icons" content="1">
- <meta name="if:Music Player" content="1">
- <meta name="if:Askbox" content="1">
- <meta name="if:Tags" content="1">
- <meta name="if:Grayscale" content="0">
- <meta name="if:Hidden Captions" content="0"/>
- <meta name="if:Lazy Load" content="0">
- <meta name="if:Image Fade" content="1">
- <meta name="if:Fade Content" content="0">
- <meta name="select:Player Color" content="black" title="Black">
- <meta name="select:Player Color" content="grey" title="Grey">
- <meta name="select:Background image" content="bg-cover" title="Full screen">
- <meta name="select:Background image" content="bg-pattern" title="Pattern">
- <meta name="select:Background image" content="bg-gradient" title="Gradient">
- <meta name="select:Background image" content="bg-none" title="None">
- <meta name="text:Music Code" content="Paste your music code here!" />
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1 Title Hover" content="hover" />
- <meta name="text:Link 1 Title" content="link" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2 Title Hover" content="hover2" />
- <meta name="text:Link 2 Title" content="link2" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3 Title Hover" content="hover3" />
- <meta name="text:Link 3 Title" content="link3" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4 Title Hover" content="hover4" />
- <meta name="text:Link 4 Title" content="link4" />
- <!--CSS customization here. -->
- <style type="text/css">
- #s-m-t-tooltip{
- padding:4px 9px;
- position:absolute;
- margin: 20px 25px;
- padding:10px 20px;
- font-size:8px;
- font-family: 'Consolas', sans-serif;
- box-shadow:3px 3px rgba(0, 0, 0, 0.1);
- z-index: 99999999999;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:Nav Link};
- background:{color:solid sidebar};}
- ::-webkit-scrollbar-thumb {background:{color:Scrollbar};}
- ::-webkit-scrollbar{width: 4px;}
- ::-webkit-scrollbar-track {background:{color:Solid Sidebar};
- }
- /* LAYOUT BASICS */
- blockquote {
- border-left:1px solid #222;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:5px;
- margin-left:5px;}
- body {
- background:{color:background};
- color:{color:text};
- font-family: 'consolas', sans-serif;
- font-size:10px;
- letter-spacing:1px;
- font-size:9px;
- overflow-x:hidden;
- width:100%;
- text-align:justify;
- margin:0;
- line-height:1.3em;}
- ::selection {
- background-color:{color:gradient 2};
- color:black;}
- .bg-none {
- background:{color:background};}
- .bg-cover {
- background: url({image:Background Image})
- no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;}
- .bg-pattern {
- background: url({image:Background Image});
- background-repeat:repeat;
- background-attachment: fixed; }
- .bg-gradient {
- background: {color:Gradient 1}; /* Old browsers */
- background: -moz-linear-gradient(top, {color:Gradient 1} 0%, {color:Gradient 2} 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,{color:Gradient 1}), color-stop(100%,{color:Gradient 2})); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* IE10+ */
- background: linear-gradient(to bottom, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{color:Gradient 1}', endColorstr='{color:Gradient 2}',GradientType=0 ); /* IE6-9 */
- background-attachment: fixed;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;}
- a:hover {
- color:{color:link};
- cursor:help;
- text-decoration:none;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;}
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:10px;}
- big {
- font-size:12px;}
- pre{
- background:{color:background};
- padding:10px;
- color:{color:text};
- font-family: 'consolas', sans-serif;
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:1px;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;}
- code{
- text-transform:lowercase;
- font-style:italic;
- }
- b,strong{
- font-weight:600;
- color:{color:text};
- }
- em,i{
- font-style:italic;
- color:{color:text};
- }
- strike{
- text-decoration: line-through;
- }
- #title {
- font-family:'Roboto' sans-serif;
- text-shadow:0px 0px 3px {color:text};
- color:{color:text};
- text-transform:uppercase;
- font-style:italic;
- letter-spacing:1px;
- text-align:justify;
- font-size:13px;
- line-height:1.4em;
- font-weight:800;
- padding:10px;
- }
- li{
- line-height:1.5em;
- }
- /*Pagination*/
- #pagination {
- text-align:center;
- margin:0 auto;
- margin-bottom:50px;
- width:auto;
- word-spacing:10px;
- width:250px;
- margin-left:20px;}
- #pagination a{
- color:{color:Link};
- text-shadow:0px 0px 3px {color:Link};
- margin-top:-35px;
- margin-left:-8px;
- padding:5px;
- text-transform:uppercase;
- font-size:12px;
- font-family:'Roboto', sans-serif;
- }
- #pagination a:hover{
- color:{color:hover};
- text-shadow:0px 0px 3px {color:hover};
- }
- /*Container*/
- #con {
- left:50%;
- margin-left:-193px;
- position:absolute;
- }
- /*sidebar*/
- #half{
- width:100%;
- position:relative;
- padding:20px;
- text-align:center;
- background:{color:Solid Sidebar};
- }
- #half:hover #desc{
- opacity:1;
- margin-top:2px;
- -webkit-transition: all 1.3s ease;
- -moz-transition: all 1.3s ease;
- -o-transition: all 1.3s ease;
- -ms-transition: all 1.3s ease;
- transition: all 1.3s ease;
- }
- #desc{
- opacity:0;
- margin:0 auto;
- width:320px;
- padding:6px;
- margin-top:-30px;
- text-align:center;
- font-size:9px;
- text-transform:none;
- font-family:'consolas' Sans-Serif;
- color:{color:Nav Link};
- -webkit-transition: all 1.3s ease;
- -moz-transition: all 1.3s ease;
- -o-transition: all 1.3s ease;
- -ms-transition: all 1.3s ease;
- transition: all 1.3s ease;
- }
- #desc a{
- color:{color:Nav Link};
- }
- #bt{
- margin:0 auto;
- width:200px;
- padding:9px 0;
- font-weight:800;
- text-align:center;
- vertical-align:center;
- text-shadow:0px 0px 3px {color:Blog Title};
- color:{color:Blog Title};
- font-family: 'Roboto', sans-serif;
- text-transform:uppercase;
- border-bottom:1px solid {color:Title};
- }
- #bt a{
- color:{color:Blog Title};
- font-size:20px;
- }
- #nav{
- padding-top:10px;
- margin:0 auto;
- vertical-align:center;
- z-index:9;
- }
- #nav li{
- display:inline-block;
- list-style:none;
- background:{color:Solid Sidebar};
- margin-bottom:3px;
- letter-spacing:1px;
- font-size:8px;
- padding:0 7px;
- text-transform:uppercase;
- -webkit-transition: all 1.3s ease;
- -moz-transition: all 1.3s ease;
- -o-transition: all 1.3s ease;
- -ms-transition: all 1.3s ease;
- transition: all 1.3s ease;
- }
- #nav li a{
- color:{color:Nav Link};
- }
- #nav li:hover a{color:{color:Nav Link Hover}; letter-spacing:2px;}
- /*Posts*/
- #entries{
- width:250px;
- margin-top:50px;
- margin-left:70px;
- }
- .posts {
- background:{color:background};
- width:250px;
- box-shadow:7px 7px rgba(0, 0, 0, 0.1);
- padding:20px 20px 14px;
- {block:IndexPage}
- margin-bottom:150px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:75px;
- {/block:PermalinkPage}
- border:1px solid {color:Solid Sidebar};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;}
- #photo-set{
- width:250px!imporant;
- }
- #photo-set img{
- width:250px!important;
- }
- #vids{
- width:250px;
- }
- .video-player iframe {
- max-width: 100%;
- height: auto;}
- .video-player iframe {
- width:250px;
- }
- {block:IfGrayscale}
- .posts img{
- -webkit-filter: grayscale(100%);
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- -ms-transition-duration: 1s;
- }
- .posts:hover img{
- -webkit-filter: grayscale(0%);
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- -ms-transition-duration: 1s;
- z-index: 2px;
- }
- .html_photoset {
- -webkit-filter: grayscale(100%);
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- -ms-transition-duration: 1s;
- }
- .posts:hover .html_photoset:hover{
- -webkit-filter: grayscale(0%);
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- -ms-transition-duration: 1s;
- z-index: 2px;
- }
- {/block:IfGrayscale}
- {block:ifImageFade}
- .posts img{
- opacity:0.6;
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- -ms-transition-duration: 1s;
- }
- .posts:hover img{
- opacity:1;
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- -ms-transition-duration: 1s;
- z-index: 2px;
- }
- .html_photoset {
- opacity:0.6;
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- -ms-transition-duration: 1s;
- }
- .posts:hover .html_photoset:hover{
- opacity:1;
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- -ms-transition-duration: 1s;
- z-index: 2px;
- }
- {/block:ifImageFade}
- .posts img, .posts li, .posts blockquote {max-width: 100%;}
- .caption {width:100%;margin-top:10px;}
- .rules{
- background:{color:Solid Sidebar};
- color:{color:Nav Link};
- padding:10px;
- font-family:'consolas' sans-serif;
- text-transform:lowercase;
- letter-spacing:1px;
- line-height:1.5em;
- font-size:9px;;
- text-align:center;
- border-bottom:1px solid {color:blog title};
- }
- .rules a{
- color:{color:title};
- }
- .rue{
- font-size:12px;
- padding:6px;
- text-align:justify;
- color:{color:title};
- font-family: 'Roboto', sans-serif;
- font-weight:none;
- font-style:italic;
- text-transform:uppercase;
- }
- .thepopup{
- display: none;
- padding-bottom: 50px;
- padding-left: 40px;
- padding-right: 40px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- color:{color:text};
- font-family:consolas;
- text-align:justify;
- font-size:10px;
- line-height:112%;
- height:600px;
- z-index: 99999999999999999999999999999999999999999999;
- }
- *html #fade {
- position: absolute;
- }
- *html .thepopup {
- position: absolute;
- }
- #fade {
- display: none;
- position: fixed; left: 0; top: 0; width: 100%; height: 100%;
- opacity: 1;
- z-index: 9999;}
- .bg-none #fade{
- background:{color:background};}
- .bg-cover #fade{
- background: url({image:Background Image})
- no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;}
- .bg-pattern #fade{
- background: url({image:Background Image});
- background-repeat:repeat;
- background-attachment: fixed; }
- .bg-gradient #fade{
- background: {color:Gradient 1}; /* Old browsers */
- background: -moz-linear-gradient(top, {color:Gradient 1} 0%, {color:Gradient 2} 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,{color:Gradient 1}), color-stop(100%,{color:Gradient 2})); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* IE10+ */
- background: linear-gradient(to bottom, {color:Gradient 1} 0%,{color:Gradient 2} 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{color:Gradient 1}', endColorstr='{color:Gradient 2}',GradientType=0 ); /* IE6-9 */
- background-attachment: fixed;
- }
- img.btn_close {
- width:40px;
- float: right;
- margin-top:30px;
- margin-left:220px;
- padding:10px;
- position:absolute;
- z-index:1;
- {block:ifWhiteIcons}
- -webkit-filter: invert(100%);
- {/block:ifWhiteIcons}
- {block:ifnotWhiteIcons}
- -webkit-filter: invert(0%);
- {/block:ifnotWhiteIcons}
- -webkit-transition: all .6s ease;
- -moz-transition: all .6s ease;
- -o-transition: all .6s ease;
- -ms-transition: all .6s ease;
- transition: all .6s ease;
- }
- img.btn_close:hover{
- {block:ifWhiteIcons}
- -webkit-filter: invert(0%);
- {/block:ifWhiteIcons}
- {block:ifnotWhiteIcons}
- -webkit-filter: invert(100%);
- {/block:ifnotWhiteIcons}
- -webkit-transition: all .6s ease-out;
- -moz-transition: all .6s ease-out;
- -o-transition: all .6s ease-out;
- -ms-transition: all .6s ease-out;
- transition: all .6s ease-out;
- }
- #main-date{
- margin-left:-110px;
- width:900px;
- float:center;
- position:absolute;
- padding-top:52px;
- margin-bottom:50px;
- }
- #main-update{
- margin-left:-110px;
- width:900px;
- float:center;
- position:absolute;
- padding-top:50px;
- margin-bottom:50px;
- }
- .update{
- background:{color:Solid Sidebar};
- margin-top:50px;
- text-align:center;
- margin-right:20px;
- padding:20px;
- height:210px;
- width:190px;
- float:left;
- box-shadow:7px 7px rgba(0, 0, 0, 0.1);
- }
- .update a{
- color:{color:Nav Link};
- }
- .update-2{
- background:{color:Solid Sidebar};
- margin-top:50px;
- text-align:center;
- margin-right:20px;
- padding:20px;
- height:200px;
- width:190px;
- overflow-y:scroll;
- overflow-x:hidden;
- float:left;
- box-shadow:7px 7px rgba(0, 0, 0, 0.1);
- }
- .update-2 a{
- color:{color:Nav Link};
- }
- .update-info{
- background:{color:Solid Sidebar};
- color:{color:Nav Link};
- padding:10px;
- font-family: 'consolas', sans-serif;
- text-transform:lowercase;
- line-height:1.4em;
- font-size:9px;
- padding:5px;
- }
- .update-info a{
- color:{color:Nav Link};
- }
- .tag-info{
- padding:10px;
- font-family:consolas;
- text-transform:uppercase;
- line-height:2em;
- letter-spacing:1px;
- font-size:8px;
- display:inline-block;
- }
- .tag-info a{
- display:inline-block;
- padding:5px 10px;
- width:150px;
- background:{color:Solid Sidebar};
- color:{color:Nav Link};
- margin-bottom:15px;
- border-left:2px solid {color:title};
- border-bottom:2px solid transparent;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- .tag-info a:hover{
- color:{color:title};
- text-shadow:0px 0px 2px {color:title};
- border-bottom:2px solid {color:blog title};
- border-left:2px solid transparent;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- .update-info a:hover{
- color:{color:Nav Link Hover};
- }
- .update-info i{
- font-size:8px;
- padding:1px;
- color:{color:nav link};
- }
- .update-title{
- font-weight:800;
- text-align:center;
- vertical-align:center;
- text-shadow:0px 0px 3px {color:Blog Title};
- padding:6px 0;
- color:{color:Blog title};
- font-family: 'Roboto', sans-serif;
- text-transform:uppercase;
- border-bottom:1px solid {color:Blog Title};
- font-size:10px;
- margin-bottom:20px;
- }
- #main-date-3{
- margin-left:-180px;
- width:900px;
- float:center;
- position:absolute;
- padding-top: 40px;
- margin-bottom:50px;
- }
- .update-3{
- background:{color:solid sidebar};
- margin-top:80px;
- text-align:center;
- margin-right:10px;
- margin-bottom:-32px;
- overflow-y:scroll;
- overflow-x:hidden;
- padding:20px;
- height:375px;
- width:390px;
- float:left;
- border-radius:3px;
- box-shadow:7px 7px rgba(0, 0, 0, 0.1);
- }
- .about-p{
- text-align:justify;
- line-height:1.4em;
- font-size:11px;
- padding:10px;
- margin-top:15px;
- color:white;
- overflow:hidden;
- }
- .button{
- margin:0 auto;
- text-align:center;
- float:center;
- }
- /*Quote*/
- #ink{
- font-family:'Roboto' sans-serif;
- text-shadow:0px 0px 3px {color:title};
- color:{color:title};
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- font-size:13px;
- line-height:1.4em;
- font-weight:800;
- padding:10px;
- }
- #ink a{
- text-shadow:0px 0px 3px {color:title};
- color:{color:title};
- }
- #ink-source a{
- color:{color:text};
- }
- #ink-source {
- text-align:center;
- font-style:none;
- font-weight:none;
- text-transform:uppercase;
- margin-top:5px;
- font-size:8px;
- font-family: 'consolas', sans-serif;;
- margin-bottom:20px;}
- /*audio*/
- .tracks{
- margin-bottom:1px;
- width:90px;
- padding:9px 4px;
- margin-left:5px;
- margin-top:2px;}
- .player iframe {
- width: 30px;
- height: 30px;}
- .black .white,
- .black .grey { display: none;}
- .white .black,
- .white .grey { display: none;}
- .grey .white,
- .grey .black { display: none;}
- .black .player_container { background: #000;}
- .black .player_wrap { background-color: rgba(0,0,0,0.8); }
- .grey .player_container { background: #e4e4e4;}
- .grey .player_wrap { background-color: rgba(228, 228, 228, 0.8); }
- .black .tracks { background: #000; color:white;}
- .black .tracks { background-color: rgba(0,0,0,0.8);color:white;}
- .grey .tracks { background: #e4e4e4;}
- .grey .tracks { background-color: rgba(228, 228, 228, 0.8); }
- .audio {
- position: relative;
- margin-bottom:20px;
- margin-top:10px;
- margin-left:10px;
- }
- .player-art {
- position: relative;
- vertical-align: top;
- margin-left:5px;
- width: 112px;
- height: 112px;
- margin-top:13px;
- }
- .player-art img { width: 112px; }
- img.album { position: absolute; z-index: 2;}
- img.default { position: absolute; z-index: 1; }
- .player-wrap {
- position: relative;
- width: 95px;
- display: inline-block;
- left: 0;
- }
- ol.audioinfo {
- list-style-type: none;
- width: auto;
- margin-left:10px;
- margin-top:4px;
- padding:0;
- z-index: 10;
- position: relative;
- display: inline-block;
- vertical-align: top;
- line-height: 1.38em;
- text-transform:uppercase;
- font-family:'Roboto'sans-serif;
- font-size:8px;
- letter-spacing:1px;
- }
- .player {
- width: 30px; height: 30px;
- overflow: hidden;
- margin: -14px 0 0 -14px;
- padding: 0px;
- position: absolute;
- top: 50%;
- left: 50%;
- }
- .player_container {
- z-index: 11;
- opacity: 0.3; filter: alpha(opacity=30);
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out ;
- -ms-transition: all 0.2s ease-in-out;
- }
- .player_wrap {
- z-index: 9;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out ;
- -ms-transition: all 0.2s ease-in-out; }
- .player_container, .player_wrap {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 50px; height: 50px;
- margin-top: -20px;
- margin-left: -13px;
- -moz-border-radius:50px;
- -webkit-border-radius:50px;
- border-radius: 50px; }
- .player_container:hover{
- opacity:1;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out ;
- -ms-transition: all 0.2s ease-in-out;
- }
- /* Asks */
- .ques {
- margin-bottom:10px;
- text-transform:uppercase;
- font-weight:300;
- font-family:'Roboto'sans-serif;
- letter-spacing:1px;
- color:{color:text};
- padding:10px;
- line-height:13px;
- }
- .ques a{
- color:{color:link};
- }
- .who {
- padding:10px;
- color:{color:text};
- text-align:left;
- border-bottom:1px solid #878;
- font-style:italic;
- font-size:8px;
- }
- .who a{
- color:{color:link};}
- .answer {
- margin-top:10px;
- padding:10px;
- letter-spacing:1px;
- text-transform:lowercase;
- font-family:'Consolas'sans-serif;
- text-align:justify;
- font-size:9px;
- color:{color:text};
- letter-spacing:1px;}
- .answer li{
- list-style:none;
- }
- .answer a{
- color:{color:link};
- font-style:italic;
- }
- /*Chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- /*Permalink and notes*/
- .infos {
- width:288px;
- position:absolute;
- margin-top:14px;
- margin-left:-21px;
- padding:10px 2px;
- font-size:8px;;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- color:{color:Nav Link};
- background:{color:Solid Sidebar};
- box-shadow:7px 7px rgba(0, 0, 0, 0.1);
- z-index:0;
- }
- .infos a {margin:0 5px;
- text-decoration:none;
- color:{color:Nav Link};}
- .infos a:hover {color:{color:hover};}
- /*Tags*/
- .tags {
- width:290px;
- font-style:italic;
- border:1px solid {color:solid sidebar};
- {block:IndexPage}
- position:absolute;
- margin-top:-20px;
- margin-left:-2px;
- opacity:0;
- {/block:IndexPage}
- {block:PermalinkPage}
- position:absolute;
- margin-top:10px;
- {/block:PermalinkPage}
- box-shadow:7px 7px rgba(0, 0, 0, 0.1);
- text-align:center;
- font-size:8px;
- padding:5px 0;
- color:{color:text};
- margin-left:-2px;
- border-top:1px solid {color:Solid Sidebar};
- text-transform:uppercase;
- background:white;
- word-break:break-all;
- z-index:9999999999999999999999999;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- .tags a{
- text-decoration:none;
- color:{color:text};
- }
- {block:IndexPage}
- .posts:hover .tags{
- opacity:1;
- margin-top:10px;
- margin-bottom:50px;
- box-shadow:7px 7px rgba(0, 0, 0, 0.1);
- }
- {/block:IndexPage}
- /*Page Notes*/
- ol.notes {
- width:265px;
- padding:10px;
- margin-top:130px;
- list-style-type: none;
- background:{color:background};
- box-shadow:7px 7px rgba(0, 0, 0, 0.1);
- }
- ol.notes li.note {
- padding: 4px;
- display: inline-block;}
- ol.notes li.more_notes_link_container {
- display: block;
- font-size:8px;;
- text-transform:uppercase;
- }
- ol.notes li.note img.avatar {
- vertical-align: -2px;
- margin-left: 0px;
- width: 14px;
- height: 14px;
- border-radius: 100%;
- -webkit-border-radius: 100%;
- -moz-border-radius: 100%; }
- ol.notes li.note span.action {
- display: none;}
- ol.notes div.clear {display: none;}
- ol.notes li.note .answer_content {
- display:none;}
- ol.notes li.note blockquote {display:none;}
- ol.notes li.note blockquote a { text-decoration: none; }
- @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- .fade-in {
- opacity:0;
- -webkit-animation:fadeIn ease-in 1;
- -moz-animation:fadeIn ease-in 1;
- animation:fadeIn ease-in 1;
- -webkit-animation-fill-mode:forwards;
- -moz-animation-fill-mode:forwards;
- animation-fill-mode:forwards;
- -webkit-animation-duration:1s;
- -moz-animation-duration:1s;
- animation-duration:1s;
- }
- .fade-in.two {
- -webkit-animation-delay: 0.7s;
- -moz-animation-delay: 0.7s;
- animation-delay: 0.7s;
- }
- {block:ifFadeContent}
- .fade-in.one {
- -webkit-animation-delay: 0.7s;
- -moz-animation-delay: 0.7s;
- animation-delay: 0.7s;
- }
- {/block:ifFadeContent}
- #tumblrcontrols{
- position:fixed;
- top:-2px;
- right:0px;
- padding:5px;
- word-spacing:2px;
- }
- #tumblrcontrols{
- text-align:right;
- font-size:9px;;
- letter-spacing:1px;
- padding:10px 20px;
- opacity:1;
- width:100%;
- font-weight:800;
- background:{color:solid sidebar};
- text-shadow:0px 0px 1px {color:Title};
- color:{color:title};
- font-family: 'Roboto', sans-serif;
- text-transform:uppercase;
- position:fixed;
- z-index:1;
- -webkit-transition: all 1.6s ease-in;
- -moz-transition: all 1.6s ease-in;
- -o-transition: all 1.6s ease-in;
- -ms-transition: all 1.6s ease-in;
- transition: all 1.6s ease-in;
- }
- #tumblrcontrols a{
- padding:5px 9px;
- text-decoration:none;
- color:{color:title};
- background:{color:solid sidebar};
- }
- #tumblrcontrols i{
- color:{color:title};
- font-size:11px;
- }
- #tumblrcontrols a:hover i{
- color:{color:Nav Link Hover};
- }
- #tumblrcontrols a:hover{
- color:{color:Nav Link Hover};
- }
- {block:IndexPage}
- #tumblr_controls {display:none;}
- {/block:IndexPage}
- {block:PermalinkPage}
- #tumblrcontrols{
- display:none;}
- iframe#tumblr_controls {
- top:5px;
- position: fixed !important;
- -moz-transition: all 1s ease-out;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 1s ease-out;
- transition: all 1s ease-out;
- opacity: 0.4;}
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- -moz-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- opacity:.7;}
- {/block:PermalinkPage}
- #music{
- text-align:left;
- float:left;
- display:inline-block;
- width:20px;
- height:10px;
- margin-left:30px;
- margin-top:-1px;
- display:block;
- background:{color:sidebar background};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- -ms-transition: all .7s ease;
- transition: all .7s ease;
- }
- #music i{font-size:16px;}
- #music:hover{cursor:help;margin-left:0px;}
- #music:hover #music-con{opacity:1;margin-left:5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- -ms-transition: all .7s ease;
- transition: all .7s ease;}
- #music-con{
- opacity:0;
- margin-top:-16px;
- margin-left:-5px;
- width:100px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- -ms-transition: all .7s ease;
- transition: all .7s ease;}
- /*Credit*/
- #creds {
- font-family: 'consolas', sans-serif;
- position:fixed;
- float:left;
- text-transform:uppercase;
- z-index:1;
- bottom:0px;
- left:0px;
- padding-right:17px;
- padding-top:9px;
- padding-bottom:10px;
- padding-left:10px;
- width:3px;
- height:10px;
- letter-spacing:0px;
- background:{color:solid sidebar};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- #creds:hover{
- padding-right:17px;
- padding-top:9px;
- padding-bottom:10px;
- padding-left:100px;
- }
- #creds:hover a{
- opacity:1;
- margin-left:-78px;
- color:{color:Nav Link Hover};
- }
- #creds a{
- font-size:8px;
- letter-spacing:1px;
- position:absolute;
- margin-top:-1px;
- margin-left:-150px;
- padding:2px;
- opacity:0;
- background:{color:solid sidebar};
- color:{color:nav link};
- z-index:999999999999;
- }
- #creds span{
- font-size:8px;
- color:{color:nav link};
- letter-spacing:1px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- #creds:hover span{
- display:none;
- opacity:0;
- }
- {CustomCSS}
- </style>
- {block:ifLazyLoad}
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- {/block:ifLazyLoad}
- </head>
- <body class="{select:Background image}">
- <div id="tumblrcontrols">
- {block:ifMusicPlayer}<div id="music"><i class="fa fa-bars"></i>
- <div id="music-con" style="{block:ifWhiteIcons}
- -webkit-filter:brightness(290%)
- {/block:ifWhiteIcons}
- {block:ifnotWhiteIcons}
- -webkit-filter:brightness(0%)
- {/block:ifnotWhiteIcons}">
- {text:Music Code}
- </div>
- </div>{/block:ifMusicPlayer}
- <a href="http://www.tumblr.com/follow/{Name}">follow</a>
- <a href="http://www.tumblr.com/dashboard">dashboard</a>
- </div>
- <div id="half">
- <div id="sbimage"><img src="{image:Sidebar}"></div>
- <div id="bt"><a href="/">{title}</a></div>
- <div id="nav">
- <nav class="cl-effect-5">
- <li><a href="/"><span data-hover="home">index</span></a></li>
- {block:ifAskbox}
- <li><a href="#?w=500" rel="03" class="poplight"><span data-hover="ask box">message</span></a></li>
- {/block:ifAskbox}
- {block:ifTags}
- <li><a href="#?w=500" rel="01" class="poplight"><span data-hover="tags page">navigation</span></a></li>
- {/block:ifTags}
- <li><a href="{text:Link 1 URL}">
- <span data-hover="{text:Link 1 Hover}">{text:Link 1}</span></a></li>
- <li class="links"><a href="{text:Link 2 URL}"><span data-hover="{text:Link 2 Hover}">{text:Link 2}</span></a></li>
- {block:ifnotTags}
- <li><a href="{text:Link 3 URL}"><span data-hover="{text:Link 3 Hover}">{text:Link 3}</span></a></li>
- {/block:ifnotTags}
- {block:ifnotAskbox}
- <li><a href="{text:Link 4 URL}"><span data-hover="{text:Link 4 Hover}">{text:Link 4}</span></a></li>
- {/block:ifnotAskbox}
- </nav>
- </div>
- <div id="desc">{description}</div>
- </div>
- <div id="con" class="box fade-in one">
- <div id="entries">
- {block:Posts}
- <div class="posts">
- {block:Quote}
- <div id="ink">{Quote}</div>
- {block:Source}<div id="ink-source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-250}">
- {LinkCloseTag}
- {block:IfHiddenCaptions}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfHiddenCaptions}
- {block:IfnotHiddenCaptions}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfnotHiddenCaptions}
- {/block:Photo}
- {block:Photoset}
- <div id="photo-set">{Photoset-250}</div>
- {block:IfHiddenCaptions}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfHiddenCaptions}
- {block:IfnotHiddenCaptions}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfnotHiddenCaptions}
- {/block:Photoset}
- {block:Video}
- <div id="vids">
- {Video-250}</div>
- {block:IfHiddenCaptions}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfHiddenCaptions}
- {block:IfnotHiddenCaptions}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfnotHiddenCaptions}
- {/block:Video}
- {block:Audio}
- <div class="audio">
- <div class="player-wrap {select:Player Color}">
- <div class="player-art">
- {block:AlbumArt}
- <img class="album" src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}"/>
- {/block:AlbumArt}
- <img class="default" src="http://static.tumblr.com/3dkvxpf/Pj9nbm5vp/default_cover_m.jpg" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}"/>
- </div>
- <div class="player_wrap {select:Avatar Shape}"></div>
- <div class="player_container {select:Avatar Shape}">
- <div class="player">
- <div class="black">{AudioPlayerBlack}</div>
- <div class="white">{AudioPlayerWhite}</div>
- <div class="grey">{AudioPlayerGrey}</div>
- </div>
- </div>
- </div>
- <ol class="audioinfo">
- <div class="tracks {select:Player Color}">
- <li class="tracks">{block:TrackName} {TrackName}{/block:TrackName}</li>
- <li class="tracks">{block:Artist} {Artist}{/block:Artist} </li>
- <li class="tracks">{block:Album} {Album}{/block:Album}</li>
- </ol>
- </div>
- {block:IfHiddenCaptions}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfHiddenCaptions}
- {block:IfnotHiddenCaptions}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfnotHiddenCaptions}
- {/block:Audio}
- {block:Answer}
- <div class="ques">
- <div class="who" ><b>{Asker}</b> - {Question}</div>
- <div class="answer">{Answer}</div>
- </div>
- {/block:Answer}
- {block:Date}
- <div class="infos">
- <a href="{Permalink}">{Timeago}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}<a href="{ReblogURL}" target="_blank">reblog</a>{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">-{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"class="links">back</a> -
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="links">next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- {block:ContentSource}
- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
- {/block:ContentSource}
- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom}
- <div id="creds"><a href="http://960px.tumblr.com/">960px</a><span>TT</span></div>
- </div>
- <div id="01" class="thepopup" class="{select:background image}">
- <div id="main-date">
- <Center>
- <div class="update-2"><!---Custom Tags Begin! --->
- <big class="update-title">Tag Title</big><!---Title for the Tags --->
- <p class="tag-info" style="text-align:left;">
- <!---Just replac # with the name of the tag --->
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- </p>
- </div>
- <div class="update-2">
- <big class="update-title">Tag Title</big>
- <p class="tag-info" style="text-align:left;">
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- </p>
- </div>
- <div class="update-2">
- <big class="update-title">Tag Title</big>
- <p class="tag-info" style="text-align:left;">
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- </p>
- </div>
- <div class="update-2">
- <big class="update-title">Tag Title</big>
- <p class="tag-info" style="text-align:left;">
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- </p>
- </div>
- <div class="update-2">
- <big class="update-title">Tag Title</big>
- <p class="tag-info" style="text-align:left;">
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- </p>
- </div>
- <div class="update-2">
- <big class="update-title">Tag Title</big>
- <p class="tag-info" style="text-align:left;">
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- <a href="/tagged/#"class="links">tag</a><br>
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="03" class="thepopup" class="{select:background image}">
- <div id="main-date-3">
- <div class="update-3">
- <big class="update-title">facts & questions</big><br>
- <div class="about-p">
- <p class="rules" style="padding:14px;">
- Mauris pellentesque nibh izzle turpis. Gizzle izzle cool. That's the shizzle break yo neck, yall rhoncizzle fo shizzle. In hac habitasse i'm in the shizzle dictumst. Uhuh ... yih! dapibizzle. Mah nizzle go to hizzle fo shizzle mah nizzle fo rizzle, mah home g-dizzle, pretizzle ghetto, mattizzle yippiyo, uhuh ... yih! vitae, nunc. Sheezy suscipizzle. Integizzle semper own yo' pizzle shut the shizzle up.</p>
- <p class="rules" style="padding:14px;">Lorizzle ipsizzle own yo' sizzle gangsta, shiznit shiznit crackalackin. Nullam sapizzle velizzle, ma nizzle volutpat, suscipizzle quis, ass vizzle, arcu. Pellentesque the bizzle break yo neck, yall. Sed erizzle. Shizzle my nizzle crocodizzle izzle pot dapibizzle boom shackalack tempizzle tempor.
- </p>
- </div>
- </div>
- <div class="update-3">
- <big class="update-title">message</big><br>
- <div class="about-p">
- <iframe frameborder="0" height="200" id="ask_form" class="asks" scrolling="none" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"> </iframe>
- </div>
- </div>
- </div>
- </div>
- <!---closing ask pop up--->
- </body>
- <!-- jquery for tooltips-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:40,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i60.tinypic.com/r720j6.png" class="btn_close" alt="close" /></a>');
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend;
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 90) / 2;
- var popMargLeft = ($('#' + popID).width() + 90) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .thepopup').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment