Advertisement
becky4268

theme 14

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