Advertisement
becky4268

theme 28

Nov 16th, 2013
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.20 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. <meta name="image:Background" content=""/>
  24. <meta name="text:subtitle" content="">
  25. <meta name="text:Link 1" content="" />
  26. <meta name="text:Link 1 Text" content="" />
  27. <meta name="text:Link 2" content="" />
  28. <meta name="text:Link 2 Text" content="" />
  29. <meta name="text:Link 3" content="" />
  30. <meta name="text:Link 3 Text" content="" />
  31. <meta name="if:Show Link 1" content="1" />
  32. <meta name="if:Show Link 2" content="1" />
  33. <meta name="if:Show Link 3" content="1" />
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#dddddd;}
  39.  
  40. ::-webkit-scrollbar-thumb:horizontal {background-color:#dddddd;}
  41.  
  42. ::-webkit-scrollbar {background-color:#dddddd;height:7px;width:12px;border:5px solid #fff;}
  43.  
  44. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:#dddddd;display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  45.  
  46. }
  47.  
  48. body {
  49. background:{color:background};
  50. margin:0px;
  51. color:{color:text};
  52. font-family:calibri;
  53. font-size:10px;
  54. line-height:100%;
  55. letter-spacing:0px;
  56. text-align:justify;
  57. background-image:url('{image:Background}');
  58. overflow-x:hidden;
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. outline:none;
  64. -moz-outline-style:none;
  65. color:{color:Post Links};
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72. blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77. blockquote blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. h1 {
  83. font-size:8px;
  84. letter-spacing:2px;
  85. text-transform:uppercase;
  86. font-family:'CAMBRIA';
  87. font-style:none;
  88. line-height:10px;
  89. text-align:left;
  90. padding:0px;
  91. }
  92.  
  93. a:hover {
  94. color:#c9c9c9;
  95. -moz-transition-duration:0.3s;
  96. -webkit-transition-duration:0.3s;
  97. -o-transition-duration:0.3s;
  98. }
  99.  
  100. #entries {
  101. padding:10px;
  102. width:500px;
  103. margin-left:180px;
  104. margin-top:5px;
  105. font-size:10px;
  106. font-family:'arial';
  107. letter-spacing:0px;
  108. }
  109.  
  110. #post {
  111. width:500px;
  112. padding-bottom:40px;
  113. padding:25px;
  114. margin-top:50px;
  115. }
  116.  
  117. #sidebar {
  118. position:fixed;
  119. margin-top:200px;
  120. margin-left:860px;
  121. }
  122.  
  123. #sidebarimage {
  124. width 130px;
  125. }
  126.  
  127. #sidebarimage img {
  128. width:185px;
  129. margin-top:164px;
  130. padding:3px;
  131. margin-left:-80px;
  132. }
  133.  
  134. .links {
  135. width:152px;
  136. font-family:'calibri';
  137. padding: 4px;
  138. text-align:center;
  139. text-transform:uppercase;
  140. position:fixed;
  141. margin-top:7px;
  142. margin-left:-66px;
  143. }
  144.  
  145. .links a {
  146. width:94px;
  147. padding:5px;
  148. font-size:8px;
  149. letter-spacing:0px;
  150. color:#696969;
  151. }
  152.  
  153. .links a:hover {
  154. -moz-transition-duration:0.3s;
  155. -webkit-transition-duration:0.3s;
  156. -o-transition-duration:0.3s;
  157. color:#fff;
  158. background:#088A85;
  159. }
  160.  
  161. #description {
  162. text-align:justify;
  163. font-family:'Arial';
  164. width:165px;
  165. margin-top:15px;
  166. margin-left:-15px;
  167. font-size:9px;
  168. position:fixed;
  169. background:#F2F2F2;
  170. padding:10px;
  171. text-transform:none;
  172. color:#6E6E6E;
  173. }
  174.  
  175. #title {
  176. text-align:right;
  177. font-family:Helvetica;
  178. width:185px;
  179. margin-top:-160px;
  180. margin-left:-15px;
  181. font-size:15px;
  182. position:fixed;
  183. text-transform:none;
  184. color:#6E6E6E;
  185. padding-bottom:5px;
  186. font-style:italic;
  187. border-bottom:2px #F2F2F2 solid;
  188. }
  189.  
  190. #pagination {
  191. font-style:bold;
  192. padding:2px;
  193. font-family:'arial';
  194. letter-spacing:0px;
  195. font-size:9px;
  196. text-align:center;
  197. padding:2px;
  198. margin-top:90px;
  199. text-transform:lowercase;
  200. }
  201.  
  202. #pagination a:hover {
  203. -moz-transition-duration:0.3s;
  204. -webkit-transition-duration:0.3s;
  205. -o-transition-duration:0.3s;
  206. opacity:.5;
  207. background:#fff;
  208. color:#696969;
  209. }
  210.  
  211. #info {
  212. width:500px;
  213. text-align:left;
  214. font-family:'trebuchet ms';
  215. margin-top:3px;
  216. margin-left:px;
  217. letter-spacing:1px;
  218. font-size:7px;
  219. font-style:none;
  220. padding:1px;
  221. line-height:10px;
  222. text-transform:uppercase;
  223. border-top:1px solid;
  224. border-color:{color:Border};
  225. }
  226.  
  227. #info a {
  228. text-align:center;
  229. color:{color:Post Links};
  230. }
  231.  
  232. #info a:hover {
  233. -moz-transition-duration:0.3s;
  234. -webkit-transition-duration:0.3s;
  235. -o-transition-duration:0.3s;
  236. color:{color:Hover}
  237. }
  238.  
  239. #tags {
  240. float:left;
  241. width:489px;
  242. margin-top:-7px;
  243. margin-left:-5px;
  244. text-align:left;
  245. font-size:7px;
  246. padding:5px;
  247. font-size:8px;
  248. opacity:1;
  249. transition-duration: 0.5s;
  250. -moz-transition-duration: 0.5s;
  251. -webkit-transition-duration: 0.5s;
  252. -o-transition-duration: 0.5s
  253. color:{color:Post Links};
  254. }
  255.  
  256. #tags a {
  257. letter-spacing:0px;
  258. font-size:8px;
  259. text-align:center;
  260. font-family:'CALIBRI';
  261. text-decoration:none;
  262. display:inline-block;
  263. color:#ddd;
  264. }
  265.  
  266. #tags a:hover {
  267. background-color:#fff;
  268. -moz-transition-duration:0.3s;
  269. -webkit-transition-duration:0.3s;
  270. -o-transition-duration:0.3s;
  271. color:{color:Hover};
  272. }
  273.  
  274. .ask {padding:5px;margin-top:10px;font-style:normal;text-align:;left;margin-bottom:10px;color:{color:text};;}
  275.  
  276. .ask img {width:24px;margin-top:0px;padding:2px;background-color:white;border:1px solid {color:border};}
  277.  
  278. #cred {
  279. position:fixed;
  280. font-size:8px;
  281. font-family:calibri;
  282. letter-spacing:1px;
  283. right:10px;
  284. bottom:10px;
  285. text-transform:uppercase;
  286. text-align:center;
  287. border:1px solid #c9c9c9;
  288. padding:5px;
  289. background-color:#fafafa;
  290. }
  291.  
  292. #cred a {
  293. padding:0px;
  294. color:{color:link};
  295. -moz-transition-duration:0.5s;
  296. -webkit-transition-duration:0.5s;
  297. -o-transition-duration:0.5s;
  298. }
  299.  
  300. {CustomCSS}</style></head>
  301.  
  302. <body>
  303.  
  304. <div id="sidebar">
  305.  
  306. <div id="sidebarimage">
  307. <img src="{image:Sidebar}">
  308. </a>
  309. </div>
  310.  
  311. <div class="links">
  312. <a href="/" style="background:#088A85;padding:5px;color:#fff;">Home</a>
  313. <a href="/ask">Ask</a>
  314. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  315. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  316. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  317.  
  318. <div id="description">{Description}</div>
  319. <div id="title">{text:subtitle}</div>
  320.  
  321. {block:Pagination}
  322. <div id="pagination">
  323. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  324. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  325. </div>
  326. {/block:Pagination}
  327. </div>
  328. </div>
  329.  
  330. <div id="entries">
  331. {block:Posts}
  332. <div id="post">
  333.  
  334. {block:Text}
  335. <h1>{block:Title}{Title}{/block:Title}</h1>
  336. {Body}{/block:Text}
  337.  
  338. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  339. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  340.  
  341. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  342. {/block:Caption}{/block:Photoset}
  343.  
  344. {block:Quote}<h2>"{Quote}"</h2>
  345. {block:Source}<div class="qsource"> —{Source}</div>
  346. {/block:Source}{/block:Quote}
  347.  
  348. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  349.  
  350. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  351.  
  352. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  353. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  354. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  355. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  356. {/block:Audio}<br>
  357.  
  358. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  359.  
  360. {block:Answer}<div class="ask"><img src="{AskerPortraitURL-24}" width="24"> <i>{Asker}</i> said: <b>{Question}</b></div><div class="answer">{Answer}</div>{/block:answer}
  361.  
  362. <div id="info">
  363. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  364. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  365. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  366. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  367. with {NoteCountWithLabel}</a>
  368. {block:HasTags}<div id="tags">
  369.  
  370. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  371. </div>{block:HasTags}
  372. </div>
  373. </div>
  374. {/block:Posts}
  375. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  376.  
  377. {/block:Posts}</div></div></div>
  378. <br><br><br><br>
  379.  
  380. </div>
  381.  
  382. <div id="cred">
  383. <a href="http://ofjack.tumblr.com">OFJACK</a>
  384. </div>
  385. </div>
  386. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement