Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------ Theme by primadoonnagirl.tumblr.com ----------->
- <!------ Don't copy bitch! ----------->
- <head>
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifinfinitescroll}
- <meta name="color:background" content="#feff7f"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:hover" content="#FFE4C4"/>
- <met name="color:title" content="000000">
- <meta name="image:background" content="1"/>
- <meta name="image:sidebar photo" content="http://static.tumblr.com/nqcm3ld/BE0lzyets/tumblr_lq9gy34f9u1r21g3eo1_500_large.jpg"/>
- <meta name="if:show photo" content="1"/>
- <meta name="text:Custom Link One Title" content="" />
- <meta name="text:Custom Link One" content="" />
- <meta name="text:Custom Link Two Title" content="" />
- <meta name="text:Custom Link Two" content="" />
- <meta name="text:Custom Link Three Title" content="" />
- <meta name="text:Custom Link Three" content="" />
- <meta name="text:Custom Link Four Title" content="" />
- <meta name="text:Custom Link Four" content="" />
- <meta name="if:infinite scrolling" content="1"/>
- <meta name="if:tiny cursor" content="0"/>
- <meta name="if:tiny cursor with heart" content="1"/>
- <meta name="if:rainbow links" content="0"/>
- <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <style type="text/css">
- {block:iftinycursor}
- body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
- {/block:iftinycursor}
- {block:iftinycursorwithheart}body, a, a:hover, a:visited {cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), progress;}{/block:iftinycursorwithheart}
- img:hover{-webkit-transition: opacity 0.1s linear; opacity: 0.9;} img{-webkit-transition: opacity 0.1s linear; opacity: 1;}
- body {margin:0px;background-color: {color:Background};background-image:url({image:background});background-attachment: fixed; background-repeat: repeat;}
- body, div, p, textarea, submit, input{font-family: arial; font-size: 10px; line-height: 9px; color: #000000;}
- p {margin:0px;margin-top:5px;}
- a:link, a:active, a:visited{color: black; text-decoration: none;}
- a:hover {color: black; text-decoration: none;}
- #cage {margin:auto;position:relative;width:750px;overflow:hidden;color: #818181;_margin-left:10%;}
- #center {margin: auto; position: relative; width: 740px; overflow: auto; overflow-y: hidden;}
- #content {float:right; width: 420px; padding: 0px 1px 1px 1px; margin-top: 2px; margin-right: 270px; background: white;}
- #entry {margin-top: 1px; overflow:auto;}
- #sidebar {position:fixed !important;width: 200px; height: auto; background-color:white; margin: 40px 0px 0px 480px; padding: 1px;}
- #links {position:fixed !important;width: 190px; height: auto; margin: 42px 0px 0px 686px; padding: 1px; border-left: 1px dotted;}
- .linktext {color: black; padding-left: 2px;}
- #pages {position:fixed !important;width: 190px; height: auto; margin: 235px 0px 0px 686px; padding: 1px; border-left: 1px dotted;}
- #postnotes{text-align: justify;}
- #postnotes blockquote{border: 0px;}
- .video embed, .post div.video object {width: 420px !important;}
- .title {font-family: cambria; font-size: 14px; line-height: 10px; color: black; letter-spacing: font-weight: bold; padding: 1px 1px 0px 1px;}
- blockquote {padding:0px 0px 2px 5px; margin: 0px 0px 2px 1px; border-left: 1px dashed #B6B6B6;}
- blockquote p, ul {margin:0px; padding: 0px;}
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, .user_7 .label, .user_8 .label, .user_9 .label {color:#818181;}
- .notes img{width:10px; position:relative; top:3px;}
- .permalink{display: block; line-height: 13px; text-transform: none; font-family: cambria; font-size: 10px; font-weight: bold; text-align:center; background-color: #e0e1e3; margin-top: 1px;}
- @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- {CustomCSS}
- </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}
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=820" />
- <link rel="shortcut icon"{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- </head>
- <body>
- <div id="cage"><div id="center">
- <div id="sidebar"><center>{block:ifshowphoto}<a href="/"><img src="{image:sidebar photo}" width=200px></a>{/block:ifshowphoto}<br><br>{Description}</center></div>
- <div id="links"><div class="linktext">
- <p><a href="/">home</a></p>
- <p><a href="/ask">ask box</a></p>
- {block:IfCustomLinkOneTitle}<p><a href="{text:Custom Link One}">{text:Custom Link One Title} </a> </p>{/block:ifCustomLinkOneTitle}
- {block:ifCustomLinkTwoTitle}<p><a href="{text:Custom Link Two}"> {text:Custom Link Two Title} </a></p>{/block:ifCustomLinkTwoTitle}
- {block:ifCustomLinkThreeTitle}<p><a href="{text:Custom Link Three}"> {text:Custom Link Three Title} </a></p>{/block:ifCustomLinkThreeTitle}
- {block:ifCustomLinkFourTitle}<p><a href="{text:Custom Link Four}">{text:Custom Link Four Title} </a></p>{/block:ifCustomLinkFourTitle}
- <p><a href="http://primadoonnagirl.tumblr.com/" target="_blank">credits</a></p>
- <p>{block:NextPage}<a href="{NextPage}">next »</a>{/block:NextPage}</p>
- <p>{block:PreviousPage} <a href="{PreviousPage}"><center>« previous</a>{/block:PreviousPage}</p>
- </div></div>
- <div id="content">{block:Posts}<div id="entry">
- {block:Text}{block:Title}<span class="title"><em>{Title}</em></span>{/block:Title}<span class="entrytext">{Body}</span>{/block:Text}
- {block:Link}<a href="{URL}" class="title"><em>{Name}</em></a>{block:Description}{Description}{/block:Description}{block:Link}
- {block:Photo}{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=420px/></a></center>{LinkCloseTag}{/block:Photo}
- {block:Photoset}<div style="width:420px !important;">{Photoset-400}</div></span>{/block:Photoset}
- {block:Quote}<span class="title"><em>{Quote}</em></span> — {block:Source}{Source}{/block:Source}{/block:Quote}
- {block:Chat}{block:Title}<span class="title"><em>{Title}</em></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:Answer}<img src="{AskerPortraitURL-24}" align="left"> <b>{Asker}: {Question}</b><br> {Answer}{/block:Answer}
- {block:Audio}<center><div style="width:420px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>{FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></center><br>{/block:Audio}
- {block:Video}<center><div class="video">{Video-500}</div><br></center>{block:Video}
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">{block:Date}posted {TimeAgo}</a> / <a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{reblogurl}" target="_blank">reblog</a>{/block:Date}</a></span>{/block:IndexPage}
- {block:PostNotes}<center>{block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}{block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}</center></span><br><div id="postnotes">{PostNotes}</div><br><center>{block:ContentSource}<br><a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}</center>{/block:PostNotes}
- </div>{/block:Posts}</div></div></div></body></html>
- <!------ Theme by primadoonnagirl.tumblr.com ----------->
- <!------ Don't copy bitch! ----------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement