Advertisement
becky4268

theme 13

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