Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=BenchNine' rel='stylesheet' type='text/css'>
- <link href='http://www.deviantart.com/download/1709074178703129/fruity_microfont_by_migiwa27-d5nleki.ttf' rel='stylesheet' type='text/css'>
- <link href='http://www.deviantart.com/download/1351998862782959/cuprum_by_migiwa27-d5nlelc.ttf' rel='stylesheet' type='text/css'>
- <link href='http://www.deviantart.com/download/3111440403473098/francoisone_by_migiwa27-d5nlekw.ttf' rel='stylesheet' type='text/css'>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--
- .-.,-..----..----..-. .----..----.
- | . < | || || || || |__ | || || || |
- `-'`-'`----'`----'`----'`----'`----'
- http://Kooloo.tumblr.com/tagged/tumblr-theme
- Do not remove the credits.
- -->
- <meta name="color:Border" content="#cccccc" />
- <meta name="color:Posts" content="#ffffff" />
- <meta name="color:description" content="#7a7a7a" />
- <meta name="color:Title" content="#000000" />
- <meta name="color:Link" content="#696969" />
- <meta name="color:Link Hover" content="#ffffff" />
- <meta name="color:Text" content="#494949"/>
- <meta name="color:Footer" content="#cccccc;" />
- <meta name="text:Link 1" content="http://"/>
- <meta name="text:Link 1 Title" content=""/>
- <meta name="text:Link 2" content="http://">
- <meta name="text:Link 2 Title" content=""/>
- <meta name="text:Link 3" content="http://"/>
- <meta name="text:Link 3 Title" content=""/>
- <meta name="text:Link 4" content="http://"/>
- <meta name="text:Link 4 Title" content=""/>
- <meta name="text:Link 5" content="http://"/>
- <meta name="text:Link 5 Title" content=""/>
- <meta name="text:Link 6" content="http://"/>
- <meta name="text:Link 6 Title" content=""/>
- <meta name="text:Link 7" content="http://"/>
- <meta name="text:Link 7 Title" content=""/>
- <meta name="text:Link 8" content="http://"/>
- <meta name="text:Link 8 Title" content=""/>
- <meta name="text:Link 9" content="http://"/>
- <meta name="text:Link 9 Title" content=""/>
- <meta name="image:sidebar" content="" />
- <meta name="image:background" content="http://static.tumblr.com/e67eb3005e2f42d7f44ad43743ae9c9d/ccbivmb/wAKmgshnv/tumblr_static_vintage_speckles.png" />
- <meta name="image:OptionalPostBackground" content="" />
- <meta name="if:Fade Images" content="0" />
- <meta name="if:Stretch Background" content="0" / >
- <meta name="if:400px posts" content="0" />
- <meta name="text:Music Code" content="" />
- <meta name="text:Online Users Code" "" />
- <style type="text/css">
- body { font-family:'Open Sans','Lucida Sans', 'Lucida Grande', freesans, sans-serif; font-size: 10px;
- color: {color:Text};
- margin: 0;
- background: url('{image:background}') center fixed repeat;
- {block:ifstretchbackground}
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='.myBackground.jpg',
- sizingMethod='scale');
- -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader (src='myBackground.jpg', sizingMethod='scale')";
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:ifstretchbackground} }
- a { color: {color:Link}; text-decoration: underline;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;}
- a:hover {color: {color:Link Hover};
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;}
- #rose { padding: 1px 20px 20px 20px; width: 700px; left: 128px; }
- .tulip { margin:auto; margin-right: 0px; padding: 5px; border: 1px solid {color:border}; margin-top: 20px;
- background-image: url('{image:OptionalPostBackground}');
- {block:ifnotoptionalpostbackgroundimage}background-color: {color:Posts};
- {/block:ifnotoptionalpostbackgroundimage}
- {block:ifnot400pxposts}width: 500px;{/block:ifnot400pxposts}
- {block:if400pxposts}width:400px;{/block:if400pxposts} }
- .tulip img { {block:ifnot400pxposts}max-width: 500px;{/block:ifnot400pxposts} {block:ifnot400pxposts}max-width: 500px;{/block:ifnot400pxposts}
- {block:if400pxposts}width:400px;{/block:if400pxposts} max-height: 100%; {block:iffadeimages}opacity: 0.7;{/block:iffadeimages}
- {block:ifnotfadeimages}opacity:1;{/block:ifnotfadeimages}
- -moz-transition: all 0.8s ease-out;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- .tulip img:hover {
- opacity: 1.0;
- -moz-transition: all 0.8s ease-out;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- blockquote,cite { border-left: 2px solid {color:Text}; padding: 1px 1px 1px 10px; margin: 5px; }
- .footer { max-width: 500px; background: {color:Footer};}
- #pansy { display: block; padding: 1px; margin-top: 1px; margin-bottom: -10px;float:left;}
- .pagination {
- margin-top:20px;
- margin-bottom:8px;
- padding: 2px;
- line-height:20px;
- font-family:'Open Sans','Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', freesans, sans-serif;
- font-size:15px;
- font-weight:bold;
- }
- .pagination a {
- text-decoration:none;
- padding-top:2px;
- padding-bottom:2px;
- padding-left:4px;
- padding-right:4px;
- color:{color:Link}; }
- .pagination a:hover {
- color:{color:Link Hover};
- }
- .petal { background: {color:footer}; padding: 2px; padding-right: 10px; max-width:500px; margin-top: 10px; text-align: right;
- opacity: 0.7; -moz-transition: all 0.8s ease-out;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- .petal:hover { opacity: 1.0; -moz-transition: all 0.8s ease-out;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- #sidebar { position: fixed; top:25%; left: 828px; width: 200px; text-align: center; letter-spacing: 1px; padding: 10px; }
- #sidebar a { text-align: center; float:left; width: 88px; background:{color:footer}; padding: 3px; text-decoration:none; color: {color:Text}; margin:2px;
- -moz-transition: all 0.8s ease-out;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- opacity: 1;
- }
- .seeds {
- width: 400px;
- }
- #sidebar a:hover {
- color:{color:footer};
- -moz-transition: all 0.8s ease-out; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.8s ease-out; transition: all 0.8s ease-out; opacity: 0; }
- #sidebar img { max-width: 200px; max-height: 100%;}
- #title { margin-bottom: 5px; text-align: center; color: {color:Title}; padding: 5px; letter-spacing: 1px; }
- iframe#tumblr_controls { position: fixed !important; z-index: 9999; opacity: 0.5; -moz-transition: all 0.8s ease-out; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.8s ease-out; transition: all 0.8s ease-out; opacity: 0.5;}
- iframe#tumblr_controls:hover {opacity: 1; -moz-transition: all 0.8s ease-out; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.8s ease-out; transition: all 0.8s ease-out; opacity: 1;}
- #theme { font-family:'Open Sans','Lucida Sans', 'Lucida Grande', freesans, sans-serif;
- font-size: 11px;
- opacity: 0.5;
- position:fixed;
- bottom:5px;
- right:5px;
- -webkit-border-radius: 4px;
- -moz-border-radius:4px;
- -o-border-radius:4px;
- border-radius:4px;
- width: auto;
- height: auto;
- z-index:999;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- -ms-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out; }
- #theme:hover { opacity:1.0;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- -ms-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;}
- #theme a { text-decoration:none; }
- #theme2 { font-family: Cuprum, 'Bench Nine';
- opacity: 0.7;
- position:fixed;
- bottom:5px;
- left:5px;
- -webkit-border-radius: 4px;
- -moz-border-radius:4px;
- -o-border-radius:4px;
- border-radius:4px;
- width: auto;
- height: auto;
- z-index:999;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- -ms-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out; }
- #theme2:hover { opacity:1.0;
- color: {color:link};
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- -ms-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out; }
- #theme2 a { color: {color:link};
- text-decoration:none; }
- #dddddd {
- color: {color:Description};
- margin-top: 15px;
- width: 200px;
- }
- ::selection,
- a::selection,
- img::selection {
- background: {color:Text};
- color: #ffffff;
- }
- ::-moz-selection {
- background: {color:Text};
- color: #ffffff;
- }
- #ongaku {
- positioN:fixed;
- width: 230px;
- left:0px;
- font-size: 20px;
- bottom:5px;
- border: 1px solid {color:border};
- background: url('http://static.tumblr.com/7a4dfccd4d039ef00cef062d06b4bfd6/ccbivmb/oOHmgsn3s/tumblr_static_postbackground.png');
- padding-left: 0px;
- padding-right: 20px;
- margin-left: -200px;
- margin-top: 10px; text-align: right;
- -moz-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- #ongaku embed{
- margin-top: -2px;
- }
- #ongaku:hover {
- margin-left: -0px;
- margin-top: 10px; text-align: right;
- -moz-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- .postitle {
- color: {color:link};
- width: 300px;
- margin:auto;
- font-size: 15px;
- text-align: center;
- padding-bottom: 5px;
- border-bottom: 1px dashed {color: text};
- }
- .postitle a {
- color: {color:link};
- text-decoration:none;
- }
- .quote {
- color: {color:link};;
- margin:auto;
- font-size: 15px;
- text-align: center;
- padding-bottom: 5px;
- border-bottom: 1px dashed {color: text};
- margin-bottom: -15px;
- }
- .customlinks {min-width: 190px; margin:auto;}
- .customlinks a {
- text-align: center; display:block; background:{color:footer};
- padding: 3px; min-width: 190px;
- text-decoration:none; color: {color:Text};
- -moz-transition: all 0.8s ease-out;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- opacity: 1;
- margin-bottom: -10px;
- }
- .notes { list-style: none; line-height: 12px;}
- .avatar { display:none;}
- .artab { height:150px; float:left; }
- .player {float:right; padding-top: 20px;}
- {customCSS}
- </style>
- </head>
- <body>
- <div id="rose">
- {block:Posts}
- <div class="tulip">
- {block:Text}
- {block:Title}
- <div class="postitle">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center>
- {linkopentag}<img src="{PhotoURL-1280}" alt="{PhotoAlt}">{linkclosetag}
- </center>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">
- {block:ifnot400pxposts}{photoset-500}{/block:ifnot400pxposts}
- {block:if400pxposts}{photoset-400}{/block:if400pxposts}
- </div>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">❝{Quote}❞
- </div>
- {block:Source}
- <br><br>—{Source}
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="postitle"><a href="{URL}" {Target}>{Name} →</a></div>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="postitle">{Title}</div>
- {/block:Title}
- <ul>
- {block:Lines}
- <li>{block:Label}{Label}{/block:Label} {Line}</li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <center><br>
- {block:AlbumArt}<img src="{AlbumArtURL}" alt="Album Art" height="200"/><br>{/block:AlbumArt}
- {AudioPlayerWhite}{PlayCount} ♪
- <br>{block:Caption}
- {Caption}
- {/block:Caption}
- </center>
- {/block:Audio}
- {block:Video}
- <div class="video">
- {block:IndexPage}{Video-500}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- </div>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- {Asker} asked: {Question}
- {Answer}
- {/block:Answer}
- {block:Date}
- <div class="petal">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {/block:Date}
- {block:RebloggedFrom}
- {/block:RebloggedFrom}
- {block:permalinkpage}
- <br>via <a href="{ReblogParentURL}">{ReblogParentName} | </a>{block:ContentSource} (<a href="{SourceURL}">{lang:Source}</a>)
- {/block:ContentSource} <!-- <br><a href="{ReblogRootURL}">
- {ReblogRootName}</a> -->
- {block:HasTags}
- <br>{Lang:Tagged}{block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}
- {/block:HasTags}
- {block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:permalinkpage}
- </div>
- </div>
- {/block:Posts}
- </div>
- <center>
- <div class="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">« 前へ</a>{/block:PreviousPage}
- {block:JumpPagination length="10"}{block:CurrentPage}
- <span class="current_page" style="padding-right:3px;padding-left:3px;">
- {PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">次へ »</a> {/block:NextPage}
- {/block:Pagination}</div>
- </center>
- </div>
- <div id="sidebar">
- <div id="title">{Title}</div>
- <div class="customlinks">
- {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1Title}
- {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2Title}
- {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a>
- {/block:ifLink3Title}
- {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a>
- {/block:ifLink4Title}
- {block:ifLink5Title}<a href="{text:link 5}">{text:Link 5 Title}</a>
- {/block:ifLink5Title}
- {block:ifLink6Title}<a href="{text:Link 6}">{text:Link 6 Title}</a>
- {/block:ifLink6Title}
- {block:ifLink7Title}<a href="{text:link 7}">{text:Link 7 Title}</a>
- {/block:ifLink7Title}
- {block:ifLink8Title}<a href="{text:Link 8}">{text:Link 8 Title}</a>
- {/block:ifLink8Title}
- {block:ifLink9Title}<a href="{text:Link 9}">{text:Link 9 Title}</a>
- {/block:ifLink9Title}
- </div>
- <img src="{image:sidebar}"><br><br>
- <a href="/">Index</a>
- {block:askenabled}<a href="/ask">Ask</a>{/block:askenabled}
- {block:submissionsenabled}<a href="/submit">Submit</a>{/block:submissionsenabled}
- <a href="/archive">Archive</a>
- <p>
- <div id="dddddd"> <br>{Description} </div>
- </div>
- <div id="theme"><a href="http://juoh.tumblr.com/">Theme ❀</a></div>
- <div id="theme2">
- {text:online users code}
- </div>
- {block:ifmusiccode}<div id="ongaku">{text:Music Code} ♪</div>{/block:ifmusiccode}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment