Advertisement
timelordheist

theme #4

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