Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- macfustythemes -->
- <head>
- <title>{block:PostTitle}{PostTitle} - {/block:PostTitle}{Title} </title>
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
- <!-- HTML5 Shiv -->
- <!--[if lt IE 9]>
- <script src="http://static.tumblr.com/hriofhd/Qj0m8pn7q/html5shiv.js"></script>
- <![endif]-->
- <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/01wstkc/BAXnr15b7/jquery-ui.min.js" type="text/javascript"></script>
- <script></script>
- <style>
- body {
- background-color: #0f0f0f;
- background-image: url('{image:Background}');
- background-repeat: no-repeat;
- background-attachment: fixed;
- color: #000;
- font-size: 11px;
- font-family: 'Calibri', sans-serif;
- line-height: 18px;
- }
- a {
- color: #f2992e;
- text-decoration: none;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- a:hover {
- color: #fff;
- letter-spacing: 1px;
- }
- .clear {
- clear: both;
- }
- blockquote {
- border-left: 1px solid {color:Border};
- padding: 5px 10px;
- }
- h1 {
- font-weight: normal;
- text-transform: uppercase;
- text-align: center;
- font-size: 18px;
- letter-spacing: 3px;
- }
- h3 {
- font-weight: normal;
- text-transform: uppercase;
- text-align: center;
- font-size: 14px;
- letter-spacing: 3px;
- }
- h2 {
- background-color: #f2992e;
- width: 100%;
- padding: 5px 0;
- font-weight: normal;
- font-family: 'Roboto', sans-serif;
- text-transform: uppercase;
- text-align: center;
- color: #0f0f0f;
- }
- /** HEADER **/
- #header {
- position: fixed;
- width: 100%;
- top: 10%;
- left: 7.3%;
- font-family: 'Roboto', sans-serif;
- }
- #header span {
- font-size: 22px;
- text-transform: uppercase;
- letter-spacing: 3px;
- color: #f2992e;
- padding-right: 1%;
- }
- #header a {
- color: #707070;
- text-transform: lowercase;
- padding: 0 2%;
- }
- #header a:hover {
- color: #f2992e;
- }
- /** CONTAINER **/
- #container {
- position: fixed;
- height: 77.5%;
- width: 85.4%;
- left: 7.3%;
- top: 15%;
- background-color: #fff;
- border: 1px solid #0f0f0f;
- overflow: auto;
- }
- #container::-webkit-scrollbar
- {
- width: 4px;
- }
- #container::-webkit-scrollbar-thumb
- {
- background-color: #f2992e;
- }
- #content {
- width: 60%;
- margin: 4% 25.5%;
- }
- #blog {
- position: relative;
- width: 96px;
- height: 96px;
- float: left;
- margin: 0 50px 30px 0;
- border: 5px solid #f2992e;
- }
- #blog img {
- opacity: 0.6;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #blog:hover > #label {
- letter-spacing: 1px;
- }
- #blog:hover > img {
- opacity: 1;
- }
- #label {
- position: absolute;
- width: 116px;
- bottom: -5px;
- margin-left: -15px;
- padding: 2px 5px;
- background-color: #f2992e;
- text-align: center;
- font-family: 'Roboto', sans-serif;
- text-transform: uppercase;
- font-size: 9px;
- color: #fff;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- /** CREDIT **/
- a.macfustys {
- position: fixed;
- bottom: 2%;
- right: 1%;
- border: 1px solid #707070;
- padding: 2px;
- font-size: 12px;
- letter-spacing: 1px;
- color: #707070;
- }
- a.macfustys:hover {
- color: #f2992e;
- letter-spacing: 1px;
- }
- </style>
- <body>
- <!-- HEADER -->
- <div id="header">
- <span>{Title}</span>
- <a href="/">Home</a>
- <a href="/ask">Message</a>
- <a href="/">Link 2</a>
- <a href="/">Link 3</a>
- <a href="/">Link 4</a>
- <a href="/">Link 5</a>
- <a href="/">Link 6</a>
- </div>
- <!-- CONTAINER -->
- <div id="container">
- <div id="content">
- {block:Following}
- {block:Followed}
- <a target="new" href="{FollowedURL}">
- <div id="blog">
- <img src="{FollowedPortraitURL-96}">
- <div id="label">{FollowedName}</div>
- </div>
- </a>
- {/block:Followed}
- {/block:Following}
- </div>
- </div>
- <!-- CREDIT -->
- <a target="new" class="macfustys" href="http://macfustythemes.tumblr.com/">
- MT
- </a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement