Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- Theme 01
- "Peachy Keen"
- Made by Gretchen Marlow
- gretchcodes.tumblr.com
- This work is licensed under a
- Creative Commons Attribution-NonCommercial 4.0 International License
- Read about what that means here:
- http://creativecommons.org/licenses/by-nc/4.0/
- Thank you for using my themes! If you have any questions
- please visit gretchcodes.tumblr.com/tagged/help
- <3
- -->
- <head>
- <style>
- .tmblr-iframe { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-dfilter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; z-index:999;}body, a, a:hover
- </style>
- <link href='http://fonts.googleapis.com/css?family=Lato:100,400|Alegreya+Sans:100,300|Exo+2:200,100' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <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}
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="color:Background" content="#f5f5f5"/>
- <meta name="color:Text" content="#414141"/>
- <meta name="color:Border" content="#eee"/>
- <meta name="color:Title" content="black"/>
- <meta name="color:Title Hover" content=""/>
- <meta name="color:Description" content="#868686"/>
- <meta name="color:Sidebar Links" content="black"/>
- <meta name="color:Sidebar Links Hover" content=""/>
- <meta name="color:Links" content="#bebebe"/>
- <meta name="color:Links Hover" content="#3c3c3c"/>
- <meta name="color:Pagination" content="black"/>
- <meta name="color:Post Titles" content="gray"/>
- <meta name="color:Blockquote" content="gray"/>
- <meta name="if:Title Bold" content="1"/>
- <meta name="if:Title Italic" content="0"/>
- <meta name="if:Description Italic" content="1"/>
- <meta name="if:Sidebar Links Type 1" content="1"/>
- <meta name="if:Sidebar Links Type 2" content="0"/>
- <meta name="if:Sidebar Image Borders" content="1"/>
- <meta name="if:Icon As Sidebar Image" content="0"/>
- <meta name="if:No Sidebar Image" content="0"/>
- <meta name="if:Short Sidebar" content="0"/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="text:Link 1" content="home" />
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 2" content="ask" />
- <meta name="text:Link 2 URL" content="/ask"/>
- <meta name="text:Link 3" content="link"/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 4" content="link"/>
- <meta name="text:Link 4 URL" content="/"/>
- <style type="text/css">
- /* Basics */
- body{font-family: 'Lato';
- font-size:11px;
- letter-spacing:.3px;
- line-height:16px;
- font-weight:400;
- height:100%;
- text-align:justify;
- word-wrap:break-word;
- background: {color:Background};
- background-image:url('{image:Background}');
- color:{color:Text};}
- a{color:{color:Links};
- text-decoration:none;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3s;}
- a:hover{color:{color:Links Hover};}
- img{opacity:1;
- max-width:100%;
- border:none;
- text-decoration:none}
- blockquote {padding:0px 0px 0px 10px;
- border-left:1px solid {color:Blockquote};
- margin-left:5px;}
- small{font-size:9px;}
- big{font-size:13px;}
- /* Sidebar Styling */
- #sb{width:200px;
- border:1px solid {color:Border};
- height:100%;
- background:white;
- margin-left:11%;
- margin-top:0;
- {block:ifShortSidebar}
- margin-top:150px;
- {/block:ifShortSidebar}
- position:fixed;}
- #links{text-transform:uppercase;
- width:190px;
- letter-spacing:2.2px;
- margin-top:-7px;
- margin-bottom:5px;
- padding:5px;
- text-align:center;}
- #links a{padding:5px;
- line-height:20px;
- font-size:8.5px;
- color:{color:Sidebar Links};
- {block:ifSidebarLinksType2}
- opacity:.4;
- {/block:ifSidebarLinksType2}
- {block:ifSidebarLinksType1}
- opacity:1;
- {/block:ifSidebarLinksType1}}
- #links a:hover{color:{color:Sidebar Links Hover};
- {block:ifSidebarLinksType2}
- opacity:1;
- {/block:ifSidebarLinksType2}
- {block:ifSidebarLinksType1}
- opacity:.4;
- {/block:ifSidebarLinksType1}}
- #desc{{block:ifDescriptionItalic}
- font-style:italic;
- {/block:ifDescriptionItalic}
- width:160px;
- padding:20px;
- letter-spacing:1px;
- line-height:20px;
- font-weight:400;
- margin-top:-15px;
- font-size:9px;
- text-align:center;
- color:{color:Description};}
- #sbimg{padding:10px;
- margin-top:10px;
- margin-bottom:15px;
- {block:ifSidebarImageBorders}
- border-top:2px solid {color:background};
- border-bottom:2px solid {color:background};
- {/block:ifSidebarImageBorders}}
- #sbimg img{width:180px;
- max-height:300px;}
- #icon{padding-left:25px;
- padding-top:10px;
- padding-bottom:10px;}
- #icon img{
- width:128px;
- border-radius:158px;}
- #title{font-size:20px;
- font-family:'Lato';
- width:190px;
- padding-left:5px;
- margin-bottom:12px;
- padding-right:5px;
- line-height:25px;
- letter-spacing:2.5px;
- {block:ifTitleItalic}
- font-style:italic;
- {/block:ifTitleItalic}
- {block:ifTitleBold}
- font-weight:400;
- {/block:ifTitleBold}
- {block:ifNotTitleBold}
- font-weight:100;
- {/block:ifNotTitleBold}
- margin-top:20px;
- text-align:center;}
- #title a{color:{color:Title};}
- #title a:hover{color:{color:Title Hover};}
- /* Post Styling */
- #entries{margin-top:5%;
- width:500px;
- margin-left:40%;
- padding-bottom:50px;}
- #posts{
- width:500px;
- border:1px solid {color:Border};
- margin-bottom:5px;
- background:white;
- {block:AskPage}
- background:none!important;
- border:none!important;
- {/block:AskPage}
- background:white;
- padding:10px;
- {block:PermalinkPage}
- margin-bottom:10px;
- {/block:PermalinkPage}}
- #posts img, #posts li, #posts blockquote{height:auto;
- max-width: 100%;}
- .caption{max-width:500px;
- height:auto;
- padding-left:5px;
- padding-right:5px;}
- #posts:hover #permalink{opacity:1;
- -webkit-transition:all 1s ease;
- -moz-transition:all 1s ease;
- transition:all 1s ease;}
- /* Text and Link Posts */
- .text{padding-left:10px;
- padding-right:10px;}
- .titles{font-size:15px;
- letter-spacing:1.5px;
- color:{color:Post Titles};
- {block:AskPage}
- padding:20px!important;
- text-align:center!important;
- {/block:AskPage}
- line-height:15px;
- padding:10px;
- margin-bottom:-5px;
- text-transform:uppercase;
- text-align:left;
- font-weight:400;}
- /* Quotes */
- #titlequote{text-align:center;
- font-size:22px;
- line-height:30px;
- padding:10px;
- font-weight:100;}
- #source{margin-top:5px;
- margin-left:15px;
- text-align:center;}
- /* Asks */
- .q{margin-bottom:10px;
- padding:20px;
- opacity:.8;}
- .as{text-transform:uppercase;
- margin-bottom:10px;
- font-size:10px;
- letter-spacing:1.5px;}
- .a{margin-top:15px;
- padding-left:10px;
- padding-right:10px;}
- /* Chat */
- .chat ol{
- padding:5px;
- list-style:none;}
- .line{padding:5px 0;}
- .label{font-weight:bold;}
- /* Permalink Tags and Notes */
- #permalink{font-size:8px;
- width:500px;
- display:block;
- height:10px;
- text-align:left;
- margin-top:15px;
- padding-bottom:5px;
- text-transform:uppercase;
- -webkit-transition:all 1s ease;
- -moz-transition:all 1s ease;
- transition:all 1s ease;}
- #permalink a{background:white;
- padding:3px;}
- .likereblog{margin-left:455px;
- padding-top:5px;
- margin-top:-25px;}
- .likereblog a{opacity:1!important;}
- .tags{word-wrap:normal;
- line-height:25px;
- text-transform:none;
- text-align:left;
- width:520px;
- margin-left:0px;
- position:relative;
- {block:IndexPage}
- margin-bottom:100px;
- {/block:IndexPage}}
- .tags a{padding:3px;
- border:1px solid {color:Border};
- background:white;
- margin-right:10px;
- font-size:9px;}
- .pagenotes{{block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:490px;
- font-size:10px;
- border:1px solid {color:Border};
- padding-left:15px;
- padding-right:15px;
- margin-top:10px;
- padding-top:3px;
- padding-bottom:5px;
- text-align:center;
- background:white;}
- .pagenotes img{display:none!important;}
- .pagenotes li{list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;}
- /* Pagination */
- #pagination{text-align:center;
- font-size:10px;
- color:{color:Pagination};}
- #pagination a{opacity:.5;
- color:{color:Pagination};}
- #pagination a:hover{opacity:1;}
- /* Credit DO NOT REMOVE */
- #credit{float:right;
- position:fixed;
- bottom:10px;
- height:23px;
- font-size:8px;
- right:10px;
- opacity:.4;
- background:white;
- z-index:999;
- text-align:center;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3s;}
- #credit:hover{opacity:1;}
- #credit a:hover{opacity:1;}
- #credit img{
- width:40px;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sb">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="links">
- {block:ifLink1}
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- {/block:ifLink1}
- {block:ifLink2}
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- {/block:ifLink2}
- {block:ifLink3}
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- {/block:ifLink3}
- {block:ifLink4}
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- {/block:ifLink4}
- </div>
- {block:ifNotNoSidebarImage}
- <div id="sbimg">
- {block:ifNotIconAsSidebarImage}
- <img src="{image:Sidebar Image}">
- {/block:ifNotIconAsSidebarImage}
- {block:ifIconAsSidebarImage}
- <div id="icon">
- <img src="{PortraitURL-128}"></div>
- {/block:ifIconAsSidebarImage}
- </div>
- {/block:ifNotNoSidebarImage}
- <div id="desc">{Description}</div>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}
- <a href="{PreviousPage}">« </a>
- {/block:PreviousPage}{block:JumpPagination length="3"}{block:CurrentPage}
- <span class="current_page">{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>
- </div>
- <!-- Posts -->
- <div id="entries" >
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div class="titles">{Title}</div>{/block:Title}
- <div class="text">
- {Body}</div>
- {/block:Text}
- {block:Link}
- <div class="titles"><a href="{URL}">{Name}</a></div>{block:Description}<div class="text">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Audio}
- {block:AudioEmbed}
- <div class="player">
- {AudioEmbed-500}
- </div>
- {/block:AudioEmbed}
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as">{Asker}:</div>
- {Question}</div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}" >{TimeAgo}</a>
- {block:PermalinkPage}
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{SourceURL}">source</a> {/block:ContentSource}{/block:RebloggedFrom}
- {block:NoteCount}<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}
- {/block:PermalinkPage}
- <table class="likereblog">
- <tr>
- <td>{ReblogButton size="13" color="gray"}</td>
- <td>{LikeButton size="13" color="gray"}</td></tr>
- </table>
- </div></div>{/block:Date}
- <div class="tags">{block:ifShowTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}{/block:ifShowTags}</div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- <!-- Credit -->
- <div id="credit">
- <a href="http://gretchcodes.tumblr.com"><img alt="gretchcodes" src="https://40.media.tumblr.com/4224da920bc44f032a599abb29202832/tumblr_nsvqqilqOW1qfrnkno7_r1_250.png"></a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment