baskervillles

theme 17

Jul 20th, 2015
934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.36 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. <title>{title}</title>
  15.  
  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.  
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24.  
  25. <meta name="color:Text" content="#979696"/>
  26.  
  27. <meta name="color:Link" content="#b5b5b5"/>
  28.  
  29. <meta name="color:Sidebar Links" content="#6d6d6d"/>
  30.  
  31. <meta name="color:Border" content="#c1c1c1"/>
  32.  
  33. <meta name="color:Scrollbar" content="#b6b6b6"/>
  34.  
  35. <meta name="image:sidebar" content=""/>
  36.  
  37. <meta name="text:Link1" content="" />
  38.  
  39. <meta name="text:Link1 Title" content="" />
  40.  
  41. <meta name="text:Link2" content="" />
  42.  
  43. <meta name="text:Link2 Title" content="" />
  44.  
  45. <meta name="text:Link3" content="" />
  46.  
  47. <meta name="text:Link3 Title" content="" />
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53.  
  54.  
  55. ::-webkit-scrollbar {height: auto;width: 7px;}
  56. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  57. ::-webkit-scrollbar-track{background-color:{color:background};}
  58.  
  59.  
  60. body {
  61. background:{color:background};
  62. margin:0px;
  63. color:{color:text};
  64. font-family:Calibri;
  65. font-size:8px;
  66. line-height:15px;
  67. letter-spacing:1px;
  68. }
  69.  
  70.  
  71. a {
  72. color:{color:link};
  73. text-decoration:none;
  74. }
  75.  
  76.  
  77. a:hover {
  78. color:#ddd;
  79. }
  80.  
  81.  
  82. img {
  83. border:none;
  84. -webkit-transition: all 0.5s ease-in-out;
  85. -moz-transition: all 0.5s ease-in-out;
  86. transition: all 0.5s ease-in-out;
  87. }
  88.  
  89.  
  90. blockquote {
  91. padding-left:10px;
  92. margin-left:10px;
  93. border-left:2px solid;
  94. border-color:{color:Border};
  95. }
  96.  
  97. blockquote blockquote {
  98. padding-left:10px;
  99. margin-left:10px;
  100. border-left:2px solid;
  101. border-color:{color:Border};
  102. }
  103.  
  104.  
  105. #h1{
  106. font-family:consolas;
  107. font-size: 11px;
  108. letter-spacing:1px;
  109. }
  110.  
  111.  
  112. #entries {
  113. margin-top:50px;
  114. position:absolute;
  115. z-index:1;
  116. top:0;
  117. bottom: 0;
  118. left: 0;
  119. right: 0;
  120. margin:auto;
  121. }
  122.  
  123.  
  124. #post {
  125. width:400px;
  126. margin-top:50px;
  127. margin-bottom:20px;
  128. margin-left:520px;
  129. }
  130.  
  131.  
  132. #notes {
  133. list-style:none;
  134. margin-left:-35px;
  135. }
  136.  
  137. ol.notes li.note {
  138. padding:5px;
  139. text-transform:uppercase;
  140. font-size:7px;
  141. letter-spacing:1px;
  142. list-style: none;
  143. border-bottom: dotted 1px;
  144. border-color:{color:border};
  145. }
  146.  
  147. ol.notes li.note img.avatar {
  148. vertical-align:-8px;
  149. margin-right:3px;
  150. width:16px;
  151. height:16px;
  152. }
  153.  
  154. #notes img {
  155. margin-bottom:0px;
  156. padding:3px;
  157. }
  158.  
  159.  
  160. #information {
  161. text-align:center;
  162. margin-top:10px;
  163. font-family:consolas;
  164. padding-top:8px;
  165. font-size:7px;
  166. text-transform:uppercase;
  167. border-top: 1px solid;
  168. border-color:{color:border};
  169. padding-left:4px;
  170. -webkit-transition: all 0.5s ease-in-out;
  171. -moz-transition: all 0.5s ease-in-out;
  172. transition: all 0.5s ease-in-out;
  173. }
  174.  
  175.  
  176.  
  177. #tags {
  178. padding-left:4px;
  179. padding-bottom:5px;
  180. font-size:7px;
  181. font-family:consolas;
  182. text-align:center;
  183. border-bottom:1px solid;
  184. border-color:{color:border};
  185. -webkit-transition: all 0.5s ease-in-out;
  186. -moz-transition: all 0.5s ease-in-out;
  187. transition: all 0.5s ease-in-out;
  188. }
  189.  
  190.  
  191. #quote {
  192. font-size:14px;
  193. font-style:italic;
  194. padding-bottom:5px;
  195. }
  196.  
  197.  
  198. #quotesource {
  199. padding-bottom:10px;
  200. }
  201.  
  202.  
  203. #ask {
  204. border-bottom:1px solid;
  205. border-top:1px solid;
  206. border-left:1px solid;
  207. border-right:1px solid;
  208. border-color:{color:border};
  209. background-color: #fafafa;
  210. padding: 5px 5px 5px 5px;
  211. }
  212.  
  213.  
  214. #asker {
  215. font-family:"consolas";
  216. letter-spacing:2px;
  217. text-transform:uppercase;
  218. font-size:10px;
  219. margin-bottom:3px;
  220. padding-top:5px;
  221. }
  222.  
  223.  
  224. #askerimg {
  225. float:left;
  226. margin-right:5px;
  227. margin-top:-5px;
  228. }
  229.  
  230.  
  231.  
  232. #question {
  233. margin-left:5px;
  234. font-size:9px;
  235. font-family:consolas;
  236. }
  237.  
  238.  
  239. #answer {
  240. margin-top:10px;
  241. margin-bottom:0px;
  242. }
  243.  
  244.  
  245. #credit {
  246. position:fixed;
  247. width:80px;
  248. right:3px;
  249. bottom:10px;
  250. font:9px consolas;
  251. letter-spacing:2px;
  252. text-transform:uppercase;
  253. }
  254.  
  255.  
  256. #sidebar {
  257. width:150px;
  258. position:fixed;
  259. top:170px;
  260. left:18%;
  261. z-index:2;
  262. }
  263.  
  264.  
  265. #title {
  266. font-family:consolas;
  267. text-align:right;
  268. font-size:10px;
  269. width:200px;
  270. color:{color:title};
  271. letter-spacing: 4px;
  272. -webkit-transition: all 0.3s ease-in-out;
  273. -moz-transition: all 0.3s ease-in-out;
  274. transition: all 0.3s ease-in-out;
  275. }
  276.  
  277.  
  278.  
  279.  
  280. #sidebarimage {
  281. width: 150px;
  282. height: auto;
  283. text-align:center;
  284. opacity:1;
  285. margin-top:5px;
  286. -webkit-transition: all 0.5s ease-in-out;
  287. -moz-transition: all 0.5s ease-in-out;
  288. transition: all 0.5s ease-in-out;
  289. }
  290.  
  291.  
  292.  
  293. #sidebarimage img{
  294. width: 150px;
  295. padding:3 3 0 3;
  296. height: auto;
  297. text-align:center;
  298. }
  299.  
  300.  
  301. #sidebarlinks {
  302. text-align:center;
  303. font-family:consolas;
  304. font-size:7px;
  305. margin-bottom:0px;
  306. padding-top:3px;
  307. letter-spacing:1px;
  308. margin-right:-5px;
  309. -webkit-transition: all 0.5s ease-in-out;
  310. -moz-transition: all 0.5s ease-in-out;
  311. transition: all 0.5s ease-in-out;
  312. }
  313.  
  314.  
  315.  
  316.  
  317. #sidebarlinks a{
  318. display: inline;
  319. color:{color:Sidebar Links};
  320. text-align: center;
  321. padding: 0px 2px 0px 0;
  322. margin-bottom: 6px;
  323. text-transform: uppercase;
  324. }
  325.  
  326.  
  327.  
  328.  
  329. #sidebarlinks a:hover{
  330. text-decoration:line-through;
  331. }
  332.  
  333.  
  334.  
  335. #description {
  336. text-align:right;
  337. margin-top:5px;
  338. width:150px;
  339. letter-spacing:1px;
  340. font-family:consolas;
  341. font-size:7px;
  342. border-top:1px solid;
  343. border-bottom:1px solid;
  344. padding:10px 0px 7px 0px;
  345. border-color:{color:border};
  346. }
  347.  
  348.  
  349.  
  350. #pagination {
  351. margin-top: 10px;
  352. text-align: center;
  353. line-height: 20px;
  354. font-family:'calibri';
  355. font-size: 7px;
  356. margin-bottom:55px;
  357. }
  358.  
  359. #pagination a {
  360. font-family:consolas;
  361. padding:0px 3px 0px 3px;
  362. color:{color:link};
  363. }
  364.  
  365.  
  366. #pagination a:hover {
  367. opacity:.5;
  368. }
  369.  
  370. #credit {
  371. position:fixed;
  372. width:80px;
  373. right:3px;
  374. bottom:10px;
  375. font:9px consolas;
  376. letter-spacing:2px;
  377. text-transform:uppercase;
  378. }
  379.  
  380.  
  381. {CustomCSS}</style></head><body>
  382.  
  383.  
  384. <div id="sidebar">
  385.  
  386. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  387. <div id="sidebarlinks">
  388. <a href="/">home</a>
  389. <a href="/ask">mssg</a>
  390. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  391. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  392. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  393. </div>
  394. <div id="description">{block:Description}{Description}{/block:Description}
  395. </div>
  396.  
  397. <div id="pagination">
  398. {block:PreviousPage}<font face="georgia"><a href="{PreviousPage}">back</a>&nbsp;and&nbsp;{/block:PreviousPage}
  399. {block:NextPage}<a href="{NextPage}">forth</a></font>{/block:NextPage}
  400. </div>
  401.  
  402.  
  403. </div>
  404.  
  405. <div id="credit"><a target="blank"href="http://meliapond.tumblr.com/guidelines"><font color="{color:text}">© meliapond</a></font></div>
  406.  
  407.  
  408. <div id="entries">{block:Posts}<div id="post">
  409.  
  410. {block:ContentSource}<!-- {SourceURL}
  411. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  412. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  413. {/block:ContentSource}
  414.  
  415. {block:Text}{block:Title}<div id="h1">{Title}</div>{/block:Title}{Body}{/block:Text}
  416.  
  417. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  418.  
  419. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  420.  
  421. {block:Quote}<div id="quote">{Quote}</div>{block:Source}<div id="quotesource"> —{Source}</div>{/block:Source}{/block:Quote}
  422.  
  423. {block:Link}<div id="h1"><t><a href="{URL}" {Target}>{Name}</a></t></div><Br>{block:Description}{Description}{/block:Description}{/block:Link}
  424.  
  425. {block:Chat}{block:Title}<t>{Title}</t>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  426.  
  427. {block:Audio}{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  428.  
  429. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  430.  
  431. {block:Answer} <div id="ask"><div id="asker">{Asker} <small>asked:</small></div><div id="question">{Question}</div></div><div id="answer">{Answer}</div>{/block:Answer}
  432.  
  433.  
  434. <div id="information">
  435. {block:Date}{TimeAgo}{/block:Date}&nbsp;&nbsp;-&nbsp;<a href="{Permalink}">
  436. {NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{ReblogParentURL}"
  437. title="{ReblogParentName}">via</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{ReblogRootURL}"title="{ReblogRootName}"><big>©</big></a>{/block:RebloggedFrom}
  438. </div>
  439.  
  440.  
  441. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div>
  442.  
  443.  
  444. {block:PostNotes}<div id="notes"><div id="notestext">{PostNotes}</div></div>{/block:PostNotes}
  445.  
  446. </div>{/block:Posts}
  447.  
  448. </div>
  449.  
  450. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment