Advertisement
ninadobrevss

petrovahpiercetheme17

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