Advertisement
weasleyfleur

Theme #02 | Bottom Navigation & Title

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