Advertisement
sprockett

Theme #9: Zephyr

Sep 15th, 2012
1,481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.26 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. <!--Theme by intrins-themes.tumblr.com-->
  9.  
  10. <meta name="color:Font" content="#a0a0a0">
  11. <meta name="color:Link Font" content="#a0a0a0">
  12. <meta name="color:Background" content="#ffffff">
  13. <meta name="color:Left Bar" content="#E06597">
  14. <meta name="color:Left Img Border" content="#ffffff">
  15. <meta name="color:Main Nav Links" content="#e06597">
  16. <meta name="color:Main Nav Font" content="#ffffff">
  17. <meta name="color:Right Box Background" content="#62b4bd">
  18. <meta name="color:Custom A Title" content="#62BD99">
  19. <meta name="color:Custom B Title" content="#6B62BD">
  20. <meta name="color:Custom Nav Font" content="#a0a0a0">
  21. <meta name="color:Custom Nav Links" content="#e3d6bf">
  22. <meta name="color:Bold" content="#AD6180">
  23. <meta name="color:Italic" content="#38A19D">
  24.  
  25. <meta name="image:Background" content="">
  26. <meta name="image:Left Side" content="">
  27.  
  28. <meta name="text:Custom A Title" content="">
  29. <meta name="text:Custom B Title" content="">
  30. <meta name="text:Custom Link A" content="">
  31. <meta name="text:Custom Link A URL" content="">
  32. <meta name="text:Custom Link B" content="">
  33. <meta name="text:Custom Link B URL" content="">
  34. <meta name="text:Custom Link C" content="">
  35. <meta name="text:Custom Link C URL" content="">
  36. <meta name="text:Custom Link D" content="">
  37. <meta name="text:Custom Link D URL" content="">
  38. <meta name="text:Custom Link E" content="">
  39. <meta name="text:Custom Link E URL" content="">
  40. <meta name="text:Custom Link F" content="">
  41. <meta name="text:Custom Link F URL" content="">
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. body{background:{color:background} url('{image:background}'); margin:0px; color:{color:Font}; font-size:12px;}
  47. a{text-decoration:none; outline:none; -moz-outline-style:none; color:{color:link font};}
  48. b{color:{color:Bold};}
  49. i{color:{color:Italic};}
  50. img{border:none;}
  51. blockquote{padding-left:5px; border-left:3px solid {color:font};}
  52. blockquote blockquote{padding-left:5px; border-left:3px solid {color:font};}
  53. #stockett{padding:10px; width:500px; left:410px; position:absolute;}
  54. #bonnie{width:500px;}
  55.  
  56. #leftbar{left:160px; width:60px; height:100%; background-color:{color:left bar}; position:fixed; padding:10px;}
  57. #leftbar .a, .b, .c, .d, .e, .f{height:12px; padding:5px; width:50px; text-align:center; background:{color:custom nav links}; text-transform:uppercase; font-size:10px; margin-bottom:12px; color:{color:custom nav font};}
  58. #leftbar .a{margin-top:480px;}
  59.  
  60. #rightbar{margin-top:40%; left:940px; width:200px; position:fixed; background:{color:Right Box Background}; z-index:1; padding:10px; text-align:center; color:#ffffff;}
  61. #rightbar .titlea{margin-top:-40px; width:90% text-align:right; position:absolute;}
  62. #rightbar .titlea i{color:{color:custom a title};}
  63. #rightbar .titleb{margin-top:-30px; width:44%; text-align:right; font-size:18px; position:absolute;}
  64. #rightbar .titleb i{color:{color:custom b title};}
  65. #rightbar .home, .ask, .archive, .theme{margin-left:46%; width:50%; position:absolute; background-color:{color:main nav links}; color:{color:main nav font};}
  66. #rightbar .home{margin-top:14px;}
  67. #rightbar .ask{margin-top:34px;}
  68. #rightbar .archive{margin-top:54px;}
  69. #rightbar .theme{margin-top:74px;}
  70. #rightbar .paginationel{font-size:106px; margin-top:-20px; margin-left:-10px; position:absolute; color:{color:main nav font};}
  71.  
  72. {CustomCSS}
  73. </style></head><body>
  74.  
  75. <div id="rightbar"><div class="titleb"><i>{text:custom b title}</i></div><div class="titlea"><i>{text:custom a title}</i></div><br>{Description}
  76. <div class="paginationel">{block:pagination}{block:nextpage}<a href="{nextpage}">«</a>{/block:nextpage}{block:previouspage}<a href="{previouspage}">»</a>{/block:previouspage}{/block:pagination}
  77. </div>
  78. <a href="/"><div class="home">refresh</div></a>
  79. <a href="/ask"><div class="ask">ask</div></a>
  80. <a href="/archive"><div class="archive">archive</div></a>
  81. <a href="http://intrins-themes.tumblr.com"><div class="theme">theme</div></a>
  82. </div>
  83.  
  84. <img src="{image:Left Side}" width="360px" height="360px" style="top:100px; left:20px; position:fixed; z-index:2; border-radius:300px; -webkit-border-radius:300px; -moz-border-radius:300px;">
  85. <div style="left:10px; top:90px; position:fixed; width:360px; height:360px; border:10px solid {color:Left Img Border}; border-radius:300px; -webkit-border-radius:300px; -moz-border-radius:300px; z-index:1;"></div>
  86.  
  87. <div id="leftbar">
  88. {block:ifcustomlinka}<a href="{text:custom link a url}"><div class="a">{text:custom link a}</div></a>{/block:ifcustomlinka}
  89. {block:ifcustomlinkb}<a href="{text:custom link b url}"><div class="b">{text:custom link b}</div></a>{/block:ifcustomlinkb}
  90. {block:ifcustomlinkc}<a href="{text:custom link c url}"><div class="c">{text:custom link c}</div></a>{/block:ifcustomlinkc}
  91. {block:ifcustomlinkd}<a href="{text:custom link d url}"><div class="d">{text:custom link d}</div></a>{/block:ifcustomlinkd}
  92. {block:ifcustomlinke}<a href="{text:custom link e url}"><div class="e">{text:custom link e}</div></a>{/block:ifcustomlinke}
  93. {block:ifcustomlinkf}<a href="{text:custom link f url}"><div class="f">{text:custom link f}</div></a>{/block:ifcustomlinkf}
  94. </div>
  95.  
  96. <div id="stockett">{block:Posts}<div id="bonnie">
  97.  
  98. {block:Text}{block:Title}{Title}{/block:Title}{Body}
  99. <hr noshade="noshade">{block:Date}<i><a href="{Permalink}"> {TimeAgo}</i>{/block:Date}{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a>{block:HasTags}<p style="font-size:9px;"> {block:tags} <a href="{tagurl}">#{tag}</a>{/block:tags}</p>{/block:hastags}
  100. {block:PermalinkPage}{PostNotes}{/block:PermalinkPage}{/block:Text}
  101.  
  102. {block:Photo}{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" /></a>{LinkCloseTag}{block:PermalinkPage}{PostNotes}{/block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}<hr noshade="noshade">{block:Date}<i><a href="{Permalink}"> {TimeAgo}</i>{/block:Date}{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a>{block:HasTags}<p style="font-size:9px;"> {block:tags} <a href="{tagurl}">#{tag}</a>{/block:tags}</p>{/block:hastags}{/block:Photo}
  103.  
  104. {block:Photoset}{Photoset-500}{block:PermalinkPage}{PostNotes}{/block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}<hr noshade="noshade">{block:Date}<i><a href="{Permalink}"> {TimeAgo}</i>{/block:Date}{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a>{block:HasTags}<p style="font-size:9px;"> {block:tags} <a href="{tagurl}">#{tag}</a>{/block:tags}</p>{/block:hastags}{/block:Photoset}
  105.  
  106. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}<p></p><hr noshade="noshade">{block:Date}<i><a href="{Permalink}"> {TimeAgo}</i>{/block:Date}{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a>{block:HasTags}<p style="font-size:9px;"> {block:tags} <a href="{tagurl}">#{tag}</a>{/block:tags}</p>{/block:hastags}
  107. {block:PermalinkPage}{PostNotes}{/block:PermalinkPage}{/block:Quote}
  108.  
  109. {block:Link}<t><b><a href="{URL}" {Target}>{Name}</a></b></t>{block:Description}{Description}{/block:Description}<hr noshade="noshade">{block:Date}<i><a href="{Permalink}"> {TimeAgo}</i>{/block:Date}{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a>{block:HasTags}<p style="font-size:9px;"> {block:tags} <a href="{tagurl}">#{tag}</a>{/block:tags}</p>{/block:hastags}
  110. {block:PermalinkPage}{PostNotes}{/block:PermalinkPage}{/block:Link}
  111.  
  112. {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}<p></p><hr noshade="noshade">{block:Date}<i><a href="{Permalink}"> {TimeAgo}</i>{/block:Date}{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a>{block:HasTags}<p style="font-size:9px;"> {block:tags} <a href="{tagurl}">#{tag}</a>{/block:tags}</p>{/block:hastags}
  113. {block:PermalinkPage}{PostNotes}{/block:PermalinkPage}{/block:Chat}
  114.  
  115. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}<hr noshade="noshade">{block:Date}<i><a href="{Permalink}"> {TimeAgo}</i>{/block:Date}{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a>{block:HasTags}<p style="font-size:9px;"> {block:tags} <a href="{tagurl}">#{tag}</a>{/block:tags}</p>{/block:hastags}
  116. {block:PermalinkPage}{PostNotes}{/block:PermalinkPage}{/block:Audio}
  117.  
  118. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}<hr noshade="noshade">{block:Date}<i><a href="{Permalink}"> {TimeAgo}</i>{/block:Date}{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a>{block:HasTags}<p style="font-size:9px;"> {block:tags} <a href="{tagurl}">#{tag}</a>{/block:tags}</p>{/block:hastags}
  119. {block:PermalinkPage}{PostNotes}{/block:PermalinkPage}{/block:Video}
  120.  
  121. {block:Answer}<i>{Asker}: {Question}</i><br>{Answer}{block:Date}<i><a href="{Permalink}"> {TimeAgo}</i>{/block:Date}{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a>{block:HasTags}<p style="font-size:9px;"> {block:tags} <a href="{tagurl}">#{tag}</a>{/block:tags}</p>{/block:hastags}
  122. {block:PermalinkPage}{PostNotes}{/block:PermalinkPage}{/block:Answer}
  123.  
  124. </div>{/block:Posts}</div>
  125.  
  126. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement