baskervillles

theme 13

Mar 23rd, 2013
3,936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.94 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <!--
  6.  
  7. theme by jessica @meliapond.tumblr.com
  8. please no stealing. i worked hard to make this theme, so please leave the credit where it is. this is also NOT a base theme. you also cannot take snipets of the coding to make your own theme. thank you for understanding, and enjoy! for more of my themes go to meliapond.tumblr.com/mythemes. ♥
  9.  
  10.  
  11. -->
  12.  
  13.  
  14.  
  15. <title>{title}</title>
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18.  
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  22.  
  23.  
  24. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  25.  
  26. <script type="text/javascript" src="http://static.tumblr.com/z5o2pr2/4jEm2giux/jquery.style-my-tooltip.js"></script>
  27.  
  28. <script type="text/javascript">
  29.  
  30. $().ready(function() {
  31.  
  32. //applies to all elements with title attribute. Change to ".class[title]" to select only elements with specific .class and title
  33.  
  34. $("[title]").style_my_tooltips({
  35.  
  36. tip_follows_cursor: "on", //on/off
  37.  
  38. tip_delay_time: 40 //milliseconds
  39.  
  40. });
  41.  
  42. });
  43.  
  44. </script>
  45.  
  46.  
  47. <script type="text/javascript">
  48. $(window).load(function(){
  49. $("p").remove(":contains('Source:')");
  50. $("p").remove(":contains('(via')");
  51. });
  52. </script>
  53.  
  54.  
  55. <meta name="color:Background" content="#ffffff"/>
  56.  
  57. <meta name="color:Text" content="#b4b4b4"/>
  58.  
  59. <meta name="color:Title" content="#b9b9b9"/>
  60.  
  61. <meta name="color:Link" content="#a9bfd6"/>
  62.  
  63. <meta name="color:Link hover" content="#e6eef7"/>
  64.  
  65. <meta name="color:Sidebar Links" content="#afbdcc"/>
  66.  
  67. <meta name="color:Border" content="#cccccc"/>
  68.  
  69. <meta name="color:Scrollbar" content="#dbd2ce"/>
  70.  
  71. <meta name="image:sidebar" content=""/>
  72.  
  73. <meta name="text:Link1" content="" />
  74.  
  75. <meta name="text:Link1 Title" content="" />
  76.  
  77. <meta name="text:Link2" content="" />
  78.  
  79. <meta name="text:Link2 Title" content="" />
  80.  
  81. <meta name="text:Link3" content="" />
  82.  
  83. <meta name="text:Link3 Title" content="" />
  84.  
  85. <meta name="text:Link4" content="" />
  86.  
  87. <meta name="text:Link4 Title" content="" />
  88.  
  89.  
  90. <style type="text/css">
  91.  
  92.  
  93. @font-face {
  94. font-family: 'WebSymbolsRegular';
  95. src: url('http://static.tumblr.com/ekfbsgu/3q1m4j9nx/websymbols-regular-webfont.ttf');
  96. }
  97.  
  98.  
  99. ::-webkit-scrollbar {height: auto;width: 7px;}
  100. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  101. ::-webkit-scrollbar-track{background-color:{color:background};}
  102.  
  103.  
  104. body {
  105. background:{color:background};
  106. margin:0px;
  107. color:{color:text};
  108. font-family:Calibri;
  109. font-size:10px;
  110. line-height:100%;
  111. }
  112.  
  113.  
  114. a {
  115. color:{color:link};
  116. text-decoration:none;
  117. }
  118.  
  119.  
  120. a:hover {
  121. color:{color:link hover}
  122. }
  123.  
  124.  
  125. img {
  126. border:none;
  127. }
  128.  
  129.  
  130.  
  131. blockquote {
  132. border-left:1px {color:body} solid;
  133. padding-left:5px;
  134. margin:0px 2px 0px 15px
  135. }
  136.  
  137.  
  138. #s-m-t-tooltip {
  139. position:absolute;
  140. background-color:#f1f0f0;
  141. padding:3px 5px;
  142. z-index:9999;
  143. display:inline-block;
  144. font-size:10px;
  145. font-family:calibri, sans-serif;
  146. text-transform:uppercase;
  147. line-height:12px;
  148. color:{color:text};
  149. }
  150.  
  151.  
  152. .symbols {
  153. font-family:WebSymbolsRegular;
  154. font-size: 9px;
  155. }
  156.  
  157.  
  158. #h1{
  159. font-family:'pacifico';
  160. font-size: 13px;
  161. letter-spacing:1px;
  162. }
  163.  
  164.  
  165. #entries {
  166. margin-top:50px;
  167. }
  168.  
  169.  
  170. #post {
  171. width:500px;
  172. margin-bottom:30px;
  173. margin-left:480px;
  174.  
  175. }
  176.  
  177.  
  178.  
  179. #notes img {
  180. margin-bottom:0px;
  181. }
  182.  
  183.  
  184. #information {
  185. text-align:right;
  186. border: 1px dashed;
  187. border-color:{color:border};
  188. padding: 3px 3px 5px 3px;
  189. margin-top:5px;
  190. }
  191.  
  192.  
  193. #tags {
  194. display:block;
  195. padding-top: 0px;
  196. margin-top:3px;
  197. padding-bottom:2px;
  198. width:150px;
  199. position:absolute;
  200. margin-left:495px;
  201. opacity:0;
  202. text-align: left;
  203. padding-left:3px;
  204. border-left:1px dashed;
  205. border-color:{color:border};
  206. -webkit-transition: all 0.4s ease-in-out;
  207. -moz-transition: all 04s ease-in-out;
  208. transition: all 0.4s ease-in-out;
  209. }
  210.  
  211.  
  212. #post:hover #tags{
  213. opacity:1;
  214. margin-left:505px;
  215. }
  216.  
  217.  
  218. #quote {
  219. font-size:14px;
  220. font-style:italic;
  221. padding-bottom:5px;
  222. }
  223.  
  224.  
  225. #quotesource {
  226. padding-bottom:10px;
  227. }
  228.  
  229.  
  230. #question {
  231. text-align:left;
  232. }
  233.  
  234.  
  235. .askerpic {
  236. padding-right:3px;
  237. float:left;
  238. }
  239.  
  240.  
  241. .asker {
  242. text-transform:uppercase;
  243. margin-top:3px;
  244. margin-bottom:4px;
  245. }
  246.  
  247.  
  248. .question {
  249. font-size:11px;
  250. }
  251.  
  252.  
  253. .answer {
  254. }
  255.  
  256.  
  257.  
  258. #sidebar {
  259. width:159px;
  260. position:fixed;
  261. margin-top: 70px;
  262. margin-left: 250px;
  263. }
  264.  
  265.  
  266. #title {
  267. font-family:'pacifico';
  268. text-align:center;
  269. font-size:12px;
  270. color:{color:title};
  271. letter-spacing:3px;
  272. padding-bottom:4px;
  273. }
  274.  
  275.  
  276. #sidebarimage {
  277. width: 150px;
  278. -webkit-transition: all 0.5s ease-in-out;
  279. -moz-transition: all 0.5s ease-in-out;
  280. transition: all 0.5s ease-in-out;
  281. }
  282.  
  283.  
  284.  
  285. #sidebarimage img{
  286. width: 150px;
  287. border: 1px dashed;
  288. border-color:{color:border};
  289. padding:3px;
  290. }
  291.  
  292.  
  293. #sidebarlinks2 {
  294. text-align:center;
  295. margin-top:10px;
  296. padding-top:30px;
  297. margin-left:-135px;
  298. position:absolute;
  299. }
  300.  
  301.  
  302. #sidebarlinks2 a{
  303. font-size: 10px;
  304. display: block;
  305. color:{color:Sidebar Links};
  306. text-align: center;
  307. width: 240px;
  308. margin-bottom: 17px;
  309. text-transform: uppercase;
  310. }
  311.  
  312.  
  313. #sidebarlinks2 img {
  314. width:12px;
  315. opacity:.3;
  316. }
  317.  
  318.  
  319. #sidebarlinks2 img:hover {
  320. opacity:.5;
  321. }
  322.  
  323.  
  324. #sidebarlinks {
  325. text-align:center;
  326. margin-top:3px;
  327. padding-top:5px;
  328. margin-left:5px;
  329. }
  330.  
  331.  
  332. #sidebarlinks a{
  333. font-size: 10px;
  334. display: inline;
  335. color:{color:Sidebar Links};
  336. text-align: center;
  337. width: 240px;
  338. margin-bottom: 1px;
  339. text-transform: uppercase;
  340. }
  341.  
  342.  
  343. #sidebarlinks a:hover{
  344. border-bottom:1px dashed;
  345. }
  346.  
  347.  
  348. #description {
  349. text-align:center;
  350. padding-top: 7px;
  351. padding-bottom:3px;
  352. letter-spacing:1px;
  353. font-size:9px;
  354. }
  355.  
  356.  
  357. #pagination{
  358. text-align:center;
  359. padding-top:15px;
  360. }
  361.  
  362.  
  363. {CustomCSS}</style></head><body>
  364.  
  365.  
  366. <div id="sidebar">
  367. <div id="title"><a href="/"><font color="{color:title}">{Title}</font></a></div>
  368.  
  369. <div id="sidebarlinks2">
  370. {block:HasPages}{block:Pages}
  371. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  372. <a href="/"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_home2.png" title="home"></a>
  373. <a href="/ask"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_comment2.png" title="message"></a>
  374. <a href="/archive"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_clipboard2-1.png" title="archive"></a>
  375. <a href="http://meliapond.tumblr.com/guidelines"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_pencil2.png" title="theme by meliapond"></a>
  376. </div>
  377.  
  378. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  379.  
  380. <div id="description">{block:Description}{Description}{/block:Description}
  381. </div>
  382.  
  383. <div id="sidebarlinks">
  384. {block:HasPages}{block:Pages}
  385.  
  386. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  387. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  388. {block:ifLink2}&nbsp;&nbsp;&nbsp;<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  389. {block:ifLink3}&nbsp;&nbsp;&nbsp;<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  390. {block:ifLink4}&nbsp;&nbsp;&nbsp;<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  391. </div>
  392.  
  393. <div id="pagination">
  394. {block:PreviousPage}<font face="georgia"><a href="{PreviousPage}">←</a></font>{/block:PreviousPage}
  395. {block:JumpPagination length="5"}
  396. {block:CurrentPage}
  397. <span class="jumppag">{PageNumber}</span>
  398. {/block:CurrentPage}
  399. {block:JumpPage}
  400. <a class="jumppaglink" href="{URL}">{PageNumber}</a>
  401. {/block:JumpPage}
  402. {/block:JumpPagination}
  403. {block:NextPage}<font face="georgia"><a href="{NextPage}">→</a></font>{/block:NextPage}
  404. </div>
  405.  
  406. </div>
  407.  
  408.  
  409. <div id="entries">{block:Posts}<div id="post">
  410.  
  411. <div id="tags">{block:HasTags}{block:Tags} <span class="symbols">A</span> <a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
  412.  
  413. {block:Text}{block:Title}<div id="h1">{Title}</div>{/block:Title}{Body}{/block:Text}
  414.  
  415. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  416.  
  417. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  418.  
  419. {block:Quote}<div id="quote">{Quote}</div>{block:Source}<div id="quotesource"> —{Source}</div>{/block:Source}{/block:Quote}
  420.  
  421. {block:Link}<div id="h1"><t><a href="{URL}" {Target}>{Name}</a></t></div>{block:Description}{Description}{/block:Description}{/block:Link}
  422.  
  423. {block:Chat}{block:Title}<t>{Title}</t>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}<br>{/block:Chat}
  424.  
  425. {block:Audio}{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  426.  
  427. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  428.  
  429. {block:Answer}
  430. <div id="question">
  431. <div class="question"><big>❝</big><b>&nbsp;&nbsp;{Question}&nbsp;&nbsp;</b><big>❞</big></div><div class="asker">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;—{Asker}</div>
  432. </div>
  433. <div class="answer">{Answer}</div>{/block:Answer}
  434.  
  435.  
  436. <div id="information">
  437. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  438. {NoteCountWithLabel}</a><br>{block:RebloggedFrom}via:<a href="{ReblogParentURL}"
  439. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;&nbsp;source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  440. </div>
  441.  
  442. {block:PostNotes}
  443. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  444. {/block:PostNotes}
  445. </div>{/block:Posts}
  446.  
  447.  
  448. </div>
  449.  
  450. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment