Advertisement
ninadobrevss

felicitysmaoktheme21

Jun 6th, 2013
1,999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.86 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.  
  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.  
  30. <style type="text/css">
  31.  
  32. #bite
  33. #bite a{
  34. display:block
  35. }
  36. #bite .death {
  37. margin-left:0px;filter: alpha(opacity = 0);
  38. opacity:0;-webkit-transition: all 0.5s ease-out;
  39. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  40. }
  41.  
  42. #bite:hover .death {
  43. margin-right:20px;
  44. -webkit-transition: all 0.8s ease-out;
  45. -moz-transition: all 0.8s ease-out;
  46. transition: all 0.8s ease-out;
  47. filter: alpha(opacity = 100);
  48. filter: alpha(opacity = 100);
  49. opacity:100;
  50. }
  51.  
  52. body {
  53. background:{color:background};
  54. margin:0px;
  55. color:{color:text};
  56. font-family:trebuchet ms;
  57. letter-spacing:0px;
  58. font-size:9px;
  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.  
  101. #entries {
  102. padding:10px;
  103. width:500px;
  104. margin-left:450px;
  105. margin-top:40px;
  106.  
  107. }
  108.  
  109. #post {
  110. width:500px;
  111. padding-bottom:20px;
  112. }
  113.  
  114. #post:hover #tags {
  115. opacity:0.95;
  116. margin-top:0px;
  117. transition-duration: 0.9s;
  118. -moz-transition-duration: 0.9s;
  119. -webkit-transition-duration: 0.9s;
  120. -o-transition-duration: 0.9s;
  121. }
  122.  
  123. #sidebar {
  124. width:220px;
  125. height:100%;
  126. position:fixed;
  127. padding-top:100px;
  128. margin-left:150px;
  129. margin-top:-80px;
  130. }
  131.  
  132. #sidebarimage {
  133. width 160px;
  134. margin-top:70px;
  135. margin-left:40px;
  136. }
  137.  
  138.  
  139. #sidebarimage img {
  140. width:160px;
  141. height:160px;
  142. }
  143.  
  144.  
  145. #description {
  146. width:155px;
  147. font-size:7px;
  148. padding-top:8px;
  149. text-transform:uppercase;
  150. letter-spacing:1px;
  151. margin-left:43px;
  152. text-align:justify;
  153. font-family:trebuchet ms;
  154. margin-top:20px;
  155. }
  156.  
  157.  
  158. #pagination {
  159. margin-left:30px;
  160. width:170px;
  161. margin-top:10px;
  162. font-size:8px;
  163. padding:5px;
  164. text-align:center;
  165. }
  166.  
  167. #info {
  168. width:490px;
  169. padding:5px;
  170. font-size:7px;
  171. color:{color:link};
  172. margin-top:10px;
  173. margin-bottom:5px;
  174. text-transform:uppercase;
  175. letter-spacing:2px;
  176. text-align:left;
  177. }
  178.  
  179. #question {
  180. padding:5px;
  181. margin-left:6px;
  182. text-align:left;
  183. color:{color:text};
  184. line-height:150%;
  185. background-color:{color:asker bg};
  186. }
  187.  
  188. #question img {
  189. margin-left:-2px;
  190. margin-bottom:-6px;
  191. padding:1px;
  192. background-color:{color:asker bg};
  193. border:1px solid {color:border};
  194. }
  195.  
  196. #answer {
  197. text-align:left;
  198. padding:10px;
  199. color:{color:text};
  200. }
  201.  
  202. #links {
  203. margin-top:0px;
  204. margin-left:45px;
  205. width:150px;
  206. font-size:7px;
  207. text-transform:uppercase;
  208. position:fixed;
  209. font-family:trebuchet ms;
  210. letter-spacing:1px;
  211. }
  212.  
  213. #links a {
  214. width:30px;
  215. margin-bottom:6px;
  216. padding:3px;
  217. text-align:center;
  218. opacity:0.95;
  219.  
  220. transition-duration: 0.9s;
  221. -moz-transition-duration: 0.9s;
  222. -webkit-transition-duration: 0.9s;
  223. -o-transition-duration: 0.9s;
  224. }
  225.  
  226. #links a:hover {
  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.  
  234. #tags {
  235. opacity:0;
  236. margin-top:-10px;
  237. transition-duration: 0.9s;
  238. -moz-transition-duration: 0.9s;
  239. -webkit-transition-duration: 0.9s;
  240. -o-transition-duration: 0.9s;
  241. text-transform:uppercase;
  242. font-size:7px;
  243. }
  244.  
  245. #cred {
  246. position:fixed;
  247. bottom:15px;
  248. right:15px;
  249. font-size:8px;
  250. padding:5px;
  251. text-transform:uppercase;
  252. border:1px solid {color:border}; padding: 2px 3px 2px 3px;}
  253.  
  254. #date {
  255. background-color:{color:date bg};
  256. display:inline-block; padding: 2px 10px 3px;
  257. color:#ffffff;
  258. }
  259.  
  260. {CustomCSS}</style></head><body>
  261.  
  262.  
  263. <div id="sidebar">
  264.  
  265.  
  266. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  267.  
  268. <center><div id="links">
  269. <br><a href="/">home</a>
  270. <a href="/ask">ask</a>
  271. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  272. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  273. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  274. </br>
  275. </div></center>
  276.  
  277. <div id="description">{Description}</div>
  278.  
  279.  
  280. {block:Pagination}
  281. <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}
  282. </div></div>
  283. </div>
  284. <div id="cred"><a href="http://felicitysmaok.tumblr.com">FS</a></div>
  285. <div id="entries">{block:Posts}<div id="post">
  286.  
  287. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  288.  
  289. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  290.  
  291. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  292.  
  293. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  294.  
  295. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  296.  
  297. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  298.  
  299. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  300.  
  301. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  302.  
  303. {block:Answer}<div id="question"><img src="{AskerPortraitURL-16}"> {Asker}: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  304.  
  305.  
  306. {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}
  307. {block:ContentSource} - <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  308. {block:HasTags}
  309. <div id="tags">
  310. {block:Tags}<a href="{TagURL}"> #&nbsp;{Tag}</a>{/block:Tags}</div>
  311. {/block:HasTags}
  312. {block:PostNotes}{PostNotes}{/block:PostNotes}
  313. </div>
  314.  
  315. {/block:Posts}
  316.  
  317. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement