math3usbastos

Theme: Beta Retrô v2.0.9

Nov 14th, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 34.74 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.    Theme BETA RETRÔ v2.0.9
  4.    Developed by Matheus Bastos.
  5.    - Bugs Fixed.
  6.    - Style CSS Bug Fixed.
  7.    - Predefined Styles.
  8.    - Custom Style.
  9.    - Style Transparency Added.
  10.    - Html and Css Optimized.
  11.    - Fixed Bug in Avatar.
  12.    - Word Wrap Added.
  13.    - Improvements in Theme.
  14.    - Inverted Styles.
  15.  
  16.    http://ultimanoite.tumblr.com -->
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18. <head>
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  20. <title>
  21.     {block:PostSummary}{PostSummary} &minus; {/block:PostSummary}
  22.     {block:TagPage}{lang:Tagged}: {Tag} &minus; {/block:TagPage}
  23.     {block:DayPage}{DayOfMonth} de {Month} de {Year} &minus; {/block:DayPage}
  24.     {Title}
  25.     {block:IndexPage}{block:IfSlogan} &minus; {text:Slogan}{/block:IfSlogan}{/block:IndexPage}
  26. </title>
  27.  
  28. <link rel="shortcut icon" href="{Favicon}" />
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  30. <link href="http://static.tumblr.com/55yt9xd/PzVlqgr4b/static.css" type="text/css" rel="stylesheet" />
  31. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  32. <link href='http://fonts.googleapis.com/css?family=Amatic+SC:700' rel='stylesheet' type='text/css'>
  33. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  34.  
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36.  
  37. <!-- DEFAULTS -->
  38. <meta name="if:Fixed Sidebar" content="1" />
  39. <meta name="if:Show Title Tumblr" content="1" />
  40. <meta name="if:Show Main Navegation" content="1" />
  41. <meta name="if:Theme Transparency" content="0" />
  42. <meta name="if:Background Fixed" content="1" />
  43. <meta name="if:Dark Style" content="1" />
  44. <meta name="if:Custom Style" content="0" />
  45.  
  46. <!-- DEFAULT COLORS -->
  47. <meta name="color:Background" content="#0f0f0f"/>
  48. <meta name="color:Text" content="#888888"/>
  49. <meta name="color:Link" content="#e5e8e4"/>
  50. <meta name="color:Link Hover" content="#cccccc"/>
  51. <meta name="color:Blockquote" content="#d6d6d6"/>
  52. <meta name="color:Avatar Portrait" content="#101010"/>
  53. <meta name="color:Posts Background" content="#000000"/>
  54. <meta name="color:Posts Answer Background" content="#222222"/>
  55. <meta name="color:Posts Credits Background" content="#111111"/>
  56. <meta name="color:Posts Conversation Lines" content="#1d1b18"/>
  57. <meta name="color:Pagination Pages Background" content="#999999"/>
  58. <meta name="color:Pagination Pages" content="#000000"/>
  59. <meta name="color:Pagination" content="#bbbbbb"/>
  60. <meta name="color:Pagination Background" content="#000000"/>
  61. <meta name="color:Pagination Background Hover" content="#111111"/>
  62. <meta name="color:Sidebar Background" content="#000000"/>
  63. <meta name="color:Links Sidebar Background" content="#111111"/>
  64. <meta name="color:Links Sidebar Background Hover" content="#999999"/>
  65. <meta name="color:Links Sidebar" content="#b8b8b8"/>
  66. <meta name="color:Links Sidebar Hover" content="#000000"/>
  67.  
  68. <!-- DEFAULT TEXT -->
  69. <meta name="text:Slogan" content="Enter a brief description of your tumblr."/>
  70. <meta name="text:Image Opacity" content="90"/>
  71. <meta name="text:Theme Opacity" content="90"/>
  72. <meta name="text:Reblog String" content="Reblog"/>
  73. <meta name="text:Link 1" content="Link 1"/>
  74. <meta name="text:Link URL 1" content="/"/>
  75. <meta name="text:Link 2" content="Link 2"/>
  76. <meta name="text:Link URL 2" content="/"/>
  77. <meta name="text:Link 3" content="Link 3"/>
  78. <meta name="text:Link URL 3" content="/"/>
  79. <meta name="text:Link 4" content=""/>
  80. <meta name="text:Link URL 4" content=""/>
  81. <meta name="text:Link 5" content=""/>
  82. <meta name="text:Link URL 5" content=""/>
  83. <meta name="text:Link 6" content=""/>
  84. <meta name="text:Link URL 6" content=""/>
  85.  
  86. <!-- DEFAULT IMAGE -->
  87. <meta name="image:Background" content=""/>
  88. <meta name="image:Avatar" content="http://static.tumblr.com/iq2dgat/SZombbe2f/tumblr_matwvm4mpv1qim9wko1_500.jpg"/>
  89.        
  90. <style type="text/css">
  91. @import url("http://static.tumblr.com/iq2dgat/o4Hmeiz5h/vbokonly.css");
  92. body{
  93. {block:IfNotCustomStyle}
  94.     {block:IfNotDarkStyle}background: url(http://static.tumblr.com/dbek3sy/noXm2qa7z/body_bg.jpg) #f0f0f0;
  95.     color: #777777;{/block:IfNotDarkStyle}
  96.    
  97.     {block:IfDarkStyle}background: url(http://static.tumblr.com/iq2dgat/Nm5m3hu2o/body_bg_dark.jpg) #0f0f0f;
  98.     color: #888888;{/block:IfDarkStyle}
  99. {block:IfNotCustomStyle}
  100.  
  101. {block:IfCustomStyle}
  102.     background: url({image:Background}) {color:Background};
  103.     color: {color:Text};
  104. {/block:IfCustomStyle}
  105.  
  106.     text-align: inherit;
  107.     word-wrap: break-word;
  108.    
  109.     {block:IfBackgroundFixed}background-attachment: fixed;{/block:IfBackgroundFixed}
  110.     {block:IfThemeTransparency}opacity: 0.{text:Theme Opacity};{/block:IfThemeTransparency}
  111.    
  112.     font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  113. }
  114.     a{
  115.     {block:IfNotCustomStyle}
  116.         {block:IfNotDarkStyle}color: #474747;{/block:IfNotDarkStyle}
  117.        
  118.         {block:IfDarkStyle}color: #e5e8e4;{/block:IfDarkStyle}
  119.     {block:IfNotCustomStyle}
  120.    
  121.     {block:IfCustomStyle}
  122.         color: {color:Link};
  123.     {/block:IfCustomStyle}
  124.        
  125.         text-decoration: none;
  126.         transition: all 0.2s ease-out;
  127.         -moz-transition: all 0.2s ease-out;
  128.         -o-transition: all 0.2s ease-out;
  129.         -webkit-transition: all 0.2s ease-out;
  130.     }
  131.         a:hover{
  132.         {block:IfNotCustomStyle}
  133.             {block:IfNotDarkStyle}color:#5585d7;{/block:IfNotDarkStyle}
  134.            
  135.             {block:IfDarkStyle}color: #cccccc;{/block:IfDarkStyle}
  136.         {block:IfNotCustomStyle}
  137.        
  138.         {block:IfCustomStyle}
  139.             color:{color:Link Hover};
  140.         {/block:IfCustomStyle}
  141.         }
  142.     img{
  143.         opacity: 0.{text:Image Opacity};
  144.         filter: alpha(opacity={text:Image Opacity});
  145.         max-width:100% !important;
  146.        
  147.         transition: all 0.4s ease-out;
  148.         -moz-transition: all 0.4s ease-out;
  149.         -webkit-transition: all 0.4s ease-out;
  150.         -o-transition: all 0.4s ease-out;
  151.     }
  152.         img:hover{
  153.             opacity: 1.0;
  154.             filter: alpha(opacity=100);
  155.         }
  156.     strong{    
  157.         font-weight :bold;
  158.     }
  159.     em{
  160.         font-style: italic;
  161.     }
  162.     u{
  163.         text-decoration:underline;
  164.     }
  165.     blockquote{
  166.         border-left: 4px solid
  167.        
  168.         {block:IfNotCustomStyle}
  169.             {block:IfNotDarkStyle}#292929;{/block:IfNotDarkStyle}
  170.            
  171.             {block:IfDarkStyle}#d6d6d6;{/block:IfDarkStyle}
  172.         {block:IfNotCustomStyle}
  173.        
  174.         {block:IfCustomStyle}
  175.             {color:Blockquote};
  176.         {/block:IfCustomStyle}
  177.        
  178.         margin: 5px 0 5px 5px;
  179.         padding: 1px 0 1px 10px;
  180.     }
  181.         blockquote p{
  182.             margin:0;
  183.             padding:0;
  184.         }
  185.        
  186.     h1, h2, h3, h4, h5, h6{font-family: 'Oswald', sans-serif; font-style:normal !important; font-weight:normal !important;}
  187.     p{margin:6px 0;}
  188.     pre{
  189.     {block:IfNotCustomStyle}
  190.         {block:IfNotDarkStyle}background:#f4f4f4;
  191.         color:#777777;{/block:IfNotDarkStyle}
  192.        
  193.         {block:IfDarkStyle}background:#0b0b0b;
  194.         color:#888888;{/block:IfDarkStyle}
  195.     {block:IfNotCustomStyle}
  196.    
  197.     {block:IfCustomStyle}
  198.         background:#f4f4f4;
  199.         color:#777777;
  200.     {/block:IfCustomStyle}
  201.        
  202.         display:block;
  203.         font:normal 11px Courier;
  204.         margin:10px 0 10px 0;
  205.         overflow:auto;
  206.         outline:0;
  207.         outline-style:none;
  208.         outline-width:0;
  209.         padding:10px;
  210.         white-space: pre;
  211.         width:480px;
  212.         word-wrap:break-word;
  213.         -moz-outline-width:0;
  214.     }
  215.     p{padding:3px 0;}
  216.     li{list-style:none;}
  217.     ul{list-style:none;}
  218.    
  219.     #tumblr_controls{top:1px !important; position:fixed !important;z-index:9999 !important;opacity: 0.8;-webkit-transition:all 0.45s ease-out;-moz-transition:all 0.45s ease-out;-o-transition:all 0.45s ease-out;transition:all 0.45s ease-out;}
  220.         #tumblr_controls:hover{opacity:1;}
  221.    
  222.  
  223.     div#general{width:750px; margin:15px auto;}
  224.    
  225.     div#general div#sidebar{
  226.     {block:IfNotCustomStyle}
  227.         {block:IfNotDarkStyle}background:#ffffff;
  228.         -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
  229.                 -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
  230.                 box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);{/block:IfNotDarkStyle}
  231.        
  232.         {block:IfDarkStyle}background:#000000;
  233.         box-shadow: 0px 0px 3px #111;{/block:IfDarkStyle}
  234.     {block:IfNotCustomStyle}
  235.    
  236.     {block:IfCustomStyle}
  237.         background:{color:Sidebar Background};
  238.     {/block:IfCustomStyle}
  239.        
  240.         {block:IfFixedSidebar}position:fixed;{/block:IfFixedSidebar}
  241.        
  242.         width: 220px;
  243.         float: left;
  244.         padding: 3px;
  245.         padding-bottom: 0;
  246.             opacity:0.95;
  247.         margin-top:20px;
  248.         -webkit-border-radius: 1px;
  249.                 border-bottom-radius: 1px;
  250.                 -moz-border-radius: 1px;
  251.     }
  252.    
  253.         div#general div#sidebar div#navegation{
  254.             margin-bottom:10px;
  255.             font-family: 'Homenaje', sans-serif;
  256.             text-transform:uppercase;
  257.             margin-bottom:5px;
  258.         }
  259.             div#general div#sidebar div#navegation a{
  260.             {block:IfNotCustomStyle}
  261.                 {block:IfNotDarkStyle}background:#eeeeee;
  262.                 color:#474747;{/block:IfNotDarkStyle}
  263.                
  264.                 {block:IfDarkStyle}background:#111111;
  265.                 color:#b8b8b8;{/block:IfDarkStyle}
  266.             {block:IfNotCustomStyle}
  267.            
  268.             {block:IfCustomStyle}
  269.                 background:{color:Links Sidebar Background};color:{color:Links Sidebar};
  270.             {/block:IfCustomStyle}
  271.            
  272.                 width:55px;
  273.                 margin-left:3px;
  274.                 display:block;
  275.                 float:left;
  276.                 text-align:center;
  277.                 padding:6px 0;
  278.             }
  279.                 div#general div#sidebar div#navegation a:hover{
  280.                 {block:IfNotCustomStyle}
  281.                     {block:IfNotDarkStyle}background:#666666;
  282.                     color:#ffffff;{/block:IfNotDarkStyle}
  283.                    
  284.                     {block:IfDarkStyle}background:#999999;
  285.                     color:#000000;{/block:IfDarkStyle}
  286.                 {block:IfNotCustomStyle}
  287.                
  288.                 {block:IfCustomStyle}
  289.                     background:{color:Links Sidebar Background Hover};color:{color:Links Sidebar Hover};
  290.                 {/block:IfCustomStyle}
  291.                 }
  292.                 div#general div#sidebar div#navegation a#firth{
  293.                     margin-left:1px;
  294.                     width:45px;
  295.                 }
  296.         div#general div#sidebar div#title{
  297.             font-family: 'Amatic SC', cursive;
  298.             margin: 1px 0 4px 0;
  299.             padding:3px 0 0 0;
  300.             text-transform:uppercase;
  301.             text-align:center;
  302.             margin-bottom:4px;
  303.         }
  304.             div#general div#sidebar div#title small{
  305.                 font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  306.                 text-transform:none;
  307.                 font-weight:normal;
  308.                 font-style:italic;
  309.             }
  310.         div#general div#sidebar div#description{
  311.             margin-bottom:4px;
  312.         }
  313.             div#general div#sidebar div#description img#avatar{
  314.                 margin-bottom:0;
  315.                 max-width: 214px !important;
  316.                
  317.             {block:IfNotCustomStyle}
  318.                 {block:IfNotDarkStyle}border:3px solid #efefef;{/block:IfNotDarkStyle}
  319.                
  320.                 {block:IfDarkStyle}border:3px solid #101010;{/block:IfDarkStyle}
  321.             {block:IfNotCustomStyle}
  322.            
  323.             {block:IfCustomStyle}
  324.                 border:3px solid {color:Avatar Portrait};
  325.             {/block:IfCustomStyle} 
  326.             }
  327.             div#general div#sidebar div#description img#portrait{
  328.             {block:IfNotCustomStyle}
  329.                 {block:IfNotDarkStyle}border:3px solid #efefef;{/block:IfNotDarkStyle}
  330.                
  331.                 {block:IfDarkStyle}border:3px solid #101010;{/block:IfDarkStyle}
  332.             {block:IfNotCustomStyle}
  333.            
  334.             {block:IfCustomStyle}
  335.                 border:3px solid {color:Avatar Portrait};
  336.             {/block:IfCustomStyle} 
  337.                
  338.                 max-width:48px;
  339.                 margin: 5px 5px 3px 0;
  340.                 float:left;
  341.                 margin:3px 3px 0 0;
  342.             }
  343.             div#general div#sidebar div#description .description{
  344.                 padding:0px 3px 1px 3px;
  345.                 text-align:justify;
  346.             }
  347.         div#general div#sidebar div#menu{
  348.             margin-bottom:3px;
  349.             font-family: 'Homenaje', sans-serif;
  350.             text-transform:uppercase;
  351.         }
  352.             div#general div#sidebar div#menu a{
  353.             {block:IfNotCustomStyle}
  354.                 {block:IfNotDarkStyle}background:#eeeeee;
  355.                 color:#474747;{/block:IfNotDarkStyle}
  356.                
  357.                 {block:IfDarkStyle}background:#111111;
  358.                 color:#b8b8b8;{/block:IfDarkStyle}
  359.             {block:IfNotCustomStyle}
  360.            
  361.             {block:IfCustomStyle}
  362.                 background:{color:Links Sidebar Background};color:{color:Links Sidebar};
  363.             {/block:IfCustomStyle}
  364.            
  365.                 display:block;
  366.                 padding: 5px 0 6px 7px;
  367.                 margin-bottom:2px;
  368.             }
  369.                 div#general div#sidebar div#menu a:hover{
  370.                 {block:IfNotCustomStyle}
  371.                     {block:IfNotDarkStyle}background:#666666;
  372.                     color:#ffffff;{/block:IfNotDarkStyle}
  373.                    
  374.                     {block:IfDarkStyle}background:#999999;
  375.                     color:#000000;{/block:IfDarkStyle}
  376.                 {block:IfNotCustomStyle}
  377.                
  378.                 {block:IfCustomStyle}
  379.                     background:{color:Links Sidebar Background Hover};color:{color:Links Sidebar Hover};
  380.                 {/block:IfCustomStyle}
  381.        
  382.                     padding-left:13px;
  383.                 }
  384.    
  385.  
  386.     div#general div#main{
  387.         width:506px;
  388.         float:right;
  389.     }
  390.         div#general div#main div#head{
  391.         {block:IfNotCustomStyle}
  392.             {block:IfNotDarkStyle}background:#FFFFFF;
  393.             -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
  394.                     -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
  395.                     box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);{/block:IfNotDarkStyle}
  396.            
  397.             {block:IfDarkStyle}background:#000000;
  398.             box-shadow: 0px 0px 3px #111;{/block:IfDarkStyle}
  399.         {block:IfNotCustomStyle}
  400.        
  401.         {block:IfCustomStyle}
  402.             background:{color:Posts Background};
  403.         {/block:IfCustomStyle}
  404.            
  405.             width:500px;
  406.             padding:3px;
  407.             margin-bottom:15px;
  408.                     opacity:0.95;
  409.             -webkit-border-radius: 1px;
  410.                     border-bottom-radius: 1px;
  411.                     -moz-border-radius: 1px;
  412.         }
  413.             div#general div#main div#head div#text{
  414.                 margin-bottom:5px;
  415.             }
  416.                 div#general div#main div#head div#text h1{
  417.                     font-size:20px;
  418.                 }
  419.                 div#general div#main div#head div#image{
  420.                     margin-bottom:5px;
  421.                 }
  422.                 div#general div#main div#head .conversation_lines{
  423.                 {block:IfNotCustomStyle}
  424.                     {block:IfNotDarkStyle}border-top:1px solid #E2E4E7;{/block:IfNotDarkStyle}
  425.                    
  426.                     {block:IfDarkStyle}border-top:1px solid #1d1b18;{/block:IfDarkStyle}
  427.                 {block:IfNotCustomStyle}
  428.                
  429.                 {block:IfCustomStyle}
  430.                     border-top:1px solid {color:Posts Conversation Lines};
  431.                 {/block:IfCustomStyle}
  432.                    
  433.                     clear: both;
  434.                     list-style-type: none;
  435.                     margin: 0;
  436.                     padding: 0;
  437.                    
  438.                 }
  439.                     div#general div#main div#head .conversation_lines li{
  440.                         margin-left:0;
  441.                     }
  442.                 div#general div#main div#head .chat_line{
  443.                 {block:IfNotCustomStyle}
  444.                     {block:IfNotDarkStyle}border-bottom: 1px solid #E2E4E7;
  445.                     border-left: 1px solid #E2E4E7;
  446.                     border-right: 1px solid #E2E4E7;{/block:IfNotDarkStyle}
  447.                    
  448.                     {block:IfDarkStyle}border-bottom: 1px solid #1d1b18;
  449.                     border-left: 1px solid #1d1b18;
  450.                     border-right: 1px solid #1d1b18;{/block:IfDarkStyle}
  451.                 {block:IfNotCustomStyle}
  452.                
  453.                 {block:IfCustomStyle}
  454.                     border-bottom: 1px solid {color:Posts Conversation Lines};
  455.                     border-left: 1px solid {color:Posts Conversation Lines};
  456.                     border-right: 1px solid {color:Posts Conversation Lines};
  457.                 {/block:IfCustomStyle}
  458.                    
  459.                     list-style-type: none;
  460.                     padding: 9px 14px;
  461.                 }
  462.                 div#general div#main div#head .label{
  463.                     font-weight:bold;
  464.                 }
  465.                 div#general div#main div#head div#quote{
  466.                     font-size:13px;
  467.                     margin-bottom:5px;
  468.                     line-height:15px;
  469.                     font-family:Georgia, "Times New Roman", Times, serif;
  470.                     text-align:center;
  471.                 }
  472.                 div#general div#main div#head div#audio{
  473.                 {block:IfNotCustomStyle}
  474.                     {block:IfNotDarkStyle}background:#e4e4e4;{/block:IfNotDarkStyle}
  475.                    
  476.                     {block:IfDarkStyle}background:#000000;{/block:IfDarkStyle}
  477.                 {block:IfNotCustomStyle}
  478.                
  479.                 {block:IfCustomStyle}
  480.                     background:#000000;
  481.                 {/block:IfCustomStyle}
  482.                
  483.                     margin-bottom:5px;
  484.                 }
  485.                 div#general div#main div#head div#video{
  486.                     margin-bottom:5px;
  487.                 }
  488.                 div#general div#main div#head div#answer{
  489.                 {block:IfNotCustomStyle}
  490.                     {block:IfNotDarkStyle}background:#dddddd;{/block:IfNotDarkStyle}
  491.                    
  492.                     {block:IfDarkStyle}background:#222222;{/block:IfDarkStyle}
  493.                 {block:IfNotCustomStyle}
  494.                
  495.                 {block:IfCustomStyle}
  496.                     background:{color:Posts Answer Background};
  497.                 {/block:IfCustomStyle} 
  498.                    
  499.                     margin-bottom:5px;
  500.                     padding:3px;
  501.                 }
  502.                     div#general div#main div#head div#answer img{
  503.                         float:left;
  504.                         margin:4px 5px 0 0;
  505.                     }
  506.                 div#general div#main div#head div#source{
  507.                     margin-bottom:5px;
  508.                     padding-left:7px;
  509.                 }
  510.                 div#general div#main div#head div#legend{
  511.                     margin-bottom:5px;
  512.                 }
  513.                 div#general div#main div#head div#credits{
  514.                 {block:IfNotCustomStyle}
  515.                     {block:IfNotDarkStyle}background: #eeeeee;{/block:IfNotDarkStyle}
  516.                    
  517.                     {block:IfDarkStyle}background: #111111;{/block:IfDarkStyle}
  518.                 {block:IfNotCustomStyle}
  519.                
  520.                 {block:IfCustomStyle}
  521.                     background: {color:Posts Credits Background};
  522.                 {/block:IfCustomStyle}
  523.                    
  524.                     font-family:calibri;
  525.                     font-size:10px;
  526.                     text-transform:uppercase;
  527.                     margin-top:10px;
  528.                     text-align:center;
  529.                     padding:5px 0;
  530.                 }
  531.                     div#general div#main div#head div#credits span{
  532.                         padding:0 1px;
  533.                     }
  534.                     div#general div#main div#head div#credits a#tag{
  535.                         font-style:normal !important;
  536.                     }
  537.                 div#general div#main div#notes li, ul{
  538.                     list-style:none;
  539.                 }
  540.                     div#general div#main div#notes ol.notes li{
  541.                     {block:IfNotCustomStyle}
  542.                         {block:IfNotDarkStyle}background:#FFFFFF;{/block:IfNotDarkStyle}
  543.                        
  544.                         {block:IfDarkStyle}background:#000000;{/block:IfDarkStyle}
  545.                     {block:IfNotCustomStyle}
  546.                    
  547.                     {block:IfCustomStyle}
  548.                         background:{color:Posts Background};
  549.                     {/block:IfCustomStyle}
  550.                        
  551.                         margin: 0 0 3px 0;
  552.                         padding: 5px 8px 5px 8px;
  553.                     }
  554.                     div#general div#main div#notes ol.notes li a{
  555.                     {block:IfNotCustomStyle}
  556.                         {block:IfNotDarkStyle}color:#5585d7;{/block:IfNotDarkStyle}
  557.                        
  558.                         {block:IfDarkStyle}color: #cccccc;{/block:IfDarkStyle}
  559.                     {block:IfNotCustomStyle}
  560.                    
  561.                     {block:IfCustomStyle}
  562.                         color:{color:Link Hover};
  563.                     {/block:IfCustomStyle}
  564.                     }
  565.                     div#general div#main div#notes ol.notes li blockquote {
  566.                     border-left: 4px solid
  567.        
  568.                     {block:IfNotCustomStyle}
  569.                         {block:IfNotDarkStyle}#292929;{/block:IfNotDarkStyle}
  570.                        
  571.                         {block:IfDarkStyle}#d6d6d6;{/block:IfDarkStyle}
  572.                     {block:IfNotCustomStyle}
  573.                    
  574.                     {block:IfCustomStyle}
  575.                         {color:Blockquote};
  576.                     {/block:IfCustomStyle}
  577.                         margin: 2px 0 4px 0;
  578.                         padding: 0 0 0 8px;
  579.                     }
  580.                     div#general div#main div#notes ol.notes li img.avatar {
  581.                         height: 8px !important;
  582.                         margin: 0 2px 0 0;
  583.                         width: 8px !important;
  584.                     }
  585.             div#general div#main div#pagination{
  586.                 margin-top:15px;
  587.                 text-align:right;
  588.             }
  589.                 div#general div#main div#pagination span{
  590.                 {block:IfNotCustomStyle}
  591.                     {block:IfNotDarkStyle}background:#666666;
  592.                     color:#FFFFFF;{/block:IfNotDarkStyle}
  593.                    
  594.                     {block:IfDarkStyle}background:#999999;
  595.                     color:#000000;{/block:IfDarkStyle}
  596.                 {block:IfNotCustomStyle}
  597.                
  598.                 {block:IfCustomStyle}
  599.                     background:{color:Pagination Pages Background};color:{color:Pagination Pages};
  600.                 {/block:IfCustomStyle}
  601.                    
  602.                     padding:2px 5px;
  603.                     text-transform:uppercase;
  604.                     font-size:10px;
  605.                     margin-right:2px;
  606.                 }
  607.                 div#general div#main div#pagination a{
  608.                 {block:IfNotCustomStyle}
  609.                     {block:IfNotDarkStyle}background:#FFFFFF;
  610.                     color:#444444;{/block:IfNotDarkStyle}
  611.                    
  612.                     {block:IfDarkStyle}background:#000000;
  613.                     color:#bbbbbb;{/block:IfDarkStyle}
  614.                 {block:IfNotCustomStyle}
  615.                
  616.                 {block:IfCustomStyle}
  617.                     background:{color:Pagination Background};color:{color:Pagination}
  618.                 {/block:IfCustomStyle}
  619.                    
  620.                     padding:2px 5px;
  621.                     text-transform:uppercase;
  622.                     font-size:10px;
  623.                     margin-right:2px;}
  624.                 }
  625.  
  626.                     div#general div#main div#pagination a:hover{
  627.                     {block:IfNotCustomStyle}
  628.                         {block:IfNotDarkStyle}background:#eeeeee;
  629.                         color:#444444;{/block:IfNotDarkStyle}
  630.                        
  631.                         {block:IfDarkStyle}background:#111111;
  632.                         color:#bbbbbb;{/block:IfDarkStyle}
  633.                     {block:IfNotCustomStyle}
  634.                    
  635.                     {block:IfCustomStyle}
  636.                         background:{color:Pagination Background Hover};
  637.                     {/block:IfCustomStyle}
  638.                     }
  639.  
  640. {CustomCSS}
  641. </style>
  642. <script type="text/javascript" language="javascript" src="http://static.tumblr.com/iq2dgat/dMnmeiyw0/vbokonly.js"></script>
  643. </head>
  644.  
  645. <body>
  646.     <div id="general">
  647.         <div id="sidebar">
  648.             {block:IfShowMainNavegation}<div id="navegation">
  649.                 <a href="/" title="{lang:Home}" id="firth">{lang:Home}</a>
  650.                 <a href="/archive" title="{lang:Archive}">{lang:Archive}</a>
  651.                 <a href="/rss" title="{lang:RSS feed}" target="_blank">{lang:RSS feed}</a>
  652.                 <a href="/random" title="{lang:Random}">{lang:Random}</a>
  653.                 <div id="clear"></div>
  654.             </div>{/block:IfShowMainNavegation}
  655.            
  656.             {block:IfShowTitleTumblr}<div id="title">
  657.                 <a href="/" title="{Title}">{Title}</a>
  658.                 {block:IfSlogan}<br /><small>{text:Slogan}</small>{/block:IfSlogan}
  659.             </div>{/block:IfShowTitleTumblr}
  660.  
  661.             <script type="text/javascript" language="javascript">document.write(vbOKOnly);</script>
  662.            
  663.             <div id="description" align="center">
  664.                 {block:IfAvatarImage}
  665.                     <img src="{image:avatar}" id="avatar" alt="{Title}"/>
  666.                 {/block:IfAvatarImage}
  667.                
  668.                 {block:IfNotAvatarImage}
  669.                     <img src="{PortraitURL-48}" id="portrait" alt="{Title}"/>
  670.                 {/block:IfNotAvatarImage}
  671.                
  672.                 {block:Description}
  673.                     <p class="description">{Description}</p>
  674.                 {/block:Description}
  675.                
  676.                 {block:IfNotAvatarImage}
  677.                     <div id="clear"></div>
  678.                 {/block:IfNotAvatarImage}
  679.             </div>
  680.            
  681.             <div id="menu">
  682.                 {block:IfLink1}<a href="{text:Link URL 1}" title="{text:Link 1}">{text:Link 1}</a>{/block:IfLink1}
  683.                 {block:IfLink2}<a href="{text:Link URL 2}" title="{text:Link 2}">{text:Link 2}</a>{/block:IfLink2}
  684.                 {block:IfLink3}<a href="{text:Link URL 3}" title="{text:Link 3}">{text:Link 3}</a>{/block:IfLink3}
  685.                
  686.                 {block:IfLink4}<a href="{text:Link URL 4}" title="{text:Link 4}">{text:Link 4}</a>{/block:IfLink4}
  687.                 {block:IfLink5}<a href="{text:Link URL 5}" title="{text:Link 5}">{text:Link 5}</a>{/block:IfLink5}
  688.                 {block:IfLink6}<a href="{text:Link URL 6}" title="{text:Link 6}">{text:Link 6}</a>{/block:IfLink6}
  689.                                
  690.                 <a href="http://ultimanoite.tumblr.com" title="Theme" target="_blank">Theme</a>
  691.             </div>
  692.         </div>
  693.        
  694.         <div id="main">
  695.         {block:Posts}
  696.             {block:Text}
  697.             <div id="head">
  698.                 {block:Title}
  699.                 <div id="text">
  700.                     <h1>{Title}</h1>
  701.                 </div>
  702.                 {/block:Title}
  703.                 <div id="legend">
  704.                     {Body}
  705.                 </div>
  706.                 {block:Date}
  707.                 <div id="credits">
  708.                     <a href="{Permalink}" title="{TimeAgo}">{TimeAgo}</a> <span>·</span>
  709.                     {block:NoteCount}<a href="{Permalink}#notes" title="{lang:Notes}">{NoteCountWithLabel}</a> <span>·</span> {/block:NoteCount}
  710.                     {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via</a> <span>·</span>  {/block:RebloggedFrom}  
  711.                     {block:ContentSource}<a href="{SourceURL}" target="_blank">source</a> <span>·</span> {/block:ContentSource}
  712.                     {block:IfReblogString}<a href="{ReblogURL}" title="{text:Reblog String}" target="_blank">{text:Reblog String}</a>{block:IfReblogString}
  713.                     <br />
  714.                     {block:HasTags}
  715.                         {block:Tags}<a href="{TagURL}" id="tag" title="{Tag}">#{Tag}</a> <span>·</span>{/block:Tags}
  716.                     {/block:HasTags}
  717.                 </div>
  718.                 {/block:Date}
  719.             </div>
  720.             {/block:Text}
  721.            
  722.             {block:Photo}
  723.             <div id="head">
  724.                 <div id="image">
  725.                     {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500" />{LinkCloseTag}
  726.                 </div>
  727.                 {block:Caption}
  728.                 <div id="legend">
  729.                     {Caption}
  730.                 </div>
  731.                 {/block:Caption}
  732.                 {block:Date}
  733.                 <div id="credits">
  734.                     <a href="{Permalink}" title="{TimeAgo}">{TimeAgo}</a> <span>·</span>
  735.                     {block:NoteCount}<a href="{Permalink}#notes" title="{lang:Notes}">{NoteCountWithLabel}</a> <span>·</span> {/block:NoteCount}
  736.                     {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via</a> <span>·</span> {/block:RebloggedFrom}  
  737.                     {block:ContentSource}<a href="{SourceURL}" target="_blank">source</a> <span>·</span> {/block:ContentSource}
  738.                     {block:IfReblogString}<a href="{ReblogURL}" title="{text:Reblog String}" target="_blank">{text:Reblog String}</a>{block:IfReblogString}
  739.                     <br />
  740.                     {block:HasTags}
  741.                         {block:Tags}<a href="{TagURL}" id="tag" title="{Tag}">#{Tag}</a> <span>·</span>{/block:Tags}
  742.                     {/block:HasTags}
  743.                 </div>
  744.                 {/block:Date}
  745.             </div>
  746.             {/block:Photo}
  747.            
  748.             {block:Photoset}
  749.             <div id="head">
  750.                 <div id="image">
  751.                     {Photoset-500}
  752.                 </div>
  753.                 {block:Caption}
  754.                 <div id="legend">
  755.                     {Caption}
  756.                 </div>
  757.                 {/block:Caption}
  758.                 {block:Date}
  759.                 <div id="credits">
  760.                     <a href="{Permalink}" title="{TimeAgo}">{TimeAgo}</a> <span>·</span>
  761.                     {block:NoteCount}<a href="{Permalink}#notes" title="{lang:Notes}">{NoteCountWithLabel}</a> <span>·</span> {/block:NoteCount}
  762.                     {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via</a> <span>·</span> {/block:RebloggedFrom}
  763.                     {block:ContentSource}<a href="{SourceURL}" target="_blank">source</a> <span>·</span> {/block:ContentSource}
  764.                     {block:IfReblogString}<a href="{ReblogURL}" title="{text:Reblog String}" target="_blank">{text:Reblog String}</a>{block:IfReblogString}
  765.                     <br />
  766.                     {block:HasTags}
  767.                         {block:Tags}<a href="{TagURL}" id="tag" title="{Tag}">#{Tag}</a> <span>·</span>{/block:Tags}
  768.                     {/block:HasTags}
  769.                 </div>
  770.                 {/block:Date}
  771.             </div>
  772.             {/block:Photoset}
  773.            
  774.             {block:Chat}
  775.             <div id="head">
  776.                 {block:Title}
  777.                 <div id="text">
  778.                     <h1>{Title}</h1>
  779.                 </div>
  780.                 {/block:Title}
  781.                 <ul class="conversation_lines">
  782.                     {block:Lines}
  783.                         <li class="chat_line">
  784.                             {block:Label}
  785.                                 <span class="label">{Label}</span>
  786.                             {/block:Label}
  787.  
  788.                             {Line}
  789.                         </li>
  790.                     {/block:Lines}
  791.                 </ul>
  792.                 {block:Date}
  793.                 <div id="credits" style="margin-top:5px;">
  794.                     <a href="{Permalink}" title="{TimeAgo}">{TimeAgo}</a> <span>·</span>
  795.                     {block:NoteCount}<a href="{Permalink}#notes" title="{lang:Notes}">{NoteCountWithLabel}</a> <span>·</span> {/block:NoteCount}
  796.                     {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via</a> <span>·</span> {/block:RebloggedFrom}
  797.                     {block:ContentSource}<a href="{SourceURL}" target="_blank">source</a> <span>·</span> {/block:ContentSource}
  798.                     {block:IfReblogString}<a href="{ReblogURL}" title="{text:Reblog String}" target="_blank">{text:Reblog String}</a>{block:IfReblogString}
  799.                     <br />
  800.                     {block:HasTags}
  801.                         {block:Tags}<a href="{TagURL}" id="tag" title="{Tag}">#{Tag}</a> <span>·</span>{/block:Tags}
  802.                     {/block:HasTags}
  803.                 </div>
  804.                 {/block:Date}
  805.             </div>
  806.             {/block:Chat}
  807.            
  808.             {block:Quote}
  809.             <div id="head">
  810.                 <div id="quote">
  811.                     "{Quote}"
  812.                 </div>
  813.                 {block:Source}
  814.                 <div id="source" style="font-family:Verdana, Geneva, sans-serif; font-size:12px; text-align:center;">
  815.                     ~ <strong>{Source}</strong>
  816.                 </div>
  817.                 {/block:Source}
  818.                 {block:Date}
  819.                 <div id="credits">
  820.                     <a href="{Permalink}" title="{TimeAgo}">{TimeAgo}</a> <span>·</span>
  821.                     {block:NoteCount}<a href="{Permalink}#notes" title="{lang:Notes}">{NoteCountWithLabel}</a> <span>·</span> {/block:NoteCount}
  822.                     {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via</a> <span>·</span> {/block:RebloggedFrom}
  823.                     {block:ContentSource}<a href="{SourceURL}" target="_blank">source</a> <span>·</span> {/block:ContentSource}
  824.                     {block:IfReblogString}<a href="{ReblogURL}" title="{text:Reblog String}" target="_blank">{text:Reblog String}</a>{block:IfReblogString}
  825.                     <br />
  826.                     {block:HasTags}
  827.                         {block:Tags}<a href="{TagURL}" id="tag" title="{Tag}">#{Tag}</a> <span>·</span>{/block:Tags}
  828.                     {/block:HasTags}
  829.                 </div>
  830.                 {/block:Date}
  831.             </div>
  832.             {/block:Quote}
  833.            
  834.             {block:Link}
  835.             <div id="head">
  836.                 <div id="text">
  837.                     <h1><a href="{URL}" title="{Name}" {Target}>{Name}</a></h1>
  838.                 </div>
  839.                 {block:Description}
  840.                 <div id="legend">
  841.                     {Description}
  842.                 </div>
  843.                 {/block:Description}
  844.                 {block:Date}
  845.                 <div id="credits">
  846.                     <a href="{Permalink}" title="{TimeAgo}">{TimeAgo}</a> <span>·</span>
  847.                     {block:NoteCount}<a href="{Permalink}#notes" title="{lang:Notes}">{NoteCountWithLabel}</a> <span>·</span> {/block:NoteCount}
  848.                     {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via</a> <span>·</span> {/block:RebloggedFrom}
  849.                     {block:ContentSource}<a href="{SourceURL}" target="_blank">source</a> <span>·</span> {/block:ContentSource}
  850.                     {block:IfReblogString}<a href="{ReblogURL}" title="{text:Reblog String}" target="_blank">{text:Reblog String}</a>{block:IfReblogString}
  851.                     <br />
  852.                     {block:HasTags}
  853.                         {block:Tags}<a href="{TagURL}" id="tag" title="{Tag}">#{Tag}</a> <span>·</span>{/block:Tags}
  854.                     {/block:HasTags}
  855.                 </div>
  856.                 {/block:Date}
  857.             </div>
  858.             {/block:Link}
  859.            
  860.             {block:Audio}
  861.             <div id="head">
  862.                 <div id="audio">
  863.                   {block:IfNotCustomStyle}
  864.                       {block:IfNotDarkStyle}{AudioPlayerGrey}{/block:IfNotDarkStyle}
  865.                      
  866.                       {block:IfDarkStyle}{AudioPlayerBlack}{/block:IfDarkStyle}
  867.                   {block:IfNotCustomStyle}
  868.                  
  869.                   {block:IfCustomStyle}
  870.                       {AudioPlayerWhite}
  871.                   {/block:IfCustomStyle}
  872.                 </div>
  873.                 {block:Caption}
  874.                 <div id="legend">
  875.                     {Caption}
  876.                 </div>
  877.                 {/block:Caption}
  878.                 {block:Date}
  879.                 <div id="credits">
  880.                     <a href="{Permalink}" title="{TimeAgo}">{TimeAgo}</a> <span>·</span>
  881.                     {block:NoteCount}<a href="{Permalink}#notes" title="{lang:Notes}">{NoteCountWithLabel}</a> <span>·</span> {/block:NoteCount}
  882.                     {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via</a> <span>·</span> {/block:RebloggedFrom}
  883.                     {block:ContentSource}<a href="{SourceURL}" target="_blank">source</a> <span>·</span> {/block:ContentSource}
  884.                     {block:IfReblogString}<a href="{ReblogURL}" title="{text:Reblog String}" target="_blank">{text:Reblog String}</a>{block:IfReblogString}
  885.                     <br />
  886.                     {block:HasTags}
  887.                         {block:Tags}<a href="{TagURL}" id="tag" title="{Tag}">#{Tag}</a> <span>·</span>{/block:Tags}
  888.                     {/block:HasTags}
  889.                 </div>
  890.                 {/block:Date}
  891.             </div>
  892.             {/block:Audio}
  893.            
  894.             {block:Video}
  895.             <div id="head">
  896.                 <div id="video">
  897.                     {Video-500}
  898.                 </div>
  899.                 {block:Caption}
  900.                 <div id="legend">
  901.                     {Caption}
  902.                 </div>
  903.                 {/block:Caption}
  904.                 {block:Date}
  905.                 <div id="credits">
  906.                     <a href="{Permalink}" title="{TimeAgo}">{TimeAgo}</a> <span>·</span>
  907.                     {block:NoteCount}<a href="{Permalink}#notes" title="{lang:Notes}">{NoteCountWithLabel}</a> <span>·</span> {/block:NoteCount}
  908.                     {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via</a> <span>·</span> {/block:RebloggedFrom}
  909.                     {block:ContentSource}<a href="{SourceURL}" target="_blank">source</a> <span>·</span> {/block:ContentSource}
  910.                     {block:IfReblogString}<a href="{ReblogURL}" title="{text:Reblog String}" target="_blank">{text:Reblog String}</a>{block:IfReblogString}
  911.                     <br />
  912.                     {block:HasTags}
  913.                         {block:Tags}<a href="{TagURL}" id="tag" title="{Tag}">#{Tag}</a> <span>·</span>{/block:Tags}
  914.                     {/block:HasTags}
  915.                 </div>
  916.                 {/block:Date}
  917.             </div>
  918.             {/block:Video}
  919.            
  920.             {block:Answer}
  921.             <div id="head">
  922.                 <div id="answer">
  923.                     <img src="{AskerPortraitURL-24}" width="24" />
  924.                     {Asker}: <br /> {Question}
  925.                     <div id="clear"></div>
  926.                 </div>
  927.                
  928.                 <div id="legend">
  929.                     {Answer}
  930.                 </div>
  931.                
  932.                 {block:Date}
  933.                 <div id="credits">
  934.                     <a href="{Permalink}" title="{TimeAgo}">{TimeAgo}</a>
  935.                     {block:NoteCount}<span>·</span> <a href="{Permalink}#notes" title="{lang:Notes}">{NoteCountWithLabel}</a> <span>·</span> {/block:NoteCount}
  936.                     <br />
  937.                     {block:HasTags}
  938.                         {block:Tags}<a href="{TagURL}" id="tag" title="{Tag}">#{Tag}</a> <span>·</span>{/block:Tags}
  939.                     {/block:HasTags}
  940.                 </div>
  941.                 {/block:Date}
  942.             </div>
  943.             {/block:Answer}
  944.          
  945.             {block:PostNotes}
  946.             <div id="notes">
  947.                 <a name="notes"></a>
  948.                
  949.                 {PostNotes}
  950.             </div>
  951.             {/block:PostNotes}
  952.         {/block:Posts}
  953.            
  954.         {block:Pagination}
  955.             <div id="pagination">
  956.                 <span>{lang:Page CurrentPage of TotalPages 2}</span>
  957.                
  958.                 {block:PreviousPage}
  959.                     <a href="{PreviousPage}" title="{lang:Previous}">{lang:Previous}</a>
  960.                 {/block:PreviousPage}
  961.                                  
  962.                 {block:JumpPagination length="8"}
  963.                     {block:CurrentPage}
  964.                         <span title="{PageNumber}">{PageNumber}</span>
  965.                     {/block:CurrentPage}
  966.                        
  967.                     {block:JumpPage}
  968.                         <a href="{URL}" title="{PageNumber}">{PageNumber}</a>
  969.                     {/block:JumpPage}
  970.                 {/block:JumpPagination}
  971.                
  972.                 {block:NextPage}    
  973.                     <a href="{NextPage}" title="{lang:Next}">{lang:Next}</a>
  974.                 {/block:NextPage}            
  975.             </div>
  976.         {/block:Pagination}
  977.         </div>
  978.         <div id="clear"></div>
  979.     </div>
  980. </body>
  981. </html>
Advertisement
Add Comment
Please, Sign In to add comment