Advertisement
ninadobrevss

petrovahpiercetheme09

Jan 5th, 2013
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 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. <meta name="color:linkbg" content="#ffffff">
  18.  
  19. <meta name="text:Link1" content="" />
  20. <meta name="text:Link1 Title" content="" />
  21. <meta name="text:Link2" content="" />
  22. <meta name="text:Link2 Title" content="" />
  23. <meta name="text:Link3" content="" />
  24. <meta name="text:Link3 Title" content="" />
  25. <meta name="text:Link4" content="" />
  26. <meta name="text:Link4 Title" content="" />
  27.  
  28.  
  29. <style type="text/css">
  30.  
  31. #bite
  32. #bite a{
  33. display:block
  34. }
  35. #bite .death {
  36. margin-left:0px;filter: alpha(opacity = 0);
  37. opacity:0;-webkit-transition: all 0.5s ease-out;
  38. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  39. }
  40.  
  41. #bite:hover .death {
  42. margin-right:20px;
  43. -webkit-transition: all 0.8s ease-out;
  44. -moz-transition: all 0.8s ease-out;
  45. transition: all 0.8s ease-out;
  46. filter: alpha(opacity = 100);
  47. filter: alpha(opacity = 100);
  48. opacity:100;
  49. }
  50.  
  51. body {
  52. background:{color:background};
  53. margin:0px;
  54. color:{color:text};
  55. font-family:Calibri;
  56. font-size:10px;
  57. line-height:100%;
  58. }
  59.  
  60. a {
  61. color:{color:link};
  62. text-decoration: none;
  63. margin:2px;
  64. }
  65.  
  66. a:hover {
  67. color:{color:linkhover};
  68.  
  69.  
  70. }
  71.  
  72. img {
  73. border:none;
  74. }
  75.  
  76. blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79. }
  80.  
  81. blockquote blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86. h1 {
  87. font-size:15px;
  88. }
  89.  
  90. b, strong {
  91. color:{color:bold};
  92. font-weight:bold;
  93. }
  94.  
  95. i, em {
  96. color:{color:italic};
  97. font-style:italic;
  98. }
  99.  
  100. #entries {
  101. padding:10px;
  102. width:400px;
  103. margin-left:500px;
  104. margin-top:40px;
  105. }
  106.  
  107. #post {
  108. width:400px;
  109. padding-bottom:20px;
  110. }
  111.  
  112. #sidebar {
  113. width:150px;
  114. position:fixed;
  115. margin-left:250px;
  116. margin-top:100px;
  117. }
  118.  
  119. #title {
  120. font-size:10px;
  121. text-align:center;
  122. text-transform:uppercase;
  123. margin-bottom:5px;
  124. text-transform:italic;
  125. letter-spacing:1px;
  126. }
  127. #sidebarimage {
  128. width 150px;
  129.  
  130. }
  131.  
  132. #sidebarimage img {
  133. width:150px;
  134. height:150px;
  135. border:1px dotted {color:border}; padding:3px;
  136. }
  137.  
  138. #description {
  139. padding:5px;
  140. text-align:center;
  141. }
  142.  
  143. #pagination {
  144. font-size:10px;
  145. text-align:center;
  146. padding:5px;
  147. }
  148.  
  149. #info {
  150. text-align:center;
  151. margin-top:10px;
  152. border-top:solid 1px {color:border};
  153. padding:3px;
  154. }
  155.  
  156. #questions {
  157. background-color: {color:asker bg};
  158. padding:11px;
  159. margin-top: 5px;
  160. margin-bottom:5px;
  161. font-size:10px;
  162. text-align:left;
  163. }
  164.  
  165. #answer {
  166. font-size:10px;
  167. }
  168.  
  169. #links {
  170. margin-left:-15px;
  171. padding:50px;
  172. margin-top:-170px;
  173. letter-spacing:1px;
  174. position:fixed;
  175. width:100px;
  176. font-size:8px;
  177. }
  178.  
  179. #links a {
  180. background:#ffffff;
  181. float:left;
  182. width:30px;
  183. margin-bottom:2px;
  184. padding:4px;
  185. text-align:center;
  186. text-transform:uppercase;
  187. opacity:0.95;
  188. border:solid 1px {color:border};
  189. }
  190.  
  191. #cred {
  192. position:fixed;
  193. bottom:15px;
  194. right:15px;
  195. font-size:8px;
  196. padding:5px;
  197. text-transform:uppercase;
  198. border:1px solid {color:border}; padding: 2px 3px 2px 3px;}
  199.  
  200. {CustomCSS}</style></head><body>
  201.  
  202. <div id="sidebar">
  203.  
  204. <div id="title">{Title}</div>
  205.  
  206.  
  207. <div id="bite"><div id="sidebarimage"><img src="{image:sidebar}"></div>
  208.  
  209. <div class="death"><center><div id="links">
  210. <br><a href="/">home</a>
  211.  
  212. <a href="/ask">ask</a></br>
  213. <br>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  214.  
  215. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</br>
  216. <br>{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  217.  
  218. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</br>
  219. </center></div></div>
  220.  
  221. <div id="description">{Description}</div>
  222.  
  223. <div id="pagination">
  224. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
  225. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}
  226. </div>
  227. </div>
  228. <div id="cred"><a href="http://petrovahpierce.tumblr.com">©</a></div>
  229. <div id="entries">{block:Posts}<div id="post">
  230.  
  231. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  232.  
  233. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  234.  
  235. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  236.  
  237. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  238.  
  239. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  240.  
  241. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  242.  
  243. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  244.  
  245. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  246.  
  247. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  248. <div id="answer">{Answer}</div>{/block:answer}
  249.  
  250. <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}
  251. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags">
  252. {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  253.  
  254. {block:PostNotes}{PostNotes}{/block:PostNotes}
  255. {/block:Posts}</div>
  256.  
  257. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement