Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----------------------------------------
- Blogroll Theme #1 by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/blogroll
- Updated 5/19/13
- ------------------------------------------>
- <html>
- <head>
- <!--- this is the title that will appear on your tab --->
- <title>blogroll</title>
- <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /*---these are things you can edit (scroll down to edit the title)---*/
- ::-webkit-scrollbar-thumb {background-color:#606060;} /*this is the scrollbar color*/
- ::-webkit-scrollbar-track {background-color:#D8D8D8;} /*this is the scrollbar background color*/
- body {background-color:#ffffff;} /*this is the background color*/
- #wrapper {background-color:#ffffff;} /*this is the box background color*/
- #wrapper {border-style:dashed;} /*this is the border style*/
- #wrapper {border-color:#000000;} /*this is the border color*/
- #header a {color:#606060;} /*this is the title color*/
- ::-webkit-scrollbar {width: 6px;}
- ::-webkit-scrollbar-thumb {-webkit-border-radius:3px;}
- ::-webkit-scrollbar-track{-webkit-border-radius:3px;}
- body {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;}
- #wrapper {
- margin-left:auto;
- margin-right:auto;
- margin-top:100px;
- width:508px;
- padding:20px;
- border-width:1px;
- -webkit-border-radius: 4px;
- -moz-border-radius:4px;
- border-radius: 4px;}
- #header {
- position:fixed;
- margin-top:-63px;
- height:30px;
- text-align:left;
- margin-left:-13px;}
- #header a {
- font-family: 'Cedarville Cursive', cursive;
- font-size: 30px;
- text-decoration:none;
- text-align:left;}
- #inner {
- width:508px;
- overflow-y:scroll;
- overflow-x:hidden;
- height:280px;}
- .body {
- width:508px;}
- #entry {
- height:auto;
- float:left;
- font-size:0;}
- #entry img {
- opacity:.7;
- -webkit-transition-duration:.4s;
- -webkit-border-radius: 4px;
- -moz-border-radius:4px;
- border-radius: 4px;
- width:64px;
- height:64px;}
- #entry img:hover {
- opacity:1;
- -webkit-transition-duration:.4s;}
- #icon {
- margin:0px 8px 8px 0px;
- display:inline-block;}
- #c, #c a {
- color:#606060;
- position:fixed;
- bottom:4px;
- right:4px;
- font-size:13px;
- font-family:helvetica;
- text-decoration:none;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="wrapper">
- <div id="header"><a href="/">
- <!--- this is the title of your blogroll page --->
- blogs i follow
- </a></div>
- <div id="inner"><div class="body"><div id="entry">
- {block:Following}{block:Followed}
- <div id="icon"><a target="_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-64}"/></a></div>
- {/block:Followed}{/block:Following}
- </div></div></div>
- </div>
- <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement