Advertisement
ninadobrevss

ninadobrevsstheme03

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