Advertisement
duckponds

theme #2 (no sidebar)

Jun 19th, 2011
3,929
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.79 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. <!-- theme by rachel (duckponds.tumblr.com) -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9.  
  10. <meta name="image:Background" content=""/>
  11.  
  12. <meta name="if:Fixed Background" content "0" />
  13. <meta name="if:Faded Images" content="1" />
  14. <meta name="if:Anti Aliased Text" content="1" />
  15. <meta name="if:Round Icon" content="0" />
  16. <meta name="if:Custom Link 1" content="0" />
  17. <meta name="if:Custom Link 2" content="0" />
  18. <meta name="if:Custom Link 3" content="0" />
  19.  
  20.  
  21. <meta name="text:Background Position" content="" />
  22. <meta name="text:Link 1 Url" content="http://" />
  23. <meta name="text:Link 1 Name" content="Link 1" />
  24. <meta name="text:Link 2 Url" content="http://" />
  25. <meta name="text:Link 2 Name" content="Link 2" />
  26. <meta name="text:Link 3 Url" content="http://" />
  27. <meta name="text:Link 3 Name" content="Link 3" />
  28. <meta name="text:Font Size" content="11px" />
  29.  
  30.  
  31. <meta name="font:Title" content="Courier New" />
  32. <meta name="font:Body" content="Arial" />
  33. <meta name="font:Permalink" content="Georgia" />
  34.  
  35. <meta name="color:Background" content="#fff" />
  36. <meta name="color:Text" content="#241f1f" />
  37. <meta name="color:Title" content="#241f1f" />
  38. <meta name="color:Link" content="#000" />
  39. <meta name="color:Link Hover" content="#000" />
  40. <meta name="color:Bold" content="#000" />
  41. <meta name="color:Italic" content="#000" />
  42. <meta name="color:Permalink Background" content="#fff" />
  43. <meta name="color:Permalink Text" content="#000" />
  44. <meta name="color:Question Background" content="#000" />
  45. <meta name="color:Question Text" content="#fff" />
  46.  
  47. <meta name="color:Navigation Link" content="#000" />
  48. <meta name="color:Navigation Link Hover" content="#000" />
  49.  
  50.  
  51.  
  52. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  53.  
  54. <title>{Title}</title>
  55. <link rel="shortcut icon" href="{Favicon}">
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  57. {block:Description}
  58. <meta name="description" content="{MetaDescription}" />
  59. {/block:Description}
  60.  
  61.  
  62. <style type="text/css">
  63. body {
  64. background-color:{color:background};
  65. color:{color:text};
  66. background-image: url('{image:background}');
  67. background-position: {text:background position};
  68. font-family: {font:body};
  69. font-size: {text:Font size}}
  70.  
  71.  
  72. {block:IfAntiAliasedText}
  73. #posts p, #sidebartext, ul, .quote, h3 {-webkit-text-stroke: 1px transparent;
  74. -moz-text-stroke: 1px transparent;
  75. -o-text-stroke: 1px transparent;
  76. text-stroke: 1px transparent;}{/block:IfAntiAliasedText}
  77.  
  78. b, .strong, strong {color:{color:Bold};}
  79. i {color:{color:italic};}
  80.  
  81. {block:IfFixedBackground}
  82. body {background-attachment:fixed; background-repeat:no-repeat;}
  83. {/block:IfFixedBackground}
  84.  
  85. #container {width:100%; padding:0px; margin-left:0px; margin-right: auto;}
  86.  
  87. {block:IfFadedImages}#posts img, #navigation img{
  88. -webkit-transition: opacity 0.7s linear;
  89. opacity: 0.85;
  90. }
  91. #posts img:hover, #navigation img:hover {
  92. -webkit-transition: opacity 0.7s linear;
  93. opacity: 1;
  94. }{/block:IfFadedImages}
  95.  
  96. #posts {width:500px;margin-left:376px;}
  97.  
  98. blockquote {border-left:5px {color:body} solid; padding-left:5px; margin:0px 0px 0px 20px;}
  99.  
  100. #sidebar {top: 10px; margin-left:116px;padding:0px; float:left; width: 250px; position:fixed;}
  101. #sidebartext {background-color:{color:sidebar background};
  102. color:{color:sidebar text}; margin:0px; padding:5px 0px 5px 0px; text-align:justify; border-bottom:0px solid {color:sidebar text}}
  103. #sidebar a {color:{color:sidebar link}; text-stroke:0px!important;}
  104.  
  105. #navigation {position:fixed; margin-left:270px; width:96px;}
  106. #navigation a {display:block; background-color:none; margin:2px 0px 2px 0px; font:15px times new roman; text-transform: lowercase; color:{color:navigation link}; text-decoration: none; letter-spacing: 0px; font-style:italic; text-align:right; padding:2px; height:10px;
  107. -webkit-transition: color 0.6s linear}
  108. #navigation a:first-letter {font-weight:bold; color:{color:navigation link hover};}
  109. #navigation a:hover {color:{color:navigation link hover}; -webkit-transition: color 0.6s linear}
  110.  
  111. {block:IfRoundIcon}
  112. #navigation img {-moz-border-radius:200px;-webkit-border-radius:100px;}
  113. {/block:IfRoundIcon}
  114.  
  115. #pagination {display:block; width:auto; background-color:{color:background}; margin:2px 0px 2px 0px; font:8px arial; text-transform: lowercase; font:9px georgia; color:{color:text}; letter-spacing: 3px; text-align:center; padding:2px;}
  116. #pagination a {text-decoration: none; color:{color:link};}
  117. #pagination a:hover {color:{color:link hover};}
  118.  
  119. a {color:{color:link}; text-decoration:none; letter-spacing:1px;}
  120. a:hover {color:{color:link hover};}
  121. img a {border:0px!important;}
  122.  
  123. #permalink {display:block; background-color: {color:Permalink Background}; margin:3px 0px 3px 0px; padding:2px; color:{color:Permalink Text}; font:9px {font:Permalink}; letter-spacing:0px; text-transform:lowercase; border-top:0px solid #000;}
  124. #permalink a {color:{color:Permalink Text};}
  125. #permalink, #permalinks{-webkit-transition: opacity 0.7s linear; opacity: 0.85;}
  126. #permalink:hover, #permalinks:hover {-webkit-transition: opacity 0.7s linear; opacity: 1;}
  127. #permalink img {float:left; margin:1px 5px 1px 1px; display: inline; height:22px;}
  128.  
  129. .label {font-weight:bold; color:{color:bold}}
  130.  
  131. #posts:hover #tags {display: block; opacity:0.8;}
  132.  
  133.  
  134. #tags {font:10px georgia; color:{color:link}; margin-left:505px; opacity:0; position:absolute; -webkit-transition-duration: 0.4s; padding:3px; -moz-border-radius:0px; -webkit-border-radius:5px; z-index:3;}
  135. #tags a {font-weight:normal;}
  136.  
  137.  
  138. h3, .link {font-size:20px; font-family: {font:title}; margin:0px; font-weight:normal; color: {color:title}}
  139. h3 a, .link{font-weight:normal; color:{color:title}}
  140.  
  141. .description, .caption {padding:0px; margin:0px;}
  142.  
  143. .quote {font: 13px arial; font-style:italic;}
  144. .source {text-align:right;}
  145.  
  146. #audio {display:block; background-color:#000; height:27px; width:500px;}
  147.  
  148. #questions {background-color:{color:question background}; color: {color:question Text}; padding:10px; margin-bottom:0px;}
  149. #questions a {color:{color:question text};}
  150. #thequest {font:{text:font size} {font:body}; letter-spacing:1px}
  151.  
  152. </style>
  153. </head>
  154. <body>
  155. <div id="container">
  156.  
  157. <div id="navigation">
  158. <img src="{PortraitURL-96}">
  159. <a href="/ask">ask</a>
  160. <a href="/archive">archive</a>
  161. <a href="/">home</a>
  162. {block:IfCustomLink1}<a href="{text:Link 1 Url}">{text:Link 1 Name}</a>{/block:IfCustomLink1}
  163. {block:IfCustomLink2}<a href="{text:Link 2 Url}">{text:Link 2 Name}</a>{/block:IfCustomLink2}
  164. {block:IfCustomLink3}<a href="{text:Link 3 Url}">{text:Link 3 Name}</a>{/block:IfCustomLink3}
  165. <a href="http://duckponds.tumblr.com/tagged/themes">theme</a>
  166. <div id=pagination>
  167. {block:Pagination}
  168. {block:PreviousPage}
  169. <a href="{PreviousPage}">« </a>
  170. {/block:PreviousPage}
  171.  
  172. {block:NextPage}
  173. <a href="{NextPage}">»</a>
  174. {/block:NextPage}
  175. {/block:Pagination}</div>
  176. </div>
  177.  
  178.  
  179. {block:Posts}
  180. <div id="posts">
  181. {block:Text}
  182. <div id="tags">{block:HasTags}<b>tagged as:</b>{block:Tags}<br> #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  183. {block:Title}
  184. <h3><a href="{Permalink}">{Title}</a></h3>
  185. {/block:Title}
  186.  
  187. {Body}
  188.  
  189. {/block:Text}
  190.  
  191. {block:Photo}
  192. <div id="tags">{block:HasTags}<b>tagged as:</b>{block:Tags}<br> #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  193. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  194.  
  195. {block:Caption}
  196. <div class="caption">{Caption}</div>
  197. {/block:Caption}
  198.  
  199. {/block:Photo}
  200.  
  201. {block:Photoset}
  202. <div id="tags">{block:HasTags}<b>tagged as:</b>{block:Tags}<br> #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  203. {Photoset-500}
  204.  
  205. {block:Caption}
  206. <div class="caption">{Caption}</div>
  207. {/block:Caption}
  208.  
  209. {/block:Photoset}
  210.  
  211. {block:Quote}
  212. <div id="tags">{block:HasTags}<b>tagged as:</b>{block:Tags}<br> #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  213. <div class="quote">"{Quote}"</div>
  214.  
  215. {block:Source}
  216. <div class="source">- {Source}</div>
  217. {/block:Source}
  218.  
  219. {/block:Quote}
  220.  
  221. {block:Link}
  222. <div id="tags">{block:HasTags}<b>tagged as:</b>{block:Tags}<br> #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  223. <a href="{URL}" class="link" {Target}>→ {Name}</a>
  224.  
  225. {block:Description}
  226. <div class="description">{Description}</div>
  227. {/block:Description}
  228.  
  229. {/block:Link}
  230.  
  231. {block:Chat}
  232. <div id="tags">{block:HasTags}<b>tagged as:</b>{block:Tags}<br> #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  233. {block:Title}
  234. <h3><a href="{Permalink}">{Title}</a></h3>
  235. {/block:Title}
  236.  
  237. <ul class="chat">
  238. {block:Lines}
  239. <li class="{Alt} user_{UserNumber}">
  240. {block:Label}
  241. <span class="label">{Label}</span>
  242. {/block:Label}
  243.  
  244. {Line}
  245. </li>
  246. {/block:Lines}
  247. </ul>
  248.  
  249. {/block:Chat}
  250.  
  251. {block:Video}
  252. <div id="tags">{block:HasTags}<b>tagged as:</b>{block:Tags}<br> #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  253. {Video-500}
  254.  
  255. {block:Caption}
  256. <div class="caption">{Caption}</div>
  257. {/block:Caption}
  258.  
  259. {/block:Video}
  260.  
  261. {block:Audio}
  262.  
  263. <div id=audio>{AudioPlayerBlack}</div>
  264.  
  265. {block:Caption}
  266. <div class="caption">{Caption}</div>
  267. {/block:Caption}
  268.  
  269. {/block:Audio}
  270.  
  271. {block:Answer}
  272. <div id="tags">{block:HasTags}<b>tagged as:</b>{block:Tags}<br> #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  273. <div id="questions"><div id="thequest">"{Question}"</div> <div align=center>asked by {Asker} </div></div>
  274. {Answer}
  275.  
  276. {/block:answer}
  277.  
  278.  
  279. <div id=permalink>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  280. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  281. {/block:ContentSource}
  282. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  283.  
  284.  
  285. {block:PostNotes}{PostNotes}{/block:PostNotes}
  286. </div>
  287. {/block:Posts}<p>
  288.  
  289.  
  290.  
  291.  
  292.  
  293. </body>
  294. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement