Advertisement
linneasthemes

I.

Apr 19th, 2015
1,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.50 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!-- I. by stepenamell -->
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Sidebar" content="#ffffff"/>
  13. <meta name="color:Title" content="#000000"/>
  14. <meta name="color:Text" content="#000"/>
  15. <meta name="color:Link" content="#000"/>
  16. <meta name="color:Hover" content="#737373"/>
  17. <meta name="color:Line" content="#f3f3f3"/>
  18. <meta name="color:Border" content="#f3f3f3"/>
  19. <meta name="color:Post" content="#ffffff"/>
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:bg" content=""/>
  22. <meta name="text:Link 1" content="" />
  23. <meta name="text:Link 1 Text" content="" />
  24. <meta name="text:Link 2" content="" />
  25. <meta name="text:Link 2 Text" content="" />
  26. <meta name="if:Show Link 1" content="1" />
  27. <meta name="if:Show Link 2" content="1" />
  28. <meta name="if:Show Shadows" content="1" />
  29. <meta name="color:scrollbarbg" content="ffffff"/>
  30.  
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32.  
  33. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  34.  
  35. <script>
  36.  
  37. (function($){
  38.  
  39. $(document).ready(function(){
  40.  
  41. $("a[title]").style_my_tooltips({
  42.  
  43. tip_follows_cursor:true,
  44.  
  45. tip_delay_time:90,
  46.  
  47. tip_fade_speed:600,
  48.  
  49. attribute:"title"
  50.  
  51. });
  52.  
  53. });
  54.  
  55. })(jQuery);
  56.  
  57. </script>
  58. <style>
  59.  
  60. .tooltip{
  61. display: inline;
  62. position: relative;
  63. }
  64. #s-m-t-tooltip {
  65. max-width:300px;
  66. border-radius: 0px;
  67. padding:3px 4px 5px 4px;
  68. margin:20px 7px -2px 20px;
  69. font-size:7px;
  70. color: #999;
  71. background:#eee;
  72. letter-spacing:2px;
  73. text-transform:uppercase;
  74. color:#000;
  75. z-index:999999999999999999999999999999999999;
  76. }
  77. </style>
  78.  
  79.  
  80. <style type="text/css">
  81.  
  82. #cr {
  83. bottom:10px;
  84. right:10px;
  85. position: fixed;
  86. text-align:center;
  87. font-size:7px;
  88. text-transform:uppercase;
  89. }
  90.  
  91. #cr a {
  92. font-weight:bold;
  93. display: inline-block;
  94. width: 20px;
  95. height: 20px;
  96. line-height:21px;
  97. color:#333;
  98. }
  99.  
  100. #cr a:hover {
  101. color: {color:text};
  102. background: #f1f1f1;
  103. text-decoration: none;
  104. font-weight:bold;
  105. }
  106.  
  107. ::selection {
  108. background: #eee;
  109. color: #999;
  110. }
  111. ::-moz-selection {
  112. background: #eee;
  113. color: #999;
  114. }
  115.  
  116. ::-webkit-scrollbar {
  117. width: 5px;height: 5px;}
  118. ::-webkit-scrollbar-button:start:decrement,
  119. ::-webkit-scrollbar-button:end:increment {
  120. height: 6px;display: block;background-color: {color:white};}
  121. ::-webkit-scrollbar-track-piece {
  122. background-color: {color:scrollbarbg};}
  123. ::-webkit-scrollbar-thumb:vertical {
  124. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  125.  
  126. body {
  127. background:{color:background};
  128. margin:0px;
  129. color:{color:text};
  130. font-family:arial;
  131. font-size:11px;
  132. line-height:100%;
  133. }
  134.  
  135. a {
  136. text-decoration:none;
  137. outline:none;
  138. -moz-outline-style:none;
  139. color:{color:link};
  140. -webkit-transition: all 0.3s ease;
  141. -moz-transition: all 0.3s ease;
  142. -o-transition: all 0.3s ease
  143. }
  144.  
  145. img {
  146. border:none;
  147. }
  148.  
  149. blockquote {
  150. margin-left:5px;
  151. padding:5px 5px 5px 10px;
  152. border-left:1px solid {color:border};
  153. }
  154.  
  155. blockquote blockquote {
  156. margin-left:5px;
  157. padding:5px 5px 5px 10px;
  158. border-left:1px solid {color:border};
  159. }
  160.  
  161. h1 {
  162. color: {color:title};
  163. font-size:11px;
  164. text-transform:lowercase;
  165. }
  166.  
  167. a:hover {
  168. text-decoration: underline;
  169. opacity:10;
  170. color:{color:hover};
  171. -webkit-transition: all 0.3s ease;
  172. -moz-transition: all 0.3s ease;
  173. -o-transition: all 0.3s ease
  174. }
  175.  
  176. #entries {
  177. padding:10px;
  178. width:500px;
  179. margin-left:530px;
  180. margin-top:40px;
  181. font-size:11px;
  182. }
  183.  
  184. #post {
  185. {block:IfShowShadows}
  186. box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.10);
  187. {block:IfShowShadows}
  188. width:500px;
  189. padding-bottom:0px;
  190. padding:10px;
  191. margin-top:15px;
  192. background-color:{color:Post};
  193. }
  194.  
  195. #chattitle {
  196. text-transform: lowercase;
  197. color: {color:text};
  198. font-style: italic;
  199. letter-spacing: 0px;
  200. margin-bottom: 10px;
  201. }
  202.  
  203. .chat ol {
  204. margin:0;
  205. padding:0;
  206. list-style:none;
  207. }
  208.  
  209. .l.odd {
  210. background:#f9f9f9;
  211. color:#000;
  212. }
  213.  
  214. .l {
  215. color: #000;
  216. padding:10px;
  217. }
  218.  
  219. .label {
  220. font-weight:bold;
  221. text-transform:uppercase;
  222. letter-spacing:0px;
  223. font-size:10px;
  224. display:inline-block;
  225. }
  226.  
  227. .even .label {color:{color:title};}
  228.  
  229.  
  230. #sidebar {
  231. {block:IfShowShadows}
  232. box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.10);
  233. {block:IfShowShadows}
  234. padding:10px;
  235. width:245px;
  236. position:fixed;
  237. margin-left:190px;
  238. margin-top:150px;
  239. background-color:{color:Sidebar};
  240. }
  241.  
  242. #sidebarimage {
  243. width 245px;
  244. }
  245.  
  246. #sidebarimage img {
  247. width:245px;
  248. }
  249.  
  250. .links {
  251. margin-top: 10px;
  252. width:225px;
  253. padding: 10px;
  254. font-size:11px;
  255. text-align:center;
  256. text-transform:lowercase;
  257. word-spacing:6px;
  258. border-top:1px solid {color:border};
  259. }
  260.  
  261. .links a {
  262. font-size: 11px;
  263. display: inline-block;
  264. }
  265.  
  266. .links a:hover {
  267. text-decoration: none;
  268. color:{color:Hover}
  269. }
  270.  
  271. #description {
  272. margin-left:0px;
  273. font-size:11px;
  274. padding:5px;
  275. margin-top:10px;
  276. margin-left:0px;
  277. text-align:center;
  278. color:{color:text};
  279. }
  280.  
  281. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  282. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  283.  
  284.  
  285. #pagination {
  286. width:245px;
  287. font-size:11px;
  288. text-align:center;
  289. margin-left:0px;
  290. letter-spacing:0px;
  291. margin-top: 15px;
  292. }
  293.  
  294. #info {
  295. {block:IfShowShadows}
  296. box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.10);
  297. {block:IfShowShadows}
  298. padding:10px;
  299. background-color:{color:Post};
  300. margin-bottom: 80px;
  301. width: 500px;
  302. text-align:center;
  303. margin-top:0px;
  304. text-transform:lowercase;
  305. font-size:11px;
  306. font-style:none;
  307. border-top:1px solid {color:Line}
  308. }
  309.  
  310. #tags
  311. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  312. -webkit-transition: all 0.6s ease-in-out;
  313. -moz-transition: all 0.6s ease-in-out;
  314. -o-transition: all 0.6s ease-in-out;
  315. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  316.  
  317. #asker {
  318. color: {color:title};
  319. font-weight: bold;
  320. padding:10px;
  321. text-align:left;
  322. margin-left:10px;
  323. background-color:{color:background}
  324. }
  325.  
  326. {CustomCSS}</style></head><body>
  327.  
  328. <div id="sidebar">
  329. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  330.  
  331. <div id="description">
  332. {Description}
  333. </div>
  334.  
  335.  
  336. <div class="links">
  337. {block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  338. <a href="/">home</a>
  339. <a href="/ask">mssg</a>
  340. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  341. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2} {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}
  342. </div>
  343. </div>
  344.  
  345. <div id="entries">{block:Posts}<div id="post">
  346.  
  347. {block:Text}
  348. <h1>{block:Title}{Title}{/block:Title}</h1>
  349. {Body}
  350. {/block:Text}
  351.  
  352. {block:Photo}
  353. {LinkOpenTag}
  354. <img src="{PhotoURL-500}">{LinkCloseTag}
  355. {block:Caption}{Caption}{/block:Caption}
  356. {/block:Photo}
  357.  
  358. {block:Photoset}
  359. {Photoset-500}
  360. {block:Caption}{Caption}{/block:Caption}
  361. {/block:Photoset}
  362.  
  363. {block:Quote}<h1>{Quote}</h1>{/block:Quote}
  364.  
  365. {block:Link}
  366. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  367. {block:Description}{Description}{/block:Description}
  368. {/block:Link}
  369.  
  370. {block:Chat}
  371. {block:Title}<div id="chattitle">{Title}</div>{/block:Title}
  372. <div class="chat">
  373. <ol>
  374. {block:Lines}
  375. <li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  376. {/block:Lines}
  377. </ol></div>
  378. {/block:Chat}
  379.  
  380. {block:Audio}
  381. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  382. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  383. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  384. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  385. {/block:Audio}
  386.  
  387. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  388.  
  389. {block:Answer}<div id="asker">{Asker} asked → </span>{Question}</div><left>
  390. {Answer}</font>{/block:Answer}
  391.  
  392. </div>
  393.  
  394. {block:date}<div id="info"><a href="{Permalink}" title="{timeago}"><b>{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</b></a></span> &nbsp;&nbsp; (<a href="{Permalink}">+{NoteCount}</a>){block:RebloggedFrom} &nbsp;&nbsp; <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}& <a href="{SourceURL}">Source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  395. {block:HasTags}<br><br>tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp; {/block:Tags}{/block:HasTags}</div>{/block:date}
  396. {block:Posts}
  397. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{block:Posts}
  398.  
  399. </div></div>
  400.  
  401. <div id="cr"><a href="http://stepenamell.tumblr.com">SA</a></div>
  402.  
  403.  
  404. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement