math3usbastos

Theme: Offline v1.3

May 21st, 2012
1,141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.45 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 OFFLINE v1.3
  4.    Developed by Matheus Bastos.
  5.    - Bugs Fixed.
  6.    - Predefined Styles.
  7.    - Custom Style.
  8.    - Ask Form Added.
  9.    
  10.    Obs: Preencha o campo "URL Tumblr" corretamente ao utilizar a caixa de ask. Utilize: "nomedoseutumblr.tumblr.com", só substitua o nomedoseutumblr, e não adicione "www" ou "http://".
  11.  
  12.    http://ultimanoite.tumblr.com -->
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  16.     <title>{Title}</title>
  17.    
  18.     <link rel="shortcut icon" href="{Favicon}" />
  19.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  20.    
  21.     <!-- DEFAULT TEXT -->
  22.     <meta name="text:Smile" content=":("/>
  23.     <meta name="text:Definition" content="What is Lorem Ipsum?"/>
  24.     <meta name="text:Plaintext" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s."/>
  25.     <meta name="text:URL Tumblr" content="exemplo.tumblr.com"/>
  26.    
  27.     <!-- DEFAULT COLORS -->
  28.     <meta name="color:Background" content="#fafafa"/>
  29.     <meta name="color:Text Color" content="#111111"/>
  30.     <meta name="color:Link Color" content="#666666"/>
  31.    
  32.     <!-- DEFAULT FONTS -->
  33.     <meta name="font:Body" content="Arial, Helvetica, sans-serif"/>
  34.    
  35.     <!-- DEFAULTS -->
  36.     <meta name="if:Show Ask Form" content="1"/>
  37.     <meta name="if:Dark Style" content="0"/>
  38.     <meta name="if:Custom Style" content="0"/>
  39.    
  40.     <style type="text/css">
  41.         @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  42.        
  43.         body {
  44.         {block:IfNotCustomStyle}
  45.             {block:IfNotDarkStyle}
  46.             background: #fafafa;
  47.             color: #111111;{/block:IfNotDarkStyle}
  48.            
  49.             {block:IfDarkStyle}
  50.             background: #050505;
  51.             color: #eeeeee;{/block:IfDarkStyle}
  52.         {/block:IfNotCustomStyle}
  53.        
  54.         {block:IfCustomStyle}
  55.             background: {color:Background} !important;
  56.             color: {color:Text Color} !important;
  57.         {block:IfCustomStyle}
  58.            
  59.             font: 12px {font:Body};
  60.            
  61.             text-align: justify;
  62.         }
  63.         a {
  64.         {block:IfNotCustomStyle}
  65.             {block:IfNotDarkStyle}
  66.             color: #666666;{/block:IfNotDarkStyle}
  67.            
  68.             {block:IfDarkStyle}
  69.             color: #999999;{/block:IfDarkStyle}
  70.         {/block:IfNotCustomStyle}
  71.        
  72.         {block:IfCustomStyle}
  73.             color: {color:Link Color} !important;
  74.         {block:IfCustomStyle}
  75.            
  76.             text-decoration:none;
  77.         }
  78.        
  79.         #box{margin:130px auto;width:520px;}
  80.             #box #smile{}
  81.             #box #smile h1{font-size:100px;margin:0;padding:0;}
  82.             #box #definition{margin-top:10px;}
  83.             #box #definition h2{font-size:20px;font-weight:normal;}
  84.             #box #contact{margin-top:10px;}
  85.             #box #contact h3{font-size:12px;}
  86.             #box #ask{margin-top:10px;}
  87.        
  88.         #credit {
  89.             font-family: tinytots;
  90.             font-size: 8px;
  91.             position: fixed;
  92.             padding: 6px 5px 5px 5px;
  93.             right: 4px;
  94.             bottom: 4px;
  95.             opacity: 0.8;
  96.             text-transform: uppercase;
  97.            
  98.         {block:IfNotCustomStyle}
  99.             {block:IfNotDarkStyle}
  100.             background: #050505;
  101.             color: #eeeeee;{/block:IfNotDarkStyle}
  102.            
  103.             {block:IfDarkStyle}
  104.             background: #fafafa;
  105.             color: #111111;{/block:IfDarkStyle}
  106.         {/block:IfNotCustomStyle}
  107.        
  108.         {block:IfCustomStyle}
  109.             background: #000000;
  110.             color: #FFFFFF;
  111.         {block:IfCustomStyle}
  112.         }
  113.        
  114.         {CustomCSS}
  115.     </style>
  116. </head>
  117.  
  118. <body>
  119.     <div id="box">
  120.         {block:IfSmile}<div id="smile">
  121.             <h1>{text:Smile}</h1>
  122.         </div>{/block:IfSmile}
  123.        
  124.         {block:IfDefinition}<div id="definition">
  125.             <h2>{text:Definition}</h2>
  126.         </div>{/block:IfDefinition}
  127.        
  128.         {block:IfPlaintext}<div id="contact">
  129.             <h3>{text:Plaintext}</h3>
  130.         </div>{/block:IfPlaintextt}
  131.        
  132.         {block:IfShowAskForm}<div id="ask">
  133.             <iframe frameborder="0" scrolling="no" width="100%" height="149" src="http://www.tumblr.com/ask_form/{text:URL Tumblr}" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  134.         </div>{/block:IfShowAskForm}
  135.     </div>
  136.    
  137.     <div id="credit">
  138.         theme by <a href="http://ultimanoite.tumblr.com/" title="ultimanoite" target="_blank">ultimanoite</a>
  139.     </div>
  140. </body>
  141. </html>
Advertisement
Add Comment
Please, Sign In to add comment