Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme by Tessie ( www.nightlighters.tumblr.com )
- Do not copy and/or recreate!
- -->
- <!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>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#fff" />
- <meta name="color:borders" content="#fef1da" />
- <meta name="color:entry" content="#fff" />
- <meta name="color:sbar" content="#fff" />
- <meta name="color:scrollbar" content="#fff" />
- <meta name="color:text" content="#c9a184" />
- <meta name="color:link" content="#eda593" />
- <meta name="color:big borders" content="#eda593" />
- <meta name="color:bold" content="#eccaa5" />
- <meta name="color:italics" content="#eccaa5" />
- <meta name="color:navigation" content="#EBB8A9" />
- <meta name="font:body" content="arial" />
- <meta name="image:background" content="" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- ::-webkit-scrollbar {width: 14px; height: 4px; background: #fff; }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
- body
- {
- background-color:{color:background};
- background-attachment:fixed;
- font-family:{font:body};
- font-size:10px;
- line-height:100%;
- text-align:justify;
- color:{color:text};
- -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;}
- a:link, a:active, a:visited{color: {color:link};
- text-decoration:none;
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;}
- a:hover{color:{color:text}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; border-bottom:0px dotted {color:link};}
- #entries
- {left:160%;
- background-color:{color:entry};
- margin-left:360px;
- margin-top:-57px;
- color:{color:text};
- width:500px;
- padding:6px;
- }
- #simg {text-align:center; margin-bottom:2px; margin-top:190px; margin-left:20px;}
- #simg img {max-width: 250px; height: auto; text-align:center; border:6px {color:borders} solid;}
- #sbar
- {margin-left:130px;
- margin-top:-200px;
- background-color: {color:askbg};
- position:fixed;
- overflow:hidden;
- padding:3px;
- height:130px;
- }
- #stext:hover
- {
- opacity:1;
- display:block;
- -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;
- }
- #stext
- {margin-left:105px;
- width:145px;
- height:130px;
- background-color:{color:sbar};
- padding:5px;
- opacity:1;
- font-family:trebuchet ms;
- font-size:9px;
- margin-top:-8px;
- position:fixed;
- opacity:1;
- letter-spacing:0.5px;
- border-bottom:0px dotted {color:link};
- }
- #stext:hover {background-color:{color:borders}; opacity:0;}
- #pagination
- {font-family:georgia;
- background-color:{color:big borders};
- letter-spacing:3px;
- padding:5px;
- height:12px;
- width:145px;
- position:fixed;
- margin-top:122px;
- margin-left:105px;
- color:{color:background};
- text-align:center;
- font-size:10px;
- line-height:110%;
- }
- #info
- {font-family:trebuchet ms;
- width:490px;
- margin-top:5px;
- margin-bottom:5px;
- margin-left:0px;
- letter-spacing: 1px;
- text-align:center;
- text-transform:uppercase;
- padding:3px;
- font-size:9px;
- border-top:1px {color:borders} solid;
- font-style: itaflic;
- }
- #navigation{
- background-color: {color:navigation};
- width: 125px;
- height:130px;
- margin-left:105px;
- opacity:0;
- margin-top:-18px;
- z-index:4;
- position:fixed;
- padding-left:30px;
- line-height:100%;
- border-bottom:0px {color:borders} solid;
- -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;
- }
- #navigation a{
- display:inline-block;
- margin-left:-30px;
- width:155px;
- height:11px;
- font-family:georgia;
- font-size:9px;
- text-transform:lowercase;
- text-align:center;
- padding-top:2px;
- -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;
- }
- #navigation:hover {
- opacity:1;
- color: #fff;
- -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;
- }
- #navigation a:hover {
- opacity:1;
- color: #fff;
- -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;
- }
- h1
- {color:{color:text};
- font-family:{font:text};
- font-size:15px;
- line-height:15px;
- letter-spacing:1px;
- font-weight:normal;
- text-transform:lowercase;
- margin-top:10px;
- padding:0px;
- text-align:center;
- text-align:left}
- h2
- {color:{color:text};
- font-family:georgia;
- font-size:19px;
- line-height:17px;
- letter-spacing:-1px;
- text-align:center;
- font-weight:normal;
- font-style: italic;
- margin:0px;
- padding:0px;
- margin-bottom:-10px;
- line-height:110%;}
- h3
- {
- margin-left:105px;
- background-color:{color:big borders};
- color:{color:background};
- font-weight:normal;
- margin-top:-20px;
- position: fixed;
- overflow:hidden;
- height:12px;
- width:145px;
- font-size:10px;
- text-align:center;
- letter-spacing: 0px;
- font-family: georgia;
- font-style: italHic;
- padding:5px;
- line-height:160%;
- -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;
- }
- #source {text-align: left}
- #tags
- {width:500px;
- margin-top:-3px;
- font-family:{font:body};
- font-size:10px;
- text-align:center;
- letter-spacing:0px;
- opacity:1;
- line-height:110%;}
- #question {
- width:480px;
- color:{color:text};
- font-family:arial;
- font-size:10px;
- letter-spacing:0px;
- padding:3px;
- line-height:110%;}
- #question a {
- color:{color:link};}
- #asker {
- width:500px;
- margin-left:2px;
- margin-top:-0px;
- padding:1px;
- font-style:bold;
- text-transform:uppercase;
- }
- #asker a {
- color:{color:text};
- }
- #answer {
- margin-left:15px;
- font-size:11px;
- color:{color:text};
- }
- b, strong{color: {color:bold};}
- i, em {color:{color:italics};}
- blockquote
- {border-left:2px
- {color:body} solid;
- padding-left:7px;
- margin:0px 2px 0px 10px}
- p{margin-top:4px; margin-bottom:4px}
- blockquote {padding:0px; padding-left:5px; margin:4px; border-left:2px solid {color:text}}
- img a{border:none; width:100%}
- .audio{background-color:white; display:block;}
- .user_1 .label {color:{color:link}; font-weight:bold}
- .user_2 .label {color:{color:text}; font-weight:bold}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- .notes img{width:10px; top:1px;}
- ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- </div></div>
- <br>
- <div id="sbar">
- <div id="simg"></div></div>
- <h3>{Title}</a> </h3><br />
- <div id="stext">{block:Description}{Description}{/block:Description}</br></div>
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
- <br>
- </div></div>
- </div></div>
- <div id="navigation">
- <a href="/">home</a><br>
- <a href="/ask" >ask</a><br>
- <a href="/archive">archive</a><br>
- <a href="/submit">submit</a><br>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a><br />{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a><br />{/block:ifLink6}</div><br><br>
- </div></div>
- <div id="entries">
- <br>{block:Posts}
- <div id="posts">
- </div>
- {block:Title}<h1>{Title} </h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name} </h1></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="question">"{Question}" <b>— {ASKER}</b></div><BR>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- {block:Audio}<span class="audio"><center>{AudioPlayerWhite}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
- <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} on {DayOfMonth}/{MonthNumber}/{Year}{/block:Date} | <a href="{Permalink}">{NoteCountWithLabel}</a>
- </a>{block:ContentSource}| © <a href="{SourceURL}">{SourceLink}</a>
- {/block:ContentSource}</div>
- <div id="tags">{block:HasTags}{block:Tags} ※ </b><a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
- </div><br><br>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- <br>
- <center><b><a href="http://nightlighters.tumblr.com/tagged/themes">© T H E M E</a></b></center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment