Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <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}
- <!---- a revamp of my third theme by torchno --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#817f7f"/>
- <meta name="color:Title" content="#838282"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Info" content="#f1f1f0"/>
- <meta name="color:Bold" content="#b8b8b8"/>
- <meta name="color:Italic" content="#f1f1f0"/>
- <meta name="color:Sidebar Links" content="#b8b8b8"/>
- <meta name="color:Sidebar Border" content="#e6d6c2"/>
- <meta name="color:Link Hover" content="#423f3f"/>
- <meta name="color:Border" content="#b4b3ae"/>
- <meta name="color:Scrollbar" content="#b8b8b8"/>
- <meta name="color:Description" content="#b8b8b8"/>
- <meta name="color:Desc Border" content="#b4b3ae"/>
- <meta name="color:Nav BG" content="#f1f1f0"/>
- <meta name="color:Caption" content="#eeeeee"/>
- <meta name="color:Asker" content="#eeeeee"/>
- <meta name="color:Shadow" content="#b4b3ae"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content="" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="one" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="two" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="three" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="four" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="five" />
- <style type="text/css">
- body {
- background:{color:background} url('{image:Background}');
- margin:0px;
- color:{color:text};
- font-family:courier new;
- font-size:10px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- a:hover {
- color: {color:link hover};
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- img {
- border:none;
- background:#fff;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- font-family: monaco;
- text-transform:uppercase;
- text-shadow: -2px 0px {color:shadow};
- }
- b {
- font-size: 11px;
- color: {color:bold};
- }
- i {
- color: {color:italic};
- }
- #entries {
- margin-top: 50px;
- padding:10px;
- width:500px;
- margin-left:25px;
- }
- #post {
- width:500px;
- padding-bottom:10px;
- margin-bottom: 10px;
- padding:10px;
- }
- #post img{
- opacity: 0.7;
- }
- #post img:hover{
- opacity: 1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #tags {
- text-align:left;
- font-size: 7px;
- font-family: cambria;
- text-transform:uppercase;
- }
- #sidebar {
- width:120px;
- position:fixed;
- margin-left:600px;
- margin-top:100px;
- }
- #title {
- margin-top:60px;
- margin-left:35px;
- text-transform: uppercase;
- text-align:center;
- font-size:14px;
- font-family:courier new;
- padding:9px;
- width:493px;
- color:{color:title};
- border-top:1px solid #b8b8b8;
- background-color:{color:nav bg};
- }
- #sidebarimage {
- width 120px;
- padding-bottom: 3px;
- margin-left: -5px;
- }
- #sidebarimage img {
- width:120px;
- padding: 9px;
- border: 1px solid {color:sidebar border};
- padding:3px;
- }
- #sidebarimage img:hover {
- opacity: 0.3;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #description {
- position:fixed;
- background: url(http://i47.tinypic.com/20aqe4p.png) no-repeat 0 4px;
- padding:4px;
- text-align:right;
- padding-left:20px;
- width:100px;
- font-family:courier new;
- font-size:9px;
- color: {color:description};
- }
- #pagination {
- position:fixed;
- font-size:10px;
- text-align:center;
- text-transform:lowercase;
- }
- #info {
- text-align:left;
- margin-top:10px;
- font-size: 9px;
- font-family: cambria;
- text-transform:uppercase;
- padding:5px;
- border-bottom:1px solid {color:sidebar border};
- }
- #asker {
- float:center;
- }
- #links {
- margin-left:35px;
- padding:5px;
- text-align:center;
- width:500px;
- letter-spacing: 2px;
- word-spacing:5px;
- font-family:courier new;
- color: {color:description};
- border-bottom:1px solid #b8b8b8;
- background-color:{color:nav bg};
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- }
- #links a{
- padding: 2px;
- width: 40px;
- margin-bottom:6px;;
- text-align:center;
- color: {color:sidebar links};
- display: inline-block;
- font-family:technic;
- text-transform: lowercase;
- }
- #links a:hover{
- color: {color:link hover};
- text-decoration:underline;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #bubble {
- background: {color:asker};
- padding:10px;
- border: 3px solid {color:sidebar border};
- position: relative;
- }
- #bubble span {
- display:block;
- position:absolute;
- width:1px;
- height:1px;
- font-size: 0;
- line-height: 1px;
- top:10px;
- border-top:7px solid transparent;
- border-bottom:7px solid transparent;
- }
- #bubbletwo {
- background: {color:caption};
- padding:10px;
- border-top:10px solid {color:background};
- position: relative;
- }
- #bubbletwo span {
- display:block;
- position:absolute;
- width:1px;
- height:1px;
- font-size: 0;
- line-height: 1px;
- top:10px;
- border-top:7px solid transparent;
- border-bottom:7px solid transparent;
- }
- {CustomCSS}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important;}
- ::-webkit-scrollbar {background-color:{color:background}; height:10px; width:10px;}
- ::-moz-selection {background-color:transparent; color:{color:Link};}
- ::selection {background-color:transparent; color:{color:link};}
- </style>
- <div id="title">{title};</div>
- <div id="links">
- <a href="/">home</a>
- <a href="/ask">mssg</a>
- <a href="{text:Link1}">{text:Link1 Title}</a>
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- </div>
- <div id="sidebar">
- <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
- <div id="sidebarimage">
- <img src="{image:sidebar}"</a></div>
- <div id="description"><br>{Description}</div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}<div id="bubbletwo">{Caption}</div>{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}<div id="bubbletwo">{Caption}</div>{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {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}<div id="bubble">{Caption}</div>{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}<div id="bubbletwo">{Caption}</div>{/block:Caption}{/block:Video}
- {block:Answer}<div id="bubble"><span></span>❝<b>{Asker}</b> said: {Question} </div>{Answer}{/block:Answer}
- <div id="info">
- <a href="{Permalink}">{TimeAgo}</a> With <a href="{Permalink}">
- {NoteCountWithLabel}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}"
- title="{ReblogParentTitle}"> via</a> // <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}</div>
- <div id="tags">
- {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment