Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <title>{title}</title> <link rel="shortcut icon" href="{favicon}" />
- <style>
- .p {width:150px;
- background: #ddd;
- -moz-transition: all 0.4s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- -ms-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- height:48px;
- font-family:cambria;
- text-transform:uppercase;
- font-size:8px;
- overflow:hidden;
- display:inline-block;
- margin:5px;
- text-align:left;
- color:#666;
- }
- .p:hover {width:150px;
- background: #ddd;
- -webkit-box-shadow: inset 550px 0 0px 0 #555; /** A MESMA COR Q VC COLOCOU A CIMA **/
- -moz-box-shadow: inset 550px 0 0px 0 #555;
- box-shadow: inset 550px 0 0px 0 #555;
- color: #fff ;
- }
- body {background:#eee;
- font-family:cambria;
- color:#666;
- font-family:cambria;
- font-size:10px;
- }
- a {color:#9bc284;
- text-decoration:none;
- text-transform:lowercase;
- font-size:10px
- }
- .pp a:hover {border-bottom:1px solid #62a838;}
- nav1 {font-style:italic;
- font-size:22px;
- color:#62a838;
- }
- .p img {float:left;
- padding-right:5px;}
- .p a{font-style:italic;
- text-decoration:none;
- text-transform:lowercase;
- font-size:10px;
- color:#95c37a}
- .pp {margin-right:8px;
- color:#9bc284;
- text-decoration:none;
- text-transform:lowercase;
- }
- .pp a {margin-right:8px;
- color:#9bc284;
- text-decoration:none;
- text-transform:lowercase;
- }
- </style>
- <body>
- <center>
- <nav1>Blogroll</nav1><br>{title}
- <br><p>
- <div class="pp">
- <a href="/">index</a> <a href="/ask">message</a> <a href="http://www.tumblr.com/dashboard">dashboard</a> <a href="http://baginsfrodo.tumblr.com/" target="_blank">theme</a></p></div><br>
- <div style="border: 1px (000, 000, 000); padding: 5px; overflow: auto; color: #444; width:680px;height:350px; text-align: justify; font-family: FONTE; font-size:11px; line-height: 100%; background-color: #f1f1f1">
- {block:Following}{block:Followed}
- <div class="p"><a href="{FollowedURL}"><img src="{FollowedPortraitURL-48}"></a> <br><a href="{FollowedURL}">{FollowedName}</a><br>{FollowedTitle}</div>
- {/block:Followed}{/block:Following}
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment