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">
- <!--
- "HALO" 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="image:Sidebar Background" content="">
- <META name="text:Sidebar Image Height" content="100px"/>
- <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 Sidebar Border" content="0"/>
- <META name="if:Description Box Shadow" content="0"/>
- <META name="if:Show Sidebar" content="1"/>
- <META name="if:Show Full Sidebar" content="0"/>
- <META name="if:Show Custom Scrollbar" content="1"/>
- <META name="color:Background" content="#ffffff">
- <META name="color:Sidebar" content="transparent">
- <META name="color:Top" content="transparent">
- <META name="color:Tables" content="#ffffff">
- <META name="color:Font" content="#666666">
- <META name="color:Link" content="#dbdbdb">
- <META name="color:Link hover" content="#000000">
- <META name="color:Borders" content="#ebebeb">
- <META name="color:Nav font" content="#dddddd">
- <META name="color:Nav Background" content="transparent">
- <META name="color:Nav hover" content="#909090">
- <META name="color:Nav hover Background" content="#fff">
- <META name="color:Scrollbar" content="#ffffff">
- <META name="color:Scrollbar Main" content="#eeeeee">
- <META name="text:Menu Link One" content=""/>
- <META name="text:Menu Link One URL" content=""/>
- <META name="text:Menu Link Two" content=""/>
- <META name="text:Menu Link Two URL" content=""/>
- <META name="text:Menu Link Three" content=""/>
- <META name="text:Menu Link Three URL" content=""/>
- <META name="text:Menu Link Four" content=""/>
- <META name="text:Menu Link Four URL" content=""/>
- <!-- End Default Colors -->
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('fast');
- }); }); </script>
- <style type="text/css">
- .links_list { margin-top:3px;}
- .links_head { display: inline;
- background:#;
- color:{color:Headers};;
- font-family: consolas;
- font-size:11pt;
- line-height:15px;
- letter-spacing:2px;
- text-align: center;
- cursor: crosshair;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- .links_head:hover {
- color:{color:Nav hover};
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- .links_body {
- background-color:#fff;
- padding:7px;
- text-align:left;
- color: {color:font};
- -moz-border-radius: 10px 30px;
- border-radius: 3px;
- display:none;}
- </style>
- <link rel="stylesheet" href="http://static.tumblr.com/20pvjfl/5xklkh0ia/fonts.css" />
- <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-repeat: repeat;
- background-attachment:fixed;
- color:{color:font};
- cursor: url(""), default;
- text-align:justify;
- margin: 0px;
- padding: 0px;
- letter-spacing:2px;
- font-family:consolas;
- text-transform:uppercase;
- font-size:8px;
- line-height:10px;
- }
- 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;
- -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;
- }
- br{
- padding:1px;
- margin:1px;
- }
- a.menu {
- display: inline;
- background:{color:Nav Background};
- color: {color:Nav font};
- font-family: consolas;
- font-size:11px;
- letter-spacing:2px;
- width: 180px;
- padding: 7px 7px 7px 7px;
- margin-left: 1px;
- text-align: left;
- cursor: crosshair;
- -moz-border-radius: 10px 30px;
- border-radius: 3px;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- a.menu:hover {
- background:{color:Nav Hover Background};
- color:{color:Nav hover};
- padding-right:20px;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- img {
- padding: 0px;
- filter: alpha (opacity=100);
- opacity: 1.0;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- img:hover {
- filter: alpha (opacity=80);
- opacity: 0.80;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;cursor:
- }
- #top{
- margin:0 auto;
- margin-left:376px;
- width:400px;
- height:20px;
- padding:12px 1px 5px 1px;
- text-align:left;
- background-color:{color:Top};
- }
- #sidebar {
- margin:0 auto;
- margin-top:120px;
- margin-left:150px;
- padding:5px;
- width:200px;
- {block:IfShowFullSidebar}
- height:100%;
- margin-top:-10px;
- {/block:IfShowFullSidebar}
- position:fixed;
- {block:IfShowSidebarBorder}
- border:1px solid {color:Borders};
- {/block:IfShowSidebarBorder}
- background-image:url('{image:Sidebar Background}');
- background-color:{color:Sidebar};
- -moz-border-radius: 10px 30px;
- border-radius: 3px;
- {block:IfDescriptionBoxShadow}
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 0px 0px;
- -moz-box-shadow: 1px 1px 1px #CCC;
- -webkit-box-shadow: 1px 1px 1px #CCC;
- box-shadow: 1px 1px 1px #CCC;
- {/block:IfDescriptionBoxShadow}
- }
- .des{
- float:right;
- margin-bottom:2px;
- }
- .imgg {
- text-align:left;
- margin-top:4px;
- }
- .sub {
- margin-top:2px;
- }
- a.sub1 {
- display: block;
- background:#eee;
- color: {color:Nav font};
- font-family: consolas;
- font-size:11px;
- letter-spacing:2px;
- width: 193px;
- padding: 3px;
- margin: 1px;
- text-align: right;
- cursor: crosshair;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- a.sub1:hover {
- background:#f9f9f9;
- color:{color:Nav hover};
- text-align:left;
- padding-right:20px;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- .previouss {
- position:fixed;
- margin-top:20px;
- margin-left:360px;
- font-size:13px;
- }
- .previouss:hover{
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- .nextt {
- position:fixed;
- margin-top:20px;
- margin-left:780px;
- font-size:13px;
- }
- .nextt:hover{
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- #content {
- margin:0 auto;
- margin-top:0px;
- margin-left:375px;
- margin-bottom:5px;
- width: 400px;
- position: relative;
- text-align: center;
- background-color: transparent;
- }
- #post {
- margin-top:4px;
- background-color:{color:Tables};
- text-align: center;
- -moz-border-radius: 10px 30px;
- border-radius: 3px;
- {block:IfDescriptionBoxShadow}
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 0px 0px;
- -moz-box-shadow: 1px 1px 1px #CCC;
- -webkit-box-shadow: 1px 1px 1px #CCC;
- box-shadow: 1px 1px 1px #CCC;
- {/block:IfDescriptionBoxShadow}
- }
- blockquote{
- border-left: 5px solid {color:Borders};
- padding:1px; padding-left: 5px; margin: 0px;
- }
- #entry{
- text-align:center;
- background-color:;
- }
- #entry img {
- max-width: 400px;
- }
- #ask img {
- width:40px;
- }
- 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: 20px;
- height: 20px;
- }
- 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;
- padding:3px 5px 3px 5px;
- margin:1px;
- }
- a.jump_page:hover {
- text-decoration:none;
- }
- .current_page{
- color:#000;
- font-weight:bold;
- padding:3px 5px 3px 5px;
- margin:1px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="top">
- {block:IfShowMenu}
- <a href="/" class="menu">Home</a>
- <a href="/ask" class="menu">Ask</a>
- <a href="http://cindie.tumblr.com" class="menu">Theme</a>
- {block:IfMenuLinkOne}<a href="{block:IfMenuLinkOneURL}{text:Menu Link One URL}{/block:IfMenuLinkOneURL}" class="menu">{text:Menu Link One}{/block:IfMenuLinkOne}</a>
- {block:IfMenuLinkTwo}<a href="{block:IfMenuLinkTwoURL}{text:Menu Link Two URL}{/block:IfMenuLinkTwoURL}" class="menu">{text:Menu Link Two}{/block:IfMenuLinkTwo}</a>
- {block:IfMenuLinkThree}<a href="{block:IfMenuLinkThreeURL}{text:Menu Link Three URL}{/block:IfMenuLinkThreeURL}" class="menu">{text:Menu Link Three}{/block:IfMenuLinkThree}</a>
- {block:IfMenuLinkFour}<a href="{block:IfMenuLinkFourURL}{text:Menu Link Four URL}{/block:IfMenuLinkFourURL}" class="menu">{text:Menu Link Four}{/block:IfMenuLinkFour}</a>
- {/block:IfShowMenu}
- </div>
- {block:IfShowSidebar}
- <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>
- {block:IfShowDescription}
- <div class="des">
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:IfShowDescription}
- {/block:IfShowSidebar}</div>
- <div class="previouss">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"><big>«</big></a>
- {/block:PreviousPage}
- </div>
- <div class="nextt">
- {block:NextPage}
- <a href="{NextPage}"><big>»</big></a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="content">
- {block:Posts}
- {block:Text}
- <div id="entry">
- <div id="post">
- <div class="links_list">
- <p class="links_head">{Title}</p>
- <div class="links_body">
- {Body}
- <a href="{Permalink}">{Year}.{MonthNumber}.{DayOfMonth}</a> |
- <a href="{Permalink}">♡{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">+Reblog</a>
- </div></div>
- </div>
- </div>
- {/block:Text}
- {block:Photo}
- <div id="entry">
- <div id="post">
- <div class="links_list">
- <p class="links_head"><img style=" -moz-border-radius: 10px 30px;
- border-radius: 3px; "src="{PhotoURL-400}"> </p>
- <div class="links_body">
- {block:Caption}{Caption} {/block:Caption}
- <a href="{Permalink}">{Year}.{MonthNumber}.{DayOfMonth}</a> |
- <a href="{Permalink}">♡{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">+Reblog</a>
- </div></div>
- </div>
- </div>
- {/block:Photo}
- {block:Quote}
- <div id="entry">
- <div id="post">
- <div class="links_list">
- <p class="links_head">{Quote}</p>
- <div class="links_body">
- {block:Source}
- <span class="source"><br><i>{Source}</i></span>
- {/block:Source}<BR>
- <a href="{Permalink}">{Year}.{MonthNumber}.{DayOfMonth}</a> |
- <a href="{Permalink}">♡{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">+Reblog</a>
- </div></div>
- </div>
- </div>
- {/block:Quote}
- {block:Link}
- <div id="entry">
- <div id="post">
- <div class="links_list">
- <p class="links_head">{Name}</p>
- <div class="links_body">
- <p><a href="{URL}"{Target}><div class="header3">{Name}</a></div>
- {block:Description}
- {Description}
- {/block:Description}
- <a href="{Permalink}">{Year}.{MonthNumber}.{DayOfMonth}</a> |
- <a href="{Permalink}">♡{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">+Reblog</a>
- </div></div>
- </div>
- </div>
- {/block:Link}
- {block:Chat}
- <div id="entry">
- <div id="post">
- <div class="links_list">
- <p class="links_head">{Title}</p>
- <div class="links_body">
- <ul class="chat">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- {/block:Lines}
- </ul>
- </li>
- <a href="{Permalink}">{Year}.{MonthNumber}.{DayOfMonth}</a> |
- <a href="{Permalink}">♡{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">+Reblog</a>
- </div></div>
- </div>
- </div>
- {/block:Chat}
- {block:Video}
- <div id="entry">
- <div id="post">
- <div class="links_list">
- <p class="links_head">{Video-400}</p>
- <div class="links_body">
- <a href="{Permalink}">{block:Caption}
- <p>{Caption}</p>
- {/block:Caption}</a>
- <a href="{Permalink}">{Year}.{MonthNumber}.{DayOfMonth}</a> |
- <a href="{Permalink}">♡{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">+Reblog</a>
- </div></div>
- </div>
- </div>
- {/block:Video}
- {block:Audio}
- <div id="entry">
- <div id="post">
- <div class="links_list">
- <p class="links_head">{block:AlbumArt}<img style=" -moz-border-radius: 10px 30px;
- border-radius: 3px;" src="{AlbumArtURL}"/>{/block:AlbumArt}
- </p>
- <div class="links_body">
- {AudioPlayerWhite}
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}</a>
- <a href="{Permalink}">{Year}.{MonthNumber}.{DayOfMonth}</a> |
- <a href="{Permalink}">♡{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">+Reblog</a>
- </div></div>
- </div>
- </div>
- {/block:Audio}
- {block:Answer}
- <div id="entry">
- <div id="post">
- <div class="links_list">
- <p class="links_head">{Asker} Asked:{Question}</p>
- <div class="links_body">
- <div id="answerr">My Answer:{Answer}</div>
- <a href="{Permalink}">{Year}.{MonthNumber}.{DayOfMonth}</a> |
- <a href="{Permalink}">♡{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">+Reblog</a>
- </div></div>
- </div>
- </div>
- {/block:Answer}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement