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

theme #5

By: timelordheist on Jun 15th, 2012  |  syntax: None  |  size: 22.59 KB  |  hits: 3,162  |  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. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- THEME 05 BY ANNISBARATHEON, TRY NOT TO REMOVE THIS PLEASE -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8.     <!-- DEFAULT VARIABLES -->
  9.     <meta name="text:Body Font Size" content="9" />
  10.     <meta name="text:Tag Font Size" content="9" />
  11.     <meta name="text:Sidebar Font Size" content="9" />
  12.     <meta name="text:Post Title Size" content="14" />
  13.     <meta name="text:Blog title Size" content="25" />
  14.     <meta name="text:Accent Font Size" content="8" />
  15.     <meta name="if:Left Align" content="1" />
  16.     <meta name="if:Show Quick Reblog Button" content="1" />
  17.     <meta name="if:Show Archive Link" content="1" />
  18.     <meta name="if:Show Blog Title" content="1" />
  19.     <meta name="if:Center Sidebar Link Text" content="0" />
  20.     <meta name="font:Title" content="courier new" />
  21.     <meta name="font:Body" content="trebuchet ms" />
  22.     <meta name="font:Accent" content="georgia" />
  23.     <meta name="if:Capitalize Accent Font" content="0" />
  24.     <meta name="image:sidebar" content="" />
  25.     <meta name="text:Sidebar Image Height" content="250" />
  26.     <meta name="image:Background" content="" />
  27.     <meta name="text:First Link Name" content="" />
  28.     <meta name="text:Link One" content="" />
  29.     <meta name="text:Second Link Name" content="" />
  30.     <meta name="text:Link Two" content="" />
  31.     <meta name="text:Third Link Name" content="" />
  32.     <meta name="text:Link Three" content="" />
  33.     <meta name="text:Fourth Link Name" content="" />
  34.     <meta name="text:Link Four" content="" />
  35.     <meta name="text:Fifth Link Name" content="" />
  36.     <meta name="text:Link Five" content="" />
  37.     <meta name="color:Background" content="#ffffff" />
  38.     <meta name="color:Exterior Text" content="#333333" />
  39.     <meta name="color:Blog Title" content="#999999" />
  40.     <meta name="color:Entry" content="#e2e2e2" />
  41.     <meta name="if:Transparent Entries" content="0" />
  42.     <meta name="color:Sidebar" content="#e2e2e2" />
  43.     <meta name="if:Transparent Sidebar" content="1" />
  44.     <meta name="color:Text" content="#555555" />
  45.     <meta name="color:Sidebar Text" content="#5f5e5e" />
  46.     <meta name="color:Link" content="#8a8a8b" />
  47.     <meta name="color:Link Hover" content="#d3a28e" />
  48.     <meta name="color:Sidebar Link Text" content="#3333333" />
  49.     <meta name="color:Sidebar Link Text Hover" content="#333333" />
  50.     <meta name="color:Sidebar Link Background" content="#eee3de" />
  51.     <meta name="color:Sidebar Link Background Hover" content="#e2cbc1" />
  52.  
  53.    
  54.    
  55.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  56.     <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  57.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58.     <link rel="shortcut icon" href="{Favicon}" />
  59.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  60.     <style type="text/css">
  61.         body {
  62.             background: {color:Background} url('{image:Background}') top right fixed norepeat;
  63.             margin: 0;
  64.             padding: 0;
  65.             font-family: {font:Body};
  66.         }
  67.        
  68.         .clear {
  69.             clear: both;
  70.             height: 0px;
  71.             overflow: hidden;
  72.         }
  73.        
  74.         a img {
  75.             border: none;
  76.         }
  77.        
  78.        
  79.  
  80.        
  81. {block:IfLeftAlign}
  82. #entries {
  83. margin-left: 400px;
  84. width: 530px;
  85.  }
  86.  
  87.  #side { position: fixed;
  88. margin-left: 75px;
  89. margin-top: 100px; }
  90.  
  91. {/block:IfLeftAlign}
  92.  
  93. {block:IfNotLeftAlign}
  94. #entries {
  95. margin-left: 75px;
  96. width: 530px;
  97.  }
  98.  
  99. #side { position: fixed;
  100. margin-left: 675px;
  101. margin-top: 100px; }
  102.  
  103. {/block:IfNotLeftAlign}
  104.  
  105.  
  106. body {
  107. background-color:{color:background};
  108. background-image: url('{image:Background}');
  109. background-position: center;
  110. background-attachment:fixed;
  111. background-repeat: repeat;
  112. font-family:{font:body};
  113. font-size: {text:Body Font Size}px;
  114. line-height: {text:Body Font Size}px;
  115. text-align:justify;
  116. color: {color:exterior text};
  117. overflow-y: scroll;
  118. overflow-x: hidden;
  119. }
  120.  
  121. a:link, a:active, a:visited{
  122. color: {color:link};
  123. text-decoration:none }
  124.  
  125.  
  126. a:hover{
  127.  color:{color:link hover};
  128.  -webkit-transition: all .5s ease-in-out;
  129. -moz-transition: all .5s ease-in-out;
  130. -o-transition: all .5s ease-in-out;
  131. -ms-transition: all .5s ease-in-out;
  132. transition: all .5s ease-in-out;
  133. }
  134.  
  135.  
  136. #sidebar {
  137.  width: 250px;
  138.  position: fixed;
  139.  overflow: hidden;
  140.  border: 0px;
  141.  text-align: justify;
  142.  padding: 20px;
  143.  font-size: {text:sidebar font size}px;
  144.  {block:IfNotTransparentSidebar}
  145.  background-color: {color:Sidebar};
  146.  {/block:IfNotTransparentSidebar}
  147.  color: {color:sidebar text};
  148. }
  149.  
  150. #pagination { width: 250px; }
  151.  
  152. #pagelink {
  153.  margin-left: 165px;
  154.  padding-bottom: 5px;
  155.  position: fixed;
  156.  font-size: {text:Accent Font Size}px;
  157.  line-height: {text:Accent Font Size}px;
  158.  {block:IfNotCapitalizeAccentFont}
  159.  text-transform: lowercase;
  160.  font-style: italic;
  161.  {/block:IfNotCapitalizeAccentFont}
  162.  {block:IfCapitalizeAccentFont}
  163.  text-transform:uppercase;
  164.  {/block:IfCapitalizeAccentFont}
  165.  letter-spacing: 2px;
  166.  font-family: {font:Accent};
  167.   }
  168.  
  169.  
  170. #sidebarnav a {
  171.  display: block;
  172.  font-family: {font:Accent};
  173.  background-color: {color:sidebar link background};
  174.  font-size: {text:Accent Font Size}px;
  175.  {block:IfNotCapitalizeAccentFont}
  176.  text-transform: lowercase;
  177.  font-style: italic;
  178.  {/block:IfNotCapitalizeAccentFont}
  179.  {block:IfCapitalizeAccentFont}
  180.  text-transform:uppercase;
  181.  {/block:IfCapitalizeAccentFont}
  182.  color: {color:sidebar link text};
  183.  text-decoration: none;
  184.  margin-top: 2px;
  185.  {block:IfNotCenterSidebarLinkText}
  186. text-align: left;
  187. letter-spacing: 3px;
  188.  width: 223px;
  189.  padding: 2px 2px 2px 25px;
  190.  {/block:IfNotCenterSidebarLinkText}
  191.  {block:IfCenterSidebarLinkText}
  192. text-align: center;
  193.  width: 246px;
  194.  letter-spacing: 6px;
  195.  padding: 2px 2px 2px 2px;
  196.  {/block:IfCenterSidebarLinkText}
  197.  
  198. }
  199.  
  200.  
  201. #sidebarnav a:hover {
  202.  -webkit-transition: all .5s ease-in-out;
  203. -moz-transition: all .5s ease-in-out;
  204. -o-transition: all .5s ease-in-out;
  205. -ms-transition: all .5s ease-in-out;
  206. transition: all .5s ease-in-out;
  207.  background-color: {color:sidebar link background hover};
  208.  color: {color:sidebar link text hover};
  209.   {block:IfNotCenterSidebarLinkText}
  210.  width: 203px;
  211.  padding: 2px 2px 2px 45px;
  212.  {/block:IfNotCenterSidebarLinkText}
  213.  {block:IfCenterSidebarLinkText}
  214.  letter-spacing: 9px;
  215.  {/block:IfCenterSidebarLinkText}
  216. }
  217.  
  218.  
  219. #posts {
  220.  overflow: hidden;
  221.  {block:IfNotTransparentEntries}
  222.  background-color: {color:entry};
  223.  {/block:IfNotTransparentEntries}
  224.  border: 0px;
  225.  padding: 15px;
  226.  font-size: {text:Body Font Size}px;
  227.  line-height: {text:Body Title Size}px;
  228.  color: {color:Text};
  229. }
  230.  
  231. bigtitle {
  232.  color: {color:title};
  233.  font-family: {font:Title};
  234.  letter-spacing: 3px;
  235.  padding: 5px;
  236.  text-align: justify;
  237.  font-style: italic;
  238.  font-size: {text:Post Title Size}px;
  239.  line-height: {text:Post Title Size}px;
  240. }
  241.  
  242. quote {
  243.  color: {color:title};
  244.  font-family: {font:Title};
  245.  letter-spacing: 3px;
  246.  padding: 5px;
  247.  text-align: justify;
  248.  font-style: italic;
  249.  font-size: {text:Post Title Size}px;
  250.  line-height: {text:Post Title Size}px;
  251. }
  252.  
  253. #source {
  254.  text-align: right;
  255.  width: 400px;
  256. }
  257.  
  258. #postinfo {
  259.  font-family: {font:Accent};
  260.  font-size: {text:Accent Font Size}px;
  261.  line-height: {text:Accent Font Size}px;
  262.  {block:IfNotCapitalizeAccentFont}
  263.  text-transform: lowercase;
  264.  {/block:IfNotCapitalizeAccentFont}
  265.  {block:IfCapitalizeAccentFont}
  266.  text-transform:uppercase;
  267.  {/block:IfCapitalizeAccentFont}
  268.  letter-spacing: 2px;
  269.  text-align: right;
  270.  margin-top: 10px;
  271.  width: 100%;
  272.  padding-right: 50px;
  273.  margin-bottom: 2px;
  274. }
  275.  
  276. #tags {
  277.  font-family: {font:Accent};
  278.  text-align:center;
  279.  font-size: {text:Tag Font Size}px;
  280.  line-height: {text:Tag Font Size}px;
  281.  letter-spacing: 2px;
  282.  {block:IfNotCapitalizeAccentFont}
  283.  text-transform: lowercase;
  284.  font-style: italic;
  285.  {/block:IfNotCapitalizeAccentFont}
  286.  {block:IfCapitalizeAccentFont}
  287.  text-transform:uppercase;
  288.  {/block:IfCapitalizeAccentFont}
  289.  {block:IfShowQuickReblogButton}
  290.  text-align:justify;
  291.  {/block:IfShowQuickReblogButton}
  292.   {block:IfNotShowQuickReblogButton}
  293.  text-align:center;
  294.  {/block:IfNotShowQuickReblogButton}
  295. }
  296.  
  297. #asks {
  298.  background-color: {color:entry};
  299.  color: {color: text};
  300.  padding: 5px;
  301.  margin-bottom: 0px;
  302.  font-family: trebuchet ms;
  303.  font-size: 9px;
  304.  margin-left: 15px
  305.  }
  306.  
  307. #asker {
  308.  margin-left: 20px;
  309.  text-align: left;
  310.  font-size: 20px;
  311.  font-family: {font:title};
  312.  letter-spacing: 2px;
  313.  font-style: italic;
  314. }
  315.  
  316. #questions {
  317.  width: 90%;
  318.  padding: 5px;
  319.  text-align: justify;
  320.  }
  321.  
  322. blockquote { text-decoration: none;
  323. border-left: solid 2px {color:sidebar link background};
  324. padding-left: 10px; }
  325.  
  326. img a {
  327.  border: none; width: 100% }
  328.  
  329. .audio{  
  330. display: block}
  331.  
  332. .user_1 .label {
  333. font-weight:light;
  334. font-family: {font:accent};
  335. border-left: solid 2px {color:sidebar link background};
  336.  {block:IfNotCapitalizeAccentFont}
  337.  text-transform: lowercase;
  338.  font-style: italic;
  339.  {/block:IfNotCapitalizeAccentFont}
  340.  {block:IfCapitalizeAccentFont}
  341.  text-transform:uppercase;
  342.  {/block:IfCapitalizeAccentFont}
  343. padding: 2px 2px 2px 10px;
  344. letter-spacing: 2px;
  345. font-size: {text:Accent Font Size}px;
  346. line-height: {text:Accent Font Size}px;   }
  347.  
  348. .user_2 .label {
  349. font-weight:light;
  350. border-left: solid 2px {color:sidebar link background hover};
  351. padding: 2px 2px 2px 10px;
  352. font-family: {font:accent};
  353.  {block:IfNotCapitalizeAccentFont}
  354.  text-transform: lowercase;
  355.  font-style: italic;
  356.  {/block:IfNotCapitalizeAccentFont}
  357.  {block:IfCapitalizeAccentFont}
  358.  text-transform:uppercase;
  359.  {/block:IfCapitalizeAccentFont}
  360. letter-spacing: 2px;
  361. font-size: {text:Accent Font Size}px;
  362. line-height: {text:Accent Font Size}px; }
  363.  
  364. .user_3 .label {
  365. font-weight:light;
  366. font-family: {font:accent};
  367. border-left: solid 2px {color:sidebar link background};
  368.  {block:IfNotCapitalizeAccentFont}
  369.  text-transform: lowercase;
  370.  font-style: italic;
  371.  {/block:IfNotCapitalizeAccentFont}
  372.  {block:IfCapitalizeAccentFont}
  373.  text-transform:uppercase;
  374.  {/block:IfCapitalizeAccentFont}
  375. padding: 2px 2px 2px 10px;
  376. letter-spacing: 2px;
  377. font-size: {text:Accent Font Size}px;
  378. line-height: {text:Accent Font Size}px;   }
  379.  
  380. .user_4 .label {
  381. font-weight:light;
  382. border-left: solid 2px {color:sidebar link background hover};
  383. padding: 2px 2px 2px 10px;
  384. font-family: {font:accent};
  385.  {block:IfNotCapitalizeAccentFont}
  386.  text-transform: lowercase;
  387.  font-style: italic;
  388.  {/block:IfNotCapitalizeAccentFont}
  389.  {block:IfCapitalizeAccentFont}
  390.  text-transform:uppercase;
  391.  {/block:IfCapitalizeAccentFont}
  392. letter-spacing: 2px;
  393. font-size: {text:Accent Font Size}px;
  394. line-height: {text:Accent Font Size}px; }
  395.  
  396. .user_5 .label {
  397. font-weight:light;
  398. font-family: {font:accent};
  399. border-left: solid 2px {color:sidebar link background};
  400.  {block:IfNotCapitalizeAccentFont}
  401.  text-transform: lowercase;
  402.  font-style: italic;
  403.  {/block:IfNotCapitalizeAccentFont}
  404.  {block:IfCapitalizeAccentFont}
  405.  text-transform:uppercase;
  406.  {/block:IfCapitalizeAccentFont}
  407. padding: 2px 2px 2px 10px;
  408. letter-spacing: 2px;
  409. font-size: {text:Accent Font Size}px;
  410. line-height: {text:Accent Font Size}px;   }
  411.  
  412. .user_6 .label {
  413. font-weight:light;
  414. border-left: solid 2px {color:sidebar link background hover};
  415. padding: 2px 2px 2px 10px;
  416. font-family: {font:accent};
  417.  {block:IfNotCapitalizeAccentFont}
  418.  text-transform: lowercase;
  419.  font-style: italic;
  420.  {/block:IfNotCapitalizeAccentFont}
  421.  {block:IfCapitalizeAccentFont}
  422.  text-transform:uppercase;
  423.  {/block:IfCapitalizeAccentFont}
  424. letter-spacing: 2px;
  425. font-size: {text:Accent Font Size}px;
  426. line-height: {text:Accent Font Size}px; }
  427.  
  428.  
  429. .user_7 .label {
  430. font-weight:light;
  431. font-family: {font:accent};
  432. border-left: solid 2px {color:sidebar link background};
  433.  {block:IfNotCapitalizeAccentFont}
  434.  text-transform: lowercase;
  435.  font-style: italic;
  436.  {/block:IfNotCapitalizeAccentFont}
  437.  {block:IfCapitalizeAccentFont}
  438.  text-transform:uppercase;
  439.  {/block:IfCapitalizeAccentFont}
  440. padding: 2px 2px 2px 10px;
  441. letter-spacing: 2px;
  442. font-size: {text:Accent Font Size}px;
  443. line-height: {text:Accent Font Size}px;   }
  444.  
  445. .user_8 .label {
  446. font-weight:light;
  447. border-left: solid 2px {color:sidebar link background hover};
  448. padding: 2px 2px 2px 10px;
  449. font-family: {font:accent};
  450.  {block:IfNotCapitalizeAccentFont}
  451.  text-transform: lowercase;
  452.  font-style: italic;
  453.  {/block:IfNotCapitalizeAccentFont}
  454.  {block:IfCapitalizeAccentFont}
  455.  text-transform:uppercase;
  456.  {/block:IfCapitalizeAccentFont}
  457. letter-spacing: 2px;
  458. font-size: {text:Accent Font Size}px;
  459. line-height: {text:Accent Font Size}px; }
  460.  
  461.  
  462. .user_9 .label {
  463. font-weight:light;
  464. font-family: {font:accent};
  465. border-left: solid 2px {color:sidebar link background};
  466.  {block:IfNotCapitalizeAccentFont}
  467.  text-transform: lowercase;
  468.  font-style: italic;
  469.  {/block:IfNotCapitalizeAccentFont}
  470.  {block:IfCapitalizeAccentFont}
  471.  text-transform:uppercase;
  472.  {/block:IfCapitalizeAccentFont}
  473. padding: 2px 2px 2px 10px;
  474. letter-spacing: 2px;
  475. font-size: {text:Accent Font Size}px;
  476. line-height: {text:Accent Font Size}px;   }
  477.  
  478. .user_10 .label {
  479. font-weight:light;
  480. border-left: solid 2px {color:sidebar link background hover};
  481. padding: 2px 2px 2px 10px;
  482. font-family: {font:accent};
  483.  {block:IfNotCapitalizeAccentFont}
  484.  text-transform: lowercase;
  485.  font-style: italic;
  486.  {/block:IfNotCapitalizeAccentFont}
  487.  {block:IfCapitalizeAccentFont}
  488.  text-transform:uppercase;
  489.  {/block:IfCapitalizeAccentFont}
  490. letter-spacing: 2px;
  491. font-size: {text:Accent Font Size}px;
  492. line-height: {text:Accent Font Size}px; }
  493.  
  494.  
  495. ul.chat, .chat ol, .chat li {
  496. list-style:none;
  497. margin:0px;
  498. padding:0px;}
  499.  
  500.            
  501. .notes img{
  502. width:10px;
  503. position:relative;
  504. top:2px; }
  505.  
  506. ol.notes, .notes li {
  507. list-style:none;
  508. margin:0px;
  509. padding:2px; }
  510.  
  511. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  512.     background-color:transparent!important;
  513.     }
  514.  
  515. ul.qr
  516. {
  517. float:right;
  518. width:100%;
  519. padding:0;
  520. margin:0;
  521. list-style-type:none;
  522. }
  523.  
  524. ul.qr a
  525. {
  526. float:center;
  527. font-family: {font:Accent};
  528.  background-color: {color:sidebar link background};
  529.  
  530.  {block:IfNotCapitalizeAccentFont}
  531.  text-transform: lowercase;
  532.  font-style:italic;
  533.  {/block:IfNotCapitalizeAccentFont}
  534.  {block:IfCapitalizeAccentFont}
  535.  text-transform:uppercase;
  536.  {/block:IfCapitalizeAccentFont}
  537.  color: {color:sidebar link text};
  538.  text-decoration: none;
  539.  margin-top: 2px;
  540. font-size: {text:Accent Font Size}px;
  541. line-height: {text:Accent Font Size}px;
  542. text-decoration:none;
  543. color: {color:sidebarlink text};
  544. {block:IfCenterSidebarLinkText}
  545.  letter-spacing: 6px;
  546.  padding: 3px 10px 3px 10px;
  547.  {/block:IfCenterSidebarLinkText}
  548.  {block:IfNotCenterSidebarLinkText}
  549.  letter-spacing: 3px;
  550.  padding: 3px 7px 3px 7px;
  551.  {/block:IfNotCenterSidebarLinkText}
  552. }
  553.  
  554.  
  555.  
  556. ul.qr a:hover {
  557. -webkit-transition: all .5s ease-in-out;
  558. -moz-transition: all .5s ease-in-out;
  559. -o-transition: all .5s ease-in-out;
  560. -ms-transition: all .5s ease-in-out;
  561. transition: all .5s ease-in-out;
  562.  background-color: {color:sidebar link background hover};
  563.  color: {color:sidebar link text hover};
  564. }
  565. ul.qr li {display:inline;}
  566.  
  567. ul.nav
  568. {
  569. float:right;
  570. width:100%;
  571. padding:0;
  572. margin:0;
  573. list-style-type:none;
  574. }
  575.  
  576. ul.nav a
  577. {
  578. float:center;
  579. font-family: {font:Accent};
  580.  background-color: {color:sidebar link background};
  581.  
  582.  {block:IfNotCapitalizeAccentFont}
  583.  text-transform: lowercase;
  584.  font-style:italic;
  585.  {/block:IfNotCapitalizeAccentFont}
  586.  {block:IfCapitalizeAccentFont}
  587.  text-transform:uppercase;
  588.  {/block:IfCapitalizeAccentFont}
  589.  color: {color:sidebar link text};
  590.  text-decoration: none;
  591.  margin-top: 2px;
  592. font-size: {text:Accent Font Size}px;
  593. line-height: {text:Accent Font Size}px;
  594. text-decoration:none;
  595. color: {color:sidebarlink text};
  596. {block:IfCenterSidebarLinkText}
  597.  letter-spacing: 6px;
  598.  padding: 3px 10px 3px 10px;
  599.  {/block:IfCenterSidebarLinkText}
  600.  {block:IfNotCenterSidebarLinkText}
  601.  letter-spacing: 3px;
  602.  padding: 3px 7px 3px 7px;
  603.  {/block:IfNotCenterSidebarLinkText}
  604. }
  605.  
  606.  
  607.  
  608. ul.nav a:hover {
  609. -webkit-transition: all .5s ease-in-out;
  610. -moz-transition: all .5s ease-in-out;
  611. -o-transition: all .5s ease-in-out;
  612. -ms-transition: all .5s ease-in-out;
  613. transition: all .5s ease-in-out;
  614.  background-color: {color:sidebar link background hover};
  615.  color: {color:sidebar link text hover};
  616.  {block:IfNotCenterSidebarLinkText}
  617.  width: 75px;
  618.  padding: 3px 7px 3px 45px;
  619.  {/block:IfNotCenterSidebarLinkText}
  620. }
  621. ul.nav li {display:inline;}
  622.  
  623. #sidebarimage { background-image: url('{image:sidebar}');
  624. width: 250px;
  625. height: {text:sidebar image height}px;
  626. }
  627.  
  628. #sidebarimagetext {
  629.     vertical-align: middle;
  630.     line-height: {text:sidebar image height}px;
  631.     text-align: center;
  632.     color:transparent;
  633.     {block:IfCenterSidebarLinkText}
  634.     letter-spacing: 6px;
  635.     {/block:IfCenterSidebarLinkText}
  636.     {block:IfNotCenterSidebarLinkText}
  637.     letter-spacing: 3px;
  638.     {/block:IfNotCenterSidebarLinkText}
  639.     {block:IfNotCapitalizeAccentFont}
  640.  text-transform: lowercase;
  641.  font-style:italic;
  642.  {/block:IfNotCapitalizeAccentFont}
  643.  {block:IfCapitalizeAccentFont}
  644.  text-transform:uppercase;
  645.  {/block:IfCapitalizeAccentFont}
  646.  text-decoration: none;
  647. font-size: {text:Tag Font Size}px;
  648. text-decoration:none;
  649.     }
  650.    
  651. #sidebarimage:hover #sidebarimagetext { color: {color:sidebar link text};
  652. -webkit-transition: all .7s ease-in-out;
  653. -moz-transition: all .7s ease-in-out;
  654. -o-transition: all .7s ease-in-out;
  655. -ms-transition: all .7s ease-in-out;
  656. transition: all .7s ease-in-out;}
  657.  
  658. #sidebar:hover #sidebarimage { opacity: .7;
  659. -webkit-transition: all .7s ease-in-out;
  660. -moz-transition: all .7s ease-in-out;
  661. -o-transition: all .7s ease-in-out;
  662. -ms-transition: all .7s ease-in-out;
  663. transition: all .7s ease-in-out;}
  664.  
  665. #blogtitle {
  666. width: 250px;
  667. font-family: Blanche;
  668. text-align:center;
  669. font-size: {text:Blog title size}px;
  670. line-height: {text:Blog title size}px;
  671. color: {color:blog title};
  672. letter-spacing: 5px;
  673. text-transform:lowercase;
  674. }
  675.  
  676. #blogtitle a {
  677.     color: {color:blog title}; }
  678.  
  679. @font-face {
  680.     font-family: Blanche;
  681.     src: url('http://static.tumblr.com/7qinoan/noBm5n7jw/blanch_caps.ttf');
  682. }
  683.  
  684. #tumblr_controls { opacity: .5;
  685. position: fixed; }
  686.  
  687. #tumblr_controls:hover {opacity: 1;
  688. -webkit-transition: all .5s ease-in-out;
  689. -moz-transition: all .5s ease-in-out;
  690. -o-transition: all .5s ease-in-out;
  691. -ms-transition: all .5s ease-in-out;
  692. transition: all .5s ease-in-out;
  693. position:fixed; }
  694.         </style>
  695.     <style type="text/css">{CustomCSS}</style>
  696. </head>
  697.  
  698. <body>
  699.  
  700. <div id="side">
  701. <div id="pagination">
  702.    <div align="right"><ul class="nav">
  703. {block:PreviousPage}<li><a href="{PreviousPage}">back</a></li> {/block:PreviousPage}
  704.  
  705. {block:NextPage}<li><a href="{NextPage}">next</a></li>{/block:NextPage}
  706. </ul></div>
  707. </div>
  708.  
  709. <br / ><br>
  710. <div id="sidebar">
  711. {block:ifNotShowBlogTitle}
  712. <a href='/'><div id="sidebarimage">
  713. <div id="sidebarimagetext">refresh</div>
  714. </div></a>{block:ifNotShowBlogTitle}
  715. <br />
  716.  
  717. {block:ifShowBlogTitle}
  718. <img src="{image:Sidebar}" style="width:250px"><br /><br />
  719.  
  720. <center><div id="blogtitle"><a href='/'>{title}</a></div></center>{/block:ifShowBlogTitle}
  721.  
  722. {block:Description}{Description}{/block:Description}
  723.  
  724.  
  725. <br><br>
  726. <div id="sidebarnav">
  727. <a href="/ask">ask</a>
  728. {block:IfShowArchiveLink}<a href="/archive">archive</a>{/block:IfShowArchiveLink}
  729. {block:ifLinkOne}<a href="{text:Link One}">{text:First Link Name}</a>{/block:ifLinkOne}
  730. {block:ifLinkTwo}<a href="{text:Link Two}">{text:Second Link Name}</a>{/block:ifLinkTwo}
  731. {block:ifLinkThree}<a href="{text:Link Three}">{text:ThirdLinkName}</a>{/block:ifLinkThree}
  732. {block:ifLinkFour}<a href="{text:Link Four}">{text:Fourth Link Name}</a>{/block:ifLinkFour}
  733. {block:ifLinkFive}<a href="{text:Link Five}">{text:Fifth Link Name}</a>{/block:ifLinkFive}
  734. <a href="http://annisbarathemes.tumblr.com">theme</a>
  735. </div>
  736. </div>
  737.  
  738.  
  739.  
  740. <br /><br />
  741.  
  742. </div>
  743.  
  744.  
  745. <div id="entries"><br>
  746. {block:Posts}
  747.  
  748.  
  749.  
  750.  
  751. <div id="postinfo">
  752. <a href="{Permalink}"><i>{TimeAgo}</i></a> | N: {NoteCount}
  753. {block:RebloggedFrom} |
  754. via <a href="{ReblogParentURL}"><i>{ReblogParentName}</i></a> | &copy; <a href="{ReblogRootURL}"><i>{ReblogRootName}</i></a>
  755. {/block:RebloggedFrom}
  756.  
  757.  
  758.    
  759. </div>
  760.  
  761. <div id="posts">
  762.  
  763.  
  764. {block:Title}<bigtitle>{title}</bigtitle>{/block:Title}
  765.  
  766. {block:Text}{body}{/block:Text}
  767.  
  768. {block:Quote}<quote>{quote}</quote>
  769. {block:Source}<div id="source">{Source}</div>{/block:Source}
  770. {/block:Quote}
  771.  
  772. {block:Link}<a href="{URL}" class="link" {Target}><bigtitle>{Name} </bigtitle></a>
  773. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  774.  
  775. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  776.  
  777. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  778.  
  779. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  780.  
  781. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  782.  
  783. {block:Answer} <center><div id="questions"><table width="100%" cellpadding="10px"><tr><td style="border-right: 2px solid {color:sidebar link background};"><div align="right"><div class="asker"><img src="{AskerPortraitURL-48}"></div></div></td><td style="vertical-align:text-top;"> <b>{Asker}: </b>{Question}</td></tr></table> </div></center><br/> {Answer}{/block:Answer}
  784.  
  785. {block:Audio}<center><table cellspacing="10px"><tr><td width="60%"><span class="audio"><center>{AudioPlayerBlack}</center></span></td><td>{block:Caption}<div class="source"><center><blogtitle>{Caption}</blogtitle></center></div>{/block:Caption}</td></tr></table></center>{/block:Audio}<br>
  786.  
  787. {block:IfShowQuickReblogButton}<table width="100%">
  788. <tr>
  789. <td style="vertical-align: top"><center><ul class="qr"><li><a href="{ReblogURL}">reblog</li></ul></center></td>
  790. <td width="410px" {block:HasTags}style="border-left: 2px solid {color:sidebar link background hover}; padding-left: 10px;padding-top: 5px;padding-bottom:5px;"{/block:HasTags}>{/block:IfShowQuickReblogButton}
  791.  
  792. <div id="tags">
  793. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  794. {block:IfShowQuickReblogButton}
  795. </td>
  796. </tr>
  797.     </table>
  798.  
  799.     {/block:IfShowQuickReblogButton}
  800. </div><BR>
  801.  
  802. {block:PostNotes}{PostNotes}{/block:PostNotes}
  803.  
  804. {/block:Posts}
  805.  
  806.  
  807.  
  808. </div></div>
  809.  
  810.  
  811.                </body>
  812. </html>