- <!DOCTYPE html>
- <html>
- <head>
- <meta name="color:Background" content="#cccccc" />
- <meta name="color:Sidebar Background" content="#ffffff" />
- <meta name="color:Title" content="#03999b" />
- <meta name="color:Title Hover" content="##83c0c9" />
- <meta name="color:Icon Border" content="#000000" />
- <meta name="image:Background" content="http://i41.tinypic.com/wvztsk.png" />
- <meta name="if:Rounded Icon" content="0" />
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <!--Custom font (part 4)-->
- <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- background-color: {color:Background};
- font-family: {font:Body};
- background-image: url({image:Background});
- background-attachment: fixed;
- margin: 0;
- word-wrap: break-word;
- text-decoration: none;
- }
- #bar {
- background-color: {color:Sidebar Background};
- width: 1500px;
- height: 60px;
- position: fixed;
- top: 150px;
- left: 0;
- }
- #bar .image {
- width: 96px;
- height: 96px;
- margin-top: -22px;
- margin-left: 300px;
- border: 5px solid {color:Icon Border};
- {block:IfRoundedIcon}
- -khtml-border-radius: 20px;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- border-radius: 20px;
- {/block:IfRoundedIcon}
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #bar .image:hover {
- -khtml-border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #bar .title {
- font-family: 'Codystar', cursive;
- font-size: 27px;
- line-height: 55px;
- margin-left: 420px;
- margin-top: -129px;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #bar .title a {
- color: {color:Title};
- text-decoration: none;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #bar .title a:hover {
- letter-spacing: 5px;
- color: {color:Title Hover};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #bar .description {
- font:{font:Description};
- color: {color:Description};
- margin-left: 425px;
- width: 400px;
- margin-top: -10px;
- max-height: 60px;max-width: 500px;
- font-size: 10px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="bar">
- <img class="image" src="{PortraitURL-96}" />
- <div class="title"><a href="INSERT YOUR NEW URL HERE">I HAVE MOVED!</a></div>
- <div class="description">{Description}</div>
- </div>
- </div> <!--content-->
- </body>
- </html>

