Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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}
- <!-- ʙᴀsᴇ ʙʏ ᴇɴᴛᴇʀᴘʀɪᴢᴇʀ. ᴛʜᴇᴍᴇ ʙʏ ᴀʀɪᴀsʀᴘʜ ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ sᴛᴇᴀʟ ɪᴛ! ᴇᴅɪᴛɪɴɢ ɪs ᴀʟᴏᴡᴇᴅ, ʙᴜᴛ ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛɪɴɢ ɪɴᴛᴀᴄᴛ. -->
- <meta name="text:SidebarDescription" content="This is where your description goes!" />
- <meta name="text:LinkURL1" content="/" />
- <meta name="text:LinkURL2" content="/" />
- <meta name="text:LinkURL3" content="/" />
- <meta name="text:Link1" content="Link title" />
- <meta name="text:Link2" content="Link title" />
- <meta name="text:Link3" content="Link title" />
- <meta name="text:ZenithURL" content="/zenith" />
- <meta name="text:ZenithHover" content="Hover for Zenith" />
- <meta name="text:CharmanderURL" content="/Charmander" />
- <meta name="text:CharmanderHover" content="Hover for Charmander" />
- <style type="text/css">
- /* BebasNeue NEUE */
- @font-face { font-family: "bebasneue"; src: url('https://dl.dropboxusercontent.com/u/67800931/bebasneue.otf'); }
- /* WENDY */
- @font-face { font-family: wendy; src: url('https://dl.dropbox.com/s/g6b6vijy90j4kqx/wendy.ttf');}
- /* SIGNARITA */
- @font-face{ font-family:"signarita"; src: url('https://dl.dropboxusercontent.com/s/gc29howy3wio7t8/signarita%20zhai%20rhianne.ttf?dl=1');}
- /* THEME SPECS */
- *, body, a {cursor: url(http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}
- a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;}
- ::-webkit-scrollbar-thumb {
- height: auto;
- background-color: #afaee0;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:4px;
- background-color: #e1e7f5;
- }
- body {
- background-color: #e1e7f5;
- }
- a {
- color: #afaee0;
- text-decoration: none;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- img {
- border:none;
- }
- blockquote, blockquote blockquote {
- margin-left: 10px;
- padding-left: 10px;
- border-left: 1px solid #afaee0;
- }
- blockquote img, #post img, .photopost {
- max-width: 245px;
- height: auto;
- opacity: 0.3;
- -webkit-filter: grayscale(70%);
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- blockquote blockquote img, {
- max-width: 200px;
- height: auto;
- opacity: 0.3;
- -webkit-filter: grayscale(70%);
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- blockquote img:hover, blockquote blockquote img:hover, #post img:hover, .photopost:hover {
- opacity: 1;
- -webkit-filter: grayscale(0%);
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- h1, h2, h3, h4 {
- font-family: "BebasNeue";
- font-size: 25px;
- color: #e1e7f5;
- -webkit-text-stroke: 1px #afaee0;
- text-shadow: 1px 1px 3px #afaee0;
- }
- pre, code {
- font-family: "Wendy";
- font-size: 10px;
- text-align: center;
- padding: 12px;
- background-color: #e1e7f5;
- white-space: pre-wrap;
- word-wrap: break-word;
- }
- /* POST */
- #entries {
- width: 250px;
- padding: 20px;
- background-color: #ffffff;
- float: right;
- margin-right: 200px;
- }
- #post {
- width: 250px;
- font-family: "Calibri";
- font-size: 11px;
- color: #010101;
- margin-top: 30px;
- margin-bottom: 30px;
- text-align: justify;
- }
- #post b {
- text-transform: uppercase;
- font-size: 15px;
- }
- #post i {
- text-transform: uppercase;
- text-shadow: -1px -1px 2px #000000;
- font-size: 9px;
- }
- .posttitle {
- font-family: "BebasNeue";
- font-size: 20px;
- color: #e1e7f5;
- -webkit-text-stroke: 1px #afaee0;
- line-height: 23px;
- }
- .posttitle:first-letter {
- font-family: "Signarita";
- }
- .photopost, .photopostt {
- width: 245px;
- padding: 5px;
- background-color: #e1e7f5;
- }
- .quote {
- font-family: "Calibri";
- font-size: 20px;
- color: #010101;
- }
- .source {
- text-align: right;
- font-family: "Wendy";
- font-size: 11px;
- color: #afaee0;
- }
- .chatpost {
- font-size: 13px;
- text-transform: uppercase;
- }
- .chatpost b {
- font-family: "BebasNeue";
- font-size: 10px !important;
- color: #afaee0;
- }
- .asker {
- font-family: "Signarita";
- text-transform: lowercase;
- font-size: 20px;
- text-align: center;
- margin-bottom: -40px;
- }
- .question {
- font-family: "Wendy";
- font-size: 11px;
- background-color: #dfe0ff;
- padding: 10px;
- }
- /* Audio */
- .player {
- width: 27px;
- height: 27px;
- left: 16px;
- top: 16px;
- opacity: 0.4;
- line-height: 0;
- overflow: hidden;
- }
- .details {
- margin-top: -20px;
- margin-left: 23px;
- font-family: "Calibri";
- font-size: 10px;
- text-transform: uppercase;
- }
- #postperma {
- height: 15px;
- width: 245px;
- padding: 5px;
- text-align: center;
- background-color: #e1e7f5;
- margin-top: 10px !important;
- margin-bottom: 40px !important;
- }
- .permasq {
- width: 15px;
- margin-left: 12px;
- height: 15px;
- background-color: #ffffff;
- display: inline-block;
- margin-right: 15px;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .permasq:hover {
- border-radius: 50%;
- transform: rotate(360deg);
- opacity: 0.5;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- #perma {
- font-family: "Calibri";
- font-size: 13px;
- text-align: center;
- color: #010101;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- #perma:first-letter {
- text-transform: uppercase;
- font-family: "Signarita";
- }
- .notes {
- font-family: "Calibri";
- font-size: 10px;
- text-align: left;
- text-transform: uppercase;
- }
- .notes img {
- display: none;
- }
- .notes ol {
- display: none;
- }
- /* SIDEBAR */
- #wrapper {
- float: left;
- height: 500px;
- width: 500px;
- position: fixed;
- left: 200px;
- bottom: 100px;
- }
- .render {
- height: 350px;
- width: 200px;
- margin-left: 175px;
- margin-top: 100px;
- z-index: 99999;
- }
- .stroke {
- height: 30px;
- width: 475px;
- border-radius: 10px;
- background-color: #ffffff;
- margin-top: -180px;
- margin-left: 0px;
- }
- .firstimg {
- width: 120px;
- height: 160px;
- padding: 5px;
- background-color: #ffffff;
- margin-top: -205px;
- margin-left: 345px;
- border-radius: 10px;
- }
- .firstimg img, .secondimg img {
- border-radius: 10px;
- }
- .secondimg {
- width: 150px;
- height: 140px;
- padding: 5px;
- background-color: #ffffff;
- margin-left: 0px;
- border-radius: 10px;
- margin-top: 40px;
- }
- .desc1 {
- width: 200px;
- height: 100px;
- background-color: #ffffff;
- border-radius: 10px;
- padding: 10px;
- margin-top :-310px;
- font-family: "Calibri";
- font-size: 10px;
- text-transform: uppercase;
- letter-spacing: 1px;
- line-height: 12px;
- text-align: justify;
- }
- .link1 {
- margin-top: 2px;
- margin-left: 5px;
- word-spacing: 7px;
- width: 200px;
- height: 20px;
- font-family: "BebasNeue";
- font-size: 23px;
- color: #e1e7f5;
- }
- .titlee {
- font-family: "Signarita";
- font-size: 20px;
- color: #272cb0;
- letter-spacing: -1px;
- margin-top: -175px;
- margin-left: -5px;
- }
- .zenith {
- width: 135px;
- height: 60px;
- padding: 5px;
- background-color: #ffffff;
- margin-left: 330px;
- margin-top: 117px;
- border-radius: 10px;
- position: absolute;
- z-index: -9999;
- }
- .zenith img {
- z-index: -999999;
- border-radius: 10px;
- }
- .page {
- color: #272cb0;
- width: 140px;
- height: 10px;
- font-family: "Calibri";
- font-size: 10px;
- text-align: right;
- text-transform: uppercase;
- margin-left: 330px;
- margin-top: 190px;
- }
- .poke {
- margin-top: 5px;
- margin-left: 400px;
- width: 45px;
- height: 45px;
- padding: 7px;
- border-radius: 10px;
- background-color: #ffffff;
- }
- .poke img {
- border-radius: 10px;
- width: 45px;
- height: auto;
- }
- #s-m-t-tooltip{
- max-width: 200px;
- padding: 2px;
- margin: 10px;
- background-color: #ffffff;
- border: 3px solid #e1e7f5;
- color: #010101;
- font-family: "Wendy";
- letter-spacing: 2px;
- text-transform: uppercase;
- font-size: 11px;
- line-height: 100%;
- -moz-box-shadow:0px 0px 2px #e1e7f5;
- -webkit-box-shadow:0px 0px 2px #e1e7f5;
- box-shadow:0px 0px 2px #e1e7f5;
- z-index:9999999999999999999999999999999999999999999999;
- }
- #credit {
- position: fixed;
- bottom: 5px;
- left: 5px;
- font-family: "Wendy";
- font-size: 10px;
- }
- </style>
- <script src="http://static.tumblr.com/whx9ghv/lq0m3ktlh/modernizr.custom.34978.js"></script>
- <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- </head>
- <body>
- <div id="wrapper">
- <div class="render">
- <img src="http://i.imgur.com/0jvy4gx.png" />
- </div>
- <div class="stroke"></div>
- <div class="firstimg">
- <img src="http://i.imgur.com/Gb9d4ff.png" />
- </div>
- <div class="secondimg">
- <img src="http://i.imgur.com/RxVR3r5.png" />
- </div>
- <div class="desc1">
- {text:SidebarDescription}
- </div>
- <div class="link1">
- <a href="/" title="Home page">01!</a>
- <a href="/ask" title="Messages!">02!</a>
- <a href="{text:LinkURL1}" title="{text:Link1}">03!</a>
- <a href="{text:LinkURL2}" title="{text:Link1}">04!</a>
- <a href="{text:LinkURL3}" title="{text:Link1}">05!</a>
- </div>
- <div class="titlee">
- Sunshine Ray!
- </div>
- <div class="zenith">
- <a href="{text:ZenithURL}" title="{text:ZenithHover}"><img src="http://i.imgur.com/T3Aa1oY.png" /></a>
- </div>
- <div class="page">
- {block:PreviousPage}<a href="{PreviousPage}">PREV</a>{/block:PreviousPage} // {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
- </div>
- <div class="poke">
- <a href="{text:CharmanderURL}" title="{text:CharmanderHover}"><img src="http://static.tumblr.com/6d5fad2410cb092840ad58aa00051d01/ozvqtky/N7Onxn9yb/tumblr_static_1orkl5uzm4n40w444k88gssso.gif" /></a>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
- {/block:ReblogParentLogo}
- {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
- {/block:ContentSource}
- <div id="post">
- <!-- TEXT POSTS -->
- {block:Text}
- <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
- {Body}
- {/block:Text}
- <!-- PHOTO POSTS -->
- {block:Photo}
- {LinkOpenTag}
- <div class="photopostt">
- <img src="{PhotoURL-250}" />
- </div>
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- <!-- PHOTOSET POSTS -->
- {block:Photoset}
- <div class="photopost">{Photoset-250}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- <!-- QUOTE POSTS -->
- {block:Quote}
- <div class="quote">{Quote}</div>
- <div class="source">{block:Source} —{Source}{/block:Source}</div>
- {/block:Quote}
- <!-- LINK POSTS -->
- {block:Link}
- <div class="posttitle"><a href="{URL}" {Target}>{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!-- CHAT POSTS -->
- {block:Chat}
- <div class="posttile">{block:Title}{Title}{/block:Title}</div>
- <div class="chatpost">
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
- {/block:Chat}
- <!-- ASK POST -->
- {block:Answer}
- <div class="asker">{Asker}</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- <!-- AUDIO POST -->
- {block:Audio}
- <div class="player">{AudioPlayerGrey}</div>
- <div class="details">
- {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- <!-- VIDEO POST -->
- {block:Video}
- <div class="photopost">{Video-250}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!-- POST PERMA -->
- {block:IndexPage}
- <div id="postperma">
- <a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}"><div class="permasq"></div></a>
- <a href="{Permalink}" title="With {NoteCountWithLabel}"><div class="permasq"></div></a>
- <a href="{Permalink}" title="FILED UNDER {block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}"><div class="permasq"></div></a>
- <a href="{ReblogParentURL}" title="VIA {ReblogParentName}"><div class="permasq"></div></a>
- <a href="{ReblogURL}" title="Reblog it?"><div class="permasq"></div></a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="perma">
- Posted on {block:Date}{DayOfMonth} {Month} '{ShortYear}{/block:Date} with {NoteCountWithLabel}<br />
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {block:PermalinkPage}
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <div id="credit"><a href="http://97brk.tumblr.com/" title="Theme made by 97brk for jvnei only! Please don't steal.">CREDIT</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement