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">
- <!-- Theme 004 by hatterthemes -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--DEFAULT VARIABLES-->
- <meta name="color:Background" content="#fdf5f0" />
- <meta name="color:Header" content="#fce5c8" />
- <meta name="color:Accent" content="#cdcdcd" />
- <meta name="color:Entry" content="#fff9f5" />
- <meta name="color:Text" content="#000000" />
- <meta name="color:Link" content="#ff004f" />
- <meta name="color:Link Hover" content="#ff5400" />
- <meta name="color:TopLinks" content="#a56603" />
- <meta name="color:Sidebar Link" content="#fae6d5" />
- <meta name="color:Sidebar Link Hover" content="#eed4c5" />
- <meta name="color:Link Border" content="#a56603" />
- <meta name="color:Link Border Hover" content="#fdf5f0" />
- <meta name="image:BackgroundImage" content="" />
- <meta name="image:SidebarImage" content="" />
- <meta name="if:Show Title" content="1" />
- <meta name="if:Show Submit Link" content="1" />
- <meta name="if:Show Archive Link" content="1" />
- <meta name="if:Show Top Link 1" content="1" />
- <meta name="if:Show Top Link 2" content="0" />
- <meta name="text:TopLink1URL" content="http://" />
- <meta name="text:TopLink1" content="" />
- <meta name="text:TopLink2URL" content="http://" />
- <meta name="text:TopLink2" content="" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- /* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 1, 2012 05:34:46 PM America/New_York */
- @font-face {font-family: 'RosarioRegular';src: url('Rosario-Regular-webfont.eot');src: url('Rosario-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('Rosario-Regular-webfont.woff') format('woff'),url('Rosario-Regular-webfont.ttf') format('truetype'),url('Rosario-Regular-webfont.svg#RosarioRegular') format('svg');font-weight: normal;font-style: normal;}
- @font-face {font-family: 'RosarioItalic';src: url('Rosario-Italic-webfont.eot');src: url('Rosario-Italic-webfont.eot?#iefix') format('embedded-opentype'),url('Rosario-Italic-webfont.woff') format('woff'),url('Rosario-Italic-webfont.ttf') format('truetype'),url('Rosario-Italic-webfont.svg#RosarioItalic') format('svg');font-weight: normal;font-style: normal;}
- @font-face {font-family: 'RosarioBold';src: url('Rosario-Bold-webfont.eot');src: url('Rosario-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('Rosario-Bold-webfont.woff') format('woff'),url('Rosario-Bold-webfont.ttf') format('truetype'),url('Rosario-Bold-webfont.svg#RosarioBold') format('svg');font-weight: normal;font-style: normal;}
- @font-face {font-family: 'RosarioBoldItalic';src: url('Rosario-BoldItalic-webfont.eot');src: url('Rosario-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),url('Rosario-BoldItalic-webfont.woff') format('woff'),url('Rosario-BoldItalic-webfont.ttf') format('truetype'),url('Rosario-BoldItalic-webfont.svg#RosarioBoldItalic') format('svg');font-weight: normal;font-style: normal;}
- body {
- color:{color:Text};
- background:url('{image:BackgroundImage}');
- background-attachment:fixed;
- background-color: {color:Background};
- font-family:"Rosario", Sans-serif;
- font-size:12px;
- line-height:110%;
- text-align:justify;
- text-decoration:none;
- }
- a {
- color:{color:Link};
- text-decoration:none;
- }
- a:hover {
- color:{color:Link Hover};
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;
- opacity:0.5;
- }
- iframe#tumblr_controls:hover {
- opacity:1.0;
- }
- div#header {
- display:block;
- width:100%;
- height:70px;
- background:{color:Header};
- position:fixed;
- color:{color:Title};
- padding-left:40px;
- padding-top:3px;
- -webkit-box-shadow: 0px 0px 5px #cdcdcd;
- -moz-box-shadow: 0px 0px 5px #cdcdcd;
- box-shadow: 0px 0px 5px #cdcdcd;
- top:0px;
- left:0px;
- z-index:4;
- }
- .tble {
- margin-left:130px;
- }
- .headerlinks {
- height:55px;
- width:55px;
- background-color:transparent;
- border:4px double {color:TopLinks};
- -webkit-border-radius:50px;
- -moz-border-radius:50px;
- -o-border-radius:50px;
- border-radius:50px;
- text-align:center;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition:all 0.6s ease-out;
- -o-transition:all 0.6s ease-out;
- transition:all 0.6s ease-out;
- }
- .headerlinks:hover {
- border:4px solid {color:TopLinks};
- -webkit-border-top-right-radius:0px;
- -moz-border-radius-topright:0px;
- -o-border-top-right-radius:0px;
- border-top-right-radius:0px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition:all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- transition:all 0.6s ease-out;
- -webkit-transform: rotate(405deg);
- -moz-transform: rotate(405deg);
- -o-transform: rotate(405deg);
- transform: rotate(405deg);
- }
- .headerlinks a {
- color:{color:TopLinks};
- font-family:Rosario;
- font-style:italic;
- font-size:13px;
- }
- .headerlinks:hover a{
- color:{color:Link};
- }
- #sidebar {
- width:250px;
- height:100%px;
- position:fixed;
- background:#transparent;
- margin-top: 100px;
- margin-left:170px;
- text-decoration:none;
- -webkit-border-radius:15px;
- -moz-border-radius:15px;
- -o-border-radius:15px;
- border-radius:15px;
- }
- .sidetext {
- color:{color:Text};
- width:235px;
- overflow:wrap;
- text-align:justified;
- padding:5px;
- margin-bottom:5px;
- }
- #sidebar img{
- width:250px;
- align:center;
- border-bottom: 4px solid {color:Link Border Hover};
- -webkit-border-radius:15px;
- -moz-border-radius:15px;
- -o-border-radius:15px;
- border-radius:15px;
- -webkit-transition:all 0.7s ease-out;
- -moz-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;
- transition:all 0.7s ease-out;
- }
- #sidebar img:hover{
- -webkit-transition:all 0.7s ease-out;
- -moz-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;
- transition:all 0.7s ease-out;
- opacity:0.7;
- border-bottom: 4px solid {color:Link Border};
- }
- #sidebarlinks {
- width:230px;
- display:block;
- }
- .sidebarlinks a{
- width:250px;
- background-color:{color:Sidebar Link};
- border-bottom: 3px solid {color:Link Border};
- text-transform:lowercase;
- text-align:left;
- font:12px copperplate;
- color:{color:Text};
- margin-left: 3px;
- margin-bottom: -12px;
- padding:3px;
- display:block;
- -webkit-transition:all 0.7s ease-out;
- -moz-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;
- transition:all 0.7s ease-out;
- }
- .sidebarlinks a:hover{
- width:280px;
- background-color:{color:Sidebar Link Hover};
- border-bottom: 3px solid {color:Link Border Hover};
- letter-spacing:8px;
- -webkit-transition:all 0.7s ease-out;
- -moz-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;
- transition:all 0.7s ease-out;
- -webkit-border-bottom-right-radius:10px;
- -moz-border-radius-bottomright:10px;
- -o-border-bottom-right-radius:10px;
- border-bottom-right-radius:10px;
- -webkit-border-top-right-radius:10px;
- -moz-border-radius-top-right:10px;
- -o-border-top-right-radius:10px;
- border-top-right-radius:10px;
- }
- div#entries {
- width:530px;
- margin-left: 510px;
- padding-top:70px;
- }
- .posts {
- background:{color:Entry};
- display:block;
- height:auto;
- padding:5px;
- padding-left:10px;
- padding-right:10px;
- margin-bottom:10px;
- border-bottom:1px dashed {color:Accent};
- }
- .posts img{
- -webkit-border-top-left-radius:25px;
- -moz-border-radius-topleft:25px;
- -o-border-top-left-radius:25px;
- border-top-left-radius:25px;
- -webkit-border-bottom-right-radius:25px;
- -moz-border-radius-bottomright:25px;
- -o-border-bottom-right-radius:25px;
- border-bottom-right-radius:25px;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- -o-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- z-index:0;
- }
- .posts img:hover{
- -webkit-border-top-right-radius:25px;
- -moz-border-radius-topright:25px;
- -o-border-top-right-radius:25px;
- border-top-right-radius:25px;
- -webkit-border-bottom-left-radius:25px;
- -moz-border-radius-bottomleft:25px;
- -o-border-bottom-left-radius:25px;
- border-bottom-left-radius:25px;
- opacity:0.7;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- -o-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .chat ol, .chat li {list-style:none; margin-left:10px; padding:2px; border-bottom:1px solid {color:Text};}
- ul.chat {list-style:none; margin-left:10px; padding:2px;}
- .notes {
- {block:PermalinkPage}
- display:block;
- background:{color:Background};
- {/block:PermalinkPage}
- text-align:center;
- text-transform:lowercase;
- font-size:8px;
- list-style:none;
- -webkit-border-radius:10px;
- -moz-border-radius:10px;
- -o-border-radius:10px;
- border-radius:10px;
- }
- .notes a{
- color:{color:Text};
- }
- .notes a:hover{
- color:{color:Link}
- }
- .notes a:visited{
- color:{color:Link Hover}
- }
- .pagination {
- background:{color:Entry};
- color:{color:Link Hover};
- text-align:center;
- display:block;
- padding:5px;
- margin-bottom:-10px;
- -webkit-border-top-left-radius:25px;
- -moz-border-radius-topleft:25px;
- -o-border-top-left-radius:25px;
- border-top-left-radius:25px;
- -webkit-border-bottom-right-radius:25px;
- -moz-border-radius-bottomright:25px;
- -o-border-bottom-right-radius:25px;
- border-bottom-right-radius:25px;
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;
- }
- #questions {
- display:block;
- background:transparent!important;
- border-bottom:2px solid {color:Header};
- }
- .questions {
- font-size:10px;
- color:{color:Text}!important;
- margin-left:300px;
- margin-top:-15px;
- width:auto;
- text-transform:lowercase;
- }
- .source {
- display:block;
- width:300px;
- margin-left:150px;
- text-align:center;
- }
- #title {
- color:{color:Background};
- display:block;
- top:25px!important;
- right:100px!important;
- position:fixed!important;
- margin-left:15px;
- height:40px;
- min-width:200px;
- max-width:400px;
- text-align:justify;
- font-style:italic;
- font-size:30px;
- text-shadow: 1px 1px {color:Accent};
- }
- #theme {
- display:block;
- width:50px;
- height:50px;
- position:fixed;
- bottom:0px!important;
- left:0px;
- opacity:0.5;
- }
- #theme:hover {
- opacity:1;
- }
- </style>
- </head>
- <body>
- <div id="header">
- <table class="tble" cellspacing="2px">
- <tr>
- <td class="headerlinks"><div class="turn"><a href="/">home</a></div></td>
- <td class="headerlinks"><div class="turn"><a href="/ask" >ask</a></div></td>
- {block:ifShowSubmitLink}<td class="headerlinks"><div class="turn"><a href="/submit">submit</a></div></td>{/block:ifShowSubmitLink}
- {block:ifShowArchiveLink}<td class="headerlinks"><div class="turn"><a href="/archive">archive</a></div></td>{/block:ifShowArchiveLink}
- {block:ifShowTopLink1}<td class="headerlinks"><div class="turn"><a href="{text:TopLink1URL}">{text:TopLink1}</a></div></td>{/block:ifShowTopLink1}
- {block:ifShowTopLink2}<td class="headerlinks"><div class="turn"><a href="{text:TopLink2URL}">{text:TopLink2}</a></td>{/block:ifShowTopLink2}
- </tr>
- </table>{block:ifShowTitle}<div id="title">{Title}</div>{/block:ifShowTitle}</div>
- <div id="sidebar">
- <div class="sidetext"><img src="{image:SidebarImage}"><br /><br />{block:Description}{Description}{/block:Description}</div>
- <div class="sidebarlinks">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}
- </div>
- </div>
- </div>
- <div id="theme"><a href="http://hatterthemes.tumblr.com"><img src="http://24.media.tumblr.com/tumblr_m4ia8wX2h71r8az2no1_100.png"></a></div>
- <div id="entries">
- {block:Posts}
- <div class="posts">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}<center><h2>"{Quote}"</h2></center><br /><p class="source">— {Source}</p>{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<br /><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}<br />{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="questions"><h2>"{Question}"</h2></div><div class="questions"><em>wondered by {Asker}</em></div>
- {Answer}{/block:answer}
- {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
- <div class="notes"><a href="{Permalink}">{TimeAgo}</a> // {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">Fast Forward</a> {/block:PreviousPage}//{block:NextPage} <a href="{NextPage}">Time Travel</a>{/block:NextPage}</div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment