Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME #1 by Regina @ moaningshire
- Please don't remove credit and/or claim as your own.
- -->
- <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}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--- DEFAULTS --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#6d6b6b"/>
- <meta name="color:Link" content="#9e9c9e">
- <meta name="color:Link Hover" content="#c7c7c7 "/>
- <meta name="color:Scrollbar" content="#e7e3e4" />
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link3" content="/" />
- <style type="text/css">
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {
- width: 5px;height: 5px;}
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 6px;display: block;background-color: {color:text};}
- ::-webkit-scrollbar-track-piece {
- background-color: {color:background};}
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;background-color: {color:text};border-top:1px solid {color:background};border-bottom:1px solid {color:background};}
- /** ASKBOX SETTING **/
- .bubble {
- align:right;
- background: #eee;
- margin:7px 0px 5px 66px;
- padding:10px;
- position:relative;
- -moz-border-radius:0px;
- -webkit-border-radius:0px;
- border-radius:0px;
- }
- .bubble p {
- margin:0px 0px;
- }
- .bubble span {
- display:block;
- position:absolute;
- width:1px;
- height:1px;
- font-size:0;
- line-height:1px;
- left:-10px;
- top:10px;
- border-top:7px solid transparent;
- border-bottom:7px solid transparent;
- border-right:10px solid #eee;
- }
- .askborder {
- float:left;
- margin: 1px 4px 0 0;
- padding: 2px;
- background: #eee;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:cambria;
- font-size:10px;
- line-height:100%;
- }
- a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
- a:hover {color:{color:link hover};
- transition:all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid #eee;
- margin:8px;}
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;}
- }
- h1 {
- font-size:15px;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:500px;
- margin-top:40px;
- }
- #title {
- font-size:0px;
- text-align:center;
- margin-bottom:0px;}
- }
- #description {
- font-family: trebuchet MS;
- font-size: 8px;
- border-top: 1px #eee solid;
- text-align: center;
- margin-top: -70px;
- margin-left:155px;
- padding:10px;
- width:180px;
- }
- #pagination {
- font-size:8px;
- text-align:left;
- margin-left: 30px;
- margin-top: 1px;
- padding:8px;
- width: 40px;
- }
- #post {
- width:500px;
- margin-top:15px;
- padding-bottom:10px;
- }
- #sidebar {
- width:150px;
- position:fixed;
- margin-left:260px;
- margin-top:150px;
- opacity:.80;
- background-color:{color:#ffffff};
- }
- #sidebarimage {
- width 150px;
- }
- #sidebarimage img {
- width:150px;
- border:solid 1px;
- padding:6px;
- border-color: #c7c7c7;
- background-color:#ffffff;
- }
- #info {
- text-align:left;
- margin-top:10px;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- border-top:1px solid {color:Line}
- }
- #tags {
- font-family:cambria;
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:10px;
- font-style:italic;
- margin-top:4px;
- text-align:left;
- }
- #tags
- a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
- #asker {
- float:left;
- margin-right:5px;
- }
- #crdt {
- font-size:10px;
- font-family:trebuchet MS;
- text-transform:lowercase;
- bottom:10px;
- right:-8px;
- position:fixed;
- border-left:1px solid #e9e9e9;
- border-top:1px solid #e9e9e9;
- border-right:1px solid #e9e9e9;
- border-bottom:1px solid #e9e9e9;
- padding:5px;
- width:10px;
- -webkit-transition: opacity 0.6s linear;opacity: 1;-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;transition: all 0.5s ease-in;
- }
- #cred {font-size:12px; letter-spacing:2px; opacity:0.8; text-transform:uppercase; bottom:10px; right:10px; position:fixed;}
- {CustomCSS}</style></head><body>
- <div>
- <div id="sidebar">
- <div id="title">{Title}</div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="sidelinks">
- <center>
- <a href="/">01</a> +
- <a href="/ask">02</a> +
- <a href="{text:link1}">03</a> +
- <a href="{text:link2}">04</a> +
- <a href="{text:link3}">05</a>
- <center>
- </div>
- <div id="description">{Description} </div>
- <div id="pagination">
- {block:Pagination} <div id="pagination"> {block:PreviousPage} <a href="{PreviousPage}">←</a> {/block:PreviousPage} {block:NextPage} <a href="{NextPage}">→</a> {/block:NextPage} </div> {/block:Pagination}</div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- <div id="pinfo">
- {block:Date}posted {TimeAgo}{/block:Date} - <a href="{Permalink}">
- {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via; <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- | originally; <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a> - <a href="{ReblogURL}" target="_blank">reblog</a>
- {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://moaningshire.tumblr.com/">©</a></center></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment