baskervillles

theme 18

Jul 20th, 2015
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.89 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. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10.  
  11. <script type="text/javascript" src="http://static.tumblr.com/z5o2pr2/4jEm2giux/jquery.style-my-tooltip.js"></script>
  12.  
  13. <script type="text/javascript">
  14.  
  15. $().ready(function() {
  16.  
  17. //applies to all elements with title attribute. Change to ".class[title]" to select only elements with specific .class and title
  18.  
  19. $("[title]").style_my_tooltips({
  20.  
  21. tip_follows_cursor: "on", //on/off
  22.  
  23. tip_delay_time: 40 //milliseconds
  24.  
  25. });
  26.  
  27. });
  28.  
  29. </script>
  30.  
  31.  
  32. <meta name="color:Background" content="#f8f8f8"/>
  33. <meta name="color:Text" content="#848484"/>
  34. <meta name="color:Link" content="#b8b8b8"/>
  35. <meta name="color:Link hover" content="#b8b8b8"/>
  36. <meta name="color:Post info" content="#eeeeee"/>
  37. <meta name="color:Border" content="#dddddd"/>
  38. <meta name="image:sidebar" content=""/>
  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. <style type="text/css">
  49.  
  50. body {
  51. background:{color:background};
  52. margin:0px;
  53. color:{color:text};
  54. font-family:Calibri;
  55. font-size:9px;
  56. line-height:140%;
  57. }
  58.  
  59. a {
  60. text-decoration:none;
  61. outline:none;
  62. -moz-outline-style:none;
  63. color:{color:link};
  64. }
  65.  
  66. img {
  67. border:none;
  68. }
  69.  
  70. blockquote {
  71. padding-left:5px;
  72. margin-left:10px;
  73. border-left:2px solid;
  74. border-color:{color:Border};
  75. }
  76.  
  77. blockquote blockquote {
  78. padding-left:5px;
  79. margin-left:20px;
  80. border-left:2px solid;
  81. border-color:{color:Border};
  82. }
  83.  
  84.  
  85. #entries {
  86. padding:10px;
  87. width:400px;
  88. left:50%;
  89. position:absolute;
  90. z-index:1;
  91. top:0;
  92. bottom: 0;
  93. left: 0;
  94. right: 0;
  95. margin:auto;
  96. padding-top:30px;
  97. }
  98.  
  99. #post {
  100. width:400px;
  101. background-color:#ffffff;
  102. padding:15px 15px 15px 15px;
  103. margin-top:50px;
  104. margin-bottom:15px;
  105. border:1px solid;
  106. border-color:{color:Border};
  107. }
  108.  
  109. #post img {
  110. max-width:100%;
  111. height:auto;
  112. }
  113.  
  114. #header {
  115. width:100%;
  116. height:30px;
  117. position:fixed;
  118. background-color:#ffffff;
  119. top:0px;
  120. padding-top:20px;
  121. border-bottom:2px solid;
  122. border-color:{color:Border};
  123. z-index:2;
  124. }
  125.  
  126. #navigation {
  127. text-align:center;
  128. width:100%;
  129. font-size:8px;
  130. margin-bottom:0px;
  131. padding-top:3px;
  132. letter-spacing:2px;
  133. margin-right:-5px;
  134. }
  135.  
  136. #navigation a{
  137. display: inline;
  138. color:{color:text};
  139. text-align: center;
  140. padding: 0px 10px 0px 10px;
  141. margin-bottom: 6px;
  142. text-transform: uppercase;
  143. }
  144.  
  145. #sidebar {
  146. width:150px;
  147. position:fixed;
  148. left:21%;
  149. margin-top:250px;
  150. }
  151.  
  152. #container: {
  153. width:150px;
  154. overflow:hidden;
  155. }
  156.  
  157. #title {
  158. font-size:12px;
  159. font-family:georgia;
  160. font-style:italic;
  161. letter-spacing:3px;
  162. text-align:center;
  163. margin-bottom:0px;
  164. padding-bottom:8px;
  165. text-align:right;
  166. margin-bottom:-60px;
  167. }
  168.  
  169. #sidebarimage {
  170. width:60px;
  171. margin-bottom:5px;
  172. margin-left:7px;
  173. }
  174.  
  175. #sidebarimage img {
  176. width:50px;
  177. height:50px;
  178. overflow:hidden;
  179. border-radius:50px;
  180. padding:3px;
  181. border:1px solid;
  182. border-color:{color:border};
  183. }
  184.  
  185. #description {
  186. text-transform:uppercase;
  187. line-height:15px;
  188. font-size:8px;
  189. letter-spacing:1px;
  190. text-align:center;
  191. padding-top:8px;
  192. border-top:1px solid;
  193. border-color:{color:border};
  194. }
  195.  
  196. #pagination {
  197. font-size:7px;
  198. text-align:center;
  199. text-transform:uppercase;
  200. letter-spacing:1px;
  201. margin-top:10px;
  202. }
  203.  
  204. #info {
  205. text-align:center;
  206. text-transform:uppercase;
  207. margin-top:15px;
  208. padding:7px 0px 7px 0px;
  209. background-color:{color:Post info};
  210. letter-spacing:1px;
  211. font-size:8px;
  212. }
  213.  
  214. #tags {
  215. text-transform:lowercase;
  216. padding-top:3px;
  217. font-size:8px;
  218. }
  219.  
  220. #container2 {
  221. border-bottom:1px solid;
  222. border-color:{color:border};
  223. padding-bottom:7px;
  224. letter-spacing:1px;
  225. }
  226.  
  227. #asker {
  228. text-transform:uppercase;
  229. float:left;
  230. }
  231.  
  232. #answer {
  233. padding-left:20px;
  234. }
  235.  
  236. #posttitle {
  237. text-transform:uppercase;
  238. font-size:11px;
  239. letter-spacing:2px;
  240. }
  241.  
  242.  
  243. #notes {
  244. list-style:none;
  245. margin-left:-35px;
  246. }
  247.  
  248. ol.notes li.note {
  249. padding:5px;
  250. text-transform:uppercase;
  251. font-size:7px;
  252. letter-spacing:1px;
  253. list-style: none;
  254. border-bottom: dotted 1px;
  255. border-color:{color:border};
  256. }
  257.  
  258. ol.notes li.note img.avatar {
  259. vertical-align:-8px;
  260. margin-right:3px;
  261. width:16px;
  262. height:16px;
  263. }
  264.  
  265. #notes img {
  266. margin-bottom:0px;
  267. padding:3px;
  268. }
  269.  
  270.  
  271. #s-m-t-tooltip {
  272. position:absolute;
  273. font-size:7px;
  274. letter-spacing:1px;
  275. background-color:#f3f3f3;
  276. border:1px solid;
  277. border-color:#c4c4c4;
  278. padding:3px 5px;
  279. z-index:9999;
  280. display:inline-block;
  281. font-family:calibri, sans-serif;
  282. text-transform:uppercase;
  283. line-height:12px;
  284. color:{color:text};
  285. }
  286.  
  287. #credit {
  288. position:fixed;
  289. width:80px;
  290. right:3px;
  291. bottom:10px;
  292. font:9px consolas;
  293. letter-spacing:2px;
  294. text-transform:uppercase;
  295. }
  296.  
  297. {CustomCSS}</style></head><body>
  298.  
  299. <div id="header">
  300. <div id="navigation">
  301. <a href="/">home</a>
  302. <a href="/ask">askbox</a>
  303. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  304. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  305. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  306. </div>
  307.  
  308. </div>
  309.  
  310. <div id="sidebar">
  311.  
  312. <div id="title">{Title}</div>
  313.  
  314. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  315.  
  316. <div id="description">{Description}</div>
  317.  
  318. <div id="pagination">
  319. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back&nbsp;&nbsp;/</a>{/block:PreviousPage}&nbsp;
  320. {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
  321. </div>
  322.  
  323. </div>
  324.  
  325. <div id="credit"><a target="blank"href="http://meliapond.tumblr.com/guidelines"><font color="{color:text}">© meliapond</a></font></div>
  326.  
  327.  
  328. <div id="entries">{block:Posts}<!-- {block:NoRebloggedFrom}
  329. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  330. {/block:NoRebloggedFrom} -->{block:ContentSource}<!-- {SourceURL}
  331. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  332. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  333. {/block:ContentSource}<div id="post">
  334.  
  335. {block:Text}{block:Title}<div id="posttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  336.  
  337. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  338.  
  339. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  340.  
  341. {block:Quote}<i><big><big>"</big></big>&nbsp;{Quote}&nbsp;<big><big>"</big></big></i><br><br>{block:Source} —{Source}{/block:Source}{/block:Quote}
  342.  
  343. {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  344.  
  345. {block:Chat}{block:Title}<div id="posttitle">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  346.  
  347. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  348.  
  349. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  350.  
  351. {block:Answer}<div id="container2"><div id="asker">{Asker} said:</div>&nbsp;&nbsp;<i>{Question}</i></div><div id="answer">{Answer}</div>{/block:Answer}
  352.  
  353. <div id="info">
  354. {block:Date}{TimeAgo}{/block:Date}&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">
  355. {NoteCount}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;<a href="{ReblogParentURL}"
  356. title="{ReblogParentName}">via</a>&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;<a href="{ReblogRootURL}"title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  357.  
  358. <div id="tags">{block:HasTags}{block:Tags} &nbsp;&nbsp;<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div></div>
  359.  
  360. </div>
  361. {block:PostNotes}<div id="notes"><div id="notestext">{PostNotes}</div></div>{/block:PostNotes}
  362. {/block:Posts}</div>
  363.  
  364. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment