Advertisement
lionhearted

Theme 05

Aug 13th, 2013
2,745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.19 KB | None | 0 0
  1. <!---              _,..._,m,      
  2.             ,/'      '"";    
  3.            /             ".         theme 05 by -alex(aka lionheartis)
  4.          ,'mmmMMMMmm.      \         <---and there's my panda
  5.        _/-"^^^^^"""%#%mm,   ;    ++++++++++++++++++++++++++++++++++++
  6.  ,m,_,'              "###)  ;,        don't remove my credits
  7. (###%                 \#/  ;##mm.     dont claim it as your own
  8.  ^#/  __        ___    ;  (######)
  9.   ;  //.\\     //.\\   ;   \####/
  10.  _; (#\"//     \\"/#)  ;  ,/
  11. @##\ \##/   =   `"=" ,;mm/
  12. `\##>.____,...,____,<####@>
  13.  
  14. --->
  15.  
  16.  
  17.  <html>
  18.  
  19.  <head>
  20.    
  21.         <title>{Title}</title>
  22.         <link rel="shortcut icon" href="{Favicon}">
  23.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.         {block:Description}
  25.         <meta name="description" content="{MetaDescription}" />
  26.         {/block:Description}    
  27.  
  28.  
  29.  <meta name="color:bg" content="#FFFFFF">
  30.     <meta name="color:link" content="#E6E4E4">
  31.    
  32.     <meta name="color:hover" content="#454545">
  33.     <meta name="color:infobg" content="#FCFCFC">
  34.     <meta name="color:text" content="#9A9A9A">
  35.     <meta name="color:tags" content="#EDEDED">
  36.     <meta name="color:scrollbar" content="#D6D5D5">
  37.     <meta name="color:border" content="#FAFAFA">
  38.   <meta name="color:title" content="#FAFAFA">
  39.    
  40.     <meta name="image:sidebar" content=""/>
  41.  
  42.  
  43. <meta name="text:Link1" content="#" />
  44. <meta name="text:Link1 Title" content="link 1" />
  45. <meta name="text:Link2" content="#" />
  46. <meta name="text:Link2 Title" content="link 2" />
  47.   <meta name="text:title2" content="your description two"/>
  48.     <meta name="text:firstletter" content="H"/>
  49. </head>
  50.  
  51. <body>
  52.     <link href='http://fonts.googleapis.com/css?family=Parisienne|Niconne|Alex+Brush|Tangerine:400,700|Great+Vibes|Monsieur+La+Doulaise|Pinyon+Script' rel='stylesheet' type='text/css'>
  53.    
  54.    
  55.     <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Montaga' rel='stylesheet' type='text/css'>
  58.  <link href='http://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'>
  59.  <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
  60.  <link href='http://fonts.googleapis.com/css?family=IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
  61.  </style>
  62. <style type="text/css">
  63.  
  64.    
  65. html {cursor: url("http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png"), default;}
  66.     a {
  67.     color:#000;
  68.     text-decoration:none;
  69.     -moz-transition-duration:0.5s;
  70.     -webkit-transition-duration:0.5s;
  71.     -o-transition-duration:0.5s;
  72.     }
  73.    
  74.     a:hover {
  75.     color:#fff;
  76.     text-decoration:none;
  77.     -moz-transition-duration:0.5s;
  78.     -webkit-transition-duration:0.5s;
  79.     -o-transition-duration:0.5s;
  80.     }
  81.  
  82.    
  83. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  84. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  85. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  86.  
  87. body {
  88.     margin:0px;
  89.     padding:0px;
  90.     font-family:baskerville;
  91.     font-size:10px;
  92.     color:{color:text};
  93.     background:{color:background};
  94. }
  95.  
  96.  
  97.  
  98.  
  99. h1 {
  100. font-weight:normal;
  101. font-size:10px;
  102. text-align:center;
  103. font-style:normal;
  104. line-height:80%;
  105. letter-spacing:1px;
  106. text-transform:uppercase;
  107. color:{color:text};
  108. }
  109.  
  110. h2 {
  111. font-size:15px;
  112. text-align:center;
  113. line-height:100%;
  114. letter-spacing:-0.5px;
  115. color:{color:text};
  116. font-weight:normal;
  117. padding:5px;
  118. padding-bottom:2px;
  119. }
  120.  
  121.  
  122. blockquote {
  123. border-left:2px solid {color:text};
  124. padding-left:5px;
  125. margin:5px;
  126. }
  127.  
  128. #sidebar {
  129. color:#838383;
  130. position:fixed;
  131. width:90px;;
  132. height:auto;
  133. margin-top:-40px;
  134. margin-left:300px;
  135. text-align:left;
  136. height:100%;
  137. border-right: 1px solid #e3e3e3;
  138. padding-right:40px;
  139. }
  140.  
  141.  
  142. .nav {
  143.     background-color:#FFF;
  144.     border-bottom:1px solid #e6e4e4;
  145.     padding:10px;
  146.     margin-left:-70px;
  147.     font-size:7px;
  148.     text-transform: uppercase;
  149.     letter-spacing:4px;
  150. }
  151.  
  152. .nav:hover {
  153.     font-color:{color:text};
  154.  
  155.     border-bottom:0px solid #e6e4e4;
  156.     padding:10px;
  157. }
  158.  
  159.  
  160. #sideimg {margin-left:-350px;margin-top:30px;}
  161. #sideimg img {position:fixed;}
  162.  
  163. #oreo {
  164. position:fixed;
  165. margin-top:200px;
  166. margin-left: 224px;
  167. }
  168.  
  169. #oreo img {
  170. width:168px;
  171. height:11px;
  172. padding:5px;
  173. }
  174.  
  175.  
  176.  
  177. #titz {
  178.     width:250px;
  179.     margin-top:160px;
  180.   margin-left:-120px;
  181.     font-family:{font:text};
  182.     text-transform:lowercase;
  183.     font-size:30px;
  184.     font-weight:normal;
  185.     text-align:center;
  186.     padding:5px;
  187. }
  188. #titz a {
  189.     color:{color:title};
  190. }
  191. #links {
  192. position:absolute;
  193. letter-spacing:1px;
  194. position:fixed;
  195. font-family:times new roman;
  196. width:100px;
  197. display:block;
  198. margin-top:20px;
  199. margin-left:210px;
  200. font-size:9px;
  201.   color:{color:link};
  202. text-transform:lowercase;
  203. text-align:right;
  204. line-height:80%;
  205. }
  206.  
  207. #links a{
  208. display:block;
  209. width:120px;
  210. line-height:80%;
  211. margin-top:1px;
  212. margin-bottom:8px;
  213. margin-left:30px;
  214. color:#fff;
  215. letter-spacing:2px;
  216. font-style:italic;
  217. -moz-transition-duration:.5s;
  218. -webkit-transition-duration:.5s;
  219. -o-transition-duration:.5s;
  220. }
  221.  
  222. #links a:hover {
  223. text-decoration:underline;
  224.   color:{color:link};
  225. width:120px;
  226. letter-spacing:4px;
  227. -moz-transition-duration:.5s;
  228. -webkit-transition-duration:.5s;
  229. -o-transition-duration:.5s;
  230.  
  231. }
  232.  
  233. #description {
  234.         width:140px;
  235.         margin-top:30px;
  236.         margin-left:-60px;
  237.         padding:5px;
  238.         font-family:baskerville;
  239.         font-size:10px;
  240.         text-align:center;
  241. }
  242.  
  243. #description a {
  244.  color: {color:text}
  245. }
  246.  
  247. #description a:hover {
  248.  color: {color:text}
  249. }
  250.  
  251. .pagination {
  252.  font-size:8px;
  253. letter-spacing:1px;
  254. word-spacing:4px;
  255. width:100px;
  256. margin-left:-40px;
  257. position:relative;
  258.  text-transform:lowercase;
  259.     letter-spacing:1px;
  260.  
  261.     font-style:normal;
  262.     text-align:center;
  263.     padding-top:100px;
  264. }
  265.  .pagination a {
  266.     color:{color:text};
  267.     }
  268.    
  269.  
  270. #hello {
  271.      width:140px;
  272.         margin-top:20px;
  273.         margin-left:-10px;
  274.         padding:5px;
  275.         font-family:baskerville;
  276.         font-size:10px;
  277.         text-align:center;
  278.  
  279.     padding:10px;
  280.     line-height: 120%;
  281.  
  282.  
  283.     color:#8f8c8c;
  284.    background-color: #f1f1f0;
  285.    outline: double #f1f1f0;
  286.  
  287.  
  288.     }
  289.    
  290.  #stuffcontainer {
  291.     float:left;
  292.     margin-left:450px;
  293.     margin-top:-20px;
  294.     text-align:justify;
  295.     background-color:{color:bg};
  296.     color:{color:text};
  297.     margin-bottom: 35px;
  298.     }
  299.  
  300.  
  301.     #stuff {
  302.     width:500px;
  303.     margin-top:45px;
  304.     text-align:justify;
  305.     font-size:11px;
  306.     line-height:90%;
  307.     letter-spacing:0x;
  308.     color:{color:text};
  309.     }
  310.  
  311.     .caption {
  312.     width:500px;
  313.     text-align:justify;
  314.     line-height:120%;
  315.     }
  316.    
  317.     .ask {
  318.     padding:10px;
  319.     text-align:left;
  320.     color:{color:text};
  321.     background-color:{color:infobg};
  322.     border-bottom:1px solid {color:border};
  323.     border-right:1px solid {color:border};
  324.     }
  325.    
  326.     .ans {
  327.     text-align:left;
  328.     padding:10px;
  329.     color:{color:text};
  330.     }
  331.  
  332.     .audio {
  333.     width:500px;
  334.     padding-bottom:10px;
  335.     background-color:{color:infobg};
  336.     }
  337.    
  338.     .albumart {
  339.     float:left;
  340.     padding:0px 10px 10px 0px;
  341.     }
  342.    
  343.     .albumart img {
  344.     width:45px;
  345.     height:45px;
  346.     }
  347.    
  348.     .playercontainer {
  349.     text-align:left;
  350.     padding:10px;
  351.     background-color:#ffffff;
  352.     width:480px;
  353.     }
  354.    
  355.     .audioinfo {
  356.     padding:10px;
  357.     color:{color:text};
  358.     }
  359.  
  360.     #postinfo {
  361.     width:490px;
  362.     padding:5px;
  363.     font-size:8px;
  364.     color:#000;
  365.     text-transform:uppercase;
  366.     font-style:normal;
  367.     letter-spacing:2px;
  368.     text-align:left;
  369.     border-top:1px solid {color:border};
  370.     border-bottom:1px solid {color:border};
  371.     -moz-transition-duration:0.5s;
  372.     -webkit-transition-duration:0.5s;
  373.     -o-transition-duration:0.5s;
  374.     }
  375.  
  376.     #postinfo a {
  377.     color:#000;
  378.     text-align:center;
  379.     letter-spacing:1px;
  380.     font-style:normal;
  381.     }
  382.    
  383.     #postinfo a:hover {
  384.     color:#000};
  385.     }
  386.    
  387.     .note {
  388.     text-transform:uppercase;
  389.     font-style:normal;
  390.     letter-spacing:0px;
  391.     font-size: 9px;
  392.     text-align:left;
  393.     line-height:90%;
  394.     margin-left:-40px;
  395.     }
  396.    
  397.     .note li {
  398.     list-style-type:none;
  399.     border-bottom:1px solid {color:border};
  400.     padding:10px 25px 10px 25px;
  401.     text-align:left;
  402.     margin:0px;
  403.     -moz-transition-duration:0.5s;
  404.     -webkit-transition-duration:0.5s;
  405.     -o-transition-duration:0.5s;
  406.     }
  407.        
  408.     .tags {
  409.     font-style:normal;
  410.     width:500px;
  411.     text-transform:uppercase;
  412.     font-style:normal;
  413.     color:#000;
  414.     letter-spacing:2px;
  415.     line-height:120%;
  416.     font-size:8px;
  417.     text-align:left;
  418.     padding:2px;
  419.     -moz-transition-duration:0.5s;
  420.     -webkit-transition-duration:0.5s;
  421.     -o-transition-duration:0.5s;
  422.     }
  423.    
  424.     .tags a {
  425.     color:#d6d5d5;
  426.     letter-spacing:1px;
  427.     padding:1px;
  428.     }
  429.    
  430.     .tags a:hover {
  431.     color:{color:link};
  432.     }
  433.    
  434.     ul.chat, .chat ol, .chat li {
  435.     list-style:none;
  436.     margin:0px;
  437.     padding:2px;
  438.     }
  439.    
  440.     .label {
  441.     text-decoration:underline;
  442.     font-weight:700;
  443.     background-color:{color:infobg};
  444.     margin-right:5px;
  445.     }
  446.    
  447.  
  448. #ohm {
  449.     text-transform:uppercase;
  450.     position:fixed;
  451.     right:.5%;
  452.     bottom:2%;
  453.     text-align:center;
  454.     font-size:10px;
  455.     font-family: cambria;
  456.     opacity:.60;
  457.     width:40px;
  458.     color:#000;}
  459.  
  460.  
  461.    
  462.    
  463.    
  464.  
  465.  
  466.     {CustomCSS}
  467.  
  468.     </style></head>
  469. <body>
  470.  
  471. <div id="ohm"><a href="http://lionheartis.tumblr.com"><big>T.</big>
  472.  
  473. </div>
  474.  
  475.  
  476. <div id="oreo"><img src="http://media.tumblr.com/5f2ad34620025d389654f37487f2a6a3/tumblr_inline_mr665nmvSw1qz4rgp.png"></div>
  477.  
  478.  
  479. <div id="sidebar">
  480.  <div id="sideimg"><img src="{image:Sidebar}" width="245"></div>  
  481. <div id="titz"><a href="/">{Title}</a></div>
  482.  
  483. <div id="description"><font face="parisienne" size="5"><i>{text:firstletter}</font>{Description}
  484. <br>
  485.  
  486.  
  487. <div id="hello">{text:title2}
  488.  
  489. </div>
  490. <table width="200" border="0" cellspacing="20" cellpadding="0">
  491.   <tr>
  492.     <td align="center" valign="middle"><a class="nav" href="/">index</a></td>
  493.     <td align="center" valign="middle"><a class="nav" href="/ask">ask</a></td>
  494.   </tr>
  495.   <tr>
  496.     <td align="center" valign="middle">{block:ifLink1}<a class="nav" href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</td>
  497.     <td align="center" valign="middle">{block:ifLink2}<a class="nav" href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div></td>
  498.   </tr>
  499. </table>
  500.  
  501. <center>
  502.  
  503.  
  504. </div>
  505.  
  506. <div class="pagination">
  507. {block:Pagination}{block:PreviousPage}
  508. <a href="{PreviousPage}">← back</a>{/block:PreviousPage}
  509. {block:NextPage}<a href="{NextPage}">  forthβ†’</a>
  510. {/block:NextPage}{/block:Pagination}</div>
  511.  
  512.  
  513.  
  514.  
  515. </div>
  516.  
  517.  
  518.  
  519.  
  520.   <div id="stuffcontainer">
  521.  
  522. {block:Posts}
  523.  
  524. <div id="stuff">
  525.  
  526. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  527.  
  528. {block:Quote}<h2>β€œ{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  529.  
  530. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  531. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  532.  
  533. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  534.  
  535. {block:Photoset}<center>{Photoset-500}</center>
  536. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  537.  
  538. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  539.  
  540. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  541.  
  542. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  543.  
  544. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  545. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  546. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  547. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  548. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  549.  
  550.  
  551.  
  552. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  553. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  554. {block:HasTags}
  555. <div class="tags">
  556. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  557. {/block:HasTags}
  558. <div class="note">
  559. {block:PostNotes}{PostNotes}{/block:PostNotes}
  560. </div>
  561. </div>
  562. {/block:Posts}
  563.  
  564.  
  565. </div>
  566.  
  567.  
  568.    
  569. <div class="pagination">
  570. {block:Pagination}{block:PreviousPage}
  571. <a href="{PreviousPage}">previous page </a>{/block:PreviousPage}
  572. {block:NextPage} / <a href="{NextPage}">  next page</a>
  573. {/block:NextPage}{/block:Pagination}</div>
  574.  
  575.  
  576. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement