- <!DOCTYPE html>
- <html>
- <head>
- <!--
- Blogroll 01
- by yukoki/k--amikorosu
- 1. Light/Heavy CSS editting is allowed.
- 2. Do not use as base code.
- 3. Do not claim theme as your own.
- -->
- <title>Blogroll</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <style type="text/css">
- iframe#tumblr_controls {
- right:3px !important;
- position:fixed !important;
- }
- /*The Background*/
- body {
- background-color: #ffffff; /**background colour here**/
- background-image: url(/**BACKGROUND URL HERE**/);
- background-attachment: fixed;
- margin: 0;
- word-wrap: break-word;
- text-decoration: none;
- }
- #sidebar {
- background-color: #000000; /**'following bar background colour*/
- width: 260px;
- position: fixed;
- top: 60px;
- height: 78px;
- left: 882px;
- -moz-border-radius-topright: 35px;
- border-top-right-radius: 35px;
- -moz-border-radius-bottomright: 35px;
- border-bottom-right-radius: 35px;
- }
- #sidebar .title {
- line-height: 78px;
- font-family: Georgia;
- font-size: 27px;
- text-align: left;
- font-style: italic;
- padding-left: 40px;
- color: #ffffff; /**'following' text colour**/
- }
- #sidebar .usericon {
- width: 64px;
- height: 64px;
- border: 0;
- margin: -72px 0 0 188px;
- position: fixed;
- -moz-border-radius: 40px;
- border-radius: 40px;
- }
- #sidebar .linksback {
- color: #000000; /**navigation text colour**/
- width: 400px;
- letter-spacing: 2px;
- margin-left: 20px;
- margin-bottom: 2px;
- margin-top: 8px;
- font-family: consolas;
- padding: 5px 5px 5px 15px;
- font-size: 12px;
- border-left: 20px solid #000000; /**navigation border colour**/
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #sidebar .linksback a {
- text-decoration: none;
- color: #000000;
- }
- #sidebar .linksback:hover {
- color: #000000; /**hover naviagtion text colour**/
- border-left: 40px solid #000000; /**hover navigation border colour**/
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #sidebar .linksask {
- color: #000000; /**navigation text colour**/
- width: 100px;
- letter-spacing: 2px;
- margin-left: 20px;
- margin-bottom: 2px;
- font-family: consolas;
- padding: 5px 5px 5px 15px;
- font-size: 12px;
- border-left: 20px solid #000000; /**navigation border colour**/
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #sidebar .linksask a {
- text-decoration: none;
- color: #000000;
- }
- #sidebar .linksask:hover {
- color: #000000; /**hover naviagtion text colour**/
- border-left: 40px solid #000000; /**hover navigation border colour**/
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #sidebar .linkspast {
- color: #000000; /**navigation text colour**/
- width: 100px;
- letter-spacing: 2px;
- margin-left: 20px;
- margin-bottom: 2px;
- font-family: consolas;
- padding: 5px 5px 5px 15px;
- font-size: 12px;
- border-left: 20px solid #000000; /**navigation border colour**/
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #sidebar .linkspast a {
- text-decoration: none;
- color: #000000;
- }
- #sidebar .linkspast:hover {
- color: #000000; /**hover naviagtion text colour**/
- border-left: 40px solid #000000; /**hover navigation border colour**/
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #sidebar .linksdash {
- color: #000000; /**navigation text colour**/
- width: 100px;
- letter-spacing: 2px;
- margin-left: 20px;
- margin-bottom: 2px;
- font-family: consolas;
- padding: 5px 5px 5px 15px;
- font-size: 12px;
- border-left: 20px solid #000000; /**navigation border colour**/
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #sidebar .linksdash a {
- text-decoration: none;
- color: #000000;
- }
- #sidebar .linksdash:hover {
- color: #000000; /**hover naviagtion text colour**/
- border-left: 40px solid #000000; /**hover navigation border colour**/
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #sidebar .linkscred {
- color: #000000; /**navigation text colour**/
- width: 100px;
- letter-spacing: 2px;
- margin-left: 20px;
- font-family: consolas;
- padding: 5px 5px 5px 15px;
- font-size: 12px;
- border-left: 20px solid #000000; /**navigation border colour**/
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #sidebar .linkscred a {
- text-decoration: none;
- color: #000000;
- }
- #sidebar .linkscred:hover {
- color: #000000; /**hover naviagtion text colour**/
- border-left: 40px solid #000000; /**hover navigation border colour**/
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #image {
- right: 0px;
- bottom: 0px;
- width: 300px;
- position: fixed;
- }
- #container {
- width: 662px;
- height: auto;
- background-color: #000000; /**main blogroll container background colour*/
- margin-top: 0px;
- padding: 10px 0 10px 20px;
- margin-left: 200px;
- position: absolute;
- background-image: url(/**MAIN BLOGROLL CONTAINER BACKGROUND IMAGE**/);
- }
- #container .followings {
- border: 0px;
- width: 64px;
- padding: 2px;
- opacity: 0.8;
- height: 64px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #container .followings:hover {
- opacity: 1.0;
- -moz-border-radius: 35px;
- border-radius: 35px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- </style>
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- </head>
- <body>
- <img id="image" src="YOUR PICTURE URL HERE" />
- <div id="container">
- {block:Following}{block:Followed}
- <a href="{FollowedURL}" title="{FollowedTitle}" />
- <img class="followings" src="{FollowedPortraitURL-64}" /></a>
- {/block:Followed}{/block:Following}
- </div>
- </div>
- <div id="sidebar">
- <div class="title">following</div>
- <img class="usericon" src="{PortraitURL-64}" />
- <div class="linksback">
- <a href="/">back to blog</a></div>
- <div class="linksask">
- <a href="/ask">inbox</a></div>
- <div class="linkspast">
- <a href="/archive">archive</a></div>
- <div class="linksdash">
- <a href="http://tumblr.com">dashboard</a></div>
- <div class="linkscred">
- <a href="http://yukoki.tumblr.com">credit</a></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>

