Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>blogroll</title>
- <style>
- body {
- font-family: georgia;
- font-size: 12px;
- color: #c4c4c4;
- background-color: #ffffff;
- text-align: justify;
- margin-top: 15px;}
- strong,b {color:#FF52B7; text-decoration:none; font-weight:bold;}
- i,em {color:#D6B6E1;}
- u {color:#D6B6E1; text-decoration:none; border-bottom:2px solid #7E6C5E;}
- strike,s {color: #D6B6E1; cursor: help;}
- a{cursor:hand; color:#a68e8e;text-decoration: none;}
- a:hover{color:#937777;}
- .box {
- background-color: #ffffff;
- padding: 10px;
- font-family: verdana;
- }
- img{
- margin: 3px;
- -webkit-transition: all 0.1s linear;
- -moz-transition: all 0.1s linear;
- transition: all 0.1s linear;
- padding: 5px;
- background-color:#f9f9f9;
- -moz-box-shadow: 5px 5px 0 1px #eeeeee;
- -webkit-box-shadow: 5px 5px 0 1px#eeeeee;
- box-shadow: 1px 1px 0 0px #eeeeee;
- filter:alpha(opacity=100);
- -moz-opacity:0.70;
- opacity:0.70;
- }
- img:hover{
- filter:alpha(opacity=100);
- -moz-opacity:0.95;
- opacity:0.95;
- }
- </STYLE>
- </HEAD>
- <BODY>
- <center>
- <div style="top: 40px; width: 885px;">
- <div class="box">
- {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'><img border='0' src='{FollowedPortraitURL-64}' />{/block:Followed}{/block:Following}
- </div>
- </div>
- <div style="top: 300px; width: 300px;">
- </center>
- </BODY></HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement