Advertisement
ninadobrevss

petrovahpiercetheme13

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