Advertisement
becky4268

theme 8

Apr 14th, 2013
1,054
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 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.  
  3. <!-- Code by ofjack -->
  4. <!-- DO NOT BREAK THE RULES OR I WILL HUNT YOU DOWN -->
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head><title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Sidebar" content="#ffffff"/>
  16. <meta name="color:Text" content="#a8a8a8"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:Tags" content="f0f0f0"/>
  19. <meta name="color:Hover" content="#f2f2f2"/>
  20. <meta name="color:Line" content="#f2f2f2"/>
  21. <meta name="color:Border" content="#e4e4e4"/>
  22. <meta name="color:Post" content="#ffffff"/>
  23. <meta name="color:Answer" content="#f8f8f8"/>
  24. <meta name="image:sidebar" 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="if:Show Link 1" content="1" />
  30. <meta name="if:Show Link 2" content="1" />
  31. <meta name="color:scrollbarbg" content="ffffff"/>
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar {
  37. width: 5px;height: 5px;}
  38. ::-webkit-scrollbar-button:start:decrement,
  39. ::-webkit-scrollbar-button:end:increment {
  40. height: 6px;display: block;background-color: {color:white};}
  41. ::-webkit-scrollbar-track-piece {
  42. background-color: {color:scrollbarbg};}
  43. ::-webkit-scrollbar-thumb:vertical {
  44. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  45.  
  46. body {
  47. background:{color:background};
  48. margin:0px;
  49. color:{color:text};
  50. font-family:Calibri;
  51. font-size:9px;
  52. line-height:100%;
  53. }
  54.  
  55. a {
  56. text-decoration:none;
  57. outline:none;
  58. -moz-outline-style:none;
  59. color:{color:link};
  60. }
  61.  
  62. img {
  63. border:none;
  64. }
  65.  
  66. blockquote {
  67. padding-left:5px;
  68. border-left:2px solid;
  69. }
  70.  
  71. blockquote blockquote {
  72. padding-left:5px;
  73. border-left:2px solid;
  74. }
  75.  
  76. h1 {
  77. font-size:9px;
  78. text-transform:uppercase;
  79. }
  80.  
  81. a:hover {
  82. opacity:10;
  83. color:{color:hover};
  84. -webkit-transition: all 0.7s ease;
  85. -moz-transition: all 0.7s ease;
  86. -o-transition: all 0.7s ease
  87. }
  88.  
  89.  
  90. #entries {
  91. padding:10px;
  92. width:500px;
  93. margin-left:450px;
  94. margin-top:40px;
  95. font-size:10px;
  96. }
  97.  
  98.  
  99.  
  100. #post {
  101. width:500px;
  102. padding-bottom:20px;
  103. padding:10px;
  104. margin-top:15px;
  105. background-color:{color:Post};
  106. }
  107.  
  108.  
  109. #sidebar {
  110. width:100px;
  111. position:fixed;
  112. margin-left:-50px;
  113. margin-top:-50px;
  114. opacity:.80;
  115. background-color:{color:Sidebar};
  116. }
  117.  
  118. #sidebarimage {
  119. width 100px;
  120. }
  121.  
  122. #sidebarimage img {
  123. width:410px;
  124. height:680px;
  125. padding:6px;
  126. }
  127.  
  128.  
  129. #yum
  130. #yum a{
  131. display:block
  132. }
  133. #yum .hi {
  134. margin-top:-20px;
  135. margin-left:0px;filter: alpha(opacity = 0);
  136. opacity:0;-webkit-transition: all 1s ease-out;
  137. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  138. }
  139.  
  140. #yum:hover .hi {
  141. margin-top:0px;
  142. margin-left:0px;
  143. -webkit-transition: all 0.6s ease-out;
  144. -moz-transition: all 0.6s ease-out;
  145. transition: all 0.6s ease-out;
  146. filter: alpha(opacity = 100);
  147. filter: alpha(opacity = 100);
  148. opacity:1;
  149. }
  150.  
  151. .links {
  152. padding:6px;
  153. position:fixed;
  154. z-index:2222;
  155. width:100px;
  156. font-family:calibri;
  157. font-size:8px;
  158. text-align:center;
  159. letter-spacing:1px;
  160. padding:20px;
  161. margin-top:-440px;
  162. opacity:1;
  163. margin-left:163px;
  164. color:#0e0e0e;
  165. -webkit-transition: all 1s ease;
  166.  
  167. }
  168.  
  169. .links a{
  170. opacity:.7;
  171. display:block;
  172. text-transform: uppercase;
  173. padding:2px;
  174. margin-bottom:3px;
  175. font-style:normal;
  176. color:#111;
  177. background:#fff;
  178. width:90px;
  179. border:#696969;
  180. -webkit-transition: all 0.7s;
  181. -moz-transition: all 0.7s;
  182. transition: all 0.7s;
  183. opacity:1;
  184. }
  185.  
  186. .links a:hover{
  187. opacity:1;
  188. font-style:italic;
  189. color:#ffffff;
  190. background:#111;
  191. -moz-transition-duration:0.8s;
  192. -webkit-transition-duration:0.8s;
  193. -o-transition-duration:0.8s;
  194. }
  195.  
  196. #description {
  197. position:fixed;
  198. font-family:cambria;
  199. line-height:90%;
  200. font-size:9px;
  201. font-style:italic;
  202. width:150px;
  203. margin-top:-500px;
  204. padding:20px;
  205. margin-left:135px;
  206. text-align:justify;
  207. color:{color:text};
  208. background:#fff;
  209. }
  210.  
  211. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  212. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  213.  
  214.  
  215. #pagination {
  216. width:100px;
  217. font-size:8px;
  218. text-align:center;
  219. margin-left:135px;
  220. margin-top:130px;
  221. position:fixed;
  222. font-family:consolas;
  223. letter-spacing:0px;
  224. color:#111;
  225. }
  226.  
  227. #pagination a {
  228. color:#696969;
  229. }
  230.  
  231.  
  232. #info {
  233. text-align:left;
  234. margin-top:10px;
  235. text-transform:uppercase;
  236. font-size:8px;
  237. font-style:none;
  238. border-top:1px solid {color:Line}
  239. }
  240.  
  241.  
  242. #tags {
  243. font-family:cambria;
  244. letter-spacing:0px;
  245. text-transform:lowercase;
  246. font-size:10px;
  247. font-style:italic;
  248. margin-top:4px;
  249. text-align:left;
  250. }
  251.  
  252. #tags
  253. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  254. -webkit-transition: all 0.6s ease-in-out;
  255. -moz-transition: all 0.6s ease-in-out;
  256. -o-transition: all 0.6s ease-in-out;
  257. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  258. }
  259.  
  260. #asker {
  261. padding:5px;
  262. font-family:cambria;
  263. letter-spacing:1px;
  264. text-align:left;
  265. font-style:italic;
  266. margin-left:10px;
  267. border-left:3px #eee solid;
  268. background-color:{color:background}
  269. }
  270.  
  271. #cred {
  272. position:fixed;
  273. font-size:8px;
  274. font-weight:normal;
  275. line-height:100%;
  276. letter-spacing:1px;
  277. right:10px;
  278. bottom:10px;
  279. text-transform:uppercase;
  280. text-align:center;
  281. border:1px solid #c9c9c9;
  282. padding-left:5px;
  283. padding-right:5px;
  284. padding-top:5px;
  285. padding-bottom:5px;
  286. background-color:#fafafa;
  287. }
  288.  
  289. #cred a {
  290. padding:0px;
  291. color:{color:link};
  292. -moz-transition-duration:0.5s;
  293. -webkit-transition-duration:0.5s;
  294. -o-transition-duration:0.5s;
  295. }
  296.  
  297. {CustomCSS}
  298.  
  299. </style></head>
  300.  
  301. <body>
  302.  
  303. <div id="yum">
  304.  
  305. <div id="sidebar">
  306. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  307.  
  308.  
  309. <div id="description">
  310. {Description}
  311. </div>
  312. <div class="hi">
  313.  
  314. <div class="links">
  315. <a href="/">home</a>
  316. <a href="/askfaq">ask</a>
  317. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  318. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  319. </div>
  320. </div>
  321. </div>
  322.  
  323.  
  324. {block:Pagination}<div id="pagination">
  325. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  326. {block:JumpPagination length="5"}
  327. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  328. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  329. {/block:JumpPagination}
  330. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  331. </div>{/block:Pagination}
  332.  
  333. </div>
  334.  
  335. <div id="entries">{block:Posts}<div id="post">
  336.  
  337. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  338.  
  339. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  340.  
  341. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  342.  
  343. {block:Quote}{Quote}{/block:Quote}
  344.  
  345. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  346.  
  347. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  348.  
  349. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  350. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  351. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  352. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  353. {/block:Audio}
  354.  
  355. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  356.  
  357. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker} asked: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  358.  
  359. <div id="info">
  360. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  361. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  362. {/block:Posts}
  363. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  364. {/block:Posts}</div></div></div>
  365.  
  366. <div id="cred"><a href="http://ofjack.tumblr.com/">ofjack</a></div>
  367. </div></div>
  368.  
  369.  
  370. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement