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>Go on, impress a girl</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}
- <!------------------------------------------------------------------------
- ---------------Theme by Adrienne Law (ladymirkwoods)-----------------
- ------------------ Give credit where credit is due ------------------------------------------------------------------------------------------------>
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 3px; /*change room around text here*/
- display: none;
- text-align: center;
- position: absolute; /*important*/
- font-size:7px; /*change text size here*/
- line-height:9px; /*change height of box here*/
- font-family:cambria;/*change font here*/
- z-index: 100000000000000000000000000000000000000000;
- /*keep z-index really high, if your hover text starts to go behind other stuff increase the z-index more*/
- border: 3px double #e6e6e6; /*edit border here*/
- background-color:#ffffff; /*edit background color here*/
- color: {color:text};
- text-transform:uppercase;
- }
- </style>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='http://fonts.googleapis.com/css?family=Vast+Shadow|Raleway:300' rel='stylesheet' type='text/css'>
- <meta name="color:Background" content=""/>
- <meta name="color:Title" content=""/>
- <meta name="color:Blockquote" content=""/>
- <meta name="color:Text" content=""/>
- <meta name="color:Border" content=""/>
- <meta name="color:PostBorder" content=""/>
- <meta name="color:Link" content=""/>
- <meta name="color:Linkhover" content=""/>
- <meta name="text:link1 url" content="/">
- <meta name="text:link1title" content="">
- <meta name="text:link2 url" content="/">
- <meta name="text:link2title" content="">
- <meta name="text:link3 url" content="/">
- <meta name="text:link3title" content="">
- <meta name="text:link4 url" content="/">
- <meta name="text:link4title" content="">
- <meta name="text:link5 url" content="/">
- <meta name="text:link5title" content="">
- <meta name="text:category1" content="">
- <meta name="text:content1" content="">
- <meta name="text:category2" content="">
- <meta name="text:content2" content="">
- <meta name="text:category3" content="">
- <meta name="text:content3" content="">
- <meta name="text:category4" content="">
- <meta name="text:content4" content="">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $("#updateclick").click(function(){
- $("#updates").slideToggle("slow");
- });
- });
- $(document).ready(function(){
- $("#updateclick").click(function(){
- if($("#header").hasClass('hide')) {
- $("#header").animate({height:200},"slow").removeClass('hide');
- } else {
- $("#header").animate({height:80},"slow").addClass('hide');
- }
- });
- });
- </script>
- <script src="http://code.jquery.com/jquery-1.10.0.min.js">
- </script>
- <script>
- $(document).ready(function(){
- $(".one").click(function(){
- $(".1").toggle();
- $(".2,.3,.4,.5").hide();
- });
- $(".two").click(function(){
- $(".2").toggle();
- $(".1,.3,.4,.5").hide();
- });
- $(".three").click(function(){
- $(".3").toggle();
- $(".1,.2,.4,.5").hide();
- });
- $(".four").click(function(){
- $(".4").toggle();
- $(".1,.2,.3,.5").hide();
- });
- $(".five").click(function(){
- $(".5").toggle();
- $(".1,.2,.3,.4").hide();
- });
- });
- </script>
- <style type="text/css">
- *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #efefef;
- height:7px;
- width:5px;
- }
- ::-webkit-scrollbar-thumb:vertical #update1text{
- background-color: #efefef;
- height:7px;
- width:5px;
- }
- ::-webkit-scrollbar-corner {
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: #efefef; /*Change color of scroll bar*/
- height:5px!important;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:5px;
- }
- iframe#tumblr_controls{
- position:fixed !important;
- right:0px !important;
- }
- /* BASIC PAGE INFO */
- body {
- margin:0px;
- padding:0px;
- font-size:10px;
- font-family:'raleway';
- font-weight:300;
- background:{color:background};
- line height:110%;
- letter-spacing:2px;
- color:{color:text};
- }
- a {
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- text-decoration:none;
- color:{color:linkhover};
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- color:{color:blockquote};
- word-wrap: break-word;
- }
- /* NAVI */
- #navi {
- position:fixed;
- top:32px;
- margin-left:540px;
- text-align:left;
- }
- #navi a{
- text-decoration:none;
- margin:8px;
- display:inline-block;
- width:24px;
- text-align:center;
- font-size:14px;
- }
- /* HEADER INFO */
- #header {
- margin-right:auto;
- margin-left:auto;
- margin-top:40px;
- width:500px;
- padding:15px;
- margin-bottom:20px;
- border:1px solid {color:postborder};
- box-shadow: -4px 6px 6px #a7a7a8;
- }
- #header.hide { height: 80px; }
- #description {
- width:232px;
- text-align:left;
- font-style:italic;
- border-left:1px solid #efefef;
- display:inline-block;
- padding-left:10px;
- }
- #title{
- text-align:right;
- color:{color:title};
- font-size:24px;
- font-family:'vast shadow';
- font-style:bold;
- text-transform:lowercase;
- width:232px;
- padding-right:5px;
- display:inline-block;
- }
- #updateclick {
- margin-top:10px;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- cursor:pointer;
- }
- #updates{
- width:492px;
- margin-top:10px;
- margin-left:auto;
- margin-right:auto;
- border:1px solid #efefef;
- height:104px;
- display:none;
- }
- #content{
- width:492px;
- margin-top:0px;
- height:102px;
- }
- #link{
- width:120px;
- height:96px;
- display:inline-block;
- }
- #link a{
- width:120px;
- padding:5px;
- color:#a7a7a8;
- margin-top:4px;
- display:inline-block;
- text-decoration:none;
- }
- #link a:hover{
- color:#efefef;
- }
- .current {
- background-color:#efefef;
- }
- #utext {
- display:inline-block;
- margin-left:128px;
- width:352px;
- height:96px;
- text-align:left;
- border-left:1px solid #efefef;
- overflow-y:scroll;
- padding-left:5px;
- background-color:white;
- float:right;
- margin-top:-92px;
- }
- /* POST INFO */
- #container {
- margin-top:20px;
- margin-bottom:20px;
- margin-left:auto;
- margin-right:auto;
- width:532px;
- }
- .entry {
- float:center;
- position:relative;
- width:500px;
- padding:15px;
- margin-bottom:20px;
- border:1px solid {color:postborder};
- box-shadow: -4px 6px 6px #a7a7a8;
- }
- img {
- max-width:100%;
- }
- h1 {
- text-align:center;
- font-size:12px;
- color:{color:title};
- }
- #portrait img {
- float:left;
- margin-right:5px;
- }
- #permalink {
- text-align:center;
- background-color:white;
- position:relative;
- margin-top:8px;
- padding-top:8px;
- }
- #credit a {
- display:inline-block;
- width:40px;
- background-color:#fff;
- color:gray;
- text-decoration:none;
- border-right:1px solid;
- border-left: 1px solid;
- border-color:#878787;
- padding: 4px 0px 4px 0px;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit a:hover {
- background-color:#667371;
- color:#fff;
- border-color:#fff;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit {
- display:inline-block;
- font-size:10px;
- font-family: calibri;
- text-align:center;
- letter-spacing:1px;
- width:40px;
- height:15px;
- position: fixed;
- padding-top:1px;
- right:25px;
- bottom:10px;
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- opacity:0.3;
- position: fixed !important;
- filter:alpha(opacity=100);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- iframe#tumblr_controls:hover{
- top: 0% !important;
- right:0% !important;
- opacity:0.8;
- position: fixed !important;
- filter:alpha(opacity=100);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- </style>
- </head>
- <body></body>
- <!--- HEADER --->
- <div id="header" class="hide">
- <div id="title">{title}</div>
- <div id="description">{description}</div>
- <div id="updateclick">updates +</div>
- <!--- UPDATES --->
- <div id="updates">
- <div id="content" class="1">
- <div id="link">
- <a class="current">{text:category1}</a>
- <a class="two" href="#">{text:category2}</a>
- <a class="three" href="#">{text:category3}</a>
- <a class="four" href="#">{text:category4}</a>
- </div><!-- end of div "link" -->
- <div id="utext">
- {text:content1}
- </div><!-- end of class "utext" -->
- </div><!-- end of div "content" -->
- <div id="content" class="2" style="display:none;">
- <div id="link">
- <a class="one" href="#">{text:category1}</a>
- <a class="current">{text:category2}</a>
- <a class="three" href="#">{text:category3}</a>
- <a class="four" href="#">{text:category4}</a>
- </div><!-- end of class "link" -->
- <div id="utext">
- {text:content2}
- </div><!-- end of div "utext" -->
- </div><!-- end of div "content" -->
- <div id="content" class="3" style="display:none;">
- <div id="link">
- <a class="one" href="#">{text:category1}</a>
- <a class="two" href="#">{text:category2}</a>
- <a class="current">{text:category3}</a>
- <a class="four" href="#">{text:category4}</a>
- </div><!-- end of div "link" -->
- <div id="utext">
- {text:content3}
- </div><!-- end of class "utext" -->
- </div><!-- end of div "content" -->
- <div id="content" class="4" style="display:none;">
- <div id="link">
- <a class="one" href="#">{text:category1}</a>
- <a class="two" href="#">{text:category2}</a>
- <a class="three" href="#">{text:category3}</a>
- <a class="current">{text:category4}</a>
- </div><!-- end of div "link" -->
- <div id="utext">
- {text:content4}
- </div><!-- end of class "utext" -->
- </div><!-- end of div "content" -->
- </div>
- </div><!-- end of div "updates" -->
- </div>
- </div><!-- end of div "header" -->
- <div id="container">
- <!--- NAVI --->
- <div id="navi">
- <a href="/" title="home"><i class="fa fa-home fa-fw"></i></a><br>
- <a href="{text:link1 url}" title="{text:link1title}"><i class="fa fa-envelope-o"></i></a><br>
- <a href="{text:link2 url}" title="{text:link2title}"><i class="fa fa-tags"></i></a><br>
- <a href="{text:link3 url}" title="{text:link3title}"><i class="fa fa-folder-open-o"></i></a><br>
- <a href="{text:link4 url}" title="{text:link4title}"><i class="fa fa-file-image-o"></i></a><br>
- <a href="{text:link5 url}" title="{text:link5title}"><i class="fa fa-paper-plane"></i></a><br>
- {block:NextPage}<a href="{NextPage}" title="next"><i class="fa fa-arrow-circle-right"></i></a>{/block:NextPage}<br>
- {block:PreviousPage}<a href="{PreviousPage}" title="previous"><i class="fa fa-arrow-circle-left"></i></a>{/block:PreviousPage}
- </div><!-- end of div "navi" -->
- {block:posts}
- <div class="entry">
- <!--- POSTS --->
- {block:text}
- <h1>{block:title}{title}{/block:title}</h1>
- {body}
- {/block:text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- {block:Source}<br><div style="background-color:#efefef;padding:5px;margin-top:8px;">—{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerWhite}
- {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
- {Asker}:<br>"{Question}"<p>{Answer}
- {/block:Answer}
- <!--- POST INFO --->
- <div id="permalink">
- {block:Date}{Month} {DayOfMonth} - {/block:Date}<a href="{PermaLink}">♥{NoteCount}</a> - <a href="{ReblogUrl}" target="_blank">➥</a>
- {block:rebloggedfrom}<br><a href="{reblogparenturl}" title="{reblogparentname}">Via</a> - <a href="{reblogrooturl}" title="{reblogrootname}">Source</a>
- {/block:rebloggedfrom}
- <br>{block:hastags}{block:tags}<i class="fa fa-tag"></i><a href="{tagurl}">{tag} </a>{/block:tags}
- {/block:hastags}
- </div><!-- end of div "permalink" -->
- </div><!-- end of class "entry" -->
- {/block:posts}
- <div class="postnote">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:posts}
- </div><!-- end of div "container" -->
- <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
- -------------------- remove the credit on my stuff -----------------------
- ------------------------------------------------------------------------->
- <div id="credit">
- <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://theleakycauldron.co.vu"> ---a---</a></div>
- </div>-->
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment