Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!-----------------------------------------------------------------
- -------------------------------------------------------------------
- THEME BY MISSNK / NICKYSTASH.TUMBLR.COM
- please do not remove credit, reblog or use as base
- -------------------------------------------------------------------
- ------------------------------------------------------------------>
- <meta name="text:Title I" content="General">
- <meta name="text:Title II" content="Pages">
- <meta name="text:Title III" content="Blogroll">
- <meta name="color:Blockquote" content="#9197a3">
- <meta name="color:Accent Color" content="#43609c">
- <meta name="color:Accent Color Dark" content="#3a548b">
- <meta name="color:Accent Color Light" content="#f6f7f8">
- <meta name="text:Name" content="Name"/>
- <meta name="text:Extra Info" content="age; gender; occupation"/>
- <meta name="text:Extra Links" content=""/>
- <meta name="text:Tagbox" content=""/>
- <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Fredericka+the+Great' rel='stylesheet' type='text/css'>
- <!----------------------------------------------------------------
- ------------------------------------------------------------------>
- <!-- STYLESHEET -->
- <style type="text/css">
- /* MAIN */
- body {
- background-color: #e9eaed;
- font-family: Arial;
- font-size: 13px;
- background-attachment: fixed;
- margin: 0;
- word-wrap: break-word;
- color: #000;
- }
- a {
- color: {color:Accent Color};
- text-decoration: none;
- -webkit-transition: 300ms ease-in-out;
- -moz-transition: 300ms ease-in-out;
- -o-transition: 300ms ease-in-out;
- transition: 300ms ease-in-out;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- h1 {
- font-size: 13px;
- text-transform: uppercase;
- color: #9197a3;
- display: block;
- margin-bottom: 0px;
- }
- /*****************************************************************
- ******************************************************************/
- #wrap {
- width: 1050px;
- margin: 0 auto;
- }
- #wrap-top {
- width: 1050px;
- margin: 0 auto;
- }
- /* TOPBAR */
- #topbar {
- position: fixed;
- top: 0;
- height: 45px;
- width: 100%;
- background-color: {color:Accent Color};
- border-bottom: 1px solid {color:Accent Color Dark};
- line-height: 45px;
- }
- #topbar img {
- vertical-align: middle;
- border-radius: 5px;
- }
- #topbar a {
- font-weight: bold;
- color: #fff;
- padding: 5px 10px;
- background-color: {color:Accent Color};
- border-radius: 5px;
- }
- #topbar a:hover {
- background-color: {color:Accent Color Dark};
- }
- #topbar .borders {
- border-left: 1px solid {color:Accent Color Dark};
- border-right: 1px solid {color:Accent Color Dark};
- }
- /* SEARCH */
- .sfm input {
- background-color: #fff;
- border: 0px;
- text-transform: uppercase;
- margin: 0px -4px 0px 0px;
- color: #000;
- letter-spacing: 1px;
- padding: 4px 8px;
- height: 16px;
- vertical-align: middle;
- width: 375px;
- border-radius: 5px 0 0 5px;
- }
- .sfm {
- display: inline-block;
- }
- #sb {
- height: 24px;
- width: 25px;
- padding: 0px;
- border-radius: 0 5px 5px 0;
- }
- /*****************************************************************
- ******************************************************************/
- /* SIDEBAR LEFT */
- #sideleft {
- width: 175px;
- margin-top: 60px;
- background-color: #e9eaed;
- display: inline-block;
- vertical-align: top;
- }
- #sideleft #info {
- height: 40px;
- overflow: hidden;
- line-height: 13px;
- width: 175px;
- margin-bottom: 10px;
- text-align: left;
- font-size: 10px;
- display: table-cell;
- vertical-align: top;
- }
- #sideleft #info b {
- font-size: 13px;
- }
- #sideleft #info img {
- float: left;
- margin-right: 5px;
- }
- #sideleft a {
- font-size: 12px;
- color: #000;
- display: block;
- background-color: #e9eaed;
- padding: 2px 0 2px 20px;
- }
- #sideleft a:hover {
- background-color: #dcdee3;
- }
- #sideleft .blogroll {
- max-height: 175px; /* max-height blogroll */
- overflow: auto;
- }
- #sideleft .blogroll .follow {
- padding: 0;
- display: inline;
- opacity: 0.6;
- }
- #sideleft .blogroll .follow:hover {
- background-color: #e9eaed;
- opacity: 1;
- }
- /*****************************************************************
- ******************************************************************/
- /* SIDEBAR RIGHT */
- #sideright {
- position: fixed;
- margin-top: 60px;
- margin-left: 560px;
- display: inline-block;
- }
- #sideright #desc {
- width: 280px;
- background-color: #fff;
- border: 1px solid #d0d1d5;
- border-radius: 5px;
- padding: 10px;
- }
- #sideright #desc a {
- font-weight: bold;
- padding: 0 3px;
- }
- #sideright #desc a:hover {
- background-color: {color:Accent Color Light};
- }
- #sideright #credit {
- padding: 5px 10px;
- color: #898f9c;
- font-size: 10px;
- text-align: center;
- }
- #sideright #credit a {
- color: #898f9c;
- }
- #sideright #credit a:hover {
- text-decoration: underline;
- }
- #sideright .tagbox {
- width: 280px;
- background-color: #fff;
- border: 1px solid #d0d1d5;
- border-radius: 5px;
- padding: 10px;
- margin-top: 15px;
- }
- #sideright .tagbox h1 {
- margin-top: 0;
- }
- #sideright .tagbox a {
- padding: 1px 4px;
- }
- #sideright .tagbox a:hover {
- background-color: {color:Accent Color Light};
- }
- /*****************************************************************
- ******************************************************************/
- /* MAIN CONTENT */
- #content {
- margin: 60px 0;
- width: 560px;
- height: 200px;
- display: inline-block;
- }
- #content blockquote {
- border-left: solid 2px {color:Blockquote};
- margin-left: 20px;
- padding-left: 10px;
- color: {color:Blockquote};
- margin-right: 15px;
- }
- #content .posts {
- background-color: {color:Post Background};
- width: 500px;
- margin: 0 auto 15px;
- background-color: #fff;
- border: 1px solid #d0d1d5;
- border-radius: 5px;
- padding: 10px;
- }
- #content .posts a:hover {
- text-decoration: underline;
- }
- #content .posts .title {
- font-size: 16px;
- color: {color:Accent Color};
- font-weight: bold;
- }
- /*****************************************************************
- ******************************************************************/
- /* QUOTES */
- #content .posts .quote {
- font-size: 18px;
- line-height: 27px;
- text-align: center;
- margin-bottom: 5px;
- }
- #content .posts .poster .source {
- color: #9197a3;
- display: inline;
- }
- #content .posts .poster .source p {
- display: none;
- }
- #content .posts .poster .source a {
- color: {color:Accent Color};
- }
- /* QUESTIONS */
- #content .posts .question {
- background-color: #f6f7f8;
- border: 1px solid #d0d1d5;
- width: 500px;
- padding: 10px;
- margin: 0 0 15px -11px;
- }
- #content .posts .question img {
- border-right: 10px solid #f6f7f8;
- float: left;
- }
- #content .posts .question .asker {
- min-height: 40px;
- margin-bottom: 10px;
- }
- #content .posts .question .answer {
- min-height: 40px;
- }
- #content .posts .question .answer p {
- display: inline;
- }
- /* CHAT */
- #content .posts .chat {
- background-color: #f6f7f8;
- border: 1px solid #d0d1d5;
- width: 500px;
- padding: 10px;
- margin: 0 0 15px -11px;
- }
- #content .posts .chat .lines {
- margin: 5px 0 5px 45px;
- display: block;
- }
- #content .posts .chat .lines .label {
- font-weight: bold;
- color: {color:Accent Color};
- }
- /* LINK */
- #content .posts .link {
- border: 1px solid #d0d1d5;
- padding: 10px;
- margin-bottom: 10px;
- }
- #content .posts .link .thumbnail {
- background-size: cover;
- width: 499px;
- height: 245px;
- margin-left: -10px;
- margin-top: -10px;
- }
- #content .posts .link h2 {
- font-family: "Times New Roman", Georgia, Serif;
- font-size: 20px;
- color: #000;
- font-weight: normal;
- margin-bottom: 0;
- margin-top: 5px;
- }
- #content .posts .link p {
- margin-top: 5px;
- }
- #content .posts .link a {
- color: #9197a3;
- }
- /*****************************************************************
- ******************************************************************/
- /* POST HEADING */
- #content .posts .poster {
- height: 40px;
- width: 500px;
- line-height: 18px;
- margin-bottom: 10px;
- }
- #content .posts .poster b {
- color: {color:Accent Color};
- }
- #content .posts .poster a {
- color: #9197a3;
- }
- #content .posts .poster img {
- float: left;
- margin-right: 5px;
- }
- /* PERMALINK */
- #content .posts .permalink {
- color: #9197a3;
- }
- #content .posts .permalink a {
- color: #9197a3;
- }
- #content .posts .permalink ul {
- display: inline;
- margin-left: -35px;
- }
- #content .posts .permalink li {
- display: inline-block;
- }
- /* TAGS */
- #content .posts .tags {
- background-color: #f6f7f8;
- border: 1px solid #d0d1d5;
- width: 500px;
- padding: 10px;
- margin: 15px 0 -11px -11px;
- border-radius: 0 0 5px 5px;
- }
- /* NOTES */
- #notecontainer {
- background-color: #f6f7f8;
- border: 1px solid #d0d1d5;
- width: 500px;
- padding: 10px;
- margin: 8px 0 -11px -11px;
- border-radius: 0 0 5px 5px;
- }
- #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- #notecontainer ol.notes li.note {
- display: block;
- min-height: 40px;
- margin: 5px;
- }
- #notecontainer ol.notes li.note blockquote {
- display: inline;
- }
- #notecontainer img.avatar {
- margin-right: 10px;
- width: 40px;
- height: 40px;
- float: left;
- }
- /*****************************************************************
- ******************************************************************/
- {CustomCSS}
- </style>
- <!-- END STYLESHEET -->
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- </head>
- <body>
- <!-- TOPBAR -->
- <div id="topbar">
- <div id="wrap-top">
- <img style="width: 23px; height: 23px; margin-right: 5px" src="http://s26.postimg.org/6elckwumt/icon_3.png" /> <!-- tumblr logo -->
- <script language="javascript">
- function send()
- {document.theform.submit()}
- </script>
- <form action="/search" method="get" class="sfm" name="theform">
- <input type="text" name="q" value="{SearchQuery}" id="sf"/>
- <input type="image" value="Search" src="http://s26.postimg.org/djzbi4zkl/search.png" id="sb"/>
- </form>
- <div style="display: inline-block; margin-left: 100px;">
- <img src="{PortraitURL-24}"><!-- Default Icon-->
- <a href="/">{Title}</a><!-- Default Blog Title --><a class="borders" href="/submit">Submit</a><a href="/ask">Ask</a>
- </div>
- </div> <!-- /wrap -->
- </div> <!-- /topbar -->
- <!----------------------------------------------------------------
- ------------------------------------------------------------------>
- <div id="wrap">
- <!-- SIDE LEFT -->
- <div id="sideleft">
- <div id="info">
- <img src="{PortraitURL-40}">
- <b>{text:Name}</b><br />
- {text:Extra Info}
- </div>
- <h1>{text:Title I}</h1>
- <a href="/random">Random</a>
- <a href="/archive">Archive</a>
- {block:ifExtraLinks}{text:Extra Links}{/block:ifExtraLinks}
- {block:HasPages}
- <h1>{text:Title II}</h1>
- {block:Pages}<a href="{url}">{Label}</a>{/block:Pages}
- {/block:HasPages}
- {block:Following}
- <h1>{text:Title III}</h1>
- <div class="blogroll">
- {block:Followed}
- <a class="follow" href="{FollowedURL}"><img src="{FollowedPortraitURL-16}" /></a>
- {/block:Followed}
- </div>
- {/block:Following}
- </div>
- <!-- SIDE RIGHT -->
- <div id="sideright">
- <div id="desc">{Description}</div>
- {block:IfTagbox}
- <div class="tagbox">
- {text:Tagbox}
- </div>
- {/block:IfTagbox}
- <div id="credit">theme by <a href="nickystash.tumblr.com">missNK</a> · based on <a href="www.facebook.com">facebook</a> layout</div>
- </div> <!-- you are NOT allowed to touch this! -->
- <!----------------------------------------------------------------
- ------------------------------------------------------------------>
- <!-- MAIN CONTENT -->
- <div id="content">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div class="posts">
- <!-- POSTER -->
- <div class="poster">
- {block:NotReblog}<a href="/"><img src="{PortraitURL-40}" /></a>{/block:NotReblog}
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via {ReblogParentTitle}" target="_blank"><img src="{ReblogParentPortraitURL-40}" /></a>{/block:RebloggedFrom}
- {block:NotReblog}<a href="/"><b>{Title}</b></a>{/block:NotReblog}
- {block:RebloggedFrom}<a href="{ReblogParentURL}"><b>{ReblogParentName}</b></a>{/block:RebloggedFrom}
- {block:Quote}
- {block:Source}
- <div class="source">— with {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Date}<br /><a href="{Permalink}">{TimeAgo}</a>{/block:Date}
- </div>
- <!-- POST CONTAINS -->
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}{block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- ~ {PlayCountWithLabel}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Quote}
- <div class="quote">“{Quote}”</div>
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div class="question">
- <div class="asker">
- <img src="{AskerPortraitURL-40}" />
- <b>{Asker}</b> {Question}
- </div>
- <div class="answer">
- <img src="{PortraitURL-40}" />
- <a><b>{Title}</b></a> {Answer}
- </div>
- </div>
- {block:Answer}
- {block:Chat}
- <div class="chat">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {block:Lines}<div class="lines">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </div>{/block:Lines}
- </div>
- {/block:Chat}
- {block:Link}
- <div class="link">
- {block:Thumbnail}<div class="thumbnail" style="background-image: url({Thumbnail})"></div>{/block:Thumbnail}
- <h2>{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- <a href="{URL}" target="{Target}">{URL}</a>
- </div>
- {/block:Link}
- <!----------------------------------------------------------------
- ------------------------------------------------------------------>
- <!-- NOTECOUNT -->
- <div class="permalink">
- <a href="{ReblogURL}">Reblog</a> {block:NoteCount}· <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} ·
- <ul><li>{LikeButton color="grey" size="14"}</li></ul>
- </div>
- <!-- TAGS -->
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a> · {/block:Tags}
- </div>
- {/block:HasTags}
- <!-- NOTES -->
- {block:PostNotes}
- <div id="notecontainer">{PostNotes-64}</div>
- {/block:PostNotes}
- </div> <!-- END POSTS -->
- {/block:Posts}
- </div> <!-- /autopagerize_page_element-->
- </div> <!-- /content-->
- </div><!-- /wrap -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement