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

theme 009 - poison & wine

By: thewicked-eternity on Apr 21st, 2012  |  syntax: None  |  size: 14.28 KB  |  hits: 19,196  |  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. <html>
  2.  
  3. <!--
  4.     Theme 009 - Poison & Wine by thewicked-eternity.tumblr.com
  5.     PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
  6.     For any help, visit wickedeternitythemehelp.tumblr.com
  7. -->
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14. <meta name="description" content="{MetaDescription}" />
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17.         <meta name="color:Background" content="#FFFFF5"/>
  18.         <meta name="color:Text" content="#C5B09A"/>
  19.         <meta name="color:Title" content="#FFFFF5"/>
  20.         <meta name="color:Post Background" content="#FFFFF5"/>
  21.         <meta name="color:Links" content="#C17477"/>
  22.         <meta name="color:Links Hover" content="#BB846E"/>
  23.         <meta name="color:Sidebar Links" content="#FFFFFF"/>
  24.         <meta name="color:Sidebar Links Hover" content="#C5B09A"/>
  25.         <meta name="color:Sidebar Background" content="#67564B"/>
  26.         <meta name="color:Sidebar Image Border" content="#867567"/>
  27.         <meta name="color:Navigation" content="#9A897B"/>
  28.         <meta name="color:Navigation Hover" content="#867567"/>
  29.         <meta name="color:Sidelinks" content="#FAF6E4"/>
  30.         <meta name="color:Sidelinks Hover" content="#867567"/>
  31.         <meta name="color:Info Background" content="#F2ECD5"/>
  32.         <meta name="color:Topbar Background" content="#867567"/>
  33.         <meta name="color:Topbar Border" content="#67564B"/>
  34.  
  35.         <meta name="image:Sidebar" content=""/>
  36.         <meta name="image:Mini Sidebar" content=""/>
  37.         <meta name="image:Mini Sidebar2" content=""/>
  38.         <meta name="image:Background" content=""/>
  39.         <meta name="image:Sidebar Background" content=""/>
  40.  
  41.         <meta name="font:title" content="georgia" />
  42.         <meta name="font:body" content="arial" />
  43.         <meta name="font:description" content="georgia" />
  44.  
  45.         <meta name="if:Show Navigation" content="0"/>
  46.         <meta name="if:Show Mini Sidebar Imgs" content="0"/>
  47.         <meta name="if:Show 250 Sidebar Img" content="1"/>
  48.  
  49.         <meta name="text:Link 1" content="http://"/>
  50.         <meta name="text:Link 1 Title" content=""/>
  51.         <meta name="text:Link 2" content="http://">
  52.         <meta name="text:Link 2 Title" content=""/>
  53.         <meta name="text:Link 3" content="http://"/>
  54.         <meta name="text:Link 3 Title" content=""/>
  55.         <meta name="text:Link 4" content="http://"/>
  56.         <meta name="text:Link 4 Title" content=""/>
  57.         <meta name="text:Link 5" content="http://"/>
  58.         <meta name="text:Link 5 Title" content=""/>
  59.         <meta name="text:Link 6" content="http://"/>
  60.         <meta name="text:Link 6 Title" content=""/>
  61.  
  62. </head>
  63.  
  64. <style type="text/css">
  65.  
  66.  
  67. /* --- BASICS --- */
  68.  
  69. body {
  70.     color:{color:Text};
  71.     background-attachment:fixed;
  72.     background-color:{color:Background};
  73.     background-image: url('{image:Background}');
  74.     background-position:bottom left;
  75.     background-repeat:no-repeat;
  76.     text-align:justify;
  77.     font-family:{font:body};
  78.     font-size:10px;
  79.     }
  80.  
  81. a {
  82.     color: {color:Links};
  83.     text-decoration:none;
  84.     }
  85.    
  86. a:hover {
  87.     color:{color:Links Hover};
  88.     text-decoration:none;
  89.     }
  90.  
  91. #entries {
  92.     position:absolute;
  93.     overflow:hidden;
  94.     width:514px;
  95.     margin-left:400px;
  96.     margin-top:35px;
  97.     }
  98.  
  99. #posts {
  100.     padding:7px;
  101.     margin-bottom:4px;
  102.     background-color:{color:Post Background};
  103.     }
  104.  
  105.  
  106. /* --- SIDEBAR --- */
  107.  
  108. #sidebarimage img {
  109.     margin-top:35px;
  110.     margin-bottom:5px;
  111.     max-width:250px;
  112.     height:auto;
  113.     text-align:center;
  114.     position:relative;
  115.     border:7px solid {color:Sidebar Image Border};
  116.     }
  117.  
  118. .sidebarimages {
  119.     letter-spacing:2px;
  120.     padding:2px;
  121.     margin-top:30px;
  122.     position:relative;
  123.     }
  124.  
  125. .sidebarimages img {
  126.     display:inline;
  127.     height:auto;
  128.     max-width:113px;
  129.     border:7px solid {color:Sidebar Image Border};
  130.     position:relative;
  131.     }
  132.  
  133. #sidebarbackground img {
  134.     max-width:365px;
  135.     bottom:0px;
  136.     position:fixed;
  137.     }
  138.  
  139. #sidebar {
  140.     position:fixed;
  141.     margin-top:-8px;
  142.     margin-left:-8px;
  143.     width:365px;
  144.     height:1000%;
  145.     background-color:{color:Sidebar Background};
  146.     }
  147.  
  148. #description {
  149.     font-size:10px;
  150.     font-family:{font:description};
  151.     margin-left:45px;
  152.     margin-right:45px;
  153.     position:relative;
  154.     }
  155.  
  156. #description a {
  157.     color:{color:Sidebar Links};
  158.     }
  159.  
  160. #description a:hover {
  161.     color:{color:Sidebar Links Hover};
  162.     }
  163.  
  164.  
  165. /* --- TITLES --- */
  166.  
  167. #title {
  168.     margin-top:10px;
  169.     margin-bottom:10px;
  170.     margin-right:3px;
  171.     margin-left:3px;
  172.     font-family:{font:title};
  173.     color:{color:Title};
  174.     text-transform:lowercase;
  175.     font-size:14px;
  176.     font-style:italic;
  177.     line-height:12px;
  178.     letter-spacing:0px;
  179.     text-align:center;
  180.     text-decoration:none;
  181.     position:relative;
  182.     }
  183.  
  184. #title1 {
  185.     font-size:18px;
  186.     font-style:italic;
  187.     font-family:georgia;
  188.     text-decoration:none;
  189.     }
  190.  
  191. #title2 {
  192.     font-size:14px;
  193.     font-style:italic;
  194.     font-family:georgia;
  195.     }
  196.  
  197.  
  198. /* --- NAVIGATION & SIDELINKS --- */
  199.  
  200. #mainlinks {
  201.     position:fixed;
  202.     margin-top:-11px;
  203.     margin-left: 400px;
  204.     width:514px;
  205.     height:auto;
  206.     background-color:{color:Topbar Background};
  207.     border-bottom:5px solid {color:Topbar Border};
  208.     z-index:2;
  209.     }
  210.  
  211. #sidelinks {
  212.     position:fixed;
  213.     margin-left:930px;
  214.     margin-top:31px;
  215.     }
  216.  
  217. #sidelinks a {
  218.     display:block;
  219.     width:130px;
  220.     height:auto;
  221.     font-family:georgia;
  222.     font-size: 9px;
  223.     text-align:center;
  224.     background-color:{color:Sidelinks};
  225.     color:{color:Links};
  226.     padding:3px;
  227.     margin-bottom:-10px;
  228.     text-transform:lowercase;
  229.     letter-spacing:1px;
  230.     }
  231.  
  232. #sidelinks a:hover {
  233.     color: {color:Background};
  234.     background-color:{color:Sidelinks Hover};
  235.     text-align:center;
  236.     text-decoration:none;
  237.     letter-spacing:2px;
  238.     border-bottom:3px solid {color:Sidelinks};
  239.     -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
  240.     }
  241.  
  242. #topbar {
  243.     position:fixed;
  244.     margin-top:-8px;
  245.     margin-left:930px;
  246.     width:136px;
  247.     height:auto;
  248.     background-color:{color:Topbar Background};
  249.     border-bottom:5px solid {color:Topbar Border};
  250.     z-index:2;
  251.     }
  252.  
  253. .navigation a {
  254.     width:90px;
  255.     margin-top:10px;
  256.     margin-bottom:0px;
  257.     padding:3px 0 3px 0;
  258.     display:inline-block;
  259.     font-family:arial;
  260.     font-size:8px;
  261.     text-align:center;
  262.     letter-spacing:1px;
  263.     background-color:{color:Navigation};
  264.     color:{color:Background};
  265.     text-transform:uppercase;
  266.     }
  267.  
  268. .navigation a:hover {
  269.     color:{color:Background};
  270.     background-color:{color:Navigation Hover};
  271.     }
  272.  
  273.  
  274. /* --- AUDIO --- */
  275.  
  276. #audio {
  277.     margin-bottom:5px;
  278.     width:500px;
  279.     height:105px;
  280.     }
  281.  
  282. .albumart {
  283.     width:100px;
  284.     height:100px;
  285.     position:absolute;
  286.     }
  287.  
  288. .albumart img {
  289.     width:100px;
  290.     height:100px;
  291.     float:left;
  292.     position:absolute;
  293.     }
  294.  
  295. .playercontainer {
  296.     opacity: .2;
  297.     display:block;
  298.     width:100px;
  299.     height:100px;
  300.     background-color:#ffffff;
  301.     position:absolute;
  302.     z-index:3;
  303.     }
  304.  
  305. .playercontainer:hover {
  306.     opacity:.7;
  307.     position:absolute;
  308.     -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
  309.     }
  310.  
  311. .player {
  312.     margin-left:36px;
  313.     margin-top:36px;
  314.     width:25px;
  315.     height:25px;
  316.     overflow:hidden;
  317.     position:absolute;
  318.     background-color:white;
  319.     }
  320.  
  321. .audioinfo {
  322.     margin-left:110px;
  323.     float:left;
  324.     background-color:{color:Info Background};
  325.     width:388px;
  326.     padding:2px;
  327.     margin-top:3px;
  328.     }
  329.  
  330.  
  331. /* --- INFO & OTHER --- */
  332.  
  333. #pagination {
  334.     font-size:25px;
  335.     text-align:center;
  336.     font-family:{font:Body};
  337.     text-align:center;
  338.     position:relative;
  339.     }
  340.  
  341. #pagination a {
  342.     color:{color:Sidebar Links};
  343.     }
  344.  
  345. #pagination a:hover {
  346.     color:{color:Sidebar Links Hover};
  347.     }
  348.  
  349. #info {
  350.     display:block;
  351.     margin:5px 0px 2px 0px;
  352.     padding:4px 5px 4px 5px;
  353.     color:{color:Text};
  354.     font-size:9px;
  355.     font-family:georgia;
  356.     line-height:110%;
  357.     text-transform:lowercase;
  358.     width:492px;
  359.     background-color:{color:Info Background};
  360.     letter-spacing:1px;
  361.     }
  362.  
  363. #info a {
  364.     color:{color:Links};
  365.     }
  366.  
  367. #info a:hover {
  368.     color:{color:Links Hover};
  369.     }
  370.  
  371. #tags {
  372.     margin-right:7px;
  373.     font-family:georgia;
  374.     text-align:center;
  375.     text-transform:lowercase;
  376.     font-style:italic;
  377.     font-size:9px;
  378.     }
  379.  
  380. #questions {
  381.     background-color:transparent;
  382.     color:{color:text};
  383.     padding:10px;
  384.     margin-bottom:0px;
  385.     font-family:georgia;
  386.     font-size:10px;
  387.     font-style:italic;
  388.     border-bottom:3px solid {color:Info Background};
  389.     }
  390.  
  391. #questions a {
  392.     color:{color:Links};
  393.     }
  394.  
  395. #questions a:hover {
  396.     color:{color:Links Hover};
  397.     }
  398.  
  399. #source {
  400.     margin-top:3px;
  401.     text-align:right;
  402.     margin-bottom:5px;
  403.     font-size:10px;
  404.     }
  405.  
  406. .chat {
  407.     line-height:12px;
  408.     list-style: none;
  409.     }
  410.  
  411. .chat ul {
  412.     line-height:15px;
  413.     list-style:none;
  414.     padding:0px;
  415.     line-height:20px;
  416.     }
  417.  
  418. .person1 {
  419.     background-color:{color:Background};
  420.     color:{color:Text};
  421.     }
  422.  
  423. .person1 .label {
  424.     font-weight:bold;
  425.     padding:0px;
  426.     margin-left:5px;
  427.     color:{color:Text};
  428.     }
  429.  
  430. .person2 {
  431.     color:{color:Text};
  432.     }
  433.  
  434. .person2 .label {
  435.     font-weight:bold;
  436.     padding:0px;
  437.     margin-left:5px;
  438.     color:{color:Text};
  439.     }
  440.  
  441. blockquote {
  442.     border-left:4px solid {color:Text};
  443.     padding:0px;
  444.     padding-left:5px;
  445.     margin:5px;
  446.     }
  447.  
  448. {CustomCSS}
  449.  
  450. </style>
  451.  
  452.    <body>
  453.  
  454.  
  455. <div id="mainlinks"><center><div class="navigation"><a href="/">home</a> <a href="/ask">message</a> <a href="/archive">archive</a> <a href="http://thewicked-eternitythemes.tumblr.com/">theme</a></div></center><p></div>
  456.  
  457. {block:IfShowNavigation}<div id="topbar"><center><div id="title">navigation</div><p></center></div>
  458. <div id="sidelinks">
  459. {block:SubmissionsEnabled}<a href="/submit" title="{SubmitLabel}">{SubmitLabel}</a><br>{/block:SubmissionsEnabled}
  460. {block:HasPages}{block:Pages}<a href="{URL}" title="{Label}">{Label}</a><br>{/block:Pages}{/block:HasPages}
  461. {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a><br>{/block:ifLink1Title}
  462. {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a><br>{/block:ifLink2Title}
  463. {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a><br>{/block:ifLink3Title}
  464. {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a><br>{/block:ifLink4Title}
  465. {block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a><br>{/block:ifLink5Title}
  466. {block:ifLink6Title}<a href="{text:Link 6}">{text:Link 6 Title}</a><br>{/block:ifLink6Title}</div>{/block:IfShowNavigation}
  467.  
  468. <div id="sidebar">{block:IfNotShow250SidebarImg}{block:IfNotShowMiniSidebarImgs}<br><br><br>{/block:IfNotShowMiniSidebarImgs}{/block:IfNotShow250SidebarImg}
  469.  
  470. <div id="sidebarbackground"><img src="{image:Sidebar Background}"/></div>
  471.  
  472. {block:IfNotShow250SidebarImg}{block:IfShowMiniSidebarImgs}<div class="sidebarimages"><center> <img src="{image:Mini Sidebar}"/> <img src="{image:Mini Sidebar2}"/></div>{/block:IfShowMiniSidebarImgs}{/block:IfNotShow250SidebarImg}
  473.  
  474. {block:IfShow250SidebarImg}<center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>{/block:IfShow250SidebarImg}
  475.  
  476. <div id="title">{Title}</div>
  477.  
  478. <div id="description">{block:Description}{Description}{/block:Description}</div><br>
  479.  
  480. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>  {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}<br></div>
  481.  
  482.  
  483. </div><br>
  484.  
  485. <div id="entries">
  486.  
  487. {block:Posts}
  488.  
  489. <div id="posts">
  490.  
  491. {block:Title}
  492. <div id="title1">{Title}</div>{/block:Title}
  493. {block:Text}{Body}{/block:Text}
  494.  
  495. {block:Photo}
  496. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  497. {/block:Photo}
  498.  
  499. {block:Photoset}
  500. <center>{Photoset-500}</center>
  501. {block:Caption}{Caption}{/block:Caption}
  502. {/block:Photoset}
  503.  
  504. {block:Quote}
  505. <div id="title2">"{Quote}"</div>
  506. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  507. {/block:Quote}
  508.  
  509. {block:Link}
  510. <div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  511. {block:Description}{Description}{/block:Description}
  512. {/block:Link}
  513.  
  514. {block:Chat}
  515. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  516. {/block:Chat}
  517.  
  518. {block:Audio}
  519. <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>{block:TrackName}<div class="audioinfo"><b>Track Title:</b> {TrackName}</div><br>{/block:TrackName}{block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}{block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}</div>{block:Caption}{Caption}{/block:Caption}
  520. {/block:Audio}
  521.  
  522. {block:Video}
  523. {Video-500}{block:Caption}{Caption}{/block:Caption}
  524. {/block:Video}
  525.  
  526. {block:Answer}
  527. <div id="questions">{Asker} asked: "{Question}"</div>
  528. {Answer}
  529. {/block:answer}
  530.  
  531. {block:Date}
  532. <div id="info"> posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} · © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}<div style="float:right">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div></div><div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  533.  
  534. {/block:posts}
  535.  
  536. {block:PostNotes}
  537. {PostNotes}
  538. {/block:PostNotes}
  539.  
  540. </div>
  541. </div>
  542.  
  543. </body>
  544. </html>