Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- MONSTER;; a theme by tungl user eso @b09bd5/@armethaumaturgy
- pld dont move the hecking credit or i will personally come and bite off your head killing you instantly
- -->
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--Default Variables-->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:container bg" content="#e5e5e5"/>
- <meta name="color:post text" content="#2b2b2b"/>
- <meta name="color:desc text" content="#2b2b2b"/>
- <meta name="color:side link" content="#2b2b2b"/>
- <meta name="color:link" content="#2b2b2b"/>
- <meta name="color:link hover" content="#949494"/>
- <meta name="color:perma" content="#2b2b2b"/>
- <meta name="color:perma links" content="#fff"/>
- <meta name="color:borders" content="#2b2b2b"/>
- <meta name="color:blockquote" content="#dadada"/>
- <meta name="color:scrollbar bg" content="#fff"/>
- <meta name="color:scrollbar thumb" content="#e5e5e5"/>
- <meta name="image:favicon" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:bg" content=""/>
- <meta name="image:side img" content=""/>
- <meta name="if:bg repeat" content="1"/>
- <meta name="if:bg cover" content="0"/>
- <meta name="if:top links" content="0"/>
- <meta name="if:bottom links" content="1"/>
- <meta name="text:side img left" content="0"/>
- <meta name="text:side img top" content="0"/>
- <meta name="text:sidebar width" content="100" />
- <meta name="text:sidebar left" content="50" />
- <meta name="text:sidebar top" content="300" />
- <meta name="if:desc left" content="0"/>
- <meta name="if:desc center" content="1"/>
- <meta name="if:desc right" content="0"/>
- <meta name="if:250px" content="1"/>
- <meta name="if:400px" content="0"/>
- <meta name="if:500px" content="0"/>
- <meta name="text:container left" content="300" />
- <meta name="text:container top" content="150" />
- <meta name="text:container width" content="500" />
- <meta name="text:container height" content="500" />
- <meta name="text:perma divider" content="❤"/>
- <meta name="if:perma left" content="0"/>
- <meta name="if:perma center" content="1"/>
- <meta name="if:perma right" content="0"/>
- <meta name="text:home name" content="home" />
- <meta name="text:ask name" content="ask" />
- <meta name="text:link 1 URL" content="" />
- <meta name="text:link 1" content="" />
- <meta name="text:link 2 URL" content="" />
- <meta name="text:link 2" content="" />
- <meta name="text:link 3 URL" content="" />
- <meta name="text:link 3" content="" />
- <!--CSS customization here. -->
- <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 10px; /** width of total scrollbar **/
- background: {color:scrollbar bg}; /** background of scrollbar **/
- border: 1px solid {color:borders}; /** border around whole scrollbar **/
- }
- ::-webkit-scrollbar-thumb {
- background: {color:scrollbar thumb}; /** color of the moving part of the scrollbar (thumb) **/
- border: 1px solid {color:borders}; /** border around moving part of scrollbar (overlaps with border of total scrollbar) **/
- }
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- background:{color:background};
- }
- /*basics*/
- blockquote {
- padding-left:12px;
- border-left:3px solid {color:blockquote};
- margin-left:8px;
- }
- ul {
- list-style:none;
- text-align:left;
- padding-left:0;
- }
- li {
- position:relative;
- padding-left:30px;
- }
- ul li:before {
- position:absolute;
- left:15px;
- vertical-align:baseline!important;
- content:'›';
- }
- body {
- background:{color:background};
- background-image:url({image:bg});
- {block:IfBgRepeat}
- background-repeat: repeat;
- {/block:IfBgRepeat}
- {block:IfBgCover}
- background-size:cover;
- {/block:IfBgCover}
- color:{color:text};
- font-family:arial;
- font-size:11px;
- margin:0;
- text-align:justify;
- line-height:16px;
- }
- a {
- color:{color:link};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- img {
- opacity:1;
- border:none;
- text-decoration:none;
- }
- small {
- font-size:11px;
- }
- big {
- font-size:11px;
- }
- #title {font-size:12px;
- line-height:18px;
- margin-bottom:10px;
- font-weight:bold;
- text-transform:none;
- text-align:left;
- }
- /*sidebar*/
- #sidebar {
- color:{color:desc text};
- text-align:left;
- position:fixed;
- margin-left:{text:sidebar left}px;
- margin-top:{text:sidebar top}px;
- width:{text:sidebar width}px;
- }
- #sidebar a {
- color:{color:side link};
- }
- #sidebar img {
- width:{text:sidebar width}px;
- }
- #links {
- font-size:10px;
- margin-top:10px;
- text-align:center;
- text-transform:uppercase;
- font-weight:bold;
- }
- #links a {
- color:{color:side link};
- margin-bottom:0px;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #description {
- {block:IfDescLeft}
- text-align:left;
- {/block:IfDescLeft}
- {block:IfDescCenter}
- text-align:center;
- {/block:IfDescCenter}
- {block:IfDescRight}
- text-align:right;
- {/block:IfDescRight}
- }
- /*pagination*/
- #pagination {
- text-transform:lowercase;
- text-align:center;
- font-size:13px;
- margin-bottom:120px;
- }
- #pagination a {
- padding:0 3px;
- }
- /*container*/
- #con {
- background-color:{color:container bg};
- color:{color:post text};
- left:{text:container left}px;
- top:{text:container top}px;
- position:fixed;
- width:{text:container width}px;
- height:{text:container height}px;
- overflow-y:auto;
- overflow-x:hidden;
- border:1px solid {color:borders};
- }
- /*posts*/
- #entries {
- margin: 0 auto;
- {block:If250px}
- width:250px;
- {/block:If250px}
- {block:If400px}
- width:400px;
- {/block:If400px}
- {block:If500px}
- width:500px;
- {/block:If500px}
- }
- #posts {
- padding-top:20px;
- {block:If250px}
- width:250px;
- {/block:If250px}
- {block:If400px}
- width:400px;
- {/block:If400px}
- {block:If500px}
- width:500px;
- {/block:If500px}
- {block:IndexPage}
- margin-bottom:80px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:500px;
- height:auto;
- }
- #posts img, #posts li, #posts blockquote {
- max-width: 100%;
- height:auto;
- }
- .caption {
- width:100%;
- margin-top:13px;
- margin-bottom:12px;
- }
- a.tumblr_blog {
- font-weight:bold;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- /*quote*/
- #titlequote {
- text-align:left;
- font-size:12px;
- line-height:17px;
- font-weight:bold;
- }
- #source {
- margin-top:0px;
- margin-bottom:11px;
- margin-left:0px;
- }
- /*asks*/
- .q {
- line-height:17px;
- font-size:11px;
- }
- .as {
- font-weight:normal;
- }
- .a {
- margin-top:13px;
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {
- padding:0px 0;
- }
- .label {
- font-weight:bold;
- }
- /*permalink and notes*/
- #permalink {
- {block:IfPermaLeft}
- text-align:left;
- {/block:IfPermaLeft}
- {block:IfPermaCenter}
- text-align:center;
- {/block:IfPermaCenter}
- {block:IfPermaRight}
- text-align:right;
- {/block:IfPermaRight}
- font-size:11px;
- margin-top:6px;
- text-transform:lowercase;
- width:calc(100% - 20px);
- background-color:{color:perma};
- border:1px solid {color:borders};
- padding-left:10px;
- padding-right:10px;
- color:{color:perma links};
- }
- #permalink a {
- color:{color:perma links};
- margin-right:0px;
- }
- .tags {
- color:{color:perma links};
- font-size:11px;
- text-transform:none;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:500px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;
- }
- .pagenotes li {
- list-style-type:none;
- padding:2px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- {CustomCSS}
- </style>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- </head>
- <body><img src="{image:side img}" style="position:fixed;top:{text:side img top}px;left:{text:side img left}px; z-index:-999"/>
- <div id="con">
- <div id="sidebar">
- {block:IfTopLinks}
- <div id="links">
- <a href="/">{text:home name}</a>
- <a href="/contact">{text:ask name}</a>
- {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}
- </div>
- {/block:IfTopLinks}
- <div id="sidebar img"><img src="{image:sidebar}"></div>
- <div id="description">{Description}</div>
- {block:IfBottomLinks}
- <div id="links">
- <a href="/">{text:home name}</a>
- <a href="/contact">{text:ask name}</a>
- {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}
- </div>
- {/block:IfBottomLinks}
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote"><i class="fa fa-quote-left"></i> {Quote} <i class="fa fa-quote-right"></i></div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:link}
- <div id="title"><a href="{URL}"><i class="fa fa-link"></i> {Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:link}
- {block:Chat}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {/block:Text}
- {block:lines}
- {block:label}
- <br><b>{label}</b>
- {/block:label}
- {line}
- {/block:lines}
- {/block:Chat}
- {block:Photo}
- {block:If250px}
- {linkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{linkCloseTag}{/block:If250px}
- {block:If400px}
- {linkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{linkCloseTag}{/block:If400px}
- {block:If500px}
- {linkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{linkCloseTag}{/block:If500px}
- {/block:Photo}
- {block:Photoset}
- {block:If250px}{Photoset-250}{/block:If250px}
- {block:If400px}{Photoset-400}{/block:If400px}
- {block:If500px}{Photoset-500}{/block:If500px}
- {/block:Photoset}
- <div class="video">
- {block:If250px}{Video-250}{/block:If250px}
- {block:If400px}{Video-400}{/block:If400px}
- {block:If500px}{Video-500}{/block:If500px}
- </div>
- {block:Audio}
- {block:AudioEmbed}
- {block:If250px}{AudioEmbed-250}{/block:If250px}
- {block:If400px}{AudioEmbed-400}{/block:If400px}
- {block:If500px}{AudioEmbed-500}{/block:If500px}
- {/block:AudioEmbed}
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as"> <b><big>{Asker} said:</big></b>
- {Question}</div></div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}" ><b>{ShortMonth} {DayOfMonthWithSuffix}</b></a> {text:perma divider} {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> {text:perma divider} {/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> {text:perma divider} {block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous page</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next page</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment