Advertisement
Gabss

Blogroll 04 Gabs HDUR

Nov 10th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.57 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11">
  3. <head>
  4. <title>Blogroll</title>  
  5.  
  6. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  7. </head>
  8.  
  9. <style type="text/css" media="screen">
  10. /*** BASE POR THINGS TO HELP YOU, PERSONALIZAÇÃO POR HTML-DEUMAREBELDE ***/
  11.  
  12. /*** corpo **/
  13. body {text-align: justify; color: #e6307c;  font: 11px tahoma;   background: #000 URL('http://33.media.tumblr.com/a4c458503fc3301018dedb6baadd189b/tumblr_ncxsoh94Ih1r3yiqko3_100.png') fixed;}
  14. /*** Link estilo **/
  15. a {color: #fff;text-decoration: none;}
  16. a:hover {background:#eb4584; color: #fff;}
  17. /*** Layout principal - theme centralizado **/
  18. #content {position: relative; width: 600px; background: url(''); background-repeat: repeat-y; margin-left: auto;margin-right: auto; margin-top: 80px; }    
  19. #header {background: url('http://static.tumblr.com/b8i92gi/Zw7neu7vd/blogroll03.png'); background-repeat:  no-repeat;  width: 600px;  height: 100px; margin-left: 60px;}
  20. #footer {background: url('http://static.tumblr.com/b8i92gi/bCeneu7vl/footer_blogroll03.png'); background-repeat:  no-repeat; background-position: margin-bottom: 10px; width: 600px; height: 100px; clear: both;}
  21. #main {width: 600px; float: right; position: relative; margin-left: 6px; top: 0px; }
  22. /*** Box caixa onde fica os seguidores ****/
  23. .caixa  { margin-left: 10px; margin-top: 6px; margin-right: 10px; background: #fff; overflow: hidden; padding: 2px;font-family: Verdana, Geneva, sans-serif;font-size: 8pt;color: #d9ccac;text-align: justify;outline: 0px solid #BAB395; margin-bottom: 0px;}
  24. .seguindo img {padding: 3px; background: #ccc; margin: 2px;}  
  25.  
  26. .link {text-align:center;position:  absolute; top: -30px; left: 20px;}
  27. .link a {text-align: center; background: #1e1d17; padding: 5px; color: #d9ccac; display: inline-block; width: 20px;  margin-bottom: 1px;font-family: Verdana, Geneva, sans-serif;font-size: 8pt;}
  28. </style>
  29.  
  30. <body>
  31. <div id="content">
  32. <div class="link">
  33. <a href="/"><b><-</b></a>
  34. <a href="http://html-deumarebelde.tumblr.com">®</a>
  35. <a href="http://things-to-help-you.com">tthy</a>
  36. </div>
  37. <div id="header">
  38. </div>
  39. <div id="main">
  40. <div class="caixa">
  41. <div class="seguindo">
  42. <center>
  43. {block:Following}
  44. {block:Followed}<a href="{FollowedURL}" target="_blank">
  45. <img src="{FollowedPortraitURL-30}" border="0" title="{FollowedTitle}" /></a>
  46. {/block:Followed}
  47. {/block:Following}
  48. </center>
  49. </div>
  50. </div><br>
  51. </div>
  52. <div id="footer"></div>
  53. </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement