emptystories

thememe

Nov 8th, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <!-- DEFAULT VARIABLES -->
  5. <meta name="color:background" content="#F7F7F7" />
  6. <meta name="color:sbar" content="#FFFFFF" />
  7.  
  8. <meta name="color:entry" content="#FFFFFF" />
  9.  
  10. <meta name="color:text" content="#666666" />
  11. <meta name="color:link" content="#000000" />
  12. <meta name="color:info" content="#F7F7F7" />
  13. <meta name="color:border" content="#000000" />
  14. <meta name="color:slinks" content="#FFFFFF" />
  15. <meta name="color:shover" content="#F7F7F7" />
  16.  
  17. <meta name="font:body" content="arial" />
  18.  
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="image:background" content="" />
  21.  
  22. <meta name="text:Link1" content="" />
  23. <meta name="text:Link1 Title" content="" />
  24. <meta name="text:Link2" content="" />
  25. <meta name="text:Link2 Title" content="" />
  26. <meta name="text:Link3" content="" />
  27. <meta name="text:Link3 Title" content="" />
  28. <meta name="text:Link4" content="" />
  29. <meta name="text:Link4 Title" content="" />
  30. <meta name="text:Link5" content="" />
  31. <meta name="text:Link5 Title" content="" />
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38. <style type="text/css">
  39.  
  40. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:{font:body}; font-size:11px; line-height:100%; text-align:justify}
  41.  
  42. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  43. a:hover{color:{color:text};}
  44.  
  45. #entries{left:30%; margin-left:200px; margin-top:-20px; width:510px}
  46.  
  47. #simg {text-align:center; margin-bottom:2px; margin-top:1px}
  48. #simg img {max-width: 250px; height: auto; text-align:center}
  49.  
  50. #sbar
  51. {background-image: url('{image:sbg}');
  52. width:250px;
  53. height:250px;
  54. margin-left:720px;
  55. margin-top:-15px;
  56. position:fixed;
  57. overflow:hidden;
  58. background-color: {color:sbar};
  59. border-left:0px solid;
  60. border-right:0px solid;
  61. padding:3px}
  62.  
  63. #stext {margin-left:5px; font-family:{font:body}; font-size:10px; width:240px;}
  64.  
  65. #pagination {font-family:georgia; text-align:center; font-size:15px; margin-left:-10px;}
  66.  
  67. #slinks {width:100px; height:1000px; margin-left:972px; margin-top:34px; position:fixed; overflow:hidden; border-left:0px solid; border-right:0px solid; padding:3px}
  68.  
  69. #slinks a
  70. {border-left:0px solid {color:border};
  71. width:140px; display:block;
  72. background-color:{color:slinks};
  73. margin:0px 0px -9px 1px;
  74. font:9px {font:body};
  75. text-transform: lowercase;
  76. color:{color:link};
  77. text-decoration: none;
  78. letter-spacing: 2px;
  79. text-align:left;
  80. padding:1px}
  81.  
  82. #slinks a:hover color:{color:text;}
  83.  
  84. #posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; padding:3px}
  85.  
  86. h1{color:{color:title}; font-family:{font:text}; font-size:15px; line-height:15px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  87.  
  88. h2{color:{color:title}; font-family:{font:text}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  89.  
  90. h3
  91. {color:{color:link};
  92. position:fixed;
  93. font-family:georgia;
  94. width:90px;
  95. font-size:12px;
  96. letter-spacing:0px;
  97. font-weight:normal;
  98. font-style:italic;
  99. text-transform:lowercase;
  100. line-height:14px;
  101. margin-left:980px;
  102. margin-top:118px;
  103. margin-bottom:-10px;
  104. text-align:left;
  105. letter-spacing:2px}
  106.  
  107. h3 a:hover{background-color:transparent}
  108.  
  109. #source {text-align: left}
  110.  
  111. #info{font-family:arial; background-color:{color:info}; font-size:10px; border-right:2px solid {color:border}; text-transform:lowercase; text-align:left; letter-spacing:1px;}
  112.  
  113. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:arial; font-size:11px}
  114. #questions a {color:{color:link}}
  115.  
  116. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  117.  
  118. p{margin-top:4px; margin-bottom:4px}
  119. blockquote {padding:0px; padding-left:5px; margin:4px; border-left:2px solid {color:text}}
  120.  
  121. img a{border:none; width:100%}
  122. .audio{background-color:black; display:block;}
  123.  
  124. .user_1 .label {color:{color:link}; font-weight:bold}
  125. .user_2 .label {color:{color:text}; font-weight:bold}
  126. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  127.  
  128. .notes img{width:10px; top:1px;}
  129. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  130. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  131. </style>
  132. <style type="text/css">{CustomCSS}</style>
  133. </head>
  134.  
  135. <body>
  136. <div id="slinks">
  137. <a href="/">home</a><br />
  138. <a href="/ask">ask me</a><br />
  139. <a href="/submit">submit</a><br />
  140. <a href="/archive">archive</a><br />
  141. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
  142. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
  143. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
  144. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}
  145. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a><br />{/block:ifLink5}
  146. <a href="http://nightlighters.tumblr.com/tagged/themes">theme (c)</a>
  147. </div></div>
  148.  
  149. <h3><a href="/">{Title}</a></h3><br>
  150. <br>
  151.  
  152. <div id="sbar">
  153. <div id="simg"><img src="{image:sidebar}"/></div>
  154. <div id="stext">{block:Description}{Description}{/block:Description}<br /></div>
  155.  
  156. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">« prev</a> |{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">next »</a>{/block:NextPage}</div></div>
  157.  
  158. <div id="entries">
  159. {block:Posts}
  160. <div id="posts">
  161.  
  162. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  163. {block:Text}{Body}{/block:Text}
  164.  
  165. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  166.  
  167. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  168. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  169.  
  170. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  171. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  172.  
  173. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  174.  
  175. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  176.  
  177. {block:Answer}<div id="questions">{Asker} said: "{Question}"</div>
  178. {Answer}{/block:answer}
  179.  
  180. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  181.  
  182. <i><div id="info"><a href="{Permalink}">{TimeAgo}</a> | {NoteCountWithLabel}{block:RebloggedFrom} | © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:HasTags}</i><br>filed under: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  183.  
  184. </div><br>
  185. {/block:Posts}
  186. {block:PostNotes}{PostNotes}{/block:PostNotes}
  187.  
  188. </div>
  189.  
  190. </body>
  191. </html>
Advertisement
Add Comment
Please, Sign In to add comment