Advertisement
ninadobrevss

felicitysmaoktheme22

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