Advertisement
ninadobrevss

felicitysmaoktheme23

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