Advertisement
ninadobrevss

mccaliskitheme32

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