Advertisement
weasleyfleur

Theme #02 | Original

Jul 13th, 2011
124,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.44 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 #002 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="#000000" />
  18. <meta name="color:sbar" content="#0E0D0C" />
  19. <meta name="color:entry" content="#0E0D0C" />
  20.  
  21. <meta name="color:title" content="#695D51" />
  22. <meta name="color:text" content="#C0AEA0" />
  23. <meta name="color:link" content="#83786E" />
  24. <meta name="color:lhover" content="#0A0A09" />
  25. <meta name="color:nlinks" content="#8B7C6C" />
  26. <meta name="color:nhover" content="#181614" />
  27.  
  28. <meta name="font:title" content="georgia" />
  29. <meta name="font:body" content="arial" />
  30.  
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:background" content="" />
  33.  
  34. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  35. <title>{Title}</title>
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37. <link rel="shortcut icon" href="{Favicon}" />
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  39. <style type="text/css">
  40.  
  41. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-position: center; background-attachment:fixed; background-repeat: repeat; font-family:{font:body}; font-size:11px; line-height:110%; text-align:justify}
  42.  
  43. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  44. a:hover{color:{color:title}; background-color:{color:lhover}}
  45.  
  46. #entries{left:50%; margin-left:485px; margin-top:-20px; width:510px}
  47.  
  48. #sidebarimg img {max-width: 250px; height: auto; text-align:center}
  49.  
  50. #sbar {width:250px; margin-left:220px; margin-top:65px; position:fixed; overflow:hidden; background-color: {color:sbar}; border-left:0px solid; border-right:0px solid; padding:3px}
  51.  
  52. #pagination {font-family:georgia; text-align:center; font-size:15px}
  53.  
  54. #nav {position:fixed}
  55. #nav a {width:250px; display:block; background-color:{color:sbar}; margin:5px 0px -15px 220px; font:8px arial; text-transform: uppercase; color:{color:sidebar text}; text-decoration: none; letter-spacing: 3px; text-align:left; padding:3px}
  56. #nav a:hover {background-color:{color:nhover}}
  57.  
  58. #posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; padding:3px}
  59.  
  60. h1{color:{color:title}; font-family:Georgia; font-size:16px; line-height:17px; letter-spacing:-1px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  61.  
  62. h2{color:{color:title}; font-family:Georgia; font-size:15px; line-height:14px; letter-spacing:-1px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  63.  
  64. #source {text-align: left}
  65.  
  66. #info{font-family:georgia; font-size:10px; text-transform:lowercase; text-align:right}
  67.  
  68. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:arial; font-size:11px}
  69. #questions a {color:{color:link}}
  70.  
  71. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  72.  
  73. b, strong{color:{color:title}}
  74. i, em {color:{color:link};}
  75. p{margin-top:3px; margin-bottom:3px}
  76. blockquote {margin:2px 5px 2px 5px; padding: 1px 0 3px 6px; border-left: 2px solid {color:link}}
  77.  
  78. img a{border:none; width:100%}
  79. .audio{background-color:black; display:block;}
  80.  
  81. .user_1 .label {color:{color:link}; font-weight:bold}
  82. .user_2 .label {color:{color:text}; font-weight:bold}
  83. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  84.  
  85. .notes img{width:10px; position:relative; top:1px;}
  86. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  87. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  88. </style>
  89. <style type="text/css">{CustomCSS}</style>
  90. </head>
  91.  
  92. <body>
  93. <div id="nav">
  94. <a href="/">home</a><br />
  95. <a href="/ask">questions?</a><br />
  96. <a href="/archive">archive</a><br />
  97. <a href="http://drunkwerewolves.tumblr.com/tagged/themes">theme (c)</a></div>
  98. <BR>
  99.  
  100. <div id="sbar">
  101. <div id="sidebarimg"><img src="{image:sidebar}"/></div>
  102. {block:Description}{Description}{/block:Description}<br><br>
  103. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  104. </div><BR>
  105.  
  106. <div id="entries">
  107. {block:Posts}
  108. <div id="posts">
  109.  
  110. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  111. {block:Text}{Body}{/block:Text}
  112.  
  113. {block:Quote}<h2>"{Quote}"</h2>{/block:Quote}
  114. {block:Source}<div class="source">— {Source}</div>{/block:Source}
  115.  
  116. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  117. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  118.  
  119. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  120. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  121.  
  122. {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}
  123.  
  124. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  125.  
  126. {block:Answer}<div id="questions">{Asker} whispered, "{Question}"</div>
  127. {Answer}{/block:answer}
  128.  
  129. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  130.  
  131. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a> with {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>
  132. {/block:Posts}
  133. {block:PostNotes}{PostNotes}{/block:PostNotes}
  134.  
  135. </div>
  136.  
  137. </body>
  138. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement