Advertisement
timelordheist

theme #3

Jun 3rd, 2012
1,529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.25 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.  
  4. <!-- THEME #3 BY STUPIDBLOODYIDIOTS, TRY NOT TO REMOVE THIS PLEASE -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="font:title" content="helvetica" />
  10. <meta name="font:body" content="georgia" />
  11. <meta name="font:accent" content="georgia" />
  12. <meta name="text:title font size" content="17" />
  13. <meta name="text:body font size" content="10" />
  14. <meta name="text:blog title font size" content="9" />
  15. <meta name="text:accent font size" content="8" />
  16. <meta name="color:background" content="#ffffff" />
  17. <meta name="color:title" content="#272727" />
  18. <meta name="color:date and note text" content="#333333" />
  19. <meta name="color:blog title" content="#786671" />
  20. <meta name="color:text" content="#555555" />
  21. <meta name="color:sidebar text" content="#5f5e5e" />
  22. <meta name="color:link" content="#8a8a8b" />
  23. <meta name="color:link hover" content="#786671" />
  24. <meta name="color:sidebar link text" content="#000000" />
  25. <meta name="color:sidebar link text hover" content="#ffffff" />
  26. <meta name="color:sidebar link background" content="#f8f3f0" />
  27. <meta name="color:sidebar link background hover" content="f0cfbf" />
  28. <meta name="image:sidebar" content="" />
  29. <meta name="image:background" content="" />
  30. <meta name="text:Additional Link Title" content="" />
  31. <meta name="text:Additional Link URL" content="" />
  32. <meta name="text:Additional Link Title 2" content="" />
  33. <meta name="text:Additional Link URL 2" content="" />
  34. <meta name="if:border under notes" content="1" />
  35.  
  36.  
  37.  
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43. <style type="text/css">
  44. .clear {
  45. clear: both;
  46. height: 0px;
  47. overflow: hidden;
  48. }
  49.  
  50. a img {
  51. border: none;
  52. }
  53.  
  54.  
  55.  
  56. #entries {
  57. margin-left: 425px;
  58. width: 530px;
  59. }
  60.  
  61.  
  62.  
  63. body {
  64. background-color:{color:background};
  65. background-image: url('{image:Background}');
  66. background-position: center;
  67. background-attachment:fixed;
  68. background-repeat: repeat;
  69. font-family:{font:body};
  70. font-size:11px;
  71. line-height:10px;
  72. text-align:justify;
  73. color: {color:date and note text};
  74. margin: 0;
  75. padding: 0; }
  76.  
  77. a:link, a:active, a:visited {
  78. color: {color:link};
  79. text-decoration:none }
  80.  
  81.  
  82. a:hover{
  83. color:{color:link hover};
  84. }
  85.  
  86. #side { position: fixed;
  87. margin-left: 215px;
  88. margin-top: 20px; }
  89.  
  90. #sidebar {
  91. width:200px;
  92. position: fixed;
  93. border: 0px;
  94. text-align: justify;
  95. font-size: 9px;
  96. color: {color:sidebar text};
  97. }
  98.  
  99.  
  100. #posts {
  101. overflow: hidden;
  102. border: 0px;
  103. padding: 5px 10px 5px 10px;
  104. font-size: {text:body text size}px;
  105. color: {color:text};
  106. }
  107.  
  108. bigtitle {
  109. color: {color:title};
  110. font-family: {font:title};
  111. letter-spacing: 3px;
  112. padding: 5px;
  113. text-align: center;
  114. font-style: italic;
  115. font-size: {text:title font size}px;
  116. line-height: {text:title font size}px;
  117. text-transform: lowercase;
  118. }
  119.  
  120. quote {
  121. color: {color:title};
  122. font-family: {font:title};
  123. letter-spacing: 3px;
  124. padding: 5px;
  125. text-align: justify;
  126. font-style: italic;
  127. font-size: {text:title font size}px;
  128. line-height: {text:title font size}px;
  129. text-transform: lowercase;
  130. }
  131.  
  132. #source {
  133. text-align: left
  134. }
  135.  
  136. #postinfo {
  137. font-family: {font:accent};
  138. font-size: {text:accent font size}px;
  139. text-transform: lowercase;
  140. font-style: italic;
  141. letter-spacing: 2px;
  142. text-align: center;
  143. margin-bottom: 5px;
  144. {block:ifborderundernotes} padding-bottom: 2px;
  145. border-bottom: solid 1px #999999;{/block:ifborderundernotes}
  146. }
  147.  
  148. #tags {
  149. font-family: helvetica cy;
  150. font-size: 9px;
  151. font-style: italic;
  152. margin-top: 2px;
  153. letter-spacing: 2px;
  154. width: 100%;
  155. width:500px;
  156. margin-bottom: 10px;
  157. }
  158.  
  159. #tags a {
  160. color: {color:sidebar link text}; }
  161.  
  162. #questions {
  163. width: 90%;
  164. padding: 5px;
  165. text-align: justify;
  166. }
  167.  
  168. blockquote{ text-decoration: none }
  169.  
  170. img a {
  171. border: none; width: 100% }
  172.  
  173. .audio{
  174. display: block}
  175.  
  176. .user_1 .label {
  177. font-weight:light;
  178. font-family: {font:accent};
  179. text-transform: uppercase;
  180. padding: 2px;
  181. letter-spacing: 2px;
  182. font-size: {text:accent font size}px; }
  183.  
  184. .user_2 .label {
  185. font-weight:light;
  186. font-family: {font:Accent};
  187. text-transform: uppercase;
  188. letter-spacing: 2px;
  189. font-size: {text:accent font size}px; }
  190.  
  191. .user_3 .label {
  192. font-weight:light;
  193. font-family: {font:Accent};
  194. text-transform: uppercase;
  195. letter-spacing: 2px;
  196. font-size: {text:accent font size}px; }
  197.  
  198. .user_4 .label {
  199. font-weight:light;
  200. font-family: {font:Accent};
  201. text-transform: uppercase;
  202. letter-spacing: 2px;
  203. font-size: {text:accent font size}px; }
  204.  
  205. ul.chat, .chat ol, .chat li {
  206. list-style:none;
  207. margin:0px;
  208. padding:0px;}
  209.  
  210.  
  211. .notes img{
  212. width:10px;
  213. position:relative;
  214. top:1px; }
  215.  
  216. ol.notes, .notes li {
  217. list-style:none;
  218. margin:0px;
  219. padding:2px; }
  220.  
  221. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  222. background-color:transparent!important;
  223. }
  224.  
  225.  
  226. ul.nav
  227. {
  228. float:right;
  229. width:100%;
  230. padding:0;
  231. margin:0;
  232. list-style-type:none;
  233. }
  234.  
  235. ul.nav a
  236. {
  237. float:center;
  238. font-family: georgia;
  239. font-size: 8px;
  240. text-transform: lowercase;
  241. font-style: italic;
  242. letter-spacing: 1px;
  243. width: 75px;
  244. text-decoration:none;
  245. color: {color:sidebar link text};
  246. margin-top: 3px;
  247. background-color:{color:sidebar link background};
  248. padding: 5px 10px 5px 10px;
  249. text-align:center;
  250. -webkit-transition: all .8s ease-in-out;
  251. -moz-transition: all .8s ease-in-out;
  252. -o-transition: all .8s ease-in-out;
  253. -ms-transition: all .8s ease-in-out;
  254. transition: all .8s ease-in-out;
  255. }
  256.  
  257. ul.nav a:hover {
  258. background-color:{color:sidebar link background hover};
  259. color: {color:sidebar link text hover};
  260. -webkit-transition: all .8s ease-in-out;
  261. -moz-transition: all .8s ease-in-out;
  262. -o-transition: all .8s ease-in-out;
  263. -ms-transition: all .8s ease-in-out;
  264. transition: all .8s ease-in-out;
  265.  
  266. }
  267. ul.nav li {display:inline;}
  268.  
  269.  
  270. li {list-style-type: square;}
  271.  
  272.  
  273. blogtitle { font-family: {font:Accent};
  274. font-size: {text:blog title font size}px;
  275. color: {color:blog title};
  276. text-transform: lowercase;
  277. font-style: italic;
  278. letter-spacing: 3px;
  279. font-weight: light }
  280.  
  281. blogtitle a { font-family: {font:Accent};
  282. font-size: 9px;
  283. color: {color:blog title};
  284. text-transform: lowercase;
  285. font-style: italic;
  286. letter-spacing: 3px;
  287. font-weight: light}
  288.  
  289.  
  290. navmarker a { font-family: georgia;
  291. font-size: 27px;
  292. color: {color:blog title};
  293. text-transform: lowercase;
  294. letter-spacing: 3px;
  295. font-weight: light}
  296.  
  297. </style>
  298. <style type="text/css">{CustomCSS}</style>
  299. </head>
  300.  
  301. <body>
  302.  
  303.  
  304. <div id="side">
  305.  
  306.  
  307. <br />
  308.  
  309. <img src="{image:sidebar}" width="{text:sidebar width}" style="margin-bottom: 2px">
  310.  
  311. <div id="sidebar">
  312.  
  313. <table width="100%"><tr><td width="80%"><a href="/"><blogtitle> {Title} </blogtitle></a></td><td><center>{block:PreviousPage}<a href="{PreviousPage}"><navmarker>«</navmarker></a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><navmarker>»</navmarker></a>{/block:NextPage} <br /> </center></td></tr></table>
  314. {block:Description}{Description}{/block:Description}
  315.  
  316.  
  317. <br /><br />
  318. <center><ul class="nav">
  319. {block:ifAdditionalLinkTitle}<li><a href="{text:Additional Link URL}">{text:Additional Link Title}</a></li> {/block:ifAdditionalLinkTitle}
  320. {block:ifAdditionalLinkTitle2}<li><a href="{text:Additional Link URL 2}">{text:Additional Link Title 2}</a></li>{/block:ifAdditionalLinkTitle2}
  321.  
  322. <li><a href="/ask">ask</a></li>
  323. <li><a href="http://stupidbloodyidiots.tumblr.com/sbithemes">&copy;</a></li>
  324. </ul>
  325. </center>
  326.  
  327.  
  328.  
  329. </div><br /><br /><br />
  330.  
  331.  
  332.  
  333. </div>
  334.  
  335.  
  336. <div id="entries"><br>
  337. {block:Posts}
  338.  
  339.  
  340.  
  341. <div id="postinfo"> <a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{block:RebloggedFrom},  via <a href="{ReblogParentURL}">{ReblogParentName}</a>, from <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}</div>
  342.  
  343.  
  344. <div id="posts">
  345.  
  346.  
  347. {block:Title}<bigtitle>{title}</bigtitle>{/block:Title}
  348.  
  349. {block:Text}{body}{/block:Text}
  350.  
  351. {block:Quote}<quote>{quote}</quote>{/block:Quote}
  352.  
  353. {block:Source}<div class="source"><div align="right"><blogtitle>{Source}</blogtitle></div></div>{/block:Source}
  354.  
  355. {block:Link}<a href="{URL}" class="link" {Target}><bigtitle>{Name} </bigtitle></a>
  356. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  357.  
  358. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  359.  
  360. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  361.  
  362. {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}
  363.  
  364. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  365.  
  366. {block:Answer} <center><div id="questions"><table width="100%" cellspacing="10px"><tr><td><div class="asker"><img src="{AskerPortraitURL-48}" style="padding: 20px; background-color: {color:sidebar link background};"></div></td><td style="vertical-align:text-top"> <b>{Asker}: </b>{Question}</td></tr></table> </div></center><br/> {Answer}{/block:Answer}
  367.  
  368.  
  369. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}<div class="source"><center><blogtitle>{Caption}</blogtitle></div></center>{/block:Caption}{/block:Audio}<br>
  370.  
  371.  
  372.  
  373. <div id="tags">
  374.  
  375. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  376. {/block:Posts}
  377. {block:PostNotes}{PostNotes}{/block:PostNotes}
  378.  
  379. </div></div>
  380.  
  381.  
  382. </body>
  383. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement