Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Blogroll #2 by kalopsiathemes
- Please do not
- -remove the credit
- -steal parts of code
- -use as a base
- Feel free to
- -edit parts of the page
- -ask me any questions
- -->
- <!DOCTYPE html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Ubuntu:700' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <style type="text/css">
- ::-webkit-scrollbar {height: 2px;
- width: 3px;
- -webkit-border-radius: 1px;}
- ::-webkit-scrollbar-thumb {height:auto;
- background-color:#979797;/*scrollbar color*/
- }
- ::-webkit-scrollbar-track {
- background:#ffffff;}/*scrollbar back color*/
- body {
- background-color:#f8f8f8;/*page background color*/
- font-family:helvetica neue,sans-serif;
- color:#979797; /*change text color here*/
- }
- .user {
- border-bottom:2px solid #f8f8f8;/*border below each user*/
- margin-right:10px;
- }
- .image img {
- padding:4px;
- margin:5px;
- margin-bottom:3px;
- width:30px;
- border-radius:5px;
- -webkit-filter: grayscale(80%);
- -moz-filter: grayscale(80%);
- -ms-filter: grayscale(80%);
- -o-filter: grayscale(80%);
- }
- .user:hover .image img {
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- }
- .image {
- display:inline-block;
- }
- .info {
- display:inline-block;
- vertical-align:top;
- padding:5px;
- }
- .name {
- font-weight:700;
- font-size:11px;
- margin-top:5px;
- text-align:left;
- }
- .usert {
- font-style:italic;
- font-size:10px;
- text-align:left;
- margin-top:5px;
- }
- #all {
- margin:auto;
- width:443px;
- margin-top:120px;
- }
- #top {
- width:120px;
- height:360px;
- position:fixed;
- margin-left:0px;
- padding-top:10px;
- margin-top:0px;
- background-color:#ffffff;/*sidebar background color*/
- }
- #content {
- width:320px;
- height:370px;
- margin:auto;
- margin-left:122px;
- margin-top:80px;
- overflow:scroll;
- text-align:left;
- background-color:#ffffff;/*content background color*/
- }
- ul {
- list-style: none;
- margin-left:-24px;
- }
- li {
- float: left;
- }
- #title {
- font-size:14px;
- letter-spacing:.5px;
- margin-top:5px;
- margin-bottom:5px;
- text-align:left;
- margin-left:45px;
- text-transform:lowercase;
- font-weight:700;
- font-family:helvetica neue,sans-serif;
- }
- #nav {
- font-size:9px;
- text-align:right;
- line-height:180%;
- margin-right:2px;
- }
- #nav a {
- text-decoration:underline;
- color:#bbbbbb;/*change the color of the nav links here*/
- }
- #nav a:hover {
- text-decoration:underline;
- cursor:help;
- }
- #image img {
- width:80px;
- height:100px;
- padding:4px;
- margin-left:12px;
- background-color:#f8f8f8;/*background color of sidebar image*/
- border-radius:5px;
- }
- .info {
- padding:5px;
- margin:auto;
- text-align:center;
- font-family:arial,sans-serif;
- }
- a:link, a:visited {
- text-decoration:none;
- color:#979797;/*link color*/
- }
- a:hover {
- color:#bbbbbb; /*color when hover on link*/
- cursor:crosshair;
- }
- #credit {
- position:fixed;
- bottom:5px;
- right:10px;
- padding:4px;
- font-size:11px;
- }
- #credit a {
- color:#090909;
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div id="all">
- <div id="top">
- <div class="info">
- <div id="image"><img src="http://static.tumblr.com/wi2dwmg/p13ol4urj/pink.png"></div>
- <!--here is where you insert the link for your sidebar image-->
- <div id="title">Blogroll</div>
- <div id="nav">
- <a href="/">index</a>
- ⚬ <a href="/ask">ask</a><br>
- <a href="/archive">archive</a>
- </div>
- </div></div>
- <div id="content">
- {block:Following}
- <ul>
- {block:Followed}
- <div class="user">
- <div class="image"> <img src="{FollowedPortraitURL-48}"></div>
- <div class="info">
- <a href="{FollowedURL}"><div class="name">{FollowedName}</div></a>
- <div class="usert">{FollowedTitle}</div></div>
- </div>
- {/block:Followed}
- </ul>
- {/block:Following}
- </div>
- </div>
- <div id="credit">
- <a href="http://kalopsiathemes.tumblr.com" title="kalopsiathemes"</div>Δ</a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment