Advertisement
ninadobrevss

petrovahpiercetheme07

Dec 20th, 2012
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 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. <!---- theme by petrovahpierce (prev. ninadobrevss) --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="image:sidebar" content=""/>
  14. <meta name="color:linkhover" content="#cecece"/>
  15. <meta name="color:asker bg" content="#f5f5f5">
  16. <meta name="color:border" content="#cecece">
  17.  
  18. <meta name="text:Link1" content="" />
  19. <meta name="text:Link1 Title" content="" />
  20. <meta name="text:Link2" content="" />
  21. <meta name="text:Link2 Title" content="" />
  22. <meta name="text:Link3" content="" />
  23. <meta name="text:Link3 Title" content="" />
  24.  
  25. <style type="text/css">
  26.  
  27. body {
  28. background:{color:background};
  29. margin:0px;
  30. color:{color:text};
  31. font-family:calibri;
  32. font-size:10px;
  33. line-height:100%;
  34. }
  35.  
  36. a {
  37. color:{color:link};
  38. text-decoration: none;
  39. }
  40.  
  41. a:hover {
  42. color:{color:linkhover};
  43. font-style:italic;
  44.  
  45. }
  46.  
  47. img {
  48. border:none;
  49. }
  50.  
  51. blockquote {
  52. padding-left:5px;
  53. border-left:2px solid;
  54. }
  55.  
  56. blockquote blockquote {
  57. padding-left:5px;
  58. border-left:2px solid;
  59. }
  60.  
  61. h1 {
  62. font-size:15px;
  63. }
  64.  
  65. b, strong {
  66. color:{color:bold};
  67. font-weight:bold;
  68. }
  69.  
  70. i, em {
  71. color:{color:italic};
  72. font-style:italic;
  73. }
  74.  
  75. #entries {
  76. padding:10px;
  77. width:400px;
  78. margin-left:500px;
  79. margin-top:40px;
  80. }
  81.  
  82. #post {
  83. width:400px;
  84. padding-bottom:20px;
  85. }
  86.  
  87. #sidebar {
  88. width:100px;
  89. position:fixed;
  90. margin-left:300px;
  91. margin-top:130px;
  92. }
  93.  
  94. #title {
  95. font-size:10px;
  96. text-align:center;
  97. margin-bottom:2px;
  98. text-transform:uppercase;
  99. letter-spacing:1px;
  100. padding:5px;
  101. }
  102.  
  103. #sidebarimage {
  104. width 100px;
  105. }
  106.  
  107. #sidebarimage img {
  108. width:100px;
  109. height:100px;
  110. }
  111.  
  112. #description {
  113. padding:6px;
  114. width:135px;
  115. text-align:center;
  116. margin-left:-36px;
  117. }
  118.  
  119. #pagination {
  120. font-size:10px;
  121. width:135px;
  122. text-align:center;
  123. padding:5px;
  124. margin-left:-35px;
  125. }
  126.  
  127. #info {
  128. text-align:center;
  129. margin-top:10px;
  130. }
  131.  
  132. #questions {
  133. background-color: {color:asker bg};
  134. padding:11px;
  135. margin-top: 5px;
  136. margin-bottom:5px;
  137. font-size:10px;
  138. text-align:left;
  139. }
  140.  
  141. #answer {
  142. font-size:10px;
  143. }
  144.  
  145. #links {
  146. margin-top:-110px;
  147. margin-left:-30px;
  148. text-transform:uppercase;
  149. text-align:center;
  150. font-size:9px;
  151. position:absolute;
  152. }
  153.  
  154. #cred {
  155. position:fixed;
  156. bottom:15px;
  157. right:15px;
  158. font-size:8px;
  159. padding:5px;
  160. text-transform:uppercase;
  161. border:1px solid {color:border}; padding: 2px 3px 2px 3px;}
  162.  
  163. {CustomCSS}</style></head><body>
  164.  
  165. <div id="sidebar">
  166.  
  167. <div id="title">{Title}</div>
  168.  
  169. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  170.  
  171. <center><div id="links">
  172. <br><a href="/">home</a></br>
  173. <br><a href="/ask">ask</a></br>
  174. <br>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</br>
  175. <br>{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</br>
  176. <br>{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} </br>
  177. </center>
  178.  
  179. <div id="description">{Description}</div>
  180.  
  181. <center><div id="pagination">
  182. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev </a>{/block:PreviousPage}
  183. {block:NextPage}<a href="{NextPage}"> next</a>{/block:NextPage}{/block:Pagination}
  184. </div>
  185. </div>
  186. <div id="cred"><a href="http://petrovahpierce.tumblr.com">©</a></div>
  187. <div id="entries">{block:Posts}<div id="post"></center>
  188.  
  189. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  190.  
  191. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  192.  
  193. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  194.  
  195. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  196.  
  197. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  198.  
  199. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  200.  
  201. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  202.  
  203. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  204.  
  205. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  206. <div id="answer">{Answer}</div>{/block:answer}
  207.  
  208. <div id="info"> <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  209. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags">
  210. {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  211.  
  212. {block:PostNotes}{PostNotes}{/block:PostNotes}
  213. {/block:Posts}</div>
  214.  
  215. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement