- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link href='http://fonts.googleapis.com/css?family=Codystar|Karla' rel='stylesheet' type='text/css'>
- <!--
- PASTEL TIME BLOGROLL THEME BY: COCORINI (http://cocorini.tumblr.com).
- PLEASE DON'T REMOVE THE CREDITS. THANK YOU!
- PATTERNS: http://www.subtlepatterns.com
- IMAGE: http://www.san-x.co.jp
- -->
- <style type="text/css">
- body {
- background-image: url('http://media.tumblr.com/tumblr_m6c72cnFrO1rnjuep.png');
- background-attachment: fixed;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #e4bec3;
- height: 30px;
- }
- ::-webkit-scrollbar {
- height: 30px;
- width: 3px;
- background-color: #f9f9f9;
- }
- a {
- color: #e4b49f;
- text-decoration: none;
- }
- #title {
- margin-top: -12px;
- font-size: 38px;
- font-family: codystar;
- letter-spacing: 6px;
- color: #c1bdad;
- }
- #placeholder {
- margin-top: 100px;
- }
- #topframe {
- z-index: -1;
- margin-top: -72px;
- width: 400px;
- height: 50px;
- position: relative;
- background-color: #fffdf6;
- padding: 10px;
- border-radius: 18px;
- border: 3px dotted #e8e3e2;
- box-shadow: 2px 2px 2px #d7d0da;
- background-image: url('http://media.tumblr.com/tumblr_m6c9s1rFKO1rnjuep.png');
- }
- #content {
- overflow: auto;
- width: 300px;
- height: 280px;
- padding: 10px;
- border-left: 3px solid #e8e3e2;
- border-right: 3px solid #e8e3e2;
- border-bottom: 3px solid #e8e3e2;
- background-color: #fff;
- background-image: url('http://media.tumblr.com/tumblr_m6c9ryJFYF1rnjuep.png');
- box-shadow: 2px 2px 2px #d7d0da;
- }
- #content img {
- border-radius: 40px;
- box-shadow: 1px 1px 1px #d69f95;
- max-width: 48px;
- margin: 5px;
- }
- #credit {
- position: fixed;
- bottom: 8px;
- right: 10px;
- font-size: 10px;
- color: #e4b49f;
- }
- </style>
- <body>
- <div id="credit"><a href="http://cocorini.tumblr.com/" target="_blank">☂</a></div>
- <div align="center">
- <div id="placeholder">
- <div id="title">MY BLOGROLL</div>
- <div style="font-family: karla; font-size: 10px; letter-spacing: 1px;"><a href="/">go back to blog?</a></div>
- <img src="http://media.tumblr.com/tumblr_m6c77de7Aq1rnjuep.png">
- <div id="topframe"></div>
- <div id="content">
- {block:Following}{block:Followed}<a href="{FollowedURL}"><img src="{FollowedPortraitURL-48}" border="0"/></a>{/block:Followed}{/block:Following}
- </div>
- </div></div>
- </body>
- </html>

