becky4268

theme 29

Nov 16th, 2013
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.46 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. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!-- Code by ofjack -->
  10. <!-- DO NOT BREAK THE RULES OR I WILL HUNT YOU DOWN -->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#a8a8a8"/>
  14. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  15. <meta name="color:DescriptionText" content="#b8b8b8"/>
  16. <meta name="color:Border" content="#dddddd"/>
  17. <meta name="color:Hover" content="#f2f2f2"/>
  18. <meta name="color:Scrollbar" content="#000000"/>
  19. <meta name="color:ScrollbarBg" content="#ffffff"/>
  20. <meta name="color:Post Links" content="#c0bfbf"/>
  21. <meta name="color:Answer Backg" content="#000000"/>
  22. <meta name="image:Sidebar" content=""/>
  23.  
  24. <style type="text/css">
  25.  
  26. ::-webkit-scrollbar-thumb:vertical {height:12px; background-color:#fff;}
  27.  
  28. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  29.  
  30. ::-webkit-scrollbar {height:7px;width:5px;}
  31.  
  32. body {
  33. font-family:Trebuchet MS;
  34. font-size:10px;
  35. line-height:100%;
  36. letter-spacing:0px;
  37. text-align:justify;
  38. overflow-x:hidden; /*CHANGE THE BACKGROUND HERE IF YOU WANT*/
  39. background-image:url(http://media.tumblr.com/tumblr_me41kwrhnR1r52dl9.gif);
  40. background-repeat:repeat;
  41. background-attachment:fixed;
  42. margin:0px;
  43. color:{color:text};
  44. }
  45.  
  46. a {
  47. text-decoration:none;
  48. outline:none;
  49. -moz-outline-style:none;
  50. color:{color:Post Links};
  51. }
  52.  
  53. img {
  54. border:none;
  55. }
  56.  
  57. blockquote {
  58. padding-left:5px;
  59. border-left:2px solid;
  60. }
  61.  
  62. blockquote blockquote {
  63. padding-left:5px;
  64. border-left:2px solid;
  65. }
  66.  
  67. h2 {
  68. text-align:left;
  69. }
  70.  
  71. a:hover {
  72. color:#000;
  73. -moz-transition-duration:0.3s;
  74. -webkit-transition-duration:0.3s;
  75. -o-transition-duration:0.3s;
  76. }
  77.  
  78. #entries {
  79. padding:10px;
  80. width:400px;
  81. margin-left:460px;
  82. margin-top:0px;
  83. font-size:10px;
  84. letter-spacing:0px;
  85. }
  86.  
  87. #post {
  88. width:400px;
  89. padding:12px;
  90. margin-top:20px;
  91. border:3px solid #fff;
  92. border-radius:20px;
  93. background:#fff;
  94. }
  95.  
  96. #sidebar {
  97. position:fixed;
  98. margin-top:235px;
  99. margin-left:220px;
  100. background:#fff;
  101. height:auto;
  102. width:130px;
  103. padding:5px;
  104. border:3px solid #eee;
  105. }
  106.  
  107. #sidebarimage img {
  108. width:130px;
  109. padding:3px;
  110. margin-left:-3px;
  111. margin-top:3px;
  112. }
  113.  
  114. #description {
  115. text-align:justify;
  116. font-family:baskerville;
  117. width:100px;
  118. margin-top:3px;
  119. margin-left:10px;
  120. font-size:9px;
  121. background:#fff;
  122. position:fixed;
  123. text-transform:none;
  124. color:#111;
  125. line-height:100%;
  126. font-style:none;
  127. }
  128.  
  129. #pagination {
  130. font-style:bold;
  131. padding:3px;
  132. font-family:cambria;
  133. font-size:15px;
  134. text-align:center;
  135. margin-top:-40px;
  136. text-transform:uppercase;
  137. color:#111;
  138. margin-left:390px;
  139. bottom:0px;
  140. }
  141.  
  142. #pagination a {
  143. padding:5px;
  144. color:#111;
  145. font-size:15px;
  146. background:#fff;
  147. width:auto;
  148. }
  149.  
  150. #pagination a:hover {
  151. -moz-transition-duration:0.3s;
  152. -webkit-transition-duration:0.3s;
  153. -o-transition-duration:0.3s;
  154. text-decoration:none;
  155. }
  156.  
  157. #info {
  158. width:400px;
  159. text-align:left;
  160. margin-top:3px;
  161. letter-spacing:1px;
  162. font-size:7px;
  163. font-style:none;
  164. line-height:10px;
  165. text-transform:uppercase;
  166. border-top:1px solid #f2f2f2;
  167. background:#333;
  168. border-bottom-left-radius:5px;
  169. border-bottom-right-radius:5px;
  170. color:#fff;
  171. }
  172.  
  173. #info a {
  174. text-align:center;
  175. color:#fff;
  176. }
  177.  
  178. #info a:hover {
  179. color:#000;
  180. -moz-transition-duration:0.3s;
  181. -webkit-transition-duration:0.3s;
  182. -o-transition-duration:0.3s;
  183. }
  184.  
  185. #tags {
  186. float:left;
  187. width:389px;
  188. margin-top:-5px;
  189. margin-left:-5px;
  190. text-align:left;
  191. font-size:7px;
  192. padding:5px;
  193. font-size:7px;
  194. opacity:1;
  195. transition-duration: 0.5s;
  196. -moz-transition-duration: 0.5s;
  197. -webkit-transition-duration: 0.5s;
  198. -o-transition-duration: 0.5s
  199. color:#111;
  200. }
  201.  
  202. #tags a {
  203. letter-spacing:0px;
  204. font-size:7px;
  205. text-align:center;
  206. text-decoration:none;
  207. display:inline-block;
  208. color:#111;
  209. }
  210.  
  211. #tags a:hover {
  212. -moz-transition-duration:0.3s;
  213. -webkit-transition-duration:0.3s;
  214. -o-transition-duration:0.3s;
  215. color:#000;
  216. }
  217.  
  218. .music {
  219. width:400px;
  220. padding-bottom:10px;
  221. background-color:{color:infobg};
  222. }
  223.  
  224. .albumart {
  225. float:left;
  226. padding:0px 10px 10px 0px;
  227. }
  228.  
  229. .albumart img {
  230. width:45px;
  231. height:45px;
  232. }
  233.  
  234. .playercontainer {
  235. text-align:left;
  236. padding:10px;
  237. background-color:#ffffff;
  238. width:380px;
  239. }
  240.  
  241. .musicinfo {
  242. padding:10px;
  243. color:{color:text};
  244. }
  245.  
  246. #cred {
  247. position:fixed;
  248. font-size:8px;
  249. font-family:calibri;
  250. letter-spacing:1px;
  251. right:10px;
  252. bottom:10px;
  253. text-transform:uppercase;
  254. text-align:center;
  255. border:1px solid #c9c9c9;
  256. padding:5px;
  257. background-color:#fafafa;
  258. }
  259.  
  260. #cred a {
  261. padding:0px;
  262. color:{color:link};
  263. -moz-transition-duration:0.5s;
  264. -webkit-transition-duration:0.5s;
  265. -o-transition-duration:0.5s;
  266. }
  267.  
  268. .ask {padding:5px;font-style:normal;margin-top:-5px;text-align:center;margin-bottom:10px;color:#111;background-color:#fff;background:#f9f9f9;border-bottom:2px dashed #c9c9c9;padding-bottom:10px;}
  269.  
  270. .answer {text-align:center;padding:2px;color:{color:text};}
  271.  
  272. {CustomCSS}</style></head>
  273.  
  274. <body>
  275.  
  276. <div id="sidebar">
  277.  
  278. <div id="sidebarimage"><a href="/">
  279. <img src={image:Sidebar}></a>
  280. </div>
  281.  
  282. <div id="description">{Description}</div>
  283.  
  284. <select onchange='location=this.options[this.selectedIndex].value;' name="cherrybammenu1"style="font-family:ARIAL; font-size:10px; color:#000; background:#fff; margin-left:33px;margin-top:70px;">'>
  285.  
  286. <!---*CHANGE THE LINKS TO WHAT YOU WANT IT TO BE LIKE*----->
  287.  
  288. <option>TITLE</option>
  289.  
  290. <option value="http://">LINK 1</option>
  291.  
  292. <option value="http://">LINK 2</option>
  293.  
  294. <option value="http://">LINK 3</option>
  295.  
  296. <option value="http://">LINK 4</option>
  297.  
  298. </select>
  299.  
  300. </div>
  301. </div>
  302.  
  303. <div id="entries">
  304. {block:Posts}
  305. <div id="post">
  306.  
  307.  
  308. {block:Text}
  309. <h2>{block:Title}{Title}{/block:Title}</h2>
  310. {Body}{/block:Text}
  311.  
  312. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  313. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  314.  
  315. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  316. {/block:Caption}{/block:Photoset}
  317.  
  318. {block:Quote}<h2>"{Quote}"</h2>
  319. {block:Source}<div class="qsource"> —{Source}</div>
  320. {/block:Source}{/block:Quote}
  321.  
  322. {block:Link}<h2><a href="{URL}" {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}{/block:Link}
  323.  
  324. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  325.  
  326. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  327. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  328. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  329. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  330. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  331.  
  332. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  333.  
  334. {block:Answer}<div class="ask"><center><big><big><big><i>{Asker}</i></big></big></big> asked: <b>{Question}</b></div><div class="answer">{Answer}</center></div>{/block:answer}
  335.  
  336. <div id="info">
  337. <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>
  338. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}" style="float:right;">(©)</a> {/block:ContentSource} {block:RebloggedFrom}<a href="{ReblogParentURL}" style="float:right;">via</a>{/block:RebloggedFrom}
  339. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"> </a>{/block:RebloggedFrom}— </a>
  340. {NoteCount} notes</a>
  341. {block:HasTags}<div id="tags" style="color:#111;"> filed under: {block:Tags}<a href="/tagged/{Tag}">{Tag},</a>&nbsp;{/block:Tags}
  342. </div>{block:HasTags}
  343. </div>
  344. </div>
  345. {/block:Posts}
  346. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  347.  
  348. {/block:Posts}</div></div></div>
  349.  
  350. <br><br><br><br>
  351.  
  352. {block:Pagination}
  353. <div id="pagination">
  354. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  355. — {block:NextPage}<a href="{NextPage}">old</a>{/block:NextPage}
  356. </div>
  357. {/block:Pagination}
  358. </div>
  359.  
  360. <div id="cred"><a href="http://ofjack.tumblr.com">OFJACK</a></div>
  361.  
  362. </div>
  363.  
  364. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment