Advertisement
johnwatsns

Theme Six

Dec 7th, 2012
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- base theme by meliapond @ tumblr, for public use --->
  9. <!-----theme by msrowleys.tumblr.com, enjoy!----->
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#838282"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="image:sidebar" content=""/>
  15. <meta name="text:Link1" content="" />
  16. <meta name="text:Link1 Title" content="" />
  17. <meta name="text:Link2" content="" />
  18. <meta name="text:Link2 Title" content="" />
  19. <meta name="text:Link3" content="" />
  20. <meta name="text:Link3 Title" content="" />
  21. <meta name="text:Link4" content=""/>
  22. <meta name="text:Link4 Title" content=""/>
  23.  
  24. <style type="text/css">
  25.  
  26. body {
  27. background:{color:background};
  28. margin:0px;
  29. color:{color:text};
  30. font-family:helvetica;
  31. font-size:10px;
  32. line-height:100%;
  33. }
  34.  
  35. a {
  36. text-decoration:none;
  37. outline:none;
  38. -moz-outline-style:none;
  39. color:{color:link};
  40. }
  41.  
  42. img {
  43. border:none;
  44. }
  45.  
  46. blockquote {
  47. padding-left:5px;
  48. border-left:2px solid;
  49. }
  50.  
  51. blockquote blockquote {
  52. padding-left:5px;
  53. border-left:2px solid;
  54. }
  55.  
  56. h1 {
  57. font-size:15px;
  58. }
  59.  
  60. #entries {
  61. padding:10px;
  62. width:500px;
  63. margin-left:400px;
  64. margin-top:40px;
  65. }
  66.  
  67. #post {
  68. width:500px;
  69. padding-bottom:20px;
  70. }
  71.  
  72. #sidebar {
  73. width:200px;
  74. position:fixed;
  75. margin-left:20px;
  76. margin-top:100px;
  77. }
  78.  
  79. #title {
  80. font-size:12px;
  81. font-family:georgia;
  82. text-align:center;
  83. margin-bottom:5px;
  84. }
  85.  
  86. #sidebarimage {
  87. width 90px;
  88. }
  89.  
  90. #sidebarimage img {
  91. width:90px;
  92. margin-left:100px;
  93. margin-top:100px;
  94. border: 2px solid #888;
  95. margin-bottom: 15px;
  96. border-radius: 1px;
  97. background: #fffff0;
  98. border: 1.5px solid #888;
  99. margin-bottom: 15px;
  100. border-radius: 1px;
  101. background: #fffff0;
  102.  
  103.  
  104. }
  105.  
  106. #description {
  107. width:95px;
  108. padding:-10px;
  109. text-align:left;
  110. margin-left:198px;
  111. margin-top:-107px;
  112. font-family:calibir;
  113. }
  114.  
  115. #sidelinks {width:290px;margin-left:90px;margin-top:5px;background-color:; text-transform:uppercase;font-family:;font:10px calibir; color:{color:slink} text-decoration: none; letter-spacing: 1px;text-align:left;padding:10px;}
  116. #sidelinks a: hover{background-color:{color:nlink hover background};}
  117.  
  118. #pagination {
  119. width:200px;
  120. font-size:10px;
  121. margin-top:-10px;
  122. margin-left:110px;
  123.  
  124. }
  125.  
  126. #info {
  127. text-align:center;
  128. margin-top:10px;
  129. }
  130.  
  131. #asker {
  132. float:left;
  133. margin-right:5px;
  134. }
  135.  
  136. {CustomCSS}
  137. </style></head><body>
  138.  
  139. <div id="sidebar">
  140.  
  141.  
  142. <a href="/"><div id="sidebarimage"><img src="{image:sidebar}"></a>
  143.  
  144. <div id="description">{Description}</div></em>
  145. <small><div id="sidelinks" align="left">
  146. {block:ifLink1} - <a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  147. <br>{block:ifLink2} - <a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  148. <br>{block:ifLink3} - <a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  149. <br>{block:ifLink4} - <a href="{text:Link4}">{text:Link4 Title}</a>{block:ifLink4}
  150. <br><meta name=> - <a href="http://msrowleys.tumblr.com">theme</a></small>
  151. </div></br>
  152. </div></br>
  153. <small></em>
  154. <div id="pagination">
  155. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  156. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  157. </div>
  158.  
  159. </div>
  160.  
  161. <div id="entries">{block:Posts}<div id="post">
  162.  
  163. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  164.  
  165. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  166.  
  167. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  168.  
  169. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  170.  
  171. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  172.  
  173. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  174.  
  175. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  176.  
  177. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  178.  
  179. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  180.  
  181. <div id="info">
  182. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  183. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  184. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  185.  
  186. </div>
  187. {block:PostNotes}{PostNotes}{/block:PostNotes}
  188. {/block:Posts}</div>
  189.  
  190.  
  191. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement