chandlerbing

Drawing Breath Theme for Tumblr by There-and-BackAgain

Jun 17th, 2011
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.56 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitihttp://www.tumblr.com/customize/proba11#onal.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. DRAWING BREATH THEME BY THERE-AND-BACKAGAIN
  6. BASE CODES BY KILLIN'HOES
  7.  
  8.  
  9. PLEASE DO NOT REMOVE CREDITS AND I HOPE YOU ENJOY THE THEME.
  10. -->
  11.  
  12.  
  13. <head> <!-- DEFAULT VARIABLES -->
  14. <meta name="color:background" content="#FAF1E9" />
  15. <meta name="image:Background" content="http://static.tumblr.com/9u2zteh/mK2lk8da8/0_5f3f9_976727c7_xl.jpg"/>
  16. <meta name="color:posts background" content="#FFFFFF" />
  17. <meta name="image:posts background" content=" "/>
  18. <meta name="color:bars background" content="#F5F5F5" />
  19. <meta name="color:title" content="#C5A599" />
  20. <meta name="color:text" content="#AD9389" />
  21. <meta name="color:link" content="#A78479" />
  22. <meta name="font:body" content="helvetica" />
  23. <meta name="font:title" content="helvetica" />
  24. <meta name="text:font size" content="10px" />
  25. <meta name="if:no right click" content="0"/>
  26. <meta name="if:show cute cursor" content="1"/>
  27. <meta name="image:Sidebar" content="http://static.tumblr.com/9u2zteh/tUKlkh566/36.jpg"/>
  28. <meta name="if:show sidebar image" content="1"/>
  29.  
  30. <meta name="text:link1 url" content=""/>
  31. <meta name="text:link1 name" content=""/>
  32. <meta name="text:link2 url" content=""/>
  33. <meta name="text:link2 name" content=""/>
  34. <meta name="text:link3 url" content=""/>
  35. <meta name="text:link3 name" content=""/>
  36. <meta name="text:link4 url" content=""/>
  37. <meta name="text:link4 name" content=""/>
  38.  
  39. <title>{title}</title>
  40. <link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAAAAAAAD5Q7t/AAABWUlEQVQ4y91SPUvDUBQ9EadabYd2kYIglBAcigSktogoSB3q4CQOboK/o7N/oEM3dXC2YD9AKGhshCJxMNR+gB/UQDr0acyQ5TpIQtMkroJnee/e8+655773gP+FSrFAnWaV/LhOs0qVYsHDTY0Xb+4fwRy+BjYQ17cwKcLZ6gtCCgBwd3HikMu5PdxXz514ZecAbNDHiH0imc5xLgd2MS9mwYtZAIA5fAMAJzcu7hmBDfrgxSxCsQTarRvMhMOuNRRLOMIegWQ6x8WFDNdq1NGVazAMEwn+Z6SljV0YhomuXEOrUUdcyHC2fc8LWEyj94cGWUwjXZXo+vSYLKaRxTTqXZ2Rrkrkf4m3FYpG5xCZX8SzqiAamcWg94hU/pBTyiUS1vIYH3U0+kByddvtQimXSFcl0lWJlHKJJrkv/cWXm7Y3dregP9CVa845/IYn6dJXpB2Q/3t8A92asI6FEv4KAAAAAElFTkSuQmCC" rel="icon" type="image/x-icon" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43.  
  44.  
  45.  
  46.  
  47.  
  48. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  49.  
  50. {block:ifshowcutecursor}
  51. <style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), progress;}</style> {block:ifshowcutecursor}
  52.  
  53. {block:ifnorightclick}
  54. <SCRIPT TYPE="text/javascript">
  55.  
  56. <!--
  57.  
  58. //Disable select-text script (IE4+, NS6+)
  59.  
  60. //visit http://www..arch.scriptmania.com/scripts/
  61.  
  62. ///////////////////////////////////
  63.  
  64. function disableselect(e){
  65.  
  66. return false
  67.  
  68. }
  69.  
  70. function reEnable(){
  71.  
  72. return true
  73.  
  74. }
  75.  
  76. //if IE4+
  77.  
  78. document.onselectstart=new Function ("return false")
  79.  
  80. //if NS6
  81.  
  82. if (window.sidebar){
  83.  
  84. document.onmousedown=disableselect
  85.  
  86. document.onclick=reEnable
  87.  
  88. }
  89.  
  90. // -->
  91.  
  92. </SCRIPT>
  93.  
  94. <script language=JavaScript>
  95. <!--
  96.  
  97. //Disable right click script III- By Renigade ([email protected])
  98. //For full source code, visit http://www.dynamicdrive.com
  99.  
  100. var message="";
  101. ///////////////////////////////////
  102. function clickIE() {if (document.all) {(message);return false;}}
  103. function clickNS(e) {if
  104. (document.layers||(document.getElementById&&!document.all)) {
  105. if (e.which==2||e.which==3) {(message);return false;}}}
  106. if (document.layers)
  107. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  108. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  109.  
  110. document.oncontextmenu=new Function("return false")
  111. // -->
  112. </script> {/block:ifnorightclick}
  113.  
  114. <style type="text/css">
  115. img
  116. { border-style: none;
  117. }
  118.  
  119. body{
  120. color:{color:Text};
  121. background-color:{color:Background};
  122. background-image:url({image:Background});
  123. background-postition:center;
  124. background-attachment: fixed;
  125. background-repeat: repeat;
  126. font-family: trebuchet ms;
  127. font-size:{text:font size};
  128. line-height: 12px;
  129. text-align:left;
  130. }
  131. a:link, a:active, a:visited{
  132. color: {color:link};
  133. text-decoration:none;
  134. }
  135. a:hover{
  136. color:{color:text};
  137. }
  138. h1, big{
  139. color:{color:title};
  140. font-family: zebra;
  141. font-size:25px;
  142. line-height:30px;
  143. letter-spacing:3px;
  144. font-weight:normal;
  145. text-transform:;
  146. margin:0px;
  147. padding:0px;
  148. text-align:center;
  149. }
  150. h3{
  151. color:{color:title};
  152. font-family:trebuchet ms;
  153. font-size:14px;
  154. line-height:14px;
  155. letter-spacing:-1px;
  156. font-weight:normal;
  157. text-transform:;
  158. margin:0px;
  159. padding:0px;
  160. margin-bottom:-0px;
  161. text-align:left;
  162. }
  163. #center{
  164. margin: 0 0px 0px 0;
  165. margin-left:420px;
  166. margin-top:13px;
  167. width:510px;
  168. padding:3px;
  169. border-right:0px solid #cccccc;
  170. }
  171. #box{
  172. background-color:{color:posts background};
  173. background-image:url({image:posts background});
  174. border: 1px solid #E9CCC2;
  175. overflow:hidden;
  176. padding:5px;
  177. -moz-border-radius:0.5 px;
  178. -webkit-border-radius:0px;
  179. }
  180. #postdate{
  181. font-size: 8px;
  182. font-weight: bold;
  183. font-family: trebuchet ms;
  184. letter-spacing: 1px;
  185. text-transform: uppercase;
  186. text-align: center;
  187. padding: 3px;
  188. padding-bottom: 1px;
  189. margin-top: 3px;
  190. border: 1px solid #FFFFFF;
  191. height: 10px;
  192. weight: 30px;
  193. background-color:{posts background};
  194. background-image:url({image:posts background});
  195. }
  196.  
  197. #side2{
  198. float: right;
  199. position: fixed;
  200. top: 245px;
  201. left: 50px;
  202. width:300px;
  203. background-color:{color:posts background};
  204. background-image:url({image:posts background});
  205. -moz-border-radius:0px;
  206. -webkit-border-radius:0px;
  207. border: 1px solid #FFFFFF;
  208. padding-left:8px;
  209. padding-right:6px;
  210. padding-bottom:3px;
  211. padding-top:3px;
  212. }
  213.  
  214. #side3{
  215. float: right;
  216. position: fixed;
  217. top: 20px;
  218. left: 50px;
  219. width:300px;
  220. background-color:{color:posts background};
  221. background-image:url({image:posts background});
  222. -moz-border-radius:0px;
  223. -webkit-border-radius:0px;
  224. border: 1px solid #FFFFFF;
  225. padding-left:8px;
  226. padding-right:6px;
  227. padding-bottom:3px;
  228. padding-top:3px;
  229. }
  230.  
  231. div.navigate a{
  232. background:{color:bars background}; color:{color:title}; letter-spacing: 1px; display:block; padding:0px 0; border: 1px solid #E9CCC2;
  233. width: 55px;height: 14px; margin-top:2px; marrgin-left: 20px; position:relative; -webkit-transition-duration: .0s; z-index:1; display: inline-block;
  234. }
  235. div.navigate a:hover{
  236. font-weight: bold; letter-spacing: 1px; background:{color:posts background}}; display:block; padding:0px 0;
  237. border: 0px solid #000000; z-index:2;
  238. }
  239.  
  240. #ask{
  241. display:block;
  242. float:left;
  243. width:60px;
  244. overflow:hidden;
  245. word-wrap:break-word;
  246. margin-right:4px;
  247. }
  248. blockquote{
  249. background-color:{color:box};
  250. padding: 7px;
  251. padding-left:8px;
  252. border-left:1px solid {color:background};
  253. border-right:1px solid {color:background};
  254. b, strong{color:{color:title};}
  255. i, em {color:{color:text};}
  256. p{margin-top:3px; margin-bottom:3px;}
  257. blockquote img{display:block; width:100%;}
  258. border-left: 2px solid #616161;
  259. padding: 0 0 0 15px;
  260. margin-left: 0px;
  261. blockquote {position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  262. a img{border:none;}
  263. img{border:none; -webkit-transition: opacity 0.5s linear; opacity: 0.70;}
  264. img:hover{-webkit-transition: opacity 0.5s linear; opacity: 1;}
  265. .audio{background-color:#C7C7C7; display:block;}
  266. .user_1 .label, .user_4 .label, .user_7 .label {color:{color:title};}
  267. .user_2 .label, .user_5 .label, .user_8 .label {color:{color:link};}
  268. .user_3 .label, .user_6 .label, .user_9 .label {color:{color:text}; opacity:.75;}
  269. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  270. .notes img{width:10px; position:relative; top:1px;}
  271. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  272. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  273.  
  274. </style>
  275.  
  276. <style type="text/css">{CustomCSS]</style>
  277. </head>
  278.  
  279.  
  280. <body>
  281.  
  282. <!-- IMPORTANT -->
  283.  
  284. <div id="center">
  285. <font size="44">Name of Your Blog</font>
  286. <div class="navigate">
  287. <center>
  288. <a href="/">home</a>
  289. <a href="/ask">ask</a>
  290. <a href="/">favorites</a>
  291. <a href="http://there-and-backagain.tumblr.com/">theme</a>
  292. <a href="/">archive</a>
  293. <a href="/">disclaimer</a>
  294. <a href="/">theme</a>
  295. <a href="/">advice</a>
  296. <br>
  297. <div id="side1"><center>
  298.  
  299.  
  300.  
  301. {block:iflink1url}<a href="{text:link1 url}">{text:link1 name}</a>{/block:iflink1url}
  302. {block:iflink2url}<a href="{text:link2 url}">{text:link2 name}</a>{/block:iflink2url}
  303. {block:iflink3url}<a href="{text:link3 url}">{text:link3 name}</a>{/block:iflink3url}
  304. {block:iflink4url}<a href="{text:link4 url}">{text:link4 name}</a>{/block:iflink4url}
  305.  
  306.  
  307. </center>
  308. </div></div>
  309.  
  310. <div id="side2"><center>
  311.  
  312.  
  313.  
  314. <br>
  315. <br>
  316.  
  317. {block:Description}
  318. <DIV style="OVERFLOW: auto; height: 175px; BACKGROUND-COLOR:{color:bars background}; border-top: 1px dashed {color:bars background}">
  319. {Description}{/block:Description}
  320.  
  321. </td></tr>
  322. </table>
  323. <br/>
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331. </center>
  332. </div>
  333.  
  334.  
  335. <div id="side3"><center>
  336. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=295px></a>{/block:ifshowsidebarimage}
  337.  
  338.  
  339. </center>
  340. </div>
  341.  
  342.  
  343.  
  344.  
  345.  
  346. <div class = "autopagerize_page_element" >
  347. {block:Posts}
  348. <div id="perma"><a href="{Permalink}"></a><span class="tags"></span></div>
  349. <div id="box">
  350. {block:Text}{block:Title}<div class="title"><h3>{Title}</h3></div>{/block:Title}{Body}
  351. {/block:Text}
  352.  
  353. {block:Photo}
  354. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  355. {block:Caption}<div style="margin:-5px 0 -10px 0;">{Caption}</div>{/block:Caption}
  356. {/block:Photo}
  357.  
  358. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  359.  
  360. {block:Quote}<h3><i>"{Quote}"&nbsp;</i></h3>
  361. <div style="padding-left:0px;">
  362. {block:iflink1url}<a href="{text:link1 url}">{text:link1 name}</a>{/block:iflink1url}
  363. </div>
  364. {/block:Quote}
  365.  
  366. {block:Link}<a href="{URL}" class="link" {Target}><h3>{Name}&nbsp;</h3></a>{/block:Link}
  367. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  368.  
  369. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  370.  
  371. {block:Audio}
  372. {AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}
  373. <div style="color:#C2C2C2;"> ♬ {PlayCount} plays</div>
  374. {/block:Audio}
  375.  
  376. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  377. {block:Answer}
  378. {Asker}: <b>{Question}</b><br>{Answer}
  379. {/block:Answer}
  380.  
  381. </div>
  382. <div id="postdate">
  383. <a href="{Permalink}"> </a>
  384. {NoteCountWithLabel} ☻ <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  385. </div>
  386. <BR>
  387. {/block:Posts} </div>
  388. {block:PostNotes}{PostNotes}{/block:PostNotes}
  389.  
  390. <br>
  391. <center>
  392. <div style="-moz-border-radius:5px; -webkit-border-radius:5px; border: 1px dashed {color:Border};
  393. width: 508px; margin: -4px 4px 5px 4px; padding: 2px; background-color: {color:Post};">Theme by <a href="http://there-and-backagain.tumblr.com" target="_blank"><b>There-and-BackAgain</b> | </a>Best viewed in <a href="http://www.google.com/chrome" target="_blank"><b>Google Chrome</b></a></div>
  394. <div style="font-size: 40px; font-weight: bold;"><right>{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">» </a>{/block:NextPage}
  395. {block:PermalinkPagination}
  396. {block:NextPost}<a href="{NextPost}">«</a>{/block:NextPost}{block:PreviousPost}<a href="{PreviousPost}"> » </a>{/block:PreviousPost}{/block:PermalinkPagination}
  397. </center></div>
  398.  
  399.  
  400.  
  401. </div>
  402. </body>
  403. </html>
Advertisement
Add Comment
Please, Sign In to add comment