Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- REEDRPH — THEME #1: Icarus -->
- <!-- basecode kuzuriha -->
- <!DOCTYPE html>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <html>
- <head>
- <meta name="image:background" content=""/>
- <meta name="color:background" content="#fff"/>
- <meta name="color:holder" content="#5c5c5c"/>
- <meta name="color:sidebar" content="#202020"/>
- <meta name="color:post background" content="#757575"/>
- <meta name="color:description" content="#4b4b4b"/>
- <meta name="color:title" content="#ffffff"/>
- <meta name="color:subtitle" content="#ffffff"/>
- <meta name="color:subtitle bg" content="#4b4b4b"/>
- <meta name="color:text" content="#d5d5d5"/>
- <meta name="color:bold" content="#000000"/>
- <meta name="color:italic" content="#000000"/>
- <meta name="color:link" content="#E8D2A2"/>
- <meta name="color:link hover" content="#FFE5BF"/>
- <meta name="color:sidebar text" content="#C9C9C9"/>
- <meta name="color:borders" content="#4b4b4b"/>
- <meta name="color:question background" content="#F7F7F7"/>
- <meta name="color:accent1" content="#202020"/>
- <meta name="color:accent2" content="#202020"/>
- <meta name="image:header" content=""/>
- <meta name="text:title" content="Blog title"/>
- <meta name="text:subtitle" content="Blog subtitle"/>
- <meta name="text:headertitle" content="Header Title"/>
- <meta name="text:updatestitle" content="Updates"/>
- <meta name="text:updates" content="put some updates or stats here"/>
- <meta name="text:link 1" content="link 1"/>
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 2" content="link 2"/>
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 3" content="link 3"/>
- <meta name="text:link 3 url" content="/" />
- <!--scripts-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
- <link href="https://fonts.googleapis.com/css?family=News+Cycle:400,700|Roboto:400,400i,700" rel="stylesheet">
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /**webkit scrollbar**/
- ::-webkit-scrollbar{
- width:4px;
- }
- ::-webkit-scrollbar-thumb:vertical{
- background:{color:accent2};
- height:auto;
- }
- /**tooltips**/
- #s-m-t-tooltip {
- max-width:150px;
- padding:5px 10px 5px 10px;
- margin:20px 14px 7px 10px;
- background-color:{color:tooltipbg};
- font-family: 'Roboto', sans-serif;
- font-style: normal;
- font-size:10px;
- line-height:11px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:tooltipt};
- z-index:999999;
- }
- /**general appearance**/
- body {
- background-image:url('{image:Background}');
- background-color:{color:Background};
- background-size:cover;
- background-attachment:fixed;
- overflow:hidden;
- font-family: 'Roboto', sans-serif;
- font-size: 12px;
- line-height: 12px;
- color:{color:Text};
- text-align: justify;
- }
- a{
- color:{color:link};
- text-decoration:none;
- }
- a:hover{
- color:{color:link hover};
- }
- blockquote{
- padding-left:10px;
- border-left:3px solid {color:accent2};
- }
- blockquote blockquote{
- padding-left:10px;
- border-left:3px solid {color:accent2};
- }
- small,sup,sub{
- font-size: 11px;
- letter-spacing: 1px;
- }
- i, em {
- color:{color:italic};
- }
- b, strong {
- color:{color:bold};
- font-weight:bold;
- text-transform: uppercase;
- }
- /**holder**/
- #holder {
- width: 910px;
- height: 750px;
- background-color: {color:holder};
- position: absolute;
- margin: auto; top: 0; left: 0; bottom: 0; right: 0;
- background-size: cover;
- overflow: visible;
- opacity:0.95; }
- /**sidebar block**/
- #sidebar {
- width: 224px;
- height:744px;
- border: 3px solid {color:borders};
- background-color: {color:sidebar};
- }
- #title {
- width: 230px;
- position: absolute;
- top: 30px;
- overflow: hidden;
- z-index: 8;
- color: {color:title};
- text-align: center;
- font-family: 'News Cycle', sans-serif;
- font-weight: bold;
- font-size: 50px;
- line-height: 1;
- text-transform: uppercase;
- letter-spacing: 2px;
- }
- #subtitle {
- width: 190px;
- height: 13px;
- background: {color:subtitle bg};
- padding: 5px;
- position: absolute;
- top: 140px;
- left: 15px;
- overflow: hidden;
- z-index: 8;
- color: {color:subtitle};
- text-align: center;
- font-family: 'News Cycle', sans-serif;
- font-weight: bold;
- font-size: 13px;
- line-height: 1;
- text-transform: uppercase;
- }
- #line {
- position: absolute;
- width: 227px;
- height: 3px;
- background: {color:borders};
- top: 197px;
- }
- #headertitle {
- width: 190px;
- height: 13px;
- padding: 5px;
- position: absolute;
- top: 210px;
- left: 17px;
- overflow: hidden;
- z-index: 8;
- color: {color:title};
- text-align: center;
- font-family: 'News Cycle', sans-serif;
- font-weight: bold;
- font-size: 19px;
- line-height: 1;
- text-transform: uppercase;
- }
- #description {
- width: 160px;
- height: 200px;
- top: 241px;
- left: 22px;
- background: {color:description};
- border: 3px solid {color:borders};
- padding: 10px;
- position: absolute;
- font-family: 'Roboto', sans-serif;
- font-size: 11px;
- color: {color:sidebar text};
- text-transform: none;
- letter-spacing: 1px;
- line-height: 1.3;
- }
- #updatestitle {
- width: 190px;
- height: 13px;
- padding: 5px;
- position: absolute;
- top: 478px;
- left: 17px;
- overflow: hidden;
- z-index: 8;
- color: {color:title};
- text-align: center;
- font-family: 'News Cycle', sans-serif;
- font-weight: bold;
- font-size: 19px;
- line-height: 1;
- text-transform: uppercase;
- }
- #updates {
- width: 160px;
- height: 90px;
- top: 509px;
- left: 22px;
- background: {color:description};
- border: 3px solid {color:borders};
- padding: 10px;
- position: absolute;
- font-family: 'Roboto', sans-serif;
- font-size: 11px;
- color: {color:sidebar text};
- text-transform: none;
- letter-spacing: 1px;
- line-height: 1.3;
- }
- /**header**/
- #header {
- left: 229px;
- top: 0px;
- position: absolute;
- z-index: 10;
- }
- #header img {
- width: 682px;
- height: 200px;
- }
- /**nav**/
- #nav_bar{
- width:260px;
- left: 0px;
- position:absolute;
- margin-left:0px;
- margin-top:437px;
- padding:10px;
- }
- .nav_link a{
- width:20px;
- height: 20px;
- background:{color:description};
- color:{color:sidebar text};
- display: inline-block;
- font-size: 20px;
- text-align: center;
- text-decoration: none;
- padding: 15px;
- border: 3px solid {color:borders};
- border-radius: 50%;
- margin-left: 9px;
- }
- #customlink_bar{
- width:230px;
- position:relative;
- margin-top:363px;
- padding:10px;
- margin-left:35px;
- }
- .custom_link a{
- min-width:40px;
- background:{color:link hover};
- color:{color:link};
- display:inline-block;
- margin:4px;
- font:10px
- text-align:center;
- padding:2px;
- text-transform:uppercase;
- }
- /**posts**/
- #container{
- position: absolute;
- top: 20px;
- left: 304px;
- overflow: scroll;
- overflow-x: hidden;
- width: 550px;
- max-height: 515px;
- text-align: justify;
- margin-bottom:30px;
- }
- .post{
- width:500px;
- position:relative;
- word-wrap:break-word;
- margin-bottom:20px;
- padding:12px;
- color: {color:text};
- background:{color:post background};
- overflow: auto;
- }
- .post img{
- max-width:100%;
- }
- .title{
- display:block;
- padding:10px;
- text-align:center;
- font-family: 'News Cycle', sans-serif;
- font-size: 20px;
- color:{color:accent1};
- text-transform:uppercase;
- font-weight: bold;
- }
- /**photo post**/
- .photopost{
- max-width:500px;
- }
- /**quote post**/
- #quote{
- text-align:center;
- font-family: 'News Cycle', sans-serif;
- font-size:16px;
- line-height: 1.5;
- font-weight:700;
- font-style:italic;
- }
- #source{
- display:block;
- text-align:right;
- text-transform:uppercase;
- font-family: 'News Cycle', sans-serif;
- font-size:14px;
- margin-bottom:10px;
- }
- /**link post**/
- #link{
- display:block;
- padding:10px;
- background:{color:link hover};
- color:{color:link};
- text-transform:uppercase;
- font-family: 'News Cycle', sans-serif;
- font-size: 16px;
- text-align:center;
- font-weight:700;
- }
- /**chat post**/
- .chat li{
- list-style-type:none !important;
- padding:8px;
- margin-left:-40px;
- margin-top:4px;
- margin-bottom:2px;
- font:11px courier;
- }
- /**audio post**/
- /**ask post**/
- #askimg{
- width:48px;
- height:48px;
- float:left;
- }
- #asker, #asker a{
- text-transform:uppercase;
- display:inline-block;
- }
- .qtext{
- margin-left:10px;
- }
- .qbox{
- padding:10px;
- min-height:30px;
- background:{color:question background};
- margin-left:60px;
- }
- /**post info**/
- .postinfo{
- display:block;
- padding:5px;
- height:15px;
- text-align:right;
- background:{color:accent1};
- color:{color:text};
- text-transform:uppercase;
- font-family: 'News Cycle', sans-serif;
- font-size: 10px;
- line-height:150%;
- font-weight:700;
- letter-spacing: 3px
- }
- .postinfo a{
- color:{color:title};
- }
- /**post tags**/
- .tagcont{
- margin-top:10px;
- }
- .tagcont a{
- display:inline;
- text-transform:uppercase;
- }
- /**pagination**/
- #pagcont{
- position:absolute;
- width:110px;
- margin-left:65px;
- margin-top:140px;
- font-size: 20px;
- color:{color:title};
- text-align: center;
- letter-spacing: 15px;
- }
- #pagcont a{
- color:{color:title};
- }
- ol.notes{
- list-style-type:none !important;
- padding:8px;
- }
- ol.notes li.note{
- top:0;
- padding-bottom:10px;
- }
- .pnotes img.avatar{
- float:left;
- margin-right:10px;
- }
- .pnotes a{
- font-family: 'News Cycle', sans-serif;
- text-transform:uppercase;
- }
- /**Do NOT touch**/
- #credit a{
- right:10px;
- bottom:10px;
- position:fixed;
- width:20px;
- height:10px;
- padding:10px;
- color: {color:link};
- font-family: 'News Cycle', sans-serif;
- text-transform: uppercase;
- font-weight: bold;
- letter-spacing: 1.5px;
- }
- </style>
- </head>
- <body>
- <div id="credit"><a href="http://reedrph.tumblr.com/">Reed.</a></div>
- <div id="holder">
- <div id="sidebar">
- <div id="header"><img src="{image:header}"></div>
- <div id="title">{text:title}</div>
- <div id="subtitle">{text:subtitle}</div>
- <div id="headertitle">{text:headertitle}</div>
- <div id="updatestitle">{text:updatestitle}</div>
- <div id="updates">{text:updates}</div>
- <div id="description">{Description}</div>
- <div id="line">
- <!--navigation block-->
- <div id="nav_bar">
- <div class="nav_link">
- <a href="{text:link 1 url}" title="{text:link 1}"><div class= "link"><j class= "fa fa-home"></j></div></a>
- <a href="{text:link 2 url}" title="{text:link 2}"><div class= "link"><j class= "fa fa-envelope"></j></div></a>
- <a href="{text:link 3 url}" title="{text:link 3}"><div class= "link"><j class= "fa fa-map"></j></div></a>
- </div>
- </div><!--end nav_bar-->
- <div id="customlink_bar">
- <div class="custom_link">
- </div>
- </div><!--end customlink_bar-->
- <div id="pagcont">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="container">
- <!--This is the real content of your theme. You can refer to the Tumblr docs for reference as what each block does.-->
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {linkopentag}<div class="photopost"><center><img class="photo" src="{PhotoURL-HighRes}"></center></div>{linkclosetag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photopost">{Photoset-500}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Quote}
- <div id="quote">{Quote}</div>
- {block:Source}<div id="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><div id="link">{Name} →</div></a>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="line_{Alt}"><span class="label">{block:Label}{Label}{/block:Label}</span> {Line}
- {/block:Lines}
- </li>
- </ul>
- {/block:Chat}
- {block:Audio}
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" id="askimg"/><div class="qbox"><div id="asker">{Asker}:</div> {Question}</div>
- <div class="ans">{Answer}</div>
- {/block:Answer}
- {block:IndexPage}
- {block:Date}<div class="postinfo"><a href="{Permalink}">{DayOfMonth} {Month} {Year}</a>{/block:Date} || {NoteCountWithLabel}
- {block:RebloggedFrom} {/block:RebloggedFrom}
- </div>
- {block:HasTags}
- <div class="tagcont">{block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}<div class="pinfoperma">Posted on {MonthNumber}/{DayOfMonth} at {24HourWithZero}:{Minutes} with {NoteCountWithLabel}</div>{/block:Date}
- {block:PostNotes}
- <div class="pnotes">
- <ol class="notes">{PostNotes}</ol>
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div><!--end main container-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment