Advertisement
timelordheist

theme #2

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