Advertisement
weasleyfleur

Theme #03 | Original with Title

Sep 8th, 2011
43,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.77 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 #003 by @drunkwerewolves
  4. http://drunkwerewolves.tumblr.com/
  5. (aka i change my url too often) -->
  6.  
  7. <!-- RULES & GUIDELINES -->
  8.  
  9. <!-- Feel free to edit the the theme to your liking, but please leave
  10. all credits intact and as is. These themes are not bases; don't treat
  11. them as such. Be inspired, but don't steal. -->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17. <meta name="color:background" content="#EBE6D3" />
  18. <meta name="color:sbar" content="#352323" />
  19. <meta name="color:tbar" content="#ECE9D8" />
  20. <meta name="color:entry" content="#F8F5E1" />
  21.  
  22. <meta name="color:title" content="#695D51" />
  23. <meta name="color:text" content="#C0AEA0" />
  24. <meta name="color:link" content="#83786E" />
  25. <meta name="color:lhover" content="#F8F5E1" />
  26. <meta name="color:tlinks" content="#F5F3E4" />
  27. <meta name="color:thover" content="#E9E6D6" />
  28.  
  29. <meta name="font:title" content="arial" />
  30. <meta name="font:body" content="arial" />
  31.  
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="image:tbar" content=""/>
  34. <meta name="image:background" content="" />
  35. <meta name="image:sbg" content="" />
  36. <meta name="image:tbg" content="" />
  37.  
  38. <meta name="text:Link1" content="" />
  39. <meta name="text:Link1 Title" content="" />
  40. <meta name="text:Link2" content="" />
  41. <meta name="text:Link2 Title" content="" />
  42. <meta name="text:Link3" content="" />
  43. <meta name="text:Link3 Title" content="" />
  44. <meta name="text:Link4" content="" />
  45. <meta name="text:Link4 Title" content="" />
  46. <meta name="text:Link5" content="" />
  47. <meta name="text:Link5 Title" content="" />
  48. <meta name="text:Link6" content="" />
  49. <meta name="text:Link6 Title" content="" />
  50. <meta name="text:Link7" content="" />
  51. <meta name="text:Link7 Title" content="" />
  52. <meta name="text:Link8" content="" />
  53. <meta name="text:Link8 Title" content="" />
  54.  
  55. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  56. <title>{Title}</title>
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58. <link rel="shortcut icon" href="{Favicon}" />
  59. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  60. <style type="text/css">
  61.  
  62. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:{font:body}; font-size:11px; line-height:110%; text-align:justify}
  63.  
  64. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  65. a:hover{color:{color:title}; background-color:{color:lhover}}
  66.  
  67. #entries{left:50%; margin-left:537px; margin-top:-12px; width:510px}
  68.  
  69. #simg {text-align:center; margin-bottom:2px; margin-top:10px}
  70. #simg img {max-width: 250px; height: auto; text-align:center}
  71.  
  72. #sbar {background-image: url('{image:sbg}'); width:261px; height:1000px; margin-left:262px; margin-top:-20px; position:fixed; overflow:hidden; background-color: {color:sbar}; border-left:0px solid; border-right:0px solid; padding:3px}
  73.  
  74. #stext {margin-left:5px; font-family:georgia; font-size:10px; width:250px}
  75.  
  76. #pagination {font-family:georgia; text-align:center; font-size:14px}
  77.  
  78. #tbar {background-image: url('{image:tbg}'); width:270px; height:1000px; margin-left:-10px; margin-top:-40px; position:fixed; overflow:hidden; background-color: {color:tbar}; border-left:0px solid; border-right:0px solid; padding:3px}
  79.  
  80. #timg {margin-left:6px; margin-bottom:2px; margin-top:50px}
  81. #timg img {max-width: 255px; height: auto}
  82.  
  83. #tlinks a {width:250px; display:block; background-color:{color:tlinks}; margin:0px 0px -10px 5px; font:9px georgia; text-transform: lowercase; color:{color:link}; text-decoration: none; letter-spacing: 3px; text-align:left; padding:3px}
  84. #tlinks a:hover {background-color:{color:thover}}
  85.  
  86. #posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; padding:3px}
  87.  
  88. h1{color:{color:title}; font-family:{font:title}; font-size:15px; line-height:15px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  89.  
  90. h2{color:{color:title}; font-family:{font:title}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  91.  
  92. h3{color:{color:link}; font-family:georgia; font-size:15px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform:lowercase; line-height:14px; margin-left:5px; margin-top:50px; margin-bottom:-60px; text-align:left; letter-spacing:3px}
  93.  
  94. h3 a:hover{background-color:transparent}
  95.  
  96. #source {text-align: left}
  97.  
  98. #info{font-family:georgia; font-size:10px; text-transform:lowercase; text-align:left}
  99.  
  100. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:arial; font-size:11px}
  101. #questions a {color:{color:link}}
  102.  
  103. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  104.  
  105. b, strong{color:{color:title}}
  106. i, em {color:{color:link};}
  107. p{margin-top:5px; margin-bottom:5px}
  108. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  109.  
  110. img a{border:none; width:100%}
  111. .audio{background-color:black; display:block;}
  112.  
  113. .user_1 .label {color:{color:link}; font-weight:bold}
  114. .user_2 .label {color:{color:text}; font-weight:bold}
  115. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  116.  
  117. .notes img{width:10px; position:relative; top:1px;}
  118. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  119. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  120. </style>
  121. <style type="text/css">{CustomCSS}</style>
  122. </head>
  123.  
  124. <body>
  125. <div id="tbar">
  126. <h3><a href="/">{Title}</a></h3><br />
  127. <div id="timg"><img src="{image:tbar}"/><br /></div>
  128.  
  129. <div id="tlinks"><a href="/ask">questions?</a><br />
  130. <a href="/archive">archive</a><br />
  131. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
  132. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
  133. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
  134. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}
  135. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a><br />{/block:ifLink5}
  136. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a><br />{/block:ifLink6}
  137. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a><br />{/block:ifLink7}
  138. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a><br />{/block:ifLink8}
  139. <a href="http://drunkwerewolves.tumblr.com/tagged/themes">theme (c)</a></div></div>
  140. <br>
  141.  
  142. <div id="sbar">
  143. <div id="simg"><img src="{image:sidebar}"/></div>
  144. <div id="stext">{block:Description}{Description}{/block:Description}<br /><br /></div>
  145.  
  146. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div></div>
  147.  
  148. <div id="entries">
  149. {block:Posts}
  150. <div id="posts">
  151.  
  152. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  153. {block:Text}{Body}{/block:Text}
  154.  
  155. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  156.  
  157. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  158. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  159.  
  160. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  161. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  162.  
  163. {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}
  164.  
  165. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  166.  
  167. {block:Answer}<div id="questions">{Asker} whispered, "{Question}"</div>
  168. {Answer}{/block:answer}
  169.  
  170. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  171.  
  172. <div id="info"><a href="{Permalink}">{TimeAgo}</a> · {NoteCountWithLabel}{block:RebloggedFrom} · originally from <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  173. {/block:Posts}
  174. {block:PostNotes}{PostNotes}{/block:PostNotes}
  175.  
  176. </div>
  177.  
  178. </body>
  179. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement