Advertisement
ninadobrevss

petrovahpiercetheme16

Apr 20th, 2013
2,701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 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. <meta name="color:linkbg" content="#cecece">
  19.  
  20.  
  21. <meta name="text:Link1" content="" />
  22. <meta name="text:Link1 Title" content="" />
  23. <meta name="text:Link2" content="" />
  24. <meta name="text:Link2 Title" content="" />
  25. <meta name="text:Link3" content="" />
  26. <meta name="text:Link3 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. text-transform:lowercase;
  57. font-size:10px;
  58. line-height:100%;
  59. }
  60.  
  61. a {
  62. color:{color:link};
  63. text-decoration: none;
  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. }
  98.  
  99. #entries {
  100. padding:10px;
  101. width:500px;
  102. margin-left:500px;
  103. margin-top:40px;
  104. }
  105.  
  106. #post {
  107. width:500px;
  108. padding-bottom:20px;
  109. }
  110.  
  111. #post:hover #tags {
  112. opacity:0.95;
  113. margin-top:0px;
  114. transition-duration: 0.9s;
  115. -moz-transition-duration: 0.9s;
  116. -webkit-transition-duration: 0.9s;
  117. -o-transition-duration: 0.9s;
  118. }
  119.  
  120. #sidebar {
  121. width:150px;
  122. position:fixed;
  123. text-align:center;
  124. margin-left:250px;
  125. margin-top:100px;
  126. }
  127.  
  128. #sidebarimage {
  129. width 150px;
  130. }
  131.  
  132. #sidebarimage img {
  133. width:150px;
  134. height:150px;
  135. padding:4px;
  136. }
  137.  
  138. #description {
  139. width:85px;
  140. font-size:10px;
  141. padding:3px;
  142. letter-spacing:1px;
  143. margin-left:70px;
  144. margin-top:-90px;
  145. }
  146.  
  147.  
  148. #pagination {
  149. margin-left:35px;
  150. margin-top:5px;
  151. font-size:9px;
  152. width:150px;
  153. padding:2px;
  154. letter-spacing:1px;
  155.  
  156. }
  157.  
  158. #info {
  159. width:490px;
  160. padding:5px;
  161. font-size:8px;
  162. color:{color:link};
  163. margin-top:10px;
  164. margin-bottom:5px;
  165. text-transform:uppercase;
  166. letter-spacing:2px;
  167. text-align:left;
  168. border-top:1px solid {color:border};
  169. border-bottom:1px solid {color:border};
  170. }
  171.  
  172.  
  173. #questions {
  174. text-transform:lowercase;
  175. padding:11px;
  176. margin-top: 5px;
  177. margin-bottom:5px;
  178. font-size:10px;
  179. text-align:left;
  180. }
  181.  
  182. #answer {
  183. font-size:10px;
  184. text-transform:lowercase;
  185. }
  186.  
  187. #links {
  188. text-align:center;
  189. padding:5px;
  190. margin-left:-90px;
  191. letter-spacing:1px;
  192. width:40px;
  193. font-size:8px;
  194. text-transform:uppercase;
  195. line-height:50%;
  196. }
  197.  
  198. #links a {
  199. background-color:{color:linkbg}; width:40px;
  200. padding:5px;
  201. display:inline-block;
  202. }
  203.  
  204. #links a:hover {
  205. color:{color:link};
  206. background-color:{color:linkhover};
  207. }
  208.  
  209. #tags {
  210. opacity:0;
  211. margin-top:-10px;
  212. transition-duration: 0.9s;
  213. -moz-transition-duration: 0.9s;
  214. -webkit-transition-duration: 0.9s;
  215. -o-transition-duration: 0.9s;
  216. text-transform:uppercase;
  217. font-size:9px;
  218. }
  219.  
  220. #cred {
  221. position:fixed;
  222. bottom:15px;
  223. right:15px;
  224. font-size:8px;
  225. padding:5px;
  226. text-transform:uppercase;
  227. border:1px solid {color:border}; padding: 2px 3px 2px 3px;}
  228.  
  229. {CustomCSS}</style></head><body>
  230.  
  231.  
  232. <div id="sidebar">
  233. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  234.  
  235. <center><div id="links">
  236. <br><a href="/">home</a></br>
  237. <br><a href="/ask">ask</a></br>
  238. <br>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</br>
  239. <br>{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</br>
  240. <br>{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</br>
  241. </div>
  242.  
  243. <center><div id="description">{Description}</div></center>
  244. {block:Pagination}
  245. <div id="pagination">{block:PreviousPage} <a href="{PreviousPage}">«</a> {/block:PreviousPage} {block:JumpPagination length="5"} {block:CurrentPage}<span class="current_page"> {PageNumber} </span> {/block:CurrentPage}{block:JumpPage} <a class="jump_page" href="{URL}"> {PageNumber} </a>{/block:JumpPage} {/block:JumpPagination} {block:NextPage} <a href="{NextPage}">»</a> {/block:NextPage} {/block:Pagination}
  246. </div></div>
  247.  
  248. </div>
  249. <div id="cred"><a href="http://petrovahpierce.tumblr.com">©</a></div>
  250. <div id="entries">{block:Posts}<div id="post">
  251.  
  252. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  253.  
  254. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  255.  
  256. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  257.  
  258. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  259.  
  260. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  261.  
  262. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  263.  
  264. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  265.  
  266. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  267.  
  268. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  269. <div id="answer">{Answer}</div>{/block:answer}
  270.  
  271. {block:Date}<div id="info">{DayOfMonthWithZero}-{MonthNumberWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  272. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  273. {block:HasTags}
  274. <div id="tags">
  275. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  276. {/block:HasTags}
  277. {block:PostNotes}{PostNotes}{/block:PostNotes}
  278. </div>
  279.  
  280. {/block:Posts}
  281.  
  282. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement