Advertisement
ninadobrevss

felicitysmaoktheme30

Aug 8th, 2013
984
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 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 felicitysmaok (prev. petrovahpierce) --->
  9.  
  10. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  11. <script>
  12. (function($){
  13. $(document).ready(function(){
  14. $("[title]").style_my_tooltips({
  15. tip_follows_cursor:true,
  16. tip_delay_time:200,
  17. tip_fade_speed:300
  18. }
  19. );
  20. });
  21. })(jQuery);
  22. </script>
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Text" content="#838282"/>
  26. <meta name="color:Link" content="#b8b8b8"/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="color:linkhover" content="#cecece"/>
  29. <meta name="color:bold" content="#cecece">
  30. <meta name="color:border" content="#cecece">
  31. <meta name="color:date bg" content="#cecece">
  32. <meta name="color:asker bg" content="#f5f5f5">
  33. <meta name="color:letterbg" content="#f5f5f5">
  34. <meta name="text:firstletter" content="">
  35.  
  36.  
  37. <meta name="text:Link1" content="" />
  38. <meta name="text:Link1 Title" content="" />
  39. <meta name="text:Link2" content="" />
  40. <meta name="text:Link2 Title" content="" />
  41. <meta name="text:Link3" content="" />
  42. <meta name="text:Link3 Title" content="" />
  43. <meta name="text:Link4" content="" />
  44. <meta name="text:Link4 Title" content="" />
  45.  
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. #bite
  51. #bite a{
  52. display:block
  53. }
  54. #bite .death {
  55. margin-left:0px;filter: alpha(opacity = 0);
  56. opacity:0;-webkit-transition: all 0.5s ease-out;
  57. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  58. }
  59.  
  60. #bite:hover .death {
  61. margin-right:20px;
  62. -webkit-transition: all 0.8s ease-out;
  63. -moz-transition: all 0.8s ease-out;
  64. transition: all 0.8s ease-out;
  65. filter: alpha(opacity = 100);
  66. filter: alpha(opacity = 100);
  67. opacity:100;
  68. }
  69.  
  70. body {
  71. background:{color:background};
  72. margin:0px;
  73. color:{color:text};
  74. font-family:georgia;
  75. letter-spacing:0px;
  76. font-size:9px;
  77. line-height:100%;
  78. }
  79.  
  80. a {
  81. color:{color:link};
  82. text-decoration: none;
  83. }
  84.  
  85. a:hover {
  86. color:{color:linkhover};
  87. transition-duration: 0.9s;
  88. -moz-transition-duration: 0.9s;
  89. -webkit-transition-duration: 0.9s;
  90. -o-transition-duration: 0.9s;
  91.  
  92.  
  93. }
  94.  
  95. img {
  96. border:none;
  97. }
  98.  
  99. blockquote {
  100. padding-left:5px;
  101. border-left:2px solid;
  102. }
  103.  
  104. blockquote blockquote {
  105. padding-left:5px;
  106. border-left:2px solid;
  107. }
  108.  
  109. h1 {
  110. font-size:15px;
  111. }
  112.  
  113. b, strong {
  114. color:{color:bold};
  115. font-weight:bold;
  116. }
  117.  
  118.  
  119. #entries {
  120. padding:10px;
  121. width:500px;
  122. margin-left:450px;
  123. margin-top:40px;
  124.  
  125. }
  126.  
  127. #post {
  128. width:500px;
  129. padding-bottom:20px;
  130. }
  131.  
  132.  
  133. #sidebar {
  134. width:100px;
  135. height:100%;
  136. position:fixed;
  137. padding-top:100px;
  138. margin-left:300px;
  139. margin-top:-80px;
  140. }
  141.  
  142. #sidebarimage {
  143. width 100px;
  144. margin-top:70px;
  145. margin-left:-60px;
  146.  
  147. }
  148.  
  149.  
  150. #sidebarimage img {
  151. width:100px;
  152. height:100px;
  153. }
  154.  
  155.  
  156. #description {
  157. width:100px;
  158. font-size:8px;
  159. padding-top:6px;
  160. padding-bottom:5px;
  161. letter-spacing:0px;
  162. margin-left:-60px;
  163. border-top:solid 1px {color:border};
  164. border-bottom:solid 1px {color:border};
  165. text-align:center;
  166. line-height:125%;
  167. margin-top:10px;
  168. text-align:justify;
  169.  
  170. }
  171. #firstletter {
  172. background-color:{color:letterbg};
  173. padding: 3px;
  174. padding-right:6px;
  175. padding-left:-3px;
  176. color: {color:text};
  177. font-size: 20px;
  178. font-family: georgia;
  179. font-style:italic;
  180. text-transform:uppercase;
  181. float: left;
  182. margin-right:7px;
  183. line-height: 100%;
  184.  
  185. }
  186. #pagination {
  187. margin-left:-65px;
  188. width:100px;
  189. margin-top:0px;
  190. font-size:7px;
  191. padding:5px;
  192. text-transform:uppercase;
  193. text-align:center;
  194. }
  195.  
  196. #info {
  197. width:490px;
  198. padding:5px;
  199. font-size:7px;
  200. color:{color:link};
  201. margin-top:10px;
  202. margin-bottom:5px;
  203. text-transform:uppercase;
  204. letter-spacing:2px;
  205. text-align:left;
  206. }
  207.  
  208. #question {
  209. padding:5px;
  210. margin-left:6px;
  211. text-align:left;
  212. color:{color:text};
  213. line-height:150%;
  214. background-color:{color:asker bg};
  215. }
  216.  
  217. #question img {
  218. margin-left:-2px;
  219. margin-bottom:-6px;
  220. padding:1px;
  221. background-color:{color:asker bg};
  222. border:1px solid {color:border};
  223. }
  224.  
  225. #answer {
  226. text-align:left;
  227. padding:10px;
  228. color:{color:text};
  229. }
  230.  
  231. #links {
  232. margin-top:-115px;
  233. margin-left:-65px;
  234. width:110px;
  235. font-size:7px;
  236. text-transform:uppercase;
  237. position:fixed;
  238. letter-spacing:1px;
  239. }
  240.  
  241. #links a {
  242. width:30px;
  243. margin-bottom:6px;
  244. padding:3px;
  245. text-align:center;
  246.  
  247. opacity:0.95;
  248.  
  249. transition-duration: 0.9s;
  250. -moz-transition-duration: 0.9s;
  251. -webkit-transition-duration: 0.9s;
  252. -o-transition-duration: 0.9s;
  253. }
  254.  
  255. #links a:hover {
  256. transition-duration: 0.9s;
  257. -moz-transition-duration: 0.9s;
  258. -webkit-transition-duration: 0.9s;
  259. -o-transition-duration: 0.9s;
  260.  
  261. }
  262.  
  263. #tags {
  264. margin-top:-10px;
  265. font-size:10px;
  266. text-align:center;
  267. padding:5px;
  268.  
  269. }
  270.  
  271.  
  272. #tags a:hover {
  273. text-decoration:underline;
  274. transition-duration: 0.9s;
  275. -moz-transition-duration: 0.9s;
  276. -webkit-transition-duration: 0.9s;
  277. -o-transition-duration: 0.9s;
  278.  
  279. }
  280.  
  281. #cred {
  282. position:fixed;
  283. bottom:15px;
  284. right:15px;
  285. font-size:8px;
  286. padding:5px;
  287. text-transform:uppercase;
  288. border:1px solid {color:border}; padding: 2px 3px 2px 3px;}
  289.  
  290. #date {
  291. background-color:{color:date bg};
  292. display:inline-block; padding: 2px 10px 3px;
  293. color:#ffffff;
  294. }
  295.  
  296.  
  297. #s-m-t-tooltip{
  298. max-width:300px;
  299. margin:15px;
  300. padding:2px 8px;
  301. border:1px solid #DDD;
  302. border-radius:4px;
  303. background:#FFF;
  304. color:#AAA;
  305. z-index:999999;
  306. font-size:8px;
  307. font-style:italic;
  308. text-transform:lowercase;
  309. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  310.  
  311. {CustomCSS}</style></head><body>
  312.  
  313.  
  314. <div id="sidebar">
  315.  
  316. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  317.  
  318. <center><div id="links">
  319. <a href="/"title=home>I</a>
  320. <a href="/ask"title=ask>II</a>
  321. {block:ifLink1}<a href="{text:Link1}"title={text:Link1 Title}>III</a>{/block:ifLink1}
  322. {block:ifLink2}<a href="{text:Link2}"title={text:Link2 Title}>IV</a>{/block:ifLink2}
  323. {block:ifLink3}<a href="{text:Link3}"title={text:Link3 Title}>V</a>{/block:ifLink3}
  324. {block:ifLink4}<a href="{text:Link4}"title={text:Link4 Title}>VI</a>{/block:ifLink4}
  325. </div></center>
  326.  
  327. <div id="description"> <div id="firstletter"> {text:firstletter} </div> {Description}</div>
  328.  
  329.  
  330.  
  331.  
  332. <div id="pagination"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a> {/block:PreviousPage}{block:NextPage} - <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div>
  333.  
  334.  
  335. </div>
  336. </div>
  337. <div id="cred"><a href="http://felicitysmaok.tumblr.com">FS</a></div>
  338. <div id="entries">{block:Posts}<div id="post">
  339.  
  340. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  341.  
  342. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  343.  
  344. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  345.  
  346. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  347.  
  348. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  349.  
  350. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  351.  
  352. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  353.  
  354. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  355.  
  356. {block:Answer}<div id="question"><img src="{AskerPortraitURL-16}"> {Asker}: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  357.  
  358.  
  359. {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}
  360. {block:ContentSource} - <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  361. {block:HasTags}
  362. <div id="tags">
  363. {block:Tags}<a href="{TagURL}"> {Tag};</a>{/block:Tags}</div>
  364. {/block:HasTags}
  365. {block:PostNotes}{PostNotes}{/block:PostNotes}
  366. </div>
  367.  
  368. {/block:Posts}
  369.  
  370. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement