Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- please don't remove the credit or use as a base code-->
- <head>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Background" content="#E0FFFF"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#cd0000"/>
- <meta name="color:Link Hover" content="#CDB7B5"/>
- <meta name="color:Blog Title" content="#8B7D7B"/>
- <meta name="color:Chat 1" content=""/>
- <meta name="color:Chat 2" content=""/>
- <meta name="color:Ask Background" content="#838b8b"/>
- <meta name="color:Sidelinks 1" content="#FFE4E1"/>
- <meta name="color:Sidelinks 2" content="#EED5D2"/>
- <meta name="color:Sidelinks 3" content="#CDB7B5"/>
- <meta name="color:Sidelinks 4" content="#8B7D7B"/>
- <meta name="color:Sidelinks Hover" content="#CFCFCF"/>
- <meta name="color:Sidelinks Text" content="#1C1C1C"/>
- <meta name="color:Permalink" content="#A9A9A9"/>
- <meta name="color:Scrollbar" content="#cd0000"/>
- <meta name="color:Scroll Background" content="#F5F5DC"/>
- <meta name="color:Highlight" content="#cd0000"/>
- <meta name="color:Highlight Text" content="#F5F5DC"/>
- <!--Images-->
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <!--Options-->
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="if:Tiny Cursor" content="1"/>
- <meta name="if:Tiny Scrollbar" content="1"/>
- <meta name="if:Rainbow Links" content=""/>
- <meta name="if:Blog Title" content="1"/>
- <meta name="if:Faded Images" content=""/>
- <meta name="if:Inverted Images" content=""/>
- <meta name="if:Link 1" content=""/>
- <meta name="if:Link 2" content=""/>
- <meta name="if:Link 3" content=""/>
- <meta name="if:Link 4" content=""/>
- <!--Links-->
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 1 name" content=""/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 2 name" content=""/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 3 name" content=""/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 4 name" content="">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
- </style>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <style type="text/css">
- {block:ifInvertedImages}img{
- opacity: 1;
- filter:alpha(opacity=10);
- -moz-opacity: 0.1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifInvertedImages}
- {block:ifInvertedImages} img:hover{
- opacity: .8;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifInvertedImages}
- {block:ifFadedImages}img{
- opacity: .8;
- filter:alpha(opacity=10);
- -moz-opacity: 0.1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifFadedImages}
- {block:ifFadedImages} img:hover{
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifFadedImages}
- {block:iftinyscrollbar}
- ::-webkit-scrollbar {width: 10px; height:auto; background:{color:Scroll Background};}
- ::-webkit-scrollbar-corner {background:{color:Scroll background};}
- ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:Scrollbar};}
- ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:Scrollbar};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:Scrollbar}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:Scrollbar};border-left: 1px solid {color:background}; border-right: 1px solid {color:background}; height:4px;}
- ::-webkit-scrollbar-thumb {background:{color:Scrollbar}; border-top: 0pt solid {color:background}; border-bottom: 0pt solid {color:Scroll Background};}
- ::-webkit-scrollbar-track-piece {background: {color:Scroll Background}; width:4px;}
- ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:{color:Scrollbar};}
- {/block:iftinyscrollbar}
- {block:iftinycursor}
- body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
- @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
- body{
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment:fixed;
- background-repeat:repeat;
- background-position:center;
- font-family:nano;
- font-size:10px;
- line-height:10px;
- letter -spacing:0px;
- color:{color:Text};
- }
- @font-face {
- font-family: "nano";
- src: url('http://static.tumblr.com/myz4qk3/N59m4nnov/nano.ttf');
- }
- ::selection { background:{color:Highlight}; color:{color:Highlight Text}; }
- ::-moz-selection {background:{color:Highlight}; color:{color:Highlight Text};}
- a:link, a:active, a:visited{
- color:{color:Link};
- text-decoration:none;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- a:hover{
- color: {color:Link Hover};
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
- }
- #container {
- margin:auto;
- position:right;
- width:1200px;
- color: {color:Title};
- _margin-left:10%;
- }
- #content {
- float:center;
- width:408px;
- padding:3px;
- margin-top:0px;
- margin-left:530px;
- background:transparent;
- }
- #entry {
- margin-top:15px;
- padding:3px;
- }
- #entry img{
- {block:IndexPage}max-width:400px;{/block:IndexPage}
- }
- #permalink{
- display: block;
- padding:1px;
- padding-right:3px;
- margin-top:2px;
- font-family:silkscreen;
- font-size:8px;
- line-height:11px;
- text-align:right;
- text-transform: uppercase;
- }
- #side {
- position:fixed !important;
- width:220px;
- height:auto;
- margin-top:40px;
- margin-left:270px ;
- padding:2px;
- }
- #links {
- position:fixed !important;
- width:55px;
- height:100px;
- line-height:30px;
- font-family:silkscreen;
- font-size:8px;
- background-color:clear;
- margin-top:140px;
- margin-left:-324px ;
- padding 2px;
- }
- .nav{
- text-transform:uppercase;
- }
- .nav1 a{
- height:20px;
- padding-top:20px;
- letter-spacing: 0px;
- display:block;
- padding:0px;
- margin-top:0px;
- position:relative;
- z-index:1;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- border-right:10px solid {color:Sidelinks 1};
- }
- .nav1 a:hover{
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- border-right:20px solid {color:Sidelinks Hover};
- }
- .nav2 a{
- height:20px;
- padding-top:20px;
- letter-spacing: 0px;
- display:block;
- padding:0px 0;
- padding-bottom:1px;
- margin-top:0px;
- position:relative;
- z-index:1;
- border-right:10px solid {color:Sidelinks 2};
- }
- .nav2 a:hover{
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- border-right:20px solid {color:Sidelinks Hover};
- }
- .nav3 a{
- height:20px;
- padding-top:20px;
- letter-spacing: 0px;
- display:block;
- padding:0px 0;
- padding-bottom:1px;
- margin-top:0px;
- position:relative;
- z-index:1;
- border-right:10px solid {color:Sidelinks 3};
- }
- .nav3 a:hover{
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- border-right:20px solid {color:Sidelinks Hover};
- }
- .nav4 a{
- height:20px;
- padding-top:20px;
- letter-spacing: 0px;
- display:block;
- padding:0px 0;
- padding-bottom:1px;
- margin-top:0px;
- position:relative;
- z-index:1;
- border-right:10px solid {color:Sidelinks 3};
- }
- .nav4 a:hover{
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- border-right:20px solid {color:Sidelinks Hover};
- }
- .cred a{
- height:20px;
- padding-top:20px;
- letter-spacing: 0px;
- display:block;
- padding:0px 0;
- padding-bottom:1px;
- margin-top:0px;
- position:relative;
- z-index:1;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- border-right:10px solid {color:Sidelinks 4};
- color: {color:Sidelinks Text};
- }
- .cred a:hover{
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- border-right:20px solid {color:Sidelinks Hover};
- }
- @font-face {
- font-family: "onedirection";
- src: url('http://static.tumblr.com/myz4qk3/NxPm4nnt8/onedirection.ttf');
- }
- .blogtitle{
- font-size:35px;
- line-height:40px;
- font-family:onedirection;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- -webkit-transform:rotateY(0deg);
- -ms-transform:rotateY(0deg);
- -moz-transform:rotateY(0deg);
- -o-transform:rotateY(0deg);
- transform:rotateY(0deg);
- }
- .blogtitle:hover{
- -webkit-transform:rotateY(360deg);
- -ms-transform:rotateY(360deg);
- -moz-transform:rotateY(360deg);
- -o-transform:rotateY(360deg);
- transform:rotateY(360deg);
- }
- .posttitle{
- font-family:onedirection;
- font-size:23px;
- line-height:18px;
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 1px;
- border-left: 1px solid {color:Text};}
- blockquote p, ul{margin:0px; padding:0px;
- }
- .chat .line{
- background-color:{color:Chat 1};
- margin: 0 0 0px;
- padding: 2px;
- }
- .chat .line.odd{
- background-color:{color:Chat 2};
- }
- .label {font-weight:bold; color:{color:text}}
- .question {
- color:{color:Text};
- font-size:10px;
- font-weight:normal;
- line-height:95%;
- background: {color:Ask Background};
- margin: 0 0 10px 0;
- padding:8px;
- position:relative;
- }
- .questionarrow {
- width:13px;
- height:7px;
- font-size:30px;
- position:absolute;
- color:{color:Ask Background};
- bottom: -3.5px;
- left: 260px;
- }
- .asker {
- width:500px;
- text-align:left;
- color:{color:Text};
- }
- .asker a {
- color:{color:Link};
- }
- .asker a:hover {
- color:{color:LinkHover};
- }
- .asker img {
- float:left;
- margin-left:220px;
- vertical-align:top;
- margin-right:3px;
- max-height:15px;
- }
- a img{border:0px;}
- .p { padding-top:5px; }
- .ol, ul { margin-left:10px; padding:5px; }
- .ul { list-style-type:square; }
- .albumart { margin-bottom:0px; }
- .albumart img, .audio embed { width:55px; padding-right:3px; }
- .video embed, .post div.video object {width:250px !important; height:187px !important;}
- .notes img{width:10px; position:left; top:3px;}
- .pages {
- {block:ifNotInfiniteScrolling}
- height:16px;
- padding-top:5px;
- margin-top:10px;
- font-size:12px;
- font-family:default;
- float:center;
- {/block:ifNotInfiniteScrolling}
- }
- {font-size: 100%;}
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;}
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
- {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
- "></script>{/block:ifrainbowlinks}
- {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
- width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
- #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- $().UItoTop({ easingType: 'easeOutQuart' });
- });
- </script>{/block:ifinfinitescrolling}
- </head>
- <body>
- <div id="container">
- <div id="content">
- <div id="links">
- <center>
- <div class="navigate">
- <div class="nav1">
- <a href="/"><img src="http://i43.tinypic.com/ea2rer.jpg"></a>
- </div>
- <div class="nav2">
- <a href="/ask"><img src="http://p.yusukekamiyamane.com/icons/search/fugue/icons/mail.png"></a>
- </div>
- <div class="nav3">
- <a href="/archive"><img src="http://p.yusukekamiyamane.com/icons/search/fugue/icons/calendar-month.png"></a>
- </div>
- <div class="cred">
- <a href="http://orgyofsymmetry.tumblr.com/themes"><img src="http://p.yusukekamiyamane.com/icons/search/fugue/icons/box--plus.png"></a>
- </center>
- </div></div>
- <div id="side">
- <center>
- {block:IfBlogTitle}
- <div class="blogtitle"><a href="/">{Title}</a></div>
- {/block:IfBlogTitle}
- </center>
- <img src="{image:sidebar}" width="220" style=" float:right; border:0px solid {color:borders}; padding:0px; background:transparent;
- -webkit-border-top-left-radius: 55px;
- -webkit-border-bottom-right-radius: 0px;
- -moz-border-radius-topleft: 55px;
- -moz-border-radius-bottomright: 55px;
- border-top-left-radius: 55px;
- border-bottom-right-radius: 55px;"/>
- <br>
- <div class="nav">
- <center>
- {block:ifLink1}
- <a href="{text:Link 1 URL}">{text:Link 1 name}</a> |
- {/block:ifLink1}
- {block:ifLink2}
- <a href="{text:Link 2 URL}">{text:Link 2 name}</a> |
- {/block:ifLink2}
- {block:ifLink3}
- <a href="{text:Link 3 URL}">{text:Link 3 name}</a> |
- {/block:ifLink3}
- {block:ifLink4}
- <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
- {/block:ifLink4}
- </center>
- </div>
- {Description}
- <br><br>
- <center>
- {block:ifNotInfiniteScrolling}
- <div class="pages">
- <center>
- {block:PreviousPage} <a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- {/block:ifNotInfiniteScrolling}
- </center>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:Text}{block:Title}<span class="posttitle">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>{/block:text}
- {block:Link}<a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}{/block:link}
- {block:Photo}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/></a>{LinkCloseTag}</center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ReblogParentURL}
- <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ReblogParentURL}
- {/block:Photo}
- {block:Photoset}<center>{Photoset-400}</center></span>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
- {block:Quote}<span class="posttitle">{Quote}</span>{block:Source}<i> - {Source}</i>{/block:Source}<br>{/block:Quote}
- {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
- {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
- {block:Audio}{block:albumart}<div class="albumart"><img src="{albumarturl}" align="left"></div>{/block:albumart}<div style="width: 300px; height: 20px;">{AudioPlayerGrey}</div><BR>{block:TrackName}<span><strong>Title</strong>:
- {TrackName}</span>{/block:TrackName}<br>
- {block:Artist}<span><strong>Artist:</strong>
- {Artist}</span>{/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}<center>{Video-400}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
- {block:Answer}
- <div class="question">
- <div class="questionarrow">▼</div>
- {Question}
- </div>
- <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
- <div class="answer">{Answer}</div>
- {/block:answer}
- </center>
- {block:PermalinkPage}
- <div id="permalink">
- <Br>
- {block:Date}
- {TimeAgo} on
- {ShortMonth} {DayofMonth},{Year}
- {/block:Date}
- {block:NoteCount} · {NoteCountWithLabel}
- {/block:NoteCount}
- {block:HasTags} · Tags:
- {block:Tags}<a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- {/block:HasTags}
- <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- {block:IndexPage}
- <div id="permalink">
- <l><a href="{Permalink}">
- {NoteCountWithLabel}</a> +
- <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
- </div>
- {/block:IndexPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>{/block:Posts}
- </div>
- </div></div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement