Advertisement
taenqooo

You better run TH

Apr 11th, 2013
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.42 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--- /*************************
  9. TUMBLR THEME "You better run" ////
  10. ************************
  11. CODED BY BY NOELLE @ chaiithemes.TUMBLR.COM
  12. DO NOT TAKE/COPY ANY CODES FROM THIS STYLE SHEET WITHOUT MY PERMISSION!
  13. THANK YOU.
  14. **********************************************/ -->
  15.  
  16. <meta name="color:Background" content="#fff9ec">
  17. <meta name="color:Post Background" content="#fff9ec">
  18. <meta name="color:Post Border" content="#fbf4e6">
  19. <meta name="color:Sidebar Background" content="#fff9ec">
  20. <meta name="color:Sidebar Border" content="#48281d">
  21. <meta name="color:Link" content="#b91911">
  22. <meta name="color:Link Hover" content="#000">
  23. <meta name="color:Text color" content="#822511">
  24. <meta name="color:Sidebar Text" content="#822511">
  25. <meta name="color:Blockquote Text" content="#b91911">
  26. <meta name="color:Blockquote Border" content="#b91911">
  27. <meta name="color:Bottom Border Sidebartitle" content="#b91911">
  28. <meta name="color:Bottom Border Ask" content="#822511">
  29. <meta name="color:Title" content="#b91911">
  30. <meta name="color:Sidebar Image Border" content="#48281d">
  31. <meta name="color:Permalink Background" content="#fff9ec">
  32.  
  33. <meta name="text:link one" content="http://"/>
  34. <meta name="text:link one title" content="01"/>
  35. <meta name="text:link two " content="http://"/>
  36. <meta name="text:link two title" content="02"/>
  37. <meta name="text:link three " content="http://"/>
  38. <meta name="text:link three title" content="03"/>
  39.  
  40.  
  41.  
  42. <meta name="image:SidebarImage" content="http://static.tumblr.com/c50997b9ed2b8a6e1d1ceaf961c6307f/jtaakui/sBlml409f/tumblr_static_unbenannt-4_kopie.png"/>
  43. <meta name="text:Sidebar Quote" content="this is my return"/>
  44. <meta name="text:SidebarTitle" content="THIS IS NOT A PAY BACK..."/>
  45.  
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. body{
  51. background: {color:Background};
  52. font-family: serif;
  53. font-size:11px;
  54. letter-spacing:2px;
  55. color: {color:Text color};
  56. }
  57.  
  58. a {color: {color:Link};
  59. transition:0.8s;
  60. -o-transition-transition:0.8s;
  61. -webkit-transition-duration:0.8s;
  62. -moz-transition-duration:0.8s;
  63. text-decoration:none;
  64. letter-spacing:1px;
  65. font-size:8px;
  66. font-family: serif;
  67. text-transform:uppercase;
  68.  
  69. }
  70. a:hover
  71. {
  72. transition:0.8s;
  73. -o-transition-transition:0.8s;
  74. -webkit-transition-duration:0.8s;
  75. -moz-transition-duration:0.8s;
  76. color: {color:Link Hover};
  77. opacity:1;
  78. }
  79.  
  80.  
  81.  
  82. blockquote {
  83. margin:4px 0;
  84. padding:2px 7px;
  85. color:{color:Blockquote Text};
  86. border-left: 1px {color:Blockquote Border} solid;
  87. }
  88.  
  89. blockquote img {
  90.  
  91. max-width:435px!important;
  92.  
  93.  
  94. }
  95. blockquote blockquote img {
  96.  
  97. max-width:415px!important;
  98.  
  99. }
  100. #entry{
  101. margin-bottom:25px;
  102. width:500px;
  103. padding:9px;
  104. background: {color:Post Background};
  105. border: 1px solid {color:Post Border};
  106. text-align:justify;
  107. color: {color:Text color};
  108. }
  109.  
  110.  
  111. img{
  112.  
  113. opacity: 0.90;
  114. -ms-filter: "alpha(opacity=30)"; /* IE 8 */
  115. filter:alpha(opacity=85); /* IE4-7 */
  116.  
  117.  
  118. }
  119.  
  120. img:hover{
  121. opacity: 1.0;
  122. -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  123. filter:alpha(opacity=100); /* IE4-7 */
  124.  
  125. }
  126.  
  127. .imgset{
  128.  
  129. opacity: 0.90;
  130. -ms-filter: "alpha(opacity=30)"; /* IE 8 */
  131. filter:alpha(opacity=85); /* IE4-7 */
  132.  
  133.  
  134. }
  135.  
  136. .imgset:hover{
  137.  
  138. opacity: 1.0;
  139. -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  140. filter:alpha(opacity=100); /* IE4-7 */
  141.  
  142. }
  143.  
  144. h1 {
  145.  
  146. font-family: serif;
  147. font-size: 14px;
  148. letter-spacing: 0px;
  149. color: {color:Title};
  150. font-weight: 300;
  151. text-align: center;
  152. font-style:italic;
  153. margin-bottom:12px;
  154. text-transform: lowercase;
  155. }
  156.  
  157.  
  158.  
  159. #entries {
  160. position:relative;
  161. float:left;
  162. left:380px;
  163. padding:40px;
  164. }
  165.  
  166.  
  167.  
  168. #sidebar {
  169. background: {color:Sidebar Background};
  170. border-right: 7px solid {color:Sidebar Border};
  171. position:fixed;
  172. width: 360px;
  173. margin-left:-12px;
  174. top:0%;
  175. height: 100%;
  176. z-index: 999;
  177. }
  178.  
  179. #sidebar img{ border: 1px solid {color:Sidebar Image border};
  180. padding:4px;}
  181.  
  182. #sidebartext{
  183. margin-left:60px;
  184. width: 222px;
  185. color:{color:Sidebar Text};
  186. margin-top:120px;
  187. padding:5px;
  188. font-family: arial;
  189. text-transform:lowercase;
  190. font-size:8px;
  191. font-weight:lighter;
  192. text-align:justify;
  193. }
  194.  
  195.  
  196.  
  197. #info {
  198. font-style:none;
  199. margin-left:430px;
  200. margin-top:-0px;
  201. }
  202.  
  203. #info a:link {
  204. color:{color:link};
  205. }
  206.  
  207. #info a:hover {
  208. color:{color:link hover};
  209. transition:0.8s;
  210. -o-transition-transition:0.8s;
  211. -webkit-transition-duration:0.8s;
  212. -moz-transition-duration:0.8s;
  213. border-bottom: 1px solid #fffcf0;
  214.  
  215. }
  216.  
  217. .infotxt {
  218. background-color:{color:Permalink Background};
  219. font-size:9px;
  220. margin-top:-10px;
  221. float:right;
  222. margin-right:-120px;
  223. padding:2px;
  224. width:90px;
  225. z-index:100;
  226. font-weight: lighter;
  227. }
  228.  
  229.  
  230. .cover {position: relative; z-index: 1; width:100px; padding-right:22px;}
  231.  
  232.  
  233.  
  234. {CustomCSS}
  235. </style>
  236. <head>
  237. </head>
  238. <body>
  239.  
  240. <div id= "sidebar">
  241. <div id="sidebartext">
  242. <center>
  243. <h1> {text:SidebarTitle}</h1> <div style="letter-spacing:3px; margin-top: -30px; text-align: justify; font-size:11px; font-family: serif; text-transform:lowercase; border-bottom:1px {color:Bottom Border Sidebartitle} solid; padding-bottom:14px;"> <center> <br>{text:Sidebar Quote}</center> </div><br><br><a href="/"> <img src="{image:sidebarimage}"></a>
  244. <br></center>
  245. <br>
  246.  
  247. <center>
  248. <a href="/ask"> ask</a> ↳
  249. <a href="/archive">archive</a> {block:iflinkone} ↳
  250. <a href="{text:link one}" title="{text:link one title}">{text:link one title}</a>
  251. {/block:iflinkone}
  252. {block:iflinktwo} ↳
  253. <a href="{text:link two}" title="{text:link two title}">{text:link two title}</a>
  254. {/block:iflinktwo}
  255. {block:iflinkthree} ↳
  256. <a href="{text:link three}" title="{text:link three title}">{text:link three title}</a>
  257. {/block:iflinkthree}</center>
  258.  
  259. <div style="text-align:justify;">
  260. ↳ {description}
  261. </div>
  262. <center><br>
  263.  
  264.  
  265. {block:PreviousPage}<a href="{PreviousPage}">«</a> {block:PreviousPage} {block:NextPage} <a href="{NextPage}">»</a>{block:NextPage}
  266. </center>
  267. </div>
  268. </div> <div id="entries">{block:Posts}<div id="entry">
  269.  
  270. {block:ContentSource}
  271. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  272. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  273. {/block:SourceLogo}
  274. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  275. {/block:ContentSource}
  276. <div id="info">
  277. <div class="infotxt">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}<br>↳ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}
  278. {block:ContentSource}・ <a href="{SourceURL}">&copy;</a>{/block:ContentSource} <br>
  279. {block:HasTags}{block:Tags}# <a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}
  280. </div>
  281.  
  282. </div>
  283.  
  284. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  285.  
  286. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  287.  
  288. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  289.  
  290. {block:Quote}{Quote}{block:Source} <br>—{Source}{/block:Source}{/block:Quote}
  291.  
  292. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  293.  
  294. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}↳ <b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  295.  
  296. {block:Audio}
  297. {block:AlbumArt}
  298. <img align=left src="{AlbumArtURL}" class="cover"/>
  299. {/block:AlbumArt}{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  300. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  301. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  302. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  303. {/block:Audio}
  304.  
  305.  
  306. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  307. {block:Answer}
  308. <table style="border-bottom:1px solid {color:Bottom Border Ask};padding-bottom:5px;">
  309. <tr>
  310. <td style="vertical-align:top;padding-right:10px;"><i> {Asker} said:</i> </td>
  311. <td style="vertical-align:top;">{Question}</td>
  312. </tr>
  313. </table>
  314. {Answer}
  315. {/block:Answer}
  316. </div>
  317. {block:PostNotes}{PostNotes}{/block:PostNotes}
  318. {/block:Posts}
  319.  
  320. </div>
  321. <!--- DO NOT REMOVE THIS! --->
  322. <div style=" text-transform:uppercase; position:fixed;
  323. bottom:0px; right:5px; "><a href="http://chaiithemes.tumblr.com" title="designer">♡</a> </div>
  324. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement