Advertisement
becky4268

theme 27

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