Advertisement
ninadobrevss

petrovahpiercetheme05

Dec 18th, 2012
827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 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. }
  64.  
  65. a:hover {
  66. color:{color:linkhover};
  67. font-style:italic;
  68.  
  69. }
  70.  
  71. img {
  72. border:none;
  73. }
  74.  
  75. blockquote {
  76. padding-left:5px;
  77. border-left:2px solid;
  78. }
  79.  
  80. blockquote blockquote {
  81. padding-left:5px;
  82. border-left:2px solid;
  83. }
  84.  
  85. h1 {
  86. font-size:15px;
  87. }
  88.  
  89. b, strong {
  90. color:{color:bold};
  91. font-weight:bold;
  92. }
  93.  
  94. i, em {
  95. color:{color:italic};
  96. font-style:italic;
  97. }
  98.  
  99. #entries {
  100. padding:10px;
  101. width:400px;
  102. margin-left:500px;
  103. margin-top:40px;
  104. }
  105.  
  106. #post {
  107. width:400px;
  108. padding-bottom:20px;
  109. }
  110.  
  111. #sidebar {
  112. width:150px;
  113. position:fixed;
  114. margin-left:250px;
  115. margin-top:100px;
  116. }
  117.  
  118. #title {
  119. font-size:25px;
  120. font-family:freestyle script;
  121. text-align:center;
  122. margin-bottom:5px;
  123. text-transform:italic;
  124. letter-spacing:1px;
  125. padding:5px;
  126. }
  127.  
  128. #sidebarimage {
  129. width 150px;
  130. }
  131.  
  132. #sidebarimage img {
  133. width:150px;
  134. height:150px;
  135. }
  136.  
  137. #description {
  138. padding:5px;
  139. text-align:center;
  140. border-bottom:dotted 1px {color:border};
  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. }
  153.  
  154. #questions {
  155. background-color: {color:asker bg};
  156. padding:11px;
  157. margin-top: 5px;
  158. margin-bottom:5px;
  159. font-size:10px;
  160. text-align:left;
  161. }
  162.  
  163. #answer {
  164. font-size:10px;
  165. }
  166.  
  167. #links {
  168. margin-top:-153px;
  169. margin-left:48px;
  170. padding:10px;
  171. text-transform:uppercase;
  172. text-align:center;
  173. position:absolute;
  174. float:left;
  175. background:{color:linkbg};
  176. }
  177.  
  178. #cred {
  179. position:fixed;
  180. bottom:15px;
  181. right:15px;
  182. font-size:8px;
  183. padding:5px;
  184. text-transform:uppercase;
  185. border:1px solid {color:border}; padding: 2px 3px 2px 3px;}
  186.  
  187. {CustomCSS}</style></head><body>
  188.  
  189. <div id="sidebar">
  190.  
  191. <div id="title">{Title}</div>
  192.  
  193.  
  194. <div id="bite"><div id="sidebarimage"><img src="{image:sidebar}"></div>
  195.  
  196. <div class="death"><center><div id="links">
  197. <br><a href="/">home</a></br>
  198. <br><a href="/ask">ask</a></br>
  199. <br>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</br>
  200. <br>{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</br>
  201. <br>{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</br>
  202. <br>{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</br>
  203. <br>{block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</br>
  204. </center></div></div>
  205.  
  206. <div id="description">{Description}</div>
  207.  
  208. <div id="pagination">
  209. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage} of {TotalPages}
  210. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}
  211. </div>
  212. </div>
  213. <div id="cred"><a href="http://petrovahpierce.tumblr.com">©</a></div>
  214. <div id="entries">{block:Posts}<div id="post">
  215.  
  216. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  217.  
  218. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  219.  
  220. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  221.  
  222. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  223.  
  224. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  225.  
  226. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  227.  
  228. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  229.  
  230. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  231.  
  232. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  233. <div id="answer">{Answer}</div>{/block:answer}
  234.  
  235. <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}
  236. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags">
  237. {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  238.  
  239. {block:PostNotes}{PostNotes}{/block:PostNotes}
  240. {/block:Posts}</div>
  241.  
  242. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement