Advertisement
weasleyfleur

Theme #04 | Original

Sep 15th, 2011
85,291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.56 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 #004 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="#141010" />
  18. <meta name="color:sbar" content="#1F1919" />
  19. <meta name="color:entry" content="#1F1919" />
  20. <meta name="color:slinks" content="#0F0B0B" />
  21.  
  22. <meta name="color:title" content="#A08F7F" />
  23. <meta name="color:text" content="#C0AEA0" />
  24. <meta name="color:link" content="#C4BA56" />
  25. <meta name="color:lhover" content="#F8F5E1" />
  26.  
  27. <meta name="font:title" content="arial" />
  28. <meta name="font:body" content="arial" />
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:background" content="" />
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title>
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38. <style type="text/css">
  39.  
  40. 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}
  41.  
  42. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  43. a:hover{color:{color:title}}
  44.  
  45. #container {background-color:transparent; width: 800px; text-align: center; margin: 0 auto -10px auto}
  46.  
  47. #entries {margin: 10px 0 10px 260px; float:right; text-align: justify}
  48.  
  49. #entry {margin: 5px 0 -5px 0; width: 500px; background-color:{color:entry}; text-align: justify; padding: 3px}
  50.  
  51. #simg {margin-bottom:2px; margin-top:1px}
  52. #simg img {max-width: 250px; height: auto; text-align:center}
  53.  
  54. #sbar {width: 250px; float: left; margin-left:25px; margin-top:100px; padding: 5px; background-color: {color:sbar}; text-align: center; position: fixed}
  55.  
  56. #stext {text-align:justify; font-family:georgia; font-size:9px}
  57.  
  58. #pagination {width:242px; background:{color:slinks}; font-family:georgia; text-align:center; font-size:12px; padding:4px}
  59.  
  60. #credit{padding:3px; background-color:{color:background}; font-family:georgia; font-size: 9px; text-align: center; color:{color:text}; margin-top: 0px}
  61. #credit a{text-decoration: none; color:{color:link}}
  62.  
  63. 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}
  64.  
  65. 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}
  66.  
  67. h3{color:{color:link}; font-family:georgia; font-size:13px; letter-spacing:1px; font-weight:normal; font-style:normal; text-transform:lowercase; line-height:15px; margin-top:-4px; margin-bottom:-10px; text-align:left}
  68.  
  69. h3 a:hover{background-color:transparent}
  70.  
  71. #source {text-align: left}
  72.  
  73. #info{font-family:georgia; font-size:10px; text-transform:lowercase; text-align:center}
  74.  
  75. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:arial; font-size:11px}
  76. #questions a {color:{color:link}}
  77.  
  78. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  79.  
  80. b, strong{color:{color:title}}
  81. i, em {color:{color:text}}
  82. p{margin-top:5px; margin-bottom:5px}
  83. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  84.  
  85. img a{border:none; width:100%}
  86. .audio{background-color:black; display:block;}
  87.  
  88. .user_1 .label {color:{color:link}; font-weight:bold}
  89. .user_2 .label {color:{color:text}; font-weight:bold}
  90. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  91.  
  92. .notes img{width:10px; position:relative; top:1px}
  93. ol.notes, .notes li{list-style:none; width:490px; margin:-7px 0 7px 5px; padding:0px}
  94.  
  95. </style>
  96. <style type="text/css">{CustomCSS}</style>
  97. </head>
  98.  
  99. <body>
  100. <div id="container">
  101.  
  102. <div id="entries">
  103.  
  104. {block:Posts}
  105. <div id="entry">
  106.  
  107. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  108. {block:Text}{Body}{/block:Text}
  109.  
  110. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  111.  
  112. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  113. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  114.  
  115. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  116. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  117.  
  118. {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}
  119.  
  120. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  121.  
  122. {block:Answer}<div id="questions">{Asker} whispered, "{Question}"</div>
  123. {Answer}{/block:answer}
  124.  
  125. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  126.  
  127. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> /{/block:Date} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom} / © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br />{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  128. {/block:Posts}
  129. {block:PostNotes}{PostNotes}{/block:PostNotes}
  130.  
  131. </div>
  132. <div id="sbar">
  133. <h3><a href="/">{Title}</a></h3><br />
  134. <div id="simg"><img src="{image:sidebar}"/></div>
  135.  
  136. <div id="stext">{block:Description}{Description}{/block:Description}</div><br />
  137.  
  138. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  139.  
  140. <div id="credit">(c) <a href="http://drunkwerewolves.tumblr.com/tagged/themes">theme</a> - powered by tumblr</div>
  141.  
  142. </div>
  143.  
  144. </div>
  145.  
  146. </body>
  147. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement