Don't like ads? PRO users don't see any ads ;-)

don't you shiver?

By: sweet-themes on Jul 24th, 2011  |  syntax: None  |  size: 9.36 KB  |  hits: 4,084  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--
  2.         'Don't You Shiver' is a free Tumblr theme by Rachel McKibben
  3.         find her themes at http://sweet-themes.tumblr.com
  4.         please do not remove the credit or claim this as your own creation.
  5.         please do not redistribute without permission. thank you!
  6.        
  7.         tested in all major browsers; looks best in Chrome & Safari.
  8.         updated 08/21/2010
  9. -->
  10. <html>
  11.     <head>
  12.         {block:Description}
  13.         <meta name="description" content="{MetaDescription}" />
  14.         {/block:Description}
  15.  
  16.         <meta name="text:Accent font family" content="Georgia">
  17.         <meta name="text:Main font family" content="Arial">
  18.         <meta name="image:Background" content="http://static.tumblr.com/r1ocogc/Teeku0oo6/7.png">
  19.         <meta name="if:Show RSS Link" content="1">
  20.         <meta name="if:Show Random Link" content="1">
  21.         <meta name="if:Show Archive Link" content="1">
  22.         <meta name="if:Show Submit LInk" content="1">
  23.         <meta name="image:Personal Picture" content="http://i37.tinypic.com/o8tkeo.jpg">
  24.  
  25.         <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
  26.         <link rel="shortcut icon" href="{Favicon}">
  27.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28.  
  29.         <style type="text/css">
  30. body
  31.   { background-color: #E4E4E4;
  32.     background-image: url('{image:Background}');
  33.     background-repeat: repeat;
  34.     background-attachment: fixed; }
  35.  
  36. a, a:link, a:active, a:visited
  37.   { color: #666666; }
  38.  
  39. .sidebar
  40.   { position: fixed;
  41.     *position: absolute;
  42.     display: block;
  43.     left: 250px;
  44.     text-align: right;
  45.     bottom: 0px;
  46.     width: 200px;
  47.     margin: 7px; padding: 0px; }
  48.  
  49. .paginaters
  50.   { font-family: {text:Accent font family};
  51.     font-size: 72pt;
  52.     line-height: 56pt;
  53.     letter-spacing: -5px;
  54.     display: inline;
  55.     margin: 0; padding: 0;
  56.     margin-bottom: 7px;
  57.     text-shadow: 0.00em 0.00em 1px #bbb; }
  58.  
  59. .paginaters a, .paginaters a:link, .paginaters a:active, .paginaters a:visited
  60.   { text-decoration: none;
  61.     color: #EEEEEE;
  62.     -webkit-transition: color .2s linear; }
  63. .paginaters a:hover
  64.   { color: #F5F5F5; }
  65.  
  66. .desc {
  67.     border-bottom: 1px solid #DFDFDF;
  68.     background-color: EEEEEE;
  69.     font-family: {text:Main font family};
  70.     font-size: 8pt;
  71.     color: #666666;
  72.     text-align: justify;
  73.     margin: 0; padding: 0; }
  74.  
  75. .desc ol, .desc ul
  76.   { margin: 0; padding: 0; margin-left: 15px; }
  77.  
  78. .post
  79.   { background-color: #EEEEEE;
  80.     border: 1px solid #DFDFDF;
  81.     padding: 7px;
  82.     margin: 7px;
  83.     width: 400px;
  84.     *width: 416px;
  85.     font-family: {text:Main font family};
  86.     font-size: 8pt;
  87.     font-weight: normal;
  88.     color: #777777;
  89.     margin-left: 465px; }
  90.  
  91. h3
  92.   { font-family: {text:Main font family};
  93.     font-size: 7.5pt;
  94.     line-height: 8pt;
  95.     color: #777777;
  96.     margin: 0; padding: 0;
  97.     font-weight: normal;
  98.     width: 300px;
  99.     margin-left: 470px; }
  100.  
  101. h4
  102.   { font-family: {text:Accent font family};
  103.     font-size: 20pt;
  104.     line-height: 3pt;
  105.     *line-height: 100%;
  106.     color: #4E4E4E;
  107.     font-style: italic;
  108.     font-weight: normal;
  109.     text-align: right!important;
  110.     margin: 0; padding: 0; }
  111.  
  112. h4 a, h4 a:link, h4 a:active, h4 a:visited
  113.   { color: #4E4E4E;
  114.     text-decoration: none;
  115.     -webkit-transition: color .2s linear; }
  116. h4 a:hover
  117.   { color: #666666; }
  118.  
  119. h5, .linksyah
  120.   { font-family: {text:Accent font family};
  121.     font-size: 12pt;
  122.     line-height: 12pt;
  123.     text-align: right;
  124.     margin: 0; padding: 0;
  125.     font-weight: normal;
  126.     color: #C2C2C2;
  127.     letter-spacing: -1px;
  128.     text-transform: lowercase; }
  129.  
  130. h5 a, h5 a:link, h5 a:active, h5 a:visited, .linksyah a, .linksyah a:link, .linksyah a:active, .linksyah a:visited
  131.   { color: #C2C2C2;
  132.     text-decoration: none;
  133.     -webkit-transition: color .1s linear; }
  134. h5 a:hover, .linksyah a:hover
  135.   { color: #BBBBBB; }
  136.  
  137. h3 a
  138.   { text-decoration: none; }
  139.  
  140. .reg
  141.   { text-align: justify;
  142.     margin: 0; padding: 0; }
  143.  
  144. .reg a, .reg a:link, .reg a:active, .reg a:visited, .source a, .source a:link, .source a:active, .source a:visited
  145.   { color: #666666; }
  146.  
  147. .source
  148.   { margin: 0; padding: 0;
  149.     margin-left: 50px;
  150.     font-size: 7.5pt; }
  151.  
  152. .screenname
  153.   { font-family: {text:Accent font family};
  154.     font-size: 8pt;
  155.     color: #666666;
  156.     margin: 0; padding: 0; }
  157. .im
  158.   { font-family: {text:Main font family};
  159.     font-size: 8pt;
  160.     color: #777777;
  161.     margin: 0; padding: 0;
  162.     margin-left: 5px; }
  163.  
  164. .player
  165.   { background-color: #E4E4E4;
  166.     width: 100%;
  167.     height: 27px;
  168.     vertical-align: center;
  169.     font-size: 7.5pt;
  170.     text-align: center;
  171.     line-height: 30px; }
  172.  
  173. .player a
  174.   { text-decoration: none;
  175.     color: #777777; }
  176. .player a:hover
  177.   { color: #666666; }
  178.  
  179. img.albumart
  180.   { width: 100%; }
  181.  
  182. .post blockquote
  183.   { margin-left: 20px;
  184.         margin-right: 0px; }
  185.  
  186. .perma
  187.   { width: 100%;
  188.     border-top: 1px solid #E8E8E8;
  189.     margin-top: 5px;
  190.     padding-top: 3px;
  191.     font-family: {text:Accent font family};
  192.     font-size: 7pt;
  193.     line-height: 5px;
  194.     text-transform: uppercase;
  195.     color: #BEBEBE;
  196.     text-decoration: none;
  197.     -webkit-transition: color .2s linear; }
  198.  
  199. .perma:hover
  200.   { color: #aaa; }
  201.  
  202. img.pic
  203.   { width: 194px;
  204.         margin-top: 3px; }
  205.  
  206. ol.notes
  207.   { padding: 0px;
  208.     margin: 25px 0px;
  209.     list-style-type: none;
  210.     border-bottom: solid 1px #E8E8E8; }
  211.  
  212. ol.notes li.note
  213.   { border-top: solid 1px #E8E8E8;
  214.     padding: 3px; }
  215.  
  216. ol.notes li.note img.avatar
  217.  { vertical-align: -4px;
  218.    margin-right: 10px;
  219.    width: 16px;
  220.    height: 16px; }
  221.  
  222. ol.notes li.note span.action
  223.  { font-weight: normal;
  224.    font-size: 7.5pt; }
  225.  
  226. ol.notes li.note .answer_content
  227.  { font-weight: normal; }
  228.  
  229. ol.notes li.note blockquote
  230.  { border-color: #E8E8E8;
  231.    padding: 4px 10px;
  232.    margin: 10px 0px 0px 25px; }
  233.  
  234. ol.notes li.note blockquote a
  235.  { text-decoration: none; }
  236.  
  237. iframe
  238.   { position: fixed!important;
  239.     *position: absolute!important; }
  240. .post iframe
  241.   { height: auto!important;
  242.      overflow: visible!important;
  243.      position: relative!important;
  244.      display: inline!important;
  245.      width: 400px!important; }
  246.  
  247. {CustomCSS}
  248.  
  249.         </style>
  250.     </head>
  251.  
  252.     <body>
  253.  
  254.  
  255.     <div class="sidebar">
  256.  
  257.     {block:Pagination}
  258.     <div class="paginaters">
  259.         {block:PreviousPage}
  260. <a href="{PreviousPage}">&laquo;</a>
  261.         {/block:PreviousPage}
  262.  
  263.         {block:NextPage}
  264. <a href="{NextPage}">&raquo;</a>
  265.         {/block:NextPage}
  266.     </div>
  267.     {/block:Pagination}
  268.  
  269.     <div class="desc">
  270.     <h4><a href="/">{Title}</a></h4>
  271.     <div style="padding: 3px; margin-top: 3px;">
  272.         {Description}
  273.         {block:IfPersonalPictureImage}<br><img class="pic" src="{image:Personal Picture}">{/block:IfPersonalPictureImage}
  274.  
  275.         <div class="linksyah">
  276.         {block:IfShowArchiveLink}&nbsp;<a href="/archive">archive</a>{/block:IfShowArchiveLink}
  277.         {block:IfShowRandomLink}&nbsp;<a href="/random">random</a>{/block:IfShowRandomLink}
  278.         {block:IfShowRSSLink}&nbsp;<a href="{RSS}">rss</a>{/block:IfShowRSSLink}
  279.         {block:AskEnabled}&nbsp;<a href="/ask">ask</a>{/block:AskEnabled}{block:IfShowSubmitLink}&nbsp;<a href="/submit">submit</a>{/block:IfShowSubmitLink}</div>
  280.     </div>
  281.  
  282.     </div>
  283.  
  284.     </div>
  285.  
  286.  
  287.     {block:Posts}
  288.     <div class="post">
  289.  
  290.  
  291.         {block:Text}
  292. {block:Title}<h5>{Title}</h5>{/block:Title}
  293.  
  294. <div class="reg">{Body}</div>
  295.         {/block:Text}
  296.  
  297.  
  298.         {block:Photo}
  299. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"><br>
  300.  
  301. {block:Caption}<div class="reg">{Caption}</div>{/block:Caption}
  302.         {/block:Photo}
  303.  
  304.  
  305.         {block:Quote}
  306. <h5>&ldquo;{Quote}&rdquo;</h5>
  307.  
  308. {block:Source}<div class="source">-- {Source}</div>{/block:Source}
  309.         {/block:Quote}
  310.  
  311.  
  312.         {block:Link}
  313. <h5><a href="{URL} class="link" {Target}>{Name}</a></h5>
  314.  
  315. {block:Description}<div class="reg">{Description}</div>{/block:Description}
  316.         {/block:Link}
  317.  
  318.  
  319.         {block:Chat}
  320. {block:Title}<h5>{Title}</h5>{/block:Title}
  321.  
  322. <table cellpadding="0" cellspacing="0">
  323.     {block:Lines}
  324.     <tr>
  325.         {block:Label}
  326.         <td class="screenname">
  327. {Label}
  328.         </td>
  329.         {/block:Label}
  330.         <td class="im">
  331. &nbsp;{Line}
  332.         </td>
  333.     </tr>
  334.     {/block:Lines}
  335. </table>
  336.         {/block:Chat}
  337.  
  338.  
  339.         {block:Video}
  340. {Video-400}
  341.  
  342. {block:Caption}<div class="reg">{Caption}</div>{/block:Caption}
  343.         {/block:Video}
  344.  
  345.  
  346.         {block:Audio}
  347. {block:TrackName}
  348.     <h5>'{TrackName}'{block:Artist} by {Artist}{/block:Artist}</h5>
  349. {/block:TrackName}
  350.  
  351. <div class="player"><div style="float:left;">{AudioPlayerGrey}</div> &nbsp; {block:ExternalAudio}<a
  352.  
  353. href="{ExternalAudioURL}">Download</a></span>{/block:ExternalAudio}</div>
  354. {block:AlbumArt}<img class="albumart" src="{AlbumArtURL}">{/block:AlbumArt}
  355.  
  356. {block:Caption}<div class="reg">{Caption}</div>{/block:Caption}
  357.         {/block:Audio}
  358.  
  359.  
  360. <a href="{Permalink}" class="perma"><div class="perma">{NoteCount}<div style="float:right;">{Month}
  361.  
  362. {DayOfMonth}{DayOfMonthSuffix} {Year}</div></div></a>
  363.  
  364. {block:PostNotes}
  365. {PostNotes}
  366. {/block:PostNotes}
  367.  
  368.     </div>
  369.     {/block:Posts}
  370.  
  371. <h3>themed by <a href="http://sweet-themes.tumblr.com/post/284310396/">Rachel</a> | powered by <a
  372.  
  373. href="http://tumblr.com">Tumblr</a></h3>
  374.  
  375.     </body>
  376. </html>