Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <head>
- <!-- i love my gf theme by emoticon equinox~
- special thanks to twitter user gaalactea <3
- helpful tips for filling in the empty boxes:
- 1) <br>, line break
- 2) <p>, paragraph (like br but more space)
- 3) <img src="url">
- 4) <a href="url">link text</a>
- please let me know if you experience any issues~
- -->
- <!-- Images -->
- <meta name="image:favicon" content="">
- <meta name="image:background" content="">
- <meta name="image:container background" content="">
- <meta name="image:sidebar" content="">
- <meta name="image:floatie" content="">
- <meta name="image:custom cursor" content="">
- <!-- Text -->
- <meta name="text:text size" content="20">
- <meta name="text:border size" content="3">
- <meta name="text:floatie size" content="100">
- <meta name="text:title" content="RAINBOW TITLE">
- <meta name="text:desc" content="sweet honeydew melon">
- <meta name="text:right sidebar" content="put anything you want here!">
- <meta name="text:search text" content="press enter">
- <!-- Select -->
- <meta name="select:border style" content="solid"/>
- <meta name="select:border style" content="double"/>
- <meta name="select:border style" content="groove"/>
- <meta name="select:border style" content="ridge"/>
- <meta name="select:border style" content="inset"/>
- <meta name="select:border style" content="outset"/>
- <meta name="select:border style" content="dashed"/>
- <meta name="select:border style" content="dotted"/>
- <!-- Colors -->
- <meta name="color:background color" content="">
- <meta name="color:container color" content="">
- <meta name="color:content color" content="">
- <meta name="color:border color" content="">
- <meta name="color:text color" content="">
- <meta name="color:link color" content="">
- <meta name="color:link border color" content="">
- <meta name="color:link hover color" content="">
- <meta name="color:text selection color" content="">
- <meta name="color:text selection bg color" content="">
- <!-- Options -->
- <meta name="if:custom cursor" content="">
- <meta name="if:cursor hearts" content="">
- <meta name="if:full background" content="">
- <meta name="if:rainbow title" content="">
- <meta name="if:link glow" content="">
- <meta name="if:link border" content="">
- <meta name="if:rainbow links" content="">
- <!-- Misc -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- {block:ifcursorhearts}
- <script type="text/javascript">
- // <![CDATA[
- var colours=new Array('#f00', '#f06', '#f0f', '#f6f', '#f39', '#f9c'); // colours of the hearts
- var minisize=16; // smallest size of hearts in pixels
- var maxisize=28; // biggest size of hearts in pixels
- var hearts=66; // maximum number of hearts on screen
- var over_or_under="over"; // set to "over" for hearts to always be on top, or "under" to allow them to float behind other objects
- /*****************************
- *JavaScript Love Heart Cursor*
- * (c)2013+ mf2fm web-design *
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- *****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var herz=new Array();
- var herzx=new Array();
- var herzy=new Array();
- var herzs=new Array();
- var kiss=false;
- if (typeof('addRVLoadEvent')!='function') function addRVLoadEvent(funky) {
- var oldonload=window.onload;
- if (typeof(oldonload)!='function') window.onload=funky;
- else window.onload=function() {
- if (oldonload) oldonload();
- funky();
- }
- }
- addRVLoadEvent(mwah);
- function mwah() { if (document.getElementById) {
- var i, heart;
- for (i=0; i<hearts; i++) {
- heart=createDiv("auto", "auto");
- heart.style.visibility="hidden";
- heart.style.zIndex=(over_or_under=="over")?"1001":"0";
- heart.style.color=colours[i%colours.length];
- heart.style.pointerEvents="none";
- if (navigator.appName=="Microsoft Internet Explorer") heart.style.filter="alpha(opacity=75)";
- else heart.style.opacity=0.75;
- heart.appendChild(document.createTextNode(String.fromCharCode(9829)));
- document.body.appendChild(heart);
- herz[i]=heart;
- herzy[i]=false;
- }
- set_scroll();
- set_width();
- herzle();
- }}
- function herzle() {
- var c;
- if (Math.abs(x-ox)>1 || Math.abs(y-oy)>1) {
- ox=x;
- oy=y;
- for (c=0; c<hearts; c++) if (herzy[c]===false) {
- herz[c].firstChild.nodeValue=String.fromCharCode(9829);
- herz[c].style.left=(herzx[c]=x-minisize/2)+"px";
- herz[c].style.top=(herzy[c]=y-minisize)+"px";
- herz[c].style.fontSize=minisize+"px";
- herz[c].style.fontWeight='normal';
- herz[c].style.visibility='visible';
- herzs[c]=minisize;
- break;
- }
- }
- for (c=0; c<hearts; c++) if (herzy[c]!==false) blow_me_a_kiss(c);
- setTimeout("herzle()", 40);
- }
- document.onmousedown=pucker;
- document.onmouseup=function(){clearTimeout(kiss);};
- function pucker() {
- ox=-1;
- oy=-1;
- kiss=setTimeout('pucker()', 100);
- }
- function blow_me_a_kiss(i) {
- herzy[i]-=herzs[i]/minisize+i%2;
- herzx[i]+=(i%5-2)/5;
- if (herzy[i]<sdown-herzs[i] || herzx[i]<sleft-herzs[i] || herzx[i]>sleft+swide-herzs[i]) {
- herz[i].style.visibility="hidden";
- herzy[i]=false;
- }
- else if (herzs[i]>minisize+2 && Math.random()<.5/hearts) break_my_heart(i);
- else {
- if (Math.random()<maxisize/herzy[i] && herzs[i]<maxisize) herz[i].style.fontSize=(++herzs[i])+"px";
- herz[i].style.top=herzy[i]+"px";
- herz[i].style.left=herzx[i]+"px";
- }
- }
- function break_my_heart(i) {
- var t;
- herz[i].firstChild.nodeValue=String.fromCharCode(9676);
- herz[i].style.fontWeight='bold';
- herzy[i]=false;
- for (t=herzs[i]; t<=maxisize; t++) setTimeout('herz['+i+'].style.fontSize="'+t+'px"', 60*(t-herzs[i]));
- setTimeout('herz['+i+'].style.visibility="hidden";', 60*(t-herzs[i]));
- }
- document.onmousemove=mouse;
- function mouse(e) {
- if (e) {
- y=e.pageY;
- x=e.pageX;
- }
- else {
- set_scroll();
- y=event.y+sdown;
- x=event.x+sleft;
- }
- }
- window.onresize=set_width;
- function set_width() {
- var sw_min=999999;
- var sh_min=999999;
- if (document.documentElement && document.documentElement.clientWidth) {
- if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
- if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
- }
- if (typeof(self.innerWidth)=='number' && self.innerWidth) {
- if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
- if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
- }
- if (document.body.clientWidth) {
- if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
- if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
- }
- if (sw_min==999999 || sh_min==999999) {
- sw_min=800;
- sh_min=600;
- }
- swide=sw_min;
- shigh=sh_min;
- }
- window.onscroll=set_scroll;
- function set_scroll() {
- if (typeof(self.pageYOffset)=='number') {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body && (document.body.scrollTop || document.body.scrollLeft)) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height;
- div.style.width=width;
- div.style.overflow="hidden";
- div.style.backgroundColor="transparent";
- return (div);
- }
- // ]]>
- </script>
- {/block:ifcursorhearts}
- {block:ifrainbowtitle}
- <script type="text/javascript">
- // <![CDATA[
- var speed=100; // speed colours change, 1 second = 1000
- var glow=3; // can be set from '0' for no glow, to 10
- var raincol=new Array("#ff0000", "#ff5500", "#ffaa00", "#ffff00", "#aaff00", "#55ff00", "#00ff00", "#00ff55", "#00ffaa", "#00ffff", "#00aaff", "#0055ff", "#0000ff", "#5500ff", "#aa00ff", "#ff00ff", "#ff00aa", "#ff0055"); // change the colours if you want to
- var alink="http://www.mf2fm.com/rv/"; // page to link text to (set to ="" for no link)
- /****************************
- * Rainbow Text Effect *
- *(c)2003-13 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var rainbow, raintxt, raincnt=0;
- function addLoadEvent(funky) {
- var oldonload=window.onload;
- if (typeof(oldonload)!='function') window.onload=funky;
- else window.onload=function() {
- if (oldonload) oldonload();
- funky();
- }
- }
- addLoadEvent(regenbogen);
- function regenbogen() { if (document.getElementById) {
- var i, rainbeau;
- rainbow=document.getElementById("rainbow");
- raintxt=rainbow.firstChild.nodeValue;
- while (rainbow.childNodes.length) rainbow.removeChild(rainbow.childNodes[0]);
- for (i=0; i<raintxt.length; i++) {
- rainbeau=document.createElement("span");
- rainbeau.setAttribute("id", "rain"+i);
- rainbeau.appendChild(document.createTextNode(raintxt.charAt(i)));
- if (alink) {
- rainbeau.style.cursor="pointer";
- rainbeau.onclick=function() { top.location.href=alink; }
- }
- rainbow.appendChild(rainbeau);
- }
- rainbow=setInterval ("raining()", speed);
- }}
- function raining() {
- var i, c;
- for (i=0; i<raintxt.length; i++) {
- c=raincol[(i+raincnt)%raincol.length];
- document.getElementById("rain"+i).style.color=c;
- if (glow) document.getElementById("rain"+i).style.textShadow=c+" 0px 0px "+glow+"px";
- }
- raincnt++;
- }
- // ]]>
- </script>
- {/block:ifrainbowtitle}
- <style type="text/css">
- /* Text, Background, Links */
- body{
- background-color:{color:background color};
- background-image:Url('{image:background}');
- background-attachment:fixed;
- {block:iffullbackground}
- background-size: cover;
- {/block:iffullbackground}
- color:{color:text color};
- {block:ifcustomcursor};
- cursor:url("{image:custom cursor}"), default;
- {/block:ifcustomcursor};
- font-size:{text:text size}px;
- word-wrap:break-word;}
- a{
- color:{color:link color};
- {block:iflinkborder}
- text-shadow: -1px 0 {color:link border color}, 0 1px {color:link border color}, 1px 0 {color:link border color}, 0 -1px {color:link border color};
- {/block:iflinkborder}
- {block:iflinkglow}
- text-shadow: 0 0 10px {color:link color}; 0 0 10px;
- {/block:iflinkglow}
- text-decoration: none;
- {block:ifrainbowlinks}
- color: white;
- display: inline-block;
- background-size: 120% 100%;
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -moz-background-clip: text;
- -moz-text-fill-color: transparent;
- -ms-background-clip: text;
- -ms-text-fill-color: transparent;
- background-clip: text;
- text-fill-color: transparent;
- transition: all 0.15s cubic-bezier(0.68, -0.25, 0.265, 1.25);
- background-image: linear-gradient(45deg, #ff0000, #ff7d00, #f6ff00, #1dff00, #00ffe9, #001fff, #8800ff, #ff00c9);
- {/block:ifrainbowlinks}
- text-decoration:none;}
- a:hover{
- cursor:help;
- color:{color:link hover color};
- text-decoration:none;}
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:solid 1px #000;}
- ::selection{
- color:{color:text selection color};
- background:{color:text selection bg color};}
- ::-webkit-scrollbar{
- width: 0px;
- height: 0px;}
- ::-webkit-scrollbar-thumb{
- border:1px solid blue;
- background:white;}
- ::-webkit-scrollbar-track{
- background:transparent;}
- /* Sidebar, Posts */
- #content{
- width:520px;
- margin-left:314px;
- margin-top:10px;
- overflow:auto;}
- .post, .naviga{
- width:500px;
- margin:0 0 25px 0;
- overflow:hidden;
- padding:5px;
- background-color:{color:content color};
- border:{text:border size}px {select:border style} {color:border color};}
- #sidebar{
- width:275px;
- max-height:280px;
- background-color:{color:content color};
- border:{text:border size}px {select:border style} {color:border color};
- position:fixed;
- padding:5px;
- margin-top:10px;
- right:115px;}
- #sidebar2{
- overflow:auto;
- width:275px;
- height:170px;
- max-height:170px;
- background-color:{color:content color};
- border:{text:border size}px {select:border style} {color:border color};
- position:fixed;
- padding:5px;
- margin-top:50px;
- margin-left:-8px;}
- #rightsidebar{
- left:115px;
- overflow:auto;
- margin-top:10px;
- width:275px;
- background-color:{color:content color};
- border:{text:border size}px {select:border style} {color:border color};
- position:fixed;
- padding:5px;}
- #searchie{
- width:265px;
- border-radius:10px;
- padding:5px;
- position:fixed;
- background-color:transparent;
- margin-top:5px;
- margin-left:-18px;}
- #wrapper{
- overflow:auto;
- position: relative;
- z-index: 10;
- background-color:{color:container color};
- background-image:Url('{image:container background}');
- background-attachment:fixed;
- background-size: cover;
- border:3px {select:border style} {color:border color};
- width:1147px;
- max-width:1147px;
- height:550px;
- max-height:550px;
- margin:50px auto;}
- /* Content */
- .title{
- font-weight:bold;
- font-size:35px;
- margin:0 0 10px 0;}
- .footer{
- padding: 5px;}
- #naviga{
- left:115px;
- overflow:auto;
- margin-top:15px;
- width:275px;
- background-color:{color:content color};
- border:{text:border size}px {select:border style} {color:border color};
- position:fixed;
- padding:5px;
- text-align:center;}
- .post img{
- max-width:100%;}
- .sidebar img{
- max-height:280px;
- max-width:100%;}
- /* Audio */
- #audioplayer{
- width:30px;
- height:25px;
- overflow:hidden;
- position:absolute;
- margin-top:40px;
- margin-bottom:40px;
- margin-left:35px;
- border-radius: 40px;
- opacity: 0.7;}
- .trackstuff{
- overflow:auto;
- margin-left:110px;
- margin-top:-75px;
- margin-bottom:50px;
- display:block;}
- .playbutton{
- margin-bottom:30px;
- margin-top:-60px;
- margin-left:35px;
- z-index:9;
- width:33px;
- height:30px;
- overflow:hidden;}
- #header{
- background:transparent;}
- #asearch{
- padding:5px;}
- .textinput{
- background-image:Url('https://64.media.tumblr.com/d3b90aee405195699e293f320c7da8df/9e2fb2468a7c651d-9f/s250x400/1952c00e74253264eb65fafbfc0a634a68b86704.png');
- padding:5px;
- font-size:14px;
- color:black;
- width:279px;
- border:1px solid black;}
- /* Misc */
- #c{
- font-size:25px;
- position:fixed;
- left:0px;
- bottom:0px;}
- #plz{
- left:115px;
- margin-top:40px;
- width:275px;
- position:fixed;}
- .plz img{
- max-height:100%;
- max-width:100%;}
- video{
- max-width: 100%;
- height: auto;}
- #rainbowtitle{
- font-size:35px;
- position: relative;
- z-index: 11;
- margin-top:-500px;
- left:1010px;
- transform: rotate(10deg);}
- {CustomCss}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <div class="sidebar img">
- <center>
- <a href="/"><img src="{image:sidebar}"></a>
- </center>
- </div>
- <div id="searchie">
- <div id="header">
- <form id="asearch" method="get">
- <input type="text" placeholder="{text:search text}" class="textinput" name="q" size="21" maxlength="120">
- </form>
- </div>
- </div>
- <div id="sidebar2">
- <center>
- {text:desc}
- </center>
- </div>
- </div>
- <div id="rightsidebar">
- <center>
- {text:right sidebar}
- </center>
- {block:Pagination}
- <div id="naviga">
- {block:PreviousPage}
- <a href="{PreviousPage}">« Back /</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">Next »</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="plz">
- <center>
- <div class="plz img">
- <img src="{image:floatie}" width="{text:floatie size}">
- </div>
- </center>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} --> {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="post">
- <!-- Text -->
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Chat}
- {block:Title}
- <div class="title">
- <h3><a href="{Permalink}">{Title}</a></h3></div>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- <!-- Images --->
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- <!-- Video -->
- {block:Video}
- {Video-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- <!-- Audio -->
- {block:Audio}
- <div id= "audioplayer">{AudioPlayerWhite}</div>
- {block:AlbumArt}
- <div id="albumart">
- <img src="{AlbumArtURL}" width="100">
- </div>
- {/block:AlbumArt}
- <div class="trackstuff">
- {block:TrackName}<b><i>{TrackName}</i></b>{/block:TrackName}<br>{block:Artist}<i>{Artist}</i>{/block:Artist}</div>
- {Caption}
- {/block:Audio}
- <!-- Quote -->
- {block:Quote}
- <div class="quote">
- "{Quote}"
- {block:Source}
- <div class="source">- <i>{Source}</i></div>
- {/block:Source}
- </div>
- {/block:Quote}
- <!-- Link -->
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- <!-- Ask -->
- {block:Answer}
- <div class="question">{Asker}: {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- <!-- Footer -->
- {block:Date}
- <div class="footer">
- <hr width="100%" size="1" color="{color:text color}">
- <center><a href="{Permalink}">{TimeAgo}{block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount}</a>, <a href="{ReblogUrl}">↺</a>
- {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</center>
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
- {/block:Date}
- </div>
- {/block:Posts}
- </div>
- <!-- please do not edit link or remove -->
- <div id="c"><a href="https://cloverparty.tumblr.com/tagged/mine">ミ★</a></div>
- <!-- please do not edit link or remove -->
- </div>
- {block:ifrainbowtitle}
- <div id="rainbowtitle">
- <span id="rainbow">{text:title}</span>
- </div>
- {/block:ifrainbowtitle}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement