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">
- <!--
- "Wae ireoni" THEMED BY CINDIE.TUMBLR.COM
- Please do not remove this credit!
- Thanks for using my public theme, enjoy!
- -->
- <head>
- <!-- Default Colors -->
- <META name="image:Background" content="">
- <META name="image:Sidebar" content="http://28.media.tumblr.com/tumblr_lm4p2xmk0I1qa6im7o1_500.gif"/>
- <META name="text:Sidebar Image Height" content="100px"/>
- <META name="image:Sidebar Background" content="">
- <META name="if:Show Sidebar Image" content="1"/>
- <META name="if:Show Menu" content="1"/>
- <META name="if:Show Description" content="1"/>
- <META name="if:Show Posts Border" content="0"/>
- <META name="if:Show Sidebar Border" content="0"/>
- <META name="if:Show Full Sidebar" content="0"/>
- <META name="if:Show Time Ago" content="1"/>
- <META name="if:Show Custom Scrollbar" content="1"/>
- <META name="if:Infinite Scrolling" content="0"/>
- <META name="color:Background" content="#f9f9f9">
- <META name="color:Tables" content="#ffffff">
- <META name="color:Sidebar Background" content="transparent">
- <META name="color:Menu Background" content="transparent">
- <META name="color:Headers" content="#dddddd">
- <META name="color:Permalink Background" content="#fff">
- <META name="color:Font" content="#dddddd">
- <META name="color:Link" content="#dddddd">
- <META name="color:Link hover" content="#000000">
- <META name="color:Sidebar font" content="#dddddd">
- <META name="color:Borders" content="#ebebeb">
- <META name="color:Nav font" content="#ebebeb">
- <META name="color:Nav hover" content="#fff">
- <META name="color:Nav hover background" content="#eee">
- <META name="color:Nav background" content="#fff">
- <META name="color:Scrollbar" content="#ffffff">
- <META name="color:Scrollbar Main" content="#eeeeee">
- <META name="text:Custom Link One" content=""/>
- <META name="text:Custom Link One URL" content=""/>
- <META name="text:Custom Link Two" content=""/>
- <META name="text:Custom Link Two URL" content=""/>
- <META name="text:Custom Link Three" content=""/>
- <META name="text:Custom Link Three URL" content=""/>
- <META name="text:Custom Link Four" content=""/>
- <META name="text:Custom Link Four URL" content=""/>
- <META name="text:Custom Link Five" content=""/>
- <META name="text:Custom Link Five URL" content=""/>
- <!-- End Default Colors -->
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="description" content="{MetaDescription}" />
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- body {
- background-color: {color:Background};
- background-image: url('{image:Background}');
- background-position:center center;
- background-attachment: fixed;
- background-repeat: repeat;
- color:{color:font};
- cursor: url(""), default;
- text-align:justify;
- margin: 0px;
- padding: 0px;
- font-family:Consolas;
- text-transform:;
- font-size:11px;
- }
- a:link, a:visited, a:active {
- color: {color:Link};
- cursor: default;
- text-decoration:none;
- transition-duration: 0.50s;
- -moz-transition-duration: 0.50s;
- -webkit-transition-duration: 0.50s;
- -o-transition-duration: 0.50s;
- }
- a:hover {
- color: {color:link hover};
- cursor: crosshair;
- text-decoration:none;
- }
- {block:IfShowCustomScrollbar}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar};
- height:100px;
- border:1px solid {color:Borders};
- -moz-border-radius: 10px 30px;
- border-radius: 3px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Scrollbar};
- height:10px !important;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:10px;
- background-color:{color:Scrollbar Main};
- }
- {/block:IfShowCustomScrollbar}
- li {
- text-align:left;
- padding-left:10px;
- }
- .header {
- color:{color:Headers};
- font-family: consolas;
- text-transform:uppercase;
- font-size:7pt;
- }
- .header2 {
- color:{color:Headers};
- font-family: consolas;
- text-transform:uppercase;
- font-size:9pt;
- }
- .header3 {
- color:{color:Headers};
- font-family: consolas;
- text-transform:uppercase;
- font-size:9pt;
- }
- .mainh{
- color:{color:Main title font};
- font-family: {font:Body};
- text-transform:uppercase;
- font-size:16pt;
- }
- a.menu {
- display: block;
- background: {color:Nav background};
- color: {color:Nav font};
- font-family: consolas;
- font-size:9px;
- letter-spacing:2px;
- width: 180px;
- padding: 0px 8px 0 3px;
- margin: 2px;
- text-align: left;
- text-transform:uppercase;
- cursor: crosshair;
- border-left:6px solid {color:Borders};
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- a.menu:hover {
- color:{color:Nav hover};
- background-color:{color:Nav Hover Background};
- border-left:15px solid;
- padding-right:20px;
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- img {
- border: 0px solid {color:Borders};
- padding: 3px;
- filter: alpha (opacity=100);
- opacity: 1.0;
- }
- img:hover {
- filter: alpha (opacity=80);
- opacity: 0.80;
- }
- #sidebar {
- margin:0 auto;
- margin-top:50px;
- margin-left:130px;
- padding:5px;
- position:fixed;
- width: 200px;
- {block:IfShowFullSidebar}
- height:100%;
- margin-top:0px;
- {/block:IfShowFullSidebar}
- text-align: left;
- {block:IfShowSidebarBorder}
- border:1px solid {color:Borders};
- {/block:IfShowSidebarBorder}
- background-color:{color:Sidebar Background};
- background-image: url('{image:Sidebar Background}');
- background-position:center center;
- background-attachment: fixed;
- background-repeat: repeat;
- }
- .menu1 {
- padding:0px;
- {block:IfShowDescription}
- padding:2px 0 2px 0;
- {/block:IfShowDescription}
- background-color:{color:Menu Background};
- }
- .imgg {
- text-align:left;
- margin-top:4px;
- }
- .des {
- text-align:center;
- color:{color:font};
- margin-top:4px;
- }
- .pagess {
- position:fixed;
- margin-top:100px;
- margin-left:875px;
- text-align:left;
- }
- .pagess a{
- color:{color:Nav font};
- font-size:40px;
- transition-duration: 0.50s;
- -moz-transition-duration: 0.50s;
- -webkit-transition-duration: 0.50s;
- -o-transition-duration: 0.50s;
- }
- .pagess a:hover {
- color:{color:Nav hover};
- }
- .perma {
- background-color:{color:Permalink Background};
- margin-top:0px;
- text-align:right;
- padding-right:6px;
- color:{color:font};
- }
- .perma a {color:{color:Links};}
- .perma a:hover {color:{color:Links Hover};}
- #content {
- margin:0 auto;
- margin-left:360px;
- margin-top:5px;
- margin-bottom:5px;
- width: 510px;
- position: absolute;
- text-align: center;
- background-color: transparent;
- overflow: auto;
- }
- #post {
- background-color:{color:Tables};
- text-align: center;
- padding:2px 1px 3px 1px;
- {block:IfShowPostsBorder}
- border:1px solid {color:Borders};
- {/block:IfShowPostsBorder}
- }
- blockquote{
- border-left: 5px solid {color:Borders};
- padding:1px; padding-left: 5px; margin: 0px;
- }
- #entry{
- background-color:{color:Tables};
- margin-bottom:2px;
- }
- #entry img {
- max-width: 500px;
- }
- #ask img {
- width:40px;
- padding-right:10px;
- }
- ol.notes {
- padding: 0px;
- margin: 2px 0px;
- list-style-type: none;
- background-color:{color:Tables};
- border-bottom: solid 1px {color:Borders};
- text-align:left;
- }
- ol.notes li.note {
- border-top: solid 1px {color:Borders};
- padding: 2px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 5px;
- width: 10px;
- height: 10px;
- }
- ol.notes li.note span.action {
- font-weight: bold;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: {color:Borders};
- padding: 4px 4px;
- margin: 2px 0px 0px 5px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- .jump_page{
- color:#fff;
- font-size:18px;
- padding:3px 5px 3px 5px;
- margin:1px;
- }
- a.jump_page:hover {
- text-decoration:none;
- }
- .current_page{
- color:#fff;
- font-size:18px;
- font-weight:bold;
- padding:3px 5px 3px 5px;
- margin:1px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div class="imgg">
- {block:IfShowSidebarImage}
- <div style="width:200px;height:{block:IfSidebarImageHeight}{text:Sidebar Image Height}{/block:IfSidebarImageHeight};overflow:hidden;"><img style="border:none;max-width:210px;min-width:210px;" src="{image:Sidebar}"></div><br>
- {/block:IfShowSidebarImage}
- </div>
- <div class="menu1">
- {block:IfShowMenu}
- <a href="/" class="menu">Home</a>
- <a href="/archive" class="menu">Archive</a>
- <a href="/ask" class="menu">Ask</a>
- {block:IfCustomLinkOne}<a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}" class="menu">{text:Custom Link One}{/block:IfCustomLinkOne}</a>
- {block:IfCustomLinkTwo}<a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}" class="menu">{text:Custom Link Two}{/block:IfCustomLinkTwo}</a>
- {block:IfCustomLinkThree}<a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}" class="menu">{text:Custom Link Three}{/block:IfCustomLinkThree} </a>
- {block:IfCustomLinkFour}<a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}" class="menu">{text:Custom Link Four}{/block:IfCustomLinkFour}</a>
- {block:IfCustomLinkFive}<a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}" class="menu">{text:Custom Link Five}{/block:IfCustomLinkFive}</a>
- <a href="http://cindie.tumblr.com" class="menu">Theme</a>
- {/block:IfShowMenu}
- <div class="des">
- {block:IfShowDescription}
- {block:Description}{Description}{/block:Description}
- {/block:IfShowDescription}
- </div>
- </div>
- </div>
- </div>
- {block:IfNotInfiniteScrolling}
- <div class="pagess">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" title="newer posts" class="jump_page"><big>«</big></a>
- {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" title="older posts" class="jump_page"><big>»</big></a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {block:IfNotInfiniteScrolling}
- <div id="content">
- {block:IfInfiniteScrolling}
- <div class = "autopagerize_page_element" >
- {/block:IfInfiniteScrolling}
- {block:Posts}
- {block:Text}
- <div id="entry">
- <div id="post">
- {block:Title}
- <div class="header3"><a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- <p>{Body}</p>
- </li>
- <div class="perma">
- {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
- </div>
- </div>
- </div>
- {/block:Text}
- {block:Photo}
- <div id="entry">
- <div id="post"> <a href="{Permalink}">
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
- </a>
- </li>
- <div class="perma">
- {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
- </div>
- </div>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="entry">
- <div id="post">
- {Photoset-500}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- <div class="perma">
- {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
- </div>
- </div>
- </div>
- {/block:Photoset}
- {block:Quote}
- <div id="entry">
- <div id="post">
- <div class="header3">"{Quote}"</div>
- {block:Source}
- <span class="source"><br><i>{Source}</i></span>
- {/block:Source}
- </p>
- </li>
- <div class="perma">
- {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
- </div>
- </div>
- </div>
- {/block:Quote}
- {block:Link}
- <div id="entry">
- <div id="post">
- <p><a href="{URL}"{Target}><div class="header3">{Name}</a></div>
- {block:Description}
- {Description}
- {/block:Description}
- </li>
- <div class="perma">
- {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
- </div>
- </div>
- </div>
- {/block:Link}
- {block:Chat}
- <div id="entry">
- <div id="post"> <a href="{Permalink}>
- {block:Title}
- <div class="header3"><a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- {/block:Lines}
- </ul>
- </li>
- </a>
- <div class="perma">
- {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
- </div>
- </div>
- </div>
- {/block:Chat}
- {block:Video}
- <div id="entry">
- <div id="post">
- {Video-250}
- <a href="{Permalink}">{block:Caption}
- <p>{Caption}</p>
- {/block:Caption}</a>
- </li>
- <div class="perma">
- {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
- </div>
- </div>
- </div>
- {/block:Video}
- {block:Audio}
- <div id="entry">
- <div id="post">
- <a href="="{Permalink}">
- {block:AlbumArt}<img src="{AlbumArtURL}"/>{/block:AlbumArt}</a>
- <p align="center">{AudioPlayergrey}</p>
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}
- </li>
- <div class="perma">
- {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
- </div>
- </div>
- </div>
- {/block:Audio}
- {block:Answer}
- <div id="entry">
- <div id="post">
- <div id="ask">
- <img src="{AskerPortraitURL-48}"align="left" /></div>
- <div id="question"><div id="asked">{Asker} Asked:<BR>{Question}</div></div>
- <br>
- <div id="answerr">My Answer:<BR>{Answer}</div>
- <div class="perma">
- {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
- </div>
- </div>
- </div>
- {/block:Answer}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- </div>
- {block:IfInfiniteScrolling}
- </div>
- {/block:IfInfiniteScrolling}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment