Advertisement
baskervillles

theme 01

May 13th, 2012
8,454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.76 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <!--
  6. THEME BY JESSICA (MELIAPOND.TUMBLR.COM)
  7.  
  8. 1) PLEASE NO STEALING. DON'T REMOVE THE CREDIT, YOU CAN EDIT AS MUCH AS YOU LIKE THOUGH! JUST KEEP THE CREDIT INTACT IS ALL I ASK. THIS IS not A BASE THEME.
  9.  
  10. 2) YEAH THAT'S BASICALLY THE ONLY RULE. ENJOY! :3
  11. -->
  12.  
  13. <title>{title}</title>
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16.  
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <!-- YOU CAN EDIT THIS IN THE APPEARANCE TAB -->
  21.  
  22. <meta name="color:background" content="#fff"/>
  23.  
  24. <meta name="color:Text" content="#707070"/>
  25.  
  26. <meta name="color:Sidebar Link" content="#D65151"/>
  27.  
  28. <meta name="color:Sidebar Link Hover" content="#4C3A5A"/>
  29.  
  30. <meta name="color:Link" content="#EE935E"/>
  31.  
  32. <meta name="color:Link Hover" content="#4C3A5A"/>
  33.  
  34. <meta name="color:Chat 1" content="#FFC5A3"/>
  35.  
  36. <meta name="color:Chat 2" content="#FFEBCE"/>
  37.  
  38. <meta name="image:sidebar" content=""/>
  39.  
  40. <meta name="text:Link1" content="" />
  41.  
  42. <meta name="text:Link1 Title" content="" />
  43.  
  44. <meta name="text:Link2" content="" />
  45.  
  46. <meta name="text:Link2 Title" content="" />
  47.  
  48. <meta name="text:Link3" content="" />
  49.  
  50. <meta name="text:Link3 Title" content="" />
  51.  
  52. <meta name="text:Link4" content="" />
  53.  
  54. <meta name="text:Link4 Title" content="" />
  55.  
  56. <meta name="text:Link5" content="" />
  57.  
  58. <meta name="text:Link5 Title" content="" />
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68.  
  69. @font-face {
  70. font-family: 'Jenna Sue';
  71. src: url('http://static.tumblr.com/2bgij48/jbpm3xpi4/jennasue.ttf');
  72. }
  73.  
  74.  
  75. body {
  76. background-color:{color:background};
  77. color:{color:Text};
  78. font-family:calibri;
  79. font-size:11px;
  80. }
  81.  
  82.  
  83.  
  84. a {
  85. color:{color:Link};
  86. text-decoration: none;
  87. }
  88.  
  89.  
  90. a:hover {
  91. color:{color:Link Hover};
  92. }
  93.  
  94.  
  95. p{
  96. margin-top: 1px
  97. }
  98.  
  99.  
  100. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  101.  
  102.  
  103.  
  104. .navigation{
  105. float: center;
  106. margin-top: 5px
  107. }
  108.  
  109.  
  110.  
  111. .navigation a{
  112. display:inline;
  113. padding:8px 15px 8px 15px;
  114. margin-right: 1px;
  115. background-color: #FFFFFF;
  116. color:#000000
  117. }
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. /* navigation */
  125.  
  126.  
  127.  
  128. #navigation{
  129. position: fixed;
  130. z-index: -2;
  131. width: 100%;
  132. top: 45%;
  133. left: 0px;
  134. background-color:transparent;
  135. height: 100px;
  136. text-align: center;
  137. font-size: 75px;
  138. }
  139.  
  140.  
  141.  
  142.  
  143. .left{
  144. float:left;
  145. margin-left: 30px;
  146. width: 40px
  147. }
  148.  
  149.  
  150.  
  151.  
  152. .left a{
  153. text-decoration: none;
  154. font-size: 75px;
  155. line-height: 75px
  156. }
  157.  
  158.  
  159.  
  160.  
  161. .left a:hover{
  162. background-color: transparent;
  163. opacity: 0.4;
  164. filter:alpha (opacity=40)
  165. }
  166.  
  167.  
  168.  
  169.  
  170. .right{
  171. float:right;
  172. margin-right: 30px;
  173. width: 40px
  174. }
  175.  
  176.  
  177.  
  178.  
  179. .right a{
  180. text-decoration: none;
  181. font-size: 75px;
  182. line-height: 75px
  183. }
  184.  
  185.  
  186.  
  187.  
  188. .right a:hover{
  189. background-color: transparent;
  190. opacity: 0.4;
  191. filter:alpha (opacity=40)
  192. }
  193.  
  194.  
  195.  
  196.  
  197. #content{
  198. width: 840px;
  199. text-align: center;
  200. margin: 40px auto 30px auto;
  201. padding-bottom: 150px;
  202. background-color: #transparent;
  203. color:{color:Text};
  204. }
  205.  
  206.  
  207.  
  208.  
  209. #entries{
  210. margin-right: 300px;
  211. margin-top:-180px;
  212. width:500px;
  213. float:right;
  214. }
  215.  
  216.  
  217.  
  218. #posts{
  219. background-color: transparent;
  220. padding: 30px 0 0 0;
  221. font-style:normal;
  222. }
  223.  
  224.  
  225.  
  226.  
  227. .post img{
  228. margin: 2px 0 2px 0
  229. }
  230.  
  231.  
  232.  
  233.  
  234. h1{
  235. font-family:'Jenna Sue';
  236. font-size: 30px;
  237. }
  238.  
  239.  
  240.  
  241.  
  242. .image{
  243. text-align: center;
  244. height: auto;
  245. margin-bottom:
  246. 3px; border: 0px
  247. }
  248.  
  249.  
  250.  
  251.  
  252. .qquote{
  253. font-family: 'Jenna Sue';
  254. font-size: 15px;
  255. font-style:none;
  256. margin-left: 0px;
  257. }
  258.  
  259.  
  260.  
  261. .qsource{
  262. margin: 5px 0px 0 20px;
  263. text-align: left;
  264. text-transform: none;
  265. }
  266.  
  267.  
  268.  
  269. .qsourde a{
  270. text-transform: none;
  271. }
  272.  
  273.  
  274.  
  275. .chat{
  276. line-height: 12px;
  277. list-style: none;
  278. font-color:#000000;
  279. }
  280.  
  281.  
  282.  
  283.  
  284. .chat ul {
  285. line-height: 15px;
  286. list-style: none;
  287. padding: 0px;
  288. line-height: 20px;
  289. }
  290.  
  291.  
  292.  
  293.  
  294. .person1 {
  295. color:{color:Text};
  296. background-color:{color:Chat 1};
  297. }
  298.  
  299.  
  300.  
  301.  
  302. .person1 .label {
  303. font-weight: bold;
  304. padding: 0px;
  305. margin-left:
  306. 5px; color:
  307. }
  308.  
  309.  
  310.  
  311.  
  312. .person2 {
  313. color:{color:Text};
  314. background-color:{color:Chat 2};
  315. }
  316.  
  317.  
  318.  
  319.  
  320. .person2 .label {
  321. font-weight: bold;
  322. padding: 0px;
  323. margin-left: 5px;
  324. color: }
  325.  
  326.  
  327.  
  328.  
  329.  
  330. .iaudio
  331. margin-bottom: 2px;
  332. width: 100%;
  333. background-color: #transparent}
  334.  
  335.  
  336.  
  337.  
  338. .iaudio img
  339. {max-width: 180px;
  340. height: auto;
  341. padding: 20px 0 20px 0
  342. }
  343.  
  344.  
  345.  
  346.  
  347. .icap{
  348. margin-top: 1px
  349. }
  350.  
  351.  
  352.  
  353.  
  354. .source{
  355. display:none
  356. }
  357.  
  358.  
  359.  
  360. .asker {
  361. font-size: 30px;
  362. font-family: 'Jenna Sue';
  363. width: 100%;
  364. background-color: #transparent;
  365. color:{color:Text};
  366. line-height: 30px
  367. }
  368.  
  369.  
  370.  
  371.  
  372. .asker img{
  373. margin-top: 3px;
  374. margin-bottom: -3px;
  375. margin-left:3px
  376. }
  377.  
  378.  
  379.  
  380.  
  381. .q {
  382. padding:10px;
  383. font-style: italic;
  384. text-indent: 20px
  385. }
  386.  
  387.  
  388.  
  389.  
  390. .a {
  391. padding-top: 3px
  392. }
  393.  
  394.  
  395.  
  396.  
  397. .cap {
  398. padding-top: 5px;
  399. width: 500px;
  400. }
  401.  
  402.  
  403.  
  404.  
  405.  
  406. #cap {
  407. padding: 2px 0 0 0;
  408. width: 490px;
  409. margin: 0 0 0 5px
  410. }
  411.  
  412.  
  413.  
  414.  
  415. #info {
  416. margin: 0px;
  417. font-size:9px;
  418. text-align: center;
  419. color: #transparent;
  420. padding: 0px;
  421. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  422. background-color: #000000;
  423. padding: 1px;
  424. }
  425.  
  426.  
  427.  
  428.  
  429. .info a{
  430. text-transform:;
  431. }
  432.  
  433.  
  434.  
  435.  
  436. .date{
  437. text-transform: ;
  438. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  439. font-size:9px;
  440. float:right;
  441. }
  442.  
  443.  
  444.  
  445.  
  446. .tags {
  447. color:;
  448. font-size: 9px;
  449. display: inline;
  450. text-transform: none;
  451. }
  452.  
  453.  
  454.  
  455.  
  456. .tags a, .tags a:hover {
  457. font-size: 9px;
  458. background-color:#transparent;
  459. display: inline;
  460. list-style: none;
  461. text-transform: none;
  462. }
  463.  
  464.  
  465.  
  466.  
  467. #notes {
  468. width: 500px;
  469. padding: 0px;
  470. margin: 5px;
  471. font-size: 10px;
  472. text-align: left;
  473. }
  474.  
  475.  
  476.  
  477.  
  478. ol.notes {
  479. list-style: none;
  480. margin: 0 20px 0 0;
  481. padding: 0px
  482. }
  483.  
  484.  
  485.  
  486.  
  487. ol.notes li {
  488. margin: 0px;
  489. padding: 2px;
  490. }
  491.  
  492.  
  493.  
  494.  
  495. #notes img{
  496. border:0px
  497. }
  498.  
  499.  
  500.  
  501.  
  502.  
  503. #sidebar{
  504. width: 310px;
  505. background-color: {color:background};
  506. position: fixed;
  507. margin: 20px 0px 0px -100px
  508. }
  509.  
  510.  
  511.  
  512. #title {
  513. font-family: 'Jenna Sue';
  514. font-size:25px;
  515. font-color:{color:Text};
  516. margin-top:0px;
  517. margin-bottom: -23px;
  518. letter-spacing:1px;
  519. text-align:center;
  520. position:relative;
  521. }
  522.  
  523.  
  524. .sidebardescr{
  525. font-size: 10px;
  526. font-family: Calibri;
  527. margin: -15px 10px -10px 10px;
  528. padding:15px 15px 0px 15px;
  529. text-align: center;
  530. }
  531.  
  532.  
  533.  
  534.  
  535. .sidebarimg img{
  536. width: 250px;
  537. height: auto;
  538. padding: 0px 30px 0px 0px;
  539. text-align:center
  540. }
  541.  
  542.  
  543.  
  544.  
  545. .sidebarlinks {
  546. margin: 40px 0px 0px 0px;
  547. padding: 10px;
  548. float: left;
  549. }
  550.  
  551.  
  552.  
  553.  
  554. .sidebarlinks a{
  555. display: block;
  556. background-color:{color:background};
  557. text-align:center;
  558. width: 0px;
  559. padding: 3px 0 3px 0;
  560. margin-bottom: 30px;
  561. text-transform: none;
  562. text-decoration: none;
  563. -webkit-transition: all 0.2s ease-in-out;
  564. -moz-transition: all 0.2s ease-in-out;
  565. transition: all 0.2s ease-in-out;
  566. }
  567.  
  568.  
  569.  
  570.  
  571. .sidebarlinks a:hover{
  572. background-color: {color:background};
  573. width:10px;
  574. -webkit-transition: all 0.3s ease-in-out;
  575. -moz-transition: all 0.3s ease-in-out;
  576. transition: all 0.3s ease-in-out;
  577. }
  578.  
  579.  
  580.  
  581.  
  582. .sidebarlinks a:hover{
  583. font-size: 11px;
  584. background-color: {color:background};
  585. margin-left:-10px;
  586. }
  587.  
  588.  
  589.  
  590.  
  591. .sidebarlinks2 {
  592. margin: 5px 10px 5px 5px;
  593. padding: 5px
  594. }
  595.  
  596.  
  597.  
  598.  
  599. .sidebarlinks2 a{
  600. font-size: 9px;
  601. display: inline;
  602. color:{color:Sidebar Link};
  603. text-align: center;
  604. width: 240px;
  605. padding: 3px 0 3px 0;
  606. margin-bottom: 1px;
  607. text-transform: uppercase;
  608. text-decoration: none;
  609. }
  610.  
  611.  
  612.  
  613.  
  614. .sidebarlinks2 a:hover{
  615. background-color: #transparent;
  616. color:{color:Sidebar Link Hover};
  617. }
  618.  
  619.  
  620.  
  621.  
  622. .sidebarlinks2 a:hover{
  623. font-size: 9px;
  624. background-color: #transparent;
  625. color:#transparent;
  626. }
  627.  
  628.  
  629.  
  630.  
  631. .pages {
  632. margin-top: 10px;
  633. margin-bottom: 10px;
  634. text-align: center;
  635. line-height: 20px
  636. }
  637.  
  638.  
  639.  
  640.  
  641. .pages a {
  642. text-decoration: none;
  643. background-color:color:link background;
  644. padding: 2px 4px 2px 4px;
  645. color: #FFFFFF;
  646. border-right: 1px solid #d2d2d2;
  647. border-bottom: 1px solid #d2d2d2;
  648. }
  649.  
  650.  
  651.  
  652.  
  653. .sidimage{
  654. margin: 5px 0 5px 0;
  655. text-align: center
  656. }
  657.  
  658.  
  659.  
  660.  
  661. .sidimage img {
  662. max-width: 230px;
  663. height: auto;
  664. }
  665.  
  666.  
  667.  
  668.  
  669. .pages a:hover {
  670. background-color: ;
  671. color:;
  672. border-top: 1px solid #d2d2d2;
  673. border-left: 1px solid #d2d2d2;
  674. border-right: transparent;
  675. border-bottom: transparent;
  676. }
  677.  
  678.  
  679.  
  680.  
  681. .pages {
  682. margin: 0px 0 10px 0;
  683. text-align: center;
  684. line-height: 20px
  685. }
  686.  
  687.  
  688.  
  689.  
  690. .pages a {
  691. text-decoration: none;
  692. background-color: #000000;
  693. padding: 2px 4px 2px 4px;
  694. color:#FFFFFF
  695. }
  696.  
  697.  
  698.  
  699.  
  700.  
  701. {CustomCSS}
  702.  
  703. </style>
  704.  
  705.  
  706.  
  707. <body>
  708.  
  709.  
  710. <div id="content">
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717. <div id="sidebar">
  718. <br>
  719. <div id="title">{Title}</div><br><br>
  720.  
  721.  
  722.  
  723.  
  724. <div class="sidebarlinks">
  725.  
  726. <a href="/" title="home"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/icons%20for%20themes/1335651127_045.png" /></a>
  727.  
  728. <a href="/ask" title="message"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/icons%20for%20themes/1335651138_027.png" /></a>
  729.  
  730. <a href="/archive" title="archive"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/icons%20for%20themes/1335651205_026.png" /></a>
  731.  
  732. <a href="http://meliapond.tumblr.com/guidelines" title="theme by meliapond"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/icons%20for%20themes/1335651124_031.png" /></a>
  733.  
  734. </div>
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742. <div class="sidebarimg"><img
  743.  
  744. src="{image:sidebar}"/></div>
  745.  
  746.  
  747.  
  748.  
  749. <div class="sidebarlinks2">
  750.  
  751. {block:HasPages}{block:Pages}
  752.  
  753. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  754. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  755. {block:ifLink2}<a href="{text:Link2}"> · {text:Link2 Title}</a> {/block:ifLink2}
  756. {block:ifLink3}<a href="{text:Link3}"> · {text:Link3 Title}</a> {/block:ifLink3}
  757. {block:ifLink4}<a href="{text:Link4}"> · {text:Link4 Title}</a> {/block:ifLink4}
  758. {block:ifLink5}<a href="{text:Link5}"> · {text:Link5 Title}</a> {/block:ifLink5}</div>
  759.  
  760.  
  761.  
  762.  
  763. <div class="sidebardescr">
  764.  
  765.  
  766. {block:Description}{Description}{/block:Description}</div>
  767.  
  768.  
  769.  
  770.  
  771.  
  772. <br><br>
  773.  
  774. <div id="pages">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  775.  
  776. {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
  777. </div>
  778.  
  779. <br>
  780.  
  781.  
  782.  
  783. </div>
  784.  
  785.  
  786.  
  787.  
  788. <div id="entries">
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795. {block:Posts}
  796.  
  797.  
  798.  
  799.  
  800. <div class="post">
  801.  
  802.  
  803. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  804.  
  805. {block:Photo}
  806. {block:IndexPage}
  807. <div id="postbody">
  808. <center><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></div></center>
  809. {/block:IndexPage}
  810. {block:PermalinkPage}
  811. <div id="postbox">
  812. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  813. </div>
  814. {/block:PermalinkPage}
  815. {/block:Photo}
  816.  
  817. {block:Photoset}{Photoset-500}{/block:Photoset}
  818.  
  819. {block:Quote}
  820. <div class="qquote">{Quote}</div>
  821. {block:Source}<div class="qsource">- {Source}</div>{/block:Source}
  822. {/block:Quote}
  823.  
  824. {block:Link}
  825. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  826. {block:Description}{Description}{/block:Description}
  827. {/block:Link}
  828.  
  829. {block:Chat}
  830. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  831. <div class="chat"><ul>{block:Lines}
  832. <li class="person{UserNumber}">{block:Label}
  833. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  834. {/block:Chat}
  835.  
  836. {block:Audio}
  837. <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  838. {AudioPlayerGrey}
  839. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  840. {/block:Audio}
  841.  
  842. {block:Video}{Video-500}{/block:Video}
  843.  
  844. {block:Answer}
  845. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker}</div>
  846. <div class="q">{Question}</div>
  847. <div class="a">{Answer}</div>
  848. {/block:Answer}
  849.  
  850.  
  851. <div class="cap">
  852. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  853. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  854. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  855.  
  856. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  857. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  858. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  859. {/block:ContentSource}</div></div>
  860.  
  861.  
  862.  
  863. <div class="origin">{block:RebloggedFrom}via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  864. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}"
  865.  
  866. title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  867.  
  868. <div class="ibottom"><div align='center'>{block:Date}posted {TimeAgo} · {DayOfMonth}/{MonthNumber}/{Year}{/block:Date} · <a href="{Permalink}">{NoteCountWithLabel}</a> <br></div></div>
  869.  
  870.  
  871. <div class="info"><div align="center">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  872.  
  873. </div><br>
  874.  
  875. {/block:Posts}
  876. {block:PostNotes}
  877. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  878. {/block:PostNotes}
  879.  
  880. </div>
  881.  
  882.  
  883. </div>
  884.  
  885.  
  886. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement