Advertisement
EmilyTozerr

Blogroll

Jun 9th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. </head>
  12.  
  13.  
  14. <style type="text/css">
  15.  
  16. body{
  17. color:#cccccc;
  18. background-color:white;
  19. background-image:url("");
  20. background-position:top left;
  21. background-repeat: no-repeat;
  22. background-attachment:fixed;
  23. font-family:arial;
  24. font-size:10px;
  25. line-height: 120%;
  26. text-align:justify;
  27. }
  28.  
  29. a:link, a:active, a:visited{
  30. color: white;
  31. }
  32.  
  33. a:hover{
  34. color:white;
  35. }
  36.  
  37. #todo {
  38. margin:auto;
  39. width:700px;
  40. top:50px;
  41. background-color:;}
  42.  
  43. #entradas {
  44. width:700px;
  45. margin-bottom:50px;
  46. background-color:;
  47. padding:10px;
  48. margin-top:40px;
  49. }
  50.  
  51.  
  52.  
  53. #entradas img{
  54. opacity:.8;
  55. -webkit-transition-duration:.7s;}
  56.  
  57. #entradas img:hover{
  58. opacity:1;
  59. -webkit-transition: 0.2s ease-in;
  60. }
  61.  
  62. .credit a{
  63. bottom:0px;
  64. right:0px;
  65. opacity:.4;
  66. position:fixed;
  67. }
  68.  
  69. .credit a:hover{
  70. background-color:;
  71. }
  72.  
  73. #titulo {
  74. font-size:20px;
  75. font-family:georgia;
  76. font-style:italic;
  77. margin-left:30px;
  78. position:absolute;
  79. top:20px;
  80. width:660px;
  81. text-align:right;
  82. border-bottom:1px dashed #cccccc;
  83. padding-bottom:2px;}
  84.  
  85. #entradas img {
  86. -webkit-border-radius: 16px;
  87. -moz-border-radius: 16px;
  88. border-radius: 16px;
  89. width:64px;
  90. height:64px;
  91. }
  92.  
  93.  
  94. #entradas img:hover {
  95. -webkit-border-radius: 32px;
  96. -moz-border-radius:32px;
  97. border-radius: 32px;
  98. width:64px;
  99. height:64px;}
  100. </style>
  101.  
  102.  
  103. </div>
  104.  
  105.  
  106. <div id="todo">
  107. <div id="titulo">blogroll</div>
  108. <div style="position:absolute; top:18px;margin-left: 30px;opacity:.2;"><a href="/" title="HOME" ><img src="http://static.tumblr.com/kauezwz/2eYlz8mtf/home.png" width="15" /></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement