Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- _ _ _
- | | (_) | |
- | | ____ _ _ __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- __/ |
- |___/
- Eyepatch: Hiatus theme by Kaiguk (http://kaiguk.tumblr.com/)
- Please don't claim , use as a base page, or fuck with anything like the credit because if you do..I'll slap the shit and piss out you.
- Notify me if you have any questions or if something goes wrong. I will do my best to help you.
- Happy using.
- --->
- <!DOCTYPE html>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <head>
- <meta name="color:bold" content="#ff0000"/>
- <meta name="color:italic" content="#ff6666"/>
- <meta name="color:underline" content="#ffb2b2"/>
- <meta name="color:Bg1" content="#000000"/>
- <meta name="color:Bg2" content="#ffffff"/>
- <meta name="color:Text" content="#ffffff"/>
- <meta name="color:Link" content="#666666"/>
- <meta name="color:Hover" content="#cccccc"/>
- <meta name="color:Desc bg" content="#000000"/>
- <meta name="color:Toplink" content="#000000"/>
- <meta name="color:Toplink bg" content="#e00707"/>
- <meta name="image:Bg1" content="http://static.tumblr.com/10b25f58bfabe3db0ddc884ef9bb05c2/qenphfv/kOhnix55y/tumblr_static_d9tyxr1rrfso0cskg0ossgsck.png"/>
- <meta name="image:Bg2" content="http://static.tumblr.com/cedf38e002e84be49b2fecce42315018/qenphfv/6sCnj2n78/tumblr_static_co72gwm11jscooo0wwsww84sg.png"/>
- <meta name="image:Image" content="http://i926.photobucket.com/albums/ad102/My_originals_album/icons/yasss.png"/>
- <meta name="text:link1" content="Link">
- <meta name="text:link1 url" content="/">
- <meta name="text:link2" content="Link">
- <meta name="text:link2 url" content="/">
- <meta name="text:link3" content="Link">
- <meta name="text:link3 url" content="/">
- <meta name="text:link4" content="Link">
- <meta name="text:link4 url" content="/">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /** --------------------------- SCROLLBAR ------------------------------**/
- ::-webkit-scrollbar {
- width:2px;
- height:5px;
- background:#000;
- }
- ::-webkit-scrollbar-corner {
- background:#ff0000;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background:#ff0000;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background: #ff0000;
- border: 0px solid #ff0000;
- }
- #ken {
- left:30%;
- position:fixed;
- }
- /** --------------------------- WHOLE CUSTOMIZATION ------------------------------**/
- body {
- background:{color:bg2};
- background-image: url('{image:bg2}');
- margin-left:5%;
- color:{color:text};
- font-family:courier;
- font-size:9.5px;
- line-height:130%;
- }
- /** --------------------------- LINKS ------------------------------**/
- a:link, a:active, a:visited{
- text-decoration:none;
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:{color:hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /** --------------------------- BOLD, ITALIC, UNDERLINED ------------------------------**/
- b,strong{
- color:{color:bold};
- }
- i,em{
- color:{color:italic};
- }
- u{
- color:{color:underline};
- }
- /** --------------------------- TOPBAR ------------------------------**/
- #topbar{
- width:100%;
- height:200px;
- padding:30px;
- top:0px;
- left:0px;
- background:{color:bg1};
- background-image: url('{image:bg1}');
- position:fixed;
- }
- /** --------------------------- TITLE ------------------------------**/
- #title{
- width:500px;
- font-size:200px;
- margin-left:0px;
- margin-top:60px;
- color:#fff;
- letter-spacing:20px;
- position:fixed;
- }
- /** --------------------------- TOPLINK BORDER ------------------------------**/
- #top {
- width:100%;
- height:30px;
- background:{color:toplink bg};
- position:fixed;
- z-index:99999999;
- top:180px;
- left:0;
- }
- /** --------------------------- TOPLINKS ------------------------------**/
- #toplinks {
- margin-top:10px;
- margin-left:35px;
- }
- #toplinks a{
- font-size:25px;
- padding:3px;
- letter-spacing:2px;
- word-spacing:5px;
- color:{color:toplink};
- text-decoration:none;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #toplinks a:hover{
- color:{color:hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /** --------------------------- SIDE IMAGE ------------------------------**/
- #image {
- width:200px;
- float:left;
- margin-left:100px;
- margin-top:290px;
- position:fixed;
- }
- #image img {
- width:160px;
- height:190px;
- float:left;
- margin-left:-160px;
- margin-top:10px;
- position:fixed;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #image img:hover {
- border-radius: 100px 0 0 0;
- -moz-border-radius: 100px 0 0 0;
- -webkit-border-radius: 100px 0 0 100;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /** --------------------------- DESCRIPTION ------------------------------**/
- #description {
- width:490px;
- height:60px;
- text-align:justify;
- text-transform:uppercase;
- padding:5px;
- margin-top:300px;
- margin-left:100px;
- letter-spacing:1px;
- background-color:{color:desc bg};
- font-style: italic;
- position:fixed;
- overflow:auto;
- }
- /** --------------------------- CONTACT INFO ------------------------------**/
- #contact {
- width:150px;
- height:70px;
- text-align:justify;
- text-transform:uppercase;
- padding:5px;
- margin-top:490px;
- margin-left:-60px;
- letter-spacing:1px;
- background-color:{color:desc bg};
- position:fixed;
- overflow:auto;
- }
- /** --------------------------- ASK BOX ------------------------------**/
- #ask {
- width:500px;
- margin-left:100px;
- margin-top:370px;
- font-style: italic;
- position:fixed;
- }
- /** --------------------------- HOVER DESIGN ------------------------------**/
- #s-m-t-tooltip{
- font-size:9.5px;
- position:absolute;
- margin-top: 15px;
- letter-spacing:1px;
- z-index:9999;
- background:#eee;
- color:#aaa;
- text-transform:uppercase;
- padding:2px 3px 2px 3px;
- }
- /** --------------------------- NO TOUCHING ------------------------------**/
- #ani {
- position:fixed;
- left:10px;
- bottom:10px;
- text-transform:uppercase;
- font-size:15px;
- letter-spacing:1px;
- padding:5px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <!----------------------------- TOPBAR -------------------------------->
- <div id="ken">
- <div id="topbar">
- <!----------------------------- TOPLINK BORDER -------------------------------->
- <div id="top">
- <!----------------------------- TOPLINKS -------------------------------->
- <div id="toplinks">
- <a href="/">Home</a>
- <a href="/archive">Past</a>
- <a href="/archive">Dash</a>
- {block:IfLink1}
- <a href="{text:link1 url}">{text:link1}</a>
- {/block:IfLink1}
- {block:IfLink2}
- <a href="{text:link2 url}">{text:link2}</a>
- {/block:IfLink2}
- {block:IfLink3}
- <a href="{text:link3 url}">{text:link3}</a>
- {/block:IfLink3}
- {block:IfLink4}
- <a href="{text:link4 url}">{text:link4}</a>
- {/block:IfLink4}
- </div>
- </div>
- <!----------------------------- TITLE -------------------------------->
- <div id="title">Hiatus.</div>
- </div>
- <!----------------------------- SIDE IMAGE -------------------------------->
- <div id="image"><img src="{image:image}"></div>
- <!----------------------------- DESCRIPTION -------------------------------->
- <div id="description">{Description}</div>
- <!----------------------------- ASK BOX -------------------------------->
- <div id="ask">
- <iframe frameborder="0" height="200" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/your_url.tumblr.com" width="100%"></iframe></p>
- </div>
- <!----------------------------- CONTACT INFO -------------------------------->
- <div id="contact">
- <div style="font-style:bold; font-size:11px;">Contact Info:</div>
- <i>Contact</i>:Info here<br>
- <i>Contact:</i>:Info here<br>
- <i>Contact</i>:Info here<br>
- </div>
- <!----------------------------- NO TOUCHING -------------------------------->
- <div id="ani">
- <a href="http://kaiguk.tumblr.com/" title="page by Ani">KG</a>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement