Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- Theme OFFLINE v1.3
- Developed by Matheus Bastos.
- - Bugs Fixed.
- - Predefined Styles.
- - Custom Style.
- - Ask Form Added.
- 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://".
- http://ultimanoite.tumblr.com -->
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <!-- DEFAULT TEXT -->
- <meta name="text:Smile" content=":("/>
- <meta name="text:Definition" content="What is Lorem Ipsum?"/>
- <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."/>
- <meta name="text:URL Tumblr" content="exemplo.tumblr.com"/>
- <!-- DEFAULT COLORS -->
- <meta name="color:Background" content="#fafafa"/>
- <meta name="color:Text Color" content="#111111"/>
- <meta name="color:Link Color" content="#666666"/>
- <!-- DEFAULT FONTS -->
- <meta name="font:Body" content="Arial, Helvetica, sans-serif"/>
- <!-- DEFAULTS -->
- <meta name="if:Show Ask Form" content="1"/>
- <meta name="if:Dark Style" content="0"/>
- <meta name="if:Custom Style" content="0"/>
- <style type="text/css">
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- body {
- {block:IfNotCustomStyle}
- {block:IfNotDarkStyle}
- background: #fafafa;
- color: #111111;{/block:IfNotDarkStyle}
- {block:IfDarkStyle}
- background: #050505;
- color: #eeeeee;{/block:IfDarkStyle}
- {/block:IfNotCustomStyle}
- {block:IfCustomStyle}
- background: {color:Background} !important;
- color: {color:Text Color} !important;
- {block:IfCustomStyle}
- font: 12px {font:Body};
- text-align: justify;
- }
- a {
- {block:IfNotCustomStyle}
- {block:IfNotDarkStyle}
- color: #666666;{/block:IfNotDarkStyle}
- {block:IfDarkStyle}
- color: #999999;{/block:IfDarkStyle}
- {/block:IfNotCustomStyle}
- {block:IfCustomStyle}
- color: {color:Link Color} !important;
- {block:IfCustomStyle}
- text-decoration:none;
- }
- #box{margin:130px auto;width:520px;}
- #box #smile{}
- #box #smile h1{font-size:100px;margin:0;padding:0;}
- #box #definition{margin-top:10px;}
- #box #definition h2{font-size:20px;font-weight:normal;}
- #box #contact{margin-top:10px;}
- #box #contact h3{font-size:12px;}
- #box #ask{margin-top:10px;}
- #credit {
- font-family: tinytots;
- font-size: 8px;
- position: fixed;
- padding: 6px 5px 5px 5px;
- right: 4px;
- bottom: 4px;
- opacity: 0.8;
- text-transform: uppercase;
- {block:IfNotCustomStyle}
- {block:IfNotDarkStyle}
- background: #050505;
- color: #eeeeee;{/block:IfNotDarkStyle}
- {block:IfDarkStyle}
- background: #fafafa;
- color: #111111;{/block:IfDarkStyle}
- {/block:IfNotCustomStyle}
- {block:IfCustomStyle}
- background: #000000;
- color: #FFFFFF;
- {block:IfCustomStyle}
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="box">
- {block:IfSmile}<div id="smile">
- <h1>{text:Smile}</h1>
- </div>{/block:IfSmile}
- {block:IfDefinition}<div id="definition">
- <h2>{text:Definition}</h2>
- </div>{/block:IfDefinition}
- {block:IfPlaintext}<div id="contact">
- <h3>{text:Plaintext}</h3>
- </div>{/block:IfPlaintextt}
- {block:IfShowAskForm}<div id="ask">
- <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]-->
- </div>{/block:IfShowAskForm}
- </div>
- <div id="credit">
- theme by <a href="http://ultimanoite.tumblr.com/" title="ultimanoite" target="_blank">ultimanoite</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment