Advertisement
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">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <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}
- <!---- THEME BY NARRULD do not copy or remove credit--->
- <head>
- <meta name="image:sidebar" content=""/>
- <meta name="text:old" content="">
- <meta name="text:old url" content="/">
- <meta name="text:new" content="">
- <meta name="text:new url" content="/">
- <meta name="text:sidebartitle" content="">
- <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
- ::-webkit-scrollbar-corner {background:#ffffff}
- ::-webkit-scrollbar-thumb:vertical {background:#f3f3f3};
- ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
- }
- body {
- margin:0px;
- color:#cecccc;
- font-family:Calibri;
- font-style:italic;
- font-size:10px;
- padding:5px;
- line-height:100%;
- }
- a {
- color:#cecccc;
- text-decoration:none;
- outline:none;
- opacity:1 ;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- a:hover {
- color:#1d1d1d;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- }
- #sidebar {
- position:fixed;
- width:120px;
- margin-left:400px;
- margin-top:200px;
- opacity:1;
- }
- #sidebarimage {
- width 120px;
- }
- #sidebarimage img {
- position:fixed;
- width:220px;
- margin-top:0px;
- margin-left:220px;
- padding:6px;
- opacity:1
- -webkit-transform: rotateY(180deg);
- -moz-transform: rotateY(180deg);
- -o-transform: rotateY(180deg);
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #sidebar:hover #sidebarimage img {
- opacity:0;
- margin-left:350px;
- -webkit-transform: rotateY(180deg);
- -moz-transform: rotateY(180deg);
- -o-transform: rotateY(180deg);
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #container {
- margin:0px auto;
- width:3000px;
- height:auto;
- }
- #stuff{
- position:fixed;
- margin-bottom:20px;
- margin-top:30px;
- margin-left:20%;
- background:#ffffff;
- font-family:cambria;
- font-style:italic;
- }
- .style{
- position:fixed;
- margin-top:80px;
- margin-left:-40px;
- font-family:playfair display;
- font-size:15px;
- letter-spacing: 1px; color:#a8a8a8; text-align:justify
- color:#bbb;
- opacity:0;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- #sidebar:hover .style {
- opacity:1;
- z-index:999999999999999999999;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #themeslink a{
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- display: inline-block;
- color:#666;
- padding:5px 2px 5px 2px;
- font-family:cambria;
- font-style:italic;
- font-size:20px;
- position:fixed;
- text-transform:uppercase;
- margin-top:20px;
- margin-left:-50px;
- z-index:99999999999;
- text-align:left;
- opacity:0;
- }
- #themeslink a:hover{
- color:#ccc;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- #sidebar:hover #themeslink a {
- opacity:1;
- z-index:999999999999999999999;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #sidebar:hover #themeslink2 a {
- opacity:1;
- z-index:999999999999999999999;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #themeslink2 a{
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- display: inline-block;
- color:#666;
- padding:5px 2px 5px 2px;
- font-family:cambria;
- font-style:italic;
- font-size:20px;
- position:fixed;
- text-transform:uppercase;
- margin-top:107px;
- margin-left:-50px;
- text-align:right;
- opacity:0;
- }
- #themeslink2 a:hover{
- color:#ccc;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- .sidebartitle {
- position:fixed;
- margin-top:90px;
- margin-left: -100px;
- font-family:Halo Handletter;
- font-size:100px;
- color:#aaa;
- border-width:2px;
- padding:10px;
- text-align:center;
- }
- @font-face{font-family:Halo Handletter;src:url(http://static.tumblr.com/9wzbixa/Chgmj2j5c/halohandletter.ttf);}
- #line {
- position:fixed;
- width: 2000px;
- background-color: #f4f4f4;
- height: 240px;
- margin-left: -50px;
- margin-top: 190px;
- z-index:-100;
- border-top:dotted;
- border-bottom:dotted;
- border-width:5px;
- }
- l {color: #676767;}
- {CustomCSS}</style>
- </head>
- <body>
- <div id="line"></div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="sidebartitle">{text:sidebartitle}</div>
- <div id="container"></div>
- <div id="stuff">
- <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;color:#aaa;"><a href="http://narruld.tumblr.com/"><l>NARRULD</l></a></center></div>
- <div class="style">
- is now at
- </p></div>
- <center><div id="themeslink">
- <a href="{text:old url}">{text:old}</a><p><p></div>
- <div id="themeslink2">
- <a href="{text:new url}">{text:new}</a></div>
- </div>
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement