Advertisement
miecroft

theme 14- smoke

Jan 20th, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.06 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.  
  3. <!--
  4.  
  5. theme by miecroft. you can edit the code as much as you want, but don't claim as your own or use as a base.
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Text" content="#bbbbbb"/>
  20. <meta name="color:Link" content="#aaaaaa"/>
  21. <meta name="color:Tags" content="#cccccc"/>
  22. <meta name="color:Hover" content="#f1f1f1"/>
  23. <meta name="color:Line" content="#f2f2f2"/>
  24. <meta name="color:Border" content="#eeeeee"/>
  25. <meta name="color:scrollbarbg" content="ffffff"/>
  26.  
  27. <meta name="image:bg" content=""/>
  28.  
  29. <meta name="text:linkA" content="">
  30. <meta name="text:linkA url" content="/">
  31. <meta name="text:linkB" content="">
  32. <meta name="text:linkB url" content="/">
  33. <meta name="text:linkC" content="">
  34. <meta name="text:linkC url" content="/">
  35. <meta name="text:linkD" content="">
  36. <meta name="text:linkD url" content="/">
  37. <meta name="text:linkE" content="">
  38. <meta name="text:linkE url" content="/">
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  41. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  42.  
  43. <!-- jquery -->
  44.  
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47.  
  48. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  49.  
  50. <script>
  51.  
  52. (function($){
  53.  
  54. $(document).ready(function(){
  55.  
  56. $("a[title]").style_my_tooltips({
  57.  
  58. tip_follows_cursor:true,
  59.  
  60. tip_delay_time:10,
  61.  
  62. tip_fade_speed:300,
  63.  
  64. attribute:"title"
  65.  
  66. });
  67.  
  68. });
  69.  
  70. })(jQuery);
  71.  
  72. </script>
  73. <style type="text/css">
  74.  
  75.  
  76. ::-webkit-scrollbar {
  77. width: 5px;height: 5px;}
  78. ::-webkit-scrollbar-button:start:decrement,
  79. ::-webkit-scrollbar-button:end:increment {
  80. height: 6px;display: block;background-color: {color:white};}
  81. ::-webkit-scrollbar-track-piece {
  82. background-color: {color:scrollbarbg};}
  83. ::-webkit-scrollbar-thumb:vertical {
  84. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  85.  
  86. #s-m-t-tooltip{
  87. font-size:9px;
  88. position:absolute;
  89. margin-top: 15px;
  90. letter-spacing:1px;
  91. z-index:9999;
  92. background:#fff;
  93. color:#000;
  94. text-transform:lowercase;
  95. padding:3px 3px;
  96. box-shadow:2px 2px 2px #a4a4a4;
  97. }
  98.  
  99. body {
  100. background:{color:background};
  101. margin:0px;
  102. color:{color:text};
  103. font-family:Arial, Helvetica;
  104. font-size:9px;
  105. line-height:100%;
  106. }
  107.  
  108. a {
  109. text-decoration:none;
  110. -moz-outline-style:none;
  111. color:{color:link};
  112. }
  113.  
  114. img {
  115. border:none;
  116. }
  117.  
  118.  
  119. h1 {
  120. font-size:12px;
  121. text-transform:uppercase;
  122. }
  123.  
  124. blockquote {
  125. padding-left:5px;
  126. border-left:2px solid;
  127. }
  128.  
  129. blockquote blockquote {
  130. padding-left:5px;
  131. border-left:2px solid;
  132. }
  133.  
  134.  
  135. a:hover {
  136. opacity:1;
  137. color:{color:hover};
  138. -webkit-transition: all 0.5s ease;
  139. -moz-transition: all 0.5s ease;
  140. -o-transition: all 0.5s ease
  141. }
  142.  
  143.  
  144. #sidebar {
  145. position:fixed;
  146. width:140px;
  147. margin-left:250px;
  148. margin-top:250px;
  149. opacity:1;
  150. }
  151.  
  152.  
  153.  
  154. .desc {
  155. position:fixed;
  156. margin-top:0px;
  157. margin-left:0px;
  158. font-family:cambria;
  159. line-height:110%;
  160. font-size:9px;
  161. font-style:italic;
  162. width:140px;
  163. padding:9px;
  164. text-align:center;
  165. color:{color:text};
  166. }
  167.  
  168. .desc a
  169. {color:{color:text};
  170. -moz-transition-duration:0.6s;
  171. -webkit-transition-duration:0.6s;
  172. -o-transition-duration:0.6s;
  173. }
  174.  
  175.  
  176. .links {
  177. position:fixed;
  178. margin-top:-6px;
  179. margin-left:-15px;
  180. width:170px;
  181. padding: 10px;
  182. word-spacing:5px;
  183. font-family:'Megrim';
  184. text-align:center;
  185. text-transform:uppercase;
  186. }
  187.  
  188. .links a {
  189. border-bottom:solid 1px #d3d3d3;
  190. font-size: 15px;
  191. }
  192.  
  193. .links a:hover {
  194. letter-spacing:1px;
  195. color:{color:link};
  196. -webkit-filter: blur(2px);
  197. -moz-transition-duration:0.7s;
  198. -webkit-transition-duration:0.7s;
  199. -o-transition-duration:0.7s;
  200.  
  201. }
  202.  
  203. .image{
  204. text-align:bottom;
  205. width:150px;
  206. margin-top:25px;
  207. margin-left:3px;
  208. }
  209.  
  210. .image img {
  211. opacity:0.9;
  212. text-align:bottom;
  213. background:transparent;
  214. }
  215.  
  216.  
  217. #pagination {
  218. font-size:8px;
  219. padding:100px 0 0px 0;
  220. color:{color:text};
  221. margin-left:10px;
  222. margin-top:-20px;
  223. text-transform:none;
  224. text-align:center;
  225. font-style:normal;
  226. }
  227.  
  228. #pagination a {
  229. text-align:center;
  230. letter-spacing:0px;
  231. text-transform:uppercase;
  232. display:inline-block;
  233. margin:0 10px;
  234. }
  235.  
  236.  
  237. #all {
  238. padding:10px;
  239. width:500px;
  240. margin-left:450px;
  241. margin-top:50px;
  242. font-size:10px;
  243. }
  244.  
  245.  
  246.  
  247. #posts {
  248. width:500px;
  249. padding-bottom:20px;
  250. padding:10px;
  251. margin-top:0px;
  252. margin-bottom:100px;
  253. background-color:{color:Post};
  254. }
  255.  
  256.  
  257. #details {
  258. text-align:right;
  259. margin-top:8px;
  260. text-transform:uppercase;
  261. font-size:8px;
  262. font-style:none;
  263. opacity:0;
  264. -webkit-transition: all 0.6s ease-in-out;
  265. }
  266.  
  267. #posts:hover #details {
  268. opacity:1;
  269. -webkit-transition: all 0.6s ease-in-out;
  270. }
  271.  
  272. #details a {padding-right:5px;
  273. }
  274.  
  275.  
  276. #tags {
  277. font-family:cambria;
  278. letter-spacing:0px;
  279. text-transform:lowercase;
  280. font-size:10px;
  281. font-style:italic;
  282. margin-top:2px;
  283. text-align:right;
  284. }
  285.  
  286. #tags a {
  287. display:inline-block;
  288. padding:-3px;
  289. text-align:right;
  290. color:{color:Tags};
  291. -webkit-transition: all 0.6s ease-in-out;
  292. -moz-transition: all 0.6s ease-in-out;
  293. -o-transition: all 0.6s ease-in-out;
  294. -ms-transition: all 0.6s ease-in-out;
  295. -transition: all 0.6s ease-in-out;
  296. }
  297.  
  298.  
  299. #question {
  300. padding:8px;
  301. font-family:cambria;
  302. letter-spacing:2px;
  303. text-align:right;
  304. font-style:italic;
  305. color:#fff;
  306. background-color:#000;
  307. }
  308.  
  309.  
  310. {CustomCSS}</style></head><body>
  311.  
  312. <div id="sidebar">
  313. <div class="links">
  314. {block:IfLinkA}
  315. <a href="{text:linkA url}" title="{text:linkA}">I</a>&nbsp;
  316. {/block:IfLinkA}
  317. {block:IfLinkB}
  318. <a href="{text:linkB url}"title="{text:linkB}">II</a>&nbsp;
  319. {/block:IfLinkB}
  320. {block:IfLinkC}
  321. <a href="{text:linkC url}"title="{text:linkC}">III</a>&nbsp;
  322. {/block:IfLinkC}
  323. {block:IfLinkD}
  324. <a href="{text:linkD url}"title="{text:linkD}">IV</a>&nbsp;
  325. {/block:IfLinkD}
  326. {block:IfLinkE}
  327. <a href="{text:linkE url}"title="{text:linkE}">V</a>
  328. {/block:IfLinkE}
  329. </div>
  330. <div class="image"><img src="http://i1153.photobucket.com/albums/p506/kitkat4398/swirly-line1_zps6fe525ac.jpg"></a></div>
  331. <div class="desc">
  332. {Description}
  333. </div>
  334.  
  335. <div id="pagination">
  336. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">retreat</a> {/block:PreviousPage}{block:NextPage}— <a href="{NextPage}">forge</a>{/block:NextPage}{/block:Pagination} <div></div></div>
  337.  
  338. </div>
  339.  
  340. <div id="all">{block:Posts}<div id="posts">
  341.  
  342. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  343.  
  344. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  345.  
  346. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  347.  
  348. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  349.  
  350. {block:Quote}{Quote}{/block:Quote}
  351.  
  352. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  353. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  354. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  355. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  356. {/block:Audio}
  357.  
  358. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  359.  
  360. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  361.  
  362.  
  363. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  364.  
  365. <div id="details">
  366. <br> <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>
  367. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  368. {/block:Posts}
  369. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  370. {/block:Posts}</div></div></div>
  371.  
  372.  
  373. <div style="position:fixed;bottom:5px; right:5px; font-size:11px; letter-spacing:1px; font-family:'Open Sans';padding:4px;"><a href="http://miecroft.tumblr.com/">M</a></center></div>
  374.  
  375.  
  376. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement