- <!--
- theme 2 by luke
- respect theme credits please c:
- if you delete you get reported
- lul
- --->
- <html lang="en">
- <title>{Title}</title>
- <meta name="color:background" content="#000fff"/>
- <meta name="image:background" content=""/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:hover" content="#ffffff"/>
- <meta name="color:links" content="#000000"/>
- <meta name="if:RainbowLinks" content="1"/>
- <meta name="if:EndlessScroll" content="1">
- <meta name="text:Links Title" content="click hurr">
- <meta name="text:Link One" content=""/>
- <meta name="text:Link One Title" content=""/>
- <meta name="text:Link Two" content=""/>
- <meta name="text:Link Two Title" content=""/>
- <meta name="text:Link Three" content=""/>
- <meta name="text:Link Three Title" content=""/>
- <meta name="text:Link Four" content=""/>
- <meta name="text:Link Four Title" content=""/>
- <meta name="text:Link Five" content=""/>
- <meta name="text:Link Five Title" content=""/>
- {block:ifEndlessScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:EndlessScroll}
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- $('li.drawer div:nth-child(2)').hide();
- $('li.drawer h4').click(function () {
- if ($(this).hasClass('open')) {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
- else {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
- $(this).next().slideDown();
- $(this).addClass('open');}
- });
- });
- </script>
- <style type="text/css">
- @font-face{
- font-family: "Reeds";
- src: url('http://static.tumblr.com/9lglaqd/cWzm3m568/reed__s_writing.ttf');
- }
- @font-face{
- font-family: "Holland";
- src: url('http://static.tumblr.com/9lglaqd/l6pm3mcc0/cake_nom.ttf');
- }
- @font-face{
- font-family: "Signiture";
- src: url('http://static.tumblr.com/9lglaqd/0ALm3m5h8/megrim.otf');
- }
- body{
- margin: 0px;
- background-color:{color:background};
- background-image:url({image:background});
- background-attachment: fixed;
- background-repeat: repeat;
- font-family: "Reeds";
- font-size: 10px;
- line-height: 11px;
- }
- a:link, a:active, a:visited{
- color:{color:title};
- text-decoration: none;
- }
- a:hover{
- color:{color:hover};
- text-decoration: none;
- }
- div#cage{
- margin:auto;
- position:relative;
- width:820px;
- overflow:hidden;
- color:{color:title};
- margin-right: 13%;
- }
- div#center{
- margin:auto;
- position:relative;
- width:820px;
- background-color:;
- overflow:auto;
- overflow-y: hidden;
- }
- div#content{
- margin:2px;
- float:right;
- width:450px;
- padding: 3px;
- margin-right: 100px;
- background:#fff;
- }
- div#entry{
- margin:2px;
- padding: 2px;
- float:center;
- text-align: center;
- background-color:transparent;
- font-family; "Reeds";
- font-size:11px;
- line-height: 12px;
- }
- div#side{
- position:fixed !important;
- margin-left: 50px;
- margin-top: 450px;
- background-color:transparent;
- height:auto;
- width: 170px;
- padding;1px;
- text-align: center;
- }
- #cred{
- color: #000000 !important;
- }
- #cred{
- font-family: "Signiture";
- font-size:12px;
- line-height: 11px;
- position:fixed !important;
- width:auto;
- height:auto;
- background-color: transparent;
- padding: 3px;
- left: 2px;
- bottom: 3px;
- }
- #postnotes{
- text-align: justify;
- }
- #postnotes blockquote{
- border: 0px;
- }
- .title{
- font-family: "Century Gothic";
- font-size: 18px;
- line-height: 16px;
- color:{color:title};
- letter-spacing: 1;
- font-weight: normal;
- }
- .blawgtitle{
- font-family: "Holland";
- font-size: 25px;
- line-height: 26px;
- text-shadow: 1px 3px 7px #000;
- letter-spacing: 0;
- font-weight: normal;
- }
- blockquote{
- padding:2px 2px 2px 5px;
- margin:2px 2px 2px 1px;
- border-left: 1px dotted {color:Text};
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- #description{
- font-family: "Century Gothic";
- font-size: 11px;
- line-height: 12px;
- }
- #entry .perma{
- height: 30px;
- opacity: 0;
- background-color: white;
- position: absolute;
- text-align:center;
- font-family: "Reeds";
- font-size: 15px;
- margin-top:0px;
- margin-left: 0px;
- padding: 10px;
- padding-top: 10px;
- padding-bottom: 1px;
- line-height: 15px;
- padding: 0px 15px 2px 2px;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- #entry:hover .perma{
- width: 439px;;
- -webkit-transition: opacity 0.6s linear; opacity: 0.7;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- transition: all 0.6s linear;
- }
- ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
- ul#drawers a {text-decoration: none; color: #000;}
- ul#drawers li h4 {margin: 0; padding: 1px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
- transition: background-color 0.5s ease-out;}
- h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
- li.drawer h4.open {background-color: #121213; border-top: 0px;}
- li.drawer div {padding: 2px; margin: 0px; line-height: 12px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
- li.drawer div li {list-style-type: disc;}
- li.drawer div ul {-webkit-padding-start: 12px;}
- </style>
- {block:ifRainbowLinks}
- <script type='text/javascript'>
- //<![CDATA[
- var rate = 20;
- if (document.getElementById)
- window.onerror=new Function("return true")
- var objActive; // The object which event occured in
- var act = 0; // Flag during the action
- var elmH = 0; // Hue
- var elmS = 128; // Saturation
- var elmV = 255; // Value
- var clrOrg; // A color before the change
- var TimerID; // Timer ID
- if (document.all) {
- document.onmouseover = doRainbowAnchor;
- document.onmouseout = stopRainbowAnchor;
- }
- else if (document.getElementById) {
- document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
- document.onmouseover = Mozilla_doRainbowAnchor;
- document.onmouseout = Mozilla_stopRainbowAnchor;
- }
- function doRainbow(obj)
- {
- if (act == 0) {
- act = 1;
- if (obj)
- objActive = obj;
- else
- objActive = event.srcElement;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- function stopRainbow()
- {
- if (act) {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- function doRainbowAnchor()
- {
- if (act == 0) {
- var obj = event.srcElement;
- while (obj.tagName != 'A' && obj.tagName != 'BODY') {
- obj = obj.parentElement;
- if (obj.tagName == 'A' || obj.tagName == 'BODY')
- break;
- }
- if (obj.tagName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function stopRainbowAnchor()
- {
- if (act) {
- if (objActive.tagName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function Mozilla_doRainbowAnchor(e)
- {
- if (act == 0) {
- obj = e.target;
- while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
- obj = obj.parentNode;
- if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
- break;
- }
- if (obj.nodeName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = obj.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function Mozilla_stopRainbowAnchor(e)
- {
- if (act) {
- if (objActive.nodeName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function ChangeColor()
- {
- objActive.style.color = makeColor();
- }
- function makeColor()
- {
- // Don't you think Color Gamut to look like Rainbow?
- // HSVtoRGB
- if (elmS == 0) {
- elmR = elmV; elmG = elmV; elmB = elmV;
- }
- else {
- t1 = elmV;
- t2 = (255 - elmS) * elmV / 255;
- t3 = elmH % 60;
- t3 = (t1 - t2) * t3 / 60;
- if (elmH < 60) {
- elmR = t1; elmB = t2; elmG = t2 + t3;
- }
- else if (elmH < 120) {
- elmG = t1; elmB = t2; elmR = t1 - t3;
- }
- else if (elmH < 180) {
- elmG = t1; elmR = t2; elmB = t2 + t3;
- }
- else if (elmH < 240) {
- elmB = t1; elmR = t2; elmG = t1 - t3;
- }
- else if (elmH < 300) {
- elmB = t1; elmG = t2; elmR = t2 + t3;
- }
- else if (elmH < 360) {
- elmR = t1; elmG = t2; elmB = t1 - t3;
- }
- else {
- elmR = 0; elmG = 0; elmB = 0;
- }
- }
- elmR = Math.floor(elmR).toString(16);
- elmG = Math.floor(elmG).toString(16);
- elmB = Math.floor(elmB).toString(16);
- if (elmR.length == 1) elmR = "0" + elmR;
- if (elmG.length == 1) elmG = "0" + elmG;
- if (elmB.length == 1) elmB = "0" + elmB;
- elmH = elmH + rate;
- if (elmH >= 360)
- elmH = 0;
- return '#' + elmR + elmG + elmB;
- }
- //]]>
- </script>
- {/block:ifRainbowLinks}
- <link rel="shortcut icpn" href="">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="cage">
- <div id="center">
- <div id="side">
- <div class="blawgtitle"><a href="/"><font color="000">{title}</font></a></div>
- <div id="description">{description}</div>
- <br />
- <!--LINKS-->
- <ul id="drawers">
- <li class="drawer" id="info">
- <h4>{text:Links Title}</h4>
- <div align="center">
- <p>
- <a href="/">Home</a>
- <p>
- <a href="{text:Link One}">{text:Link One Title}</a>
- <p>
- <a href="{text:Link Two}">{text:Link Two Title}</a>
- <p>
- <a href="{text:Link Three}">{text:Link Three Title}</a>
- </p>
- <p>
- <a href="{text:Link Four}">{text:Link Four Title}</a>
- </p>
- <p>
- <a href="{text:Link Five">{text:Link Five Title}</a>
- </div>
- </li>
- </ul>
- </div>
- <div id="cred"><a href="http://niggashaniqua.tumblr.com">theme by luke</a></div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:IndexPage}
- <div class="perma">
- <a href="{permalink}">{NoteCountWithLabel}</a> // <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
- {/block:IndexPage}
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- {block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=450px /></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px;/>{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Quote}
- {Quote}<p> - {block:Source}<b>{Source}</b>{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <div align="left">{AudioPlayerWhite}</div>
- <div align="right">{FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download</a>{/block:ExternalAudio}</div></center><br />{caption}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-450}</div>
- {block:Video}
- {block:PermalinkPage}<center>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}{/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div></div>
- </div>
- </body>
- </html>