baskervillles

theme 11

Nov 24th, 2012
11,929
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.99 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. <link rel="shortcut icon" href="{Favicon}">
  17.  
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  21.  
  22.  
  23. <script type="text/javascript">
  24. $(window).load(function(){
  25. $("p").remove(":contains('Source:')”);
  26. $("p").remove(":contains('(via')");
  27. });
  28. </script>
  29.  
  30.  
  31. <meta name="color:Background" content="#ffffff"/>
  32.  
  33. <meta name="color:Text" content="#979797"/>
  34.  
  35. <meta name="color:Title" content="#999898"/>
  36.  
  37. <meta name="color:Link" content="#cccccc"/>
  38.  
  39. <meta name="color:Sidebar Links" content="#979797"/>
  40.  
  41. <meta name="color:Border" content="#c0c0c0"/>
  42.  
  43. <meta name="color:Scrollbar" content="#c0c0c0"/>
  44.  
  45. <meta name="image:sidebar" content=""/>
  46.  
  47. <meta name="text:Link1" content="" />
  48.  
  49. <meta name="text:Link1 Title" content="" />
  50.  
  51. <meta name="text:Link2" content="" />
  52.  
  53. <meta name="text:Link2 Title" content="" />
  54.  
  55. <meta name="text:Link3" content="" />
  56.  
  57. <meta name="text:Link3 Title" content="" />
  58.  
  59. <meta name="text:Link4" content="" />
  60.  
  61. <meta name="text:Link4 Title" content="" />
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66.  
  67.  
  68. ::-webkit-scrollbar {height: auto;width: 7px;}
  69. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  70. ::-webkit-scrollbar-track{background-color:{color:background};}
  71.  
  72.  
  73. body {
  74. background:{color:background};
  75. margin:0px;
  76. color:{color:text};
  77. font-family:Calibri;
  78. font-size:10px;
  79. line-height:100%;
  80. }
  81.  
  82.  
  83. a {
  84. color:{color:link};
  85. text-decoration:none;
  86. -webkit-transition: all 0.5s ease-in-out;
  87. -moz-transition: all 05s ease-in-out;
  88. transition: all 0.5s ease-in-out;
  89. }
  90.  
  91.  
  92. a:hover {
  93. color:#666666;
  94. text-shadow: 2px 0 0px #e45c5c, -2px 0 0px #5fdddf;
  95. -webkit-transition: all 0.5s ease-in-out;
  96. -moz-transition: all 05s ease-in-out;
  97. transition: all 0.5s ease-in-out;
  98. }
  99.  
  100.  
  101. img {
  102. border:none;
  103. -webkit-transition: all 0.5s ease-in-out;
  104. -moz-transition: all 05s ease-in-out;
  105. transition: all 0.5s ease-in-out;
  106. }
  107.  
  108. img:hover {
  109. opacity:.8;
  110. -webkit-transition: all 0.5s ease-in-out;
  111. -moz-transition: all 05s ease-in-out;
  112. transition: all 0.5s ease-in-out;
  113. }
  114.  
  115.  
  116. blockquote {
  117. border-left:1px {color:body} solid;
  118. padding-left:5px;
  119. margin:0px 2px 0px 15px
  120. }
  121.  
  122.  
  123. #h1{
  124. font-family:'Dancing Script';
  125. font-size: 17px;
  126. }
  127.  
  128.  
  129. #entries {
  130. margin-top:50px;
  131. }
  132.  
  133.  
  134. #post {
  135. width:500px;
  136. margin-bottom:20px;
  137. margin-left:460px;
  138.  
  139. }
  140.  
  141.  
  142. #information {
  143. text-align:right;
  144. border-top: 1px dotted;
  145. border-color:{color:border};
  146. padding-top:3px;
  147. }
  148.  
  149.  
  150. #tags {
  151. display:block;
  152. padding-top: 0px;
  153. padding-bottom:2px;
  154. width:150px;
  155. position:absolute;
  156. margin-left:495px;
  157. opacity:0;
  158. text-align: left;
  159. padding-left:3px;
  160. border-left:1px dotted;
  161. border-color:{color:border};
  162. -webkit-transition: all 0.4s ease-in-out;
  163. -moz-transition: all 04s ease-in-out;
  164. transition: all 0.4s ease-in-out;
  165. }
  166.  
  167.  
  168. #post:hover #tags{
  169. opacity:1;
  170. margin-top:0px;
  171. margin-left:505px;
  172. }
  173.  
  174.  
  175. #quote {
  176. font-size:14px;
  177. font-style:italic;
  178. padding-bottom:5px;
  179. }
  180.  
  181.  
  182. #quotesource {
  183. padding-bottom:10px;
  184. }
  185.  
  186.  
  187. #question {
  188. text-align:center;
  189. }
  190.  
  191.  
  192. .asker {
  193. text-transform:uppercase;
  194. margin-bottom:5px;
  195. }
  196.  
  197.  
  198. .question {
  199. }
  200.  
  201.  
  202. .answer {
  203. }
  204.  
  205.  
  206. #credit {
  207. position:fixed;
  208. right:3px;
  209. bottom:3px;
  210. font:10px trebuchet ms;
  211. color: {color:text};
  212. text-transform:uppercase;
  213. }
  214.  
  215.  
  216. #sidebar {
  217. width:200px;
  218. position:fixed;
  219. margin-top: 70px;
  220. margin-left: 200px;
  221. }
  222.  
  223.  
  224. #title {
  225. font-family:'Dancing Script';
  226. text-align:center;
  227. font-size:16px;
  228. color:{color:title};
  229. border-bottom: 1px dotted;
  230. border-color:{color:border};
  231. margin-bottom:3px;
  232. padding-bottom:6px;
  233. }
  234.  
  235.  
  236. #sidebarimage {
  237. width: 200px;
  238. height: auto;
  239. text-align:center;
  240. opacity:1;
  241. -webkit-transition: all 0.5s ease-in-out;
  242. -moz-transition: all 05s ease-in-out;
  243. transition: all 0.5s ease-in-out;
  244. }
  245.  
  246.  
  247.  
  248. #sidebarimage:hover {
  249. opacity:.8;
  250. -webkit-transition: all 0.5s ease-in-out;
  251. -moz-transition: all 05s ease-in-out;
  252. transition: all 0.5s ease-in-out;
  253. }
  254.  
  255.  
  256.  
  257. #sidebarimage img{
  258. width: 200px;
  259. height: auto;
  260. text-align:center;
  261. }
  262.  
  263.  
  264. #sidebarlinks {
  265. text-align:center;
  266. margin-top:1px;
  267. padding-bottom:4px;
  268. border-bottom:1px dotted;
  269. border-top:1px dotted;
  270. border-color:{color:border};
  271. padding-top:5px;
  272. }
  273.  
  274.  
  275.  
  276.  
  277. #sidebarlinks a{
  278. font-size: 8px;
  279. letter-spacing:1px;
  280. display: inline;
  281. color:{color:Sidebar Links};
  282. text-align: center;
  283. width: 240px;
  284. padding: 0px 5px 3px 5px;
  285. margin-bottom: 1px;
  286. text-transform: uppercase;
  287. -webkit-transition: all 0.5s ease-in-out;
  288. -moz-transition: all 05s ease-in-out;
  289. transition: all 0.5s ease-in-out;
  290. }
  291.  
  292.  
  293.  
  294.  
  295. #sidebarlinks a:hover{
  296. color:#3a3a3a;
  297. text-shadow: 2px 0 0px #e45c5c, -2px 0 0px #5fdddf;
  298. -webkit-transition: all 0.5s ease-in-out;
  299. -moz-transition: all 05s ease-in-out;
  300. transition: all 0.5s ease-in-out;
  301. }
  302.  
  303.  
  304. #description {
  305. text-align:center;
  306. padding-top: 7px;
  307. }
  308.  
  309.  
  310. #pagination{
  311. text-align:center;
  312. padding-top:10px;
  313. }
  314.  
  315.  
  316. {CustomCSS}</style></head><body>
  317.  
  318.  
  319. <div id="sidebar">
  320. <div id="title"><a href="/"><font color="{color:title}">{Title}</font></a></div>
  321. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  322. <div id="sidebarlinks">
  323. {block:HasPages}{block:Pages}
  324.  
  325. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  326. <a href="/ask">ask</a>
  327. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  328. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  329. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  330. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  331. </div>
  332. <div id="description">{block:Description}{Description}{/block:Description}
  333. </div>
  334.  
  335. <div id="pagination">
  336. {block:PreviousPage}<font face="georgia"><a href="{PreviousPage}">←</a></font>{/block:PreviousPage}
  337. {block:JumpPagination length="5"}
  338. {block:CurrentPage}
  339. <span class="jumppag">{PageNumber}</span>
  340. {/block:CurrentPage}
  341. {block:JumpPage}
  342. <a class="jumppaglink" href="{URL}">{PageNumber}</a>
  343. {/block:JumpPage}
  344. {/block:JumpPagination}
  345. {block:NextPage}<font face="georgia"><a href="{NextPage}">→</a></font>{/block:NextPage}
  346. </div>
  347.  
  348. </div>
  349.  
  350. <div id="credit"><a target="blank"href="http://meliapond.tumblr.com/guidelines"><font color="{color:text}">© meliapond</a></font></div>
  351.  
  352.  
  353. <div id="entries">{block:Posts}<div id="post">
  354.  
  355. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
  356.  
  357. {block:Text}{block:Title}<div id="h1">{Title}</div>{/block:Title}{Body}{/block:Text}
  358.  
  359. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  360.  
  361. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  362.  
  363. {block:Quote}<div id="quote">{Quote}</div>{block:Source}<div id="quotesource"> —{Source}</div>{/block:Source}{/block:Quote}
  364.  
  365. {block:Link}<div id="h1"><t><a href="{URL}" {Target}>{Name}</a></t></div>{block:Description}{Description}{/block:Description}{/block:Link}
  366.  
  367. {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}
  368.  
  369. {block:Audio}{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  370.  
  371. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  372.  
  373. {block:Answer}<div id="question"><div class="asker">{Asker} inquired:</div><div class="question"><big><big>❝</big></big>&nbsp;&nbsp;&nbsp;{Question}&nbsp;&nbsp;&nbsp;<big><big>❞</big></big></div></div><div class="answer">{Answer}</div>{/block:Answer}
  374.  
  375.  
  376. <div id="information">
  377. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  378. {NoteCountWithLabel}</a><br>{block:RebloggedFrom}via:<a href="{ReblogParentURL}"
  379. title="{ReblogParentName}">{ReblogParentName}</a>&nbsp;&nbsp;&nbsp;source:<a href="{ReblogRootURL}"title="{ReblogRootName}">{ReblogRootName}</a>{/block:RebloggedFrom}
  380. </div>
  381.  
  382. {block:PostNotes}
  383. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  384. {/block:PostNotes}
  385. </div>{/block:Posts}
  386.  
  387.  
  388. </div>
  389.  
  390. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment