CSS

by anonymous on December 30th, 2008

No notes

Syntax: CSS
Show lines - Hide lines - Show in textbox - Download
@charset "utf-8";
 
#tudo{
 
  width: 760px;
  margin:0 auto;
  padding: 10px;
  }
 
body {
 
  background-image:url(bg.jpg);
  margin: 0 0 0 0;
  text-align:center;
  }
 
#linha{
 
  width:auto;
  height:5px;
  background-color:#999999;
  }
 
#geral{
 
  width:858px;
  height:auto;
  }
 
#menucima{
 
  float:right;
  }
 
#destaque{
 
  background-image:url(images/destaque.gif);
  width:858px;
  height:164px;
  clear:both;
  }
 
#menucima{
 
  margin-top:20px;
  float:left;
  height:16px;
  background-image:url(images/images/bgmenu.gif);
  }
#menucima li{
 
  display:inline;
  }
 
 
#menucima a:link{
 
  color:#999999;
  text-decoration:none;
  }
#menucima a:hover{
 
  color:#ff9900;
  background-image:url(images/images/ahover.gif);
  }
#menucima a:visited{
  text-decoration:none;
  }
 
#relogio{
 
  float:right;
  width:215px;
  height:63px;
  background-image:url(images/bgrelogio.gif);
  }
 
#noticia{
 
  border:1px;
  border-color:#CCCCCC;
  border-style:solid;
  margin-top:17px;
  background-color:#FFFFFF;
  text-align:left;
  float:left;
  width:452px;
  height:auto;
  }
 
#noticia p{
 
  margin: 5px;
  }
 
h2{
 
  margin: 2px;
  }
 
#last{
 
  float:right;
  background-image:url(images/last.gif);
  width:402px;
  height:209px;
  text-align:left;
  }
 
p{
 
  font-family:Georgia;
  color:#666666;
  font-size:12px;
  text-align:left;
  margin-left:10px;
  }
 
  h4{
 
  font-family:Georgia;
  color:#666666;
  text-align:left;
  padding-left:10px;
  }
 
#dis {
 
  padding-left:20px;
  text-align:left;
}
 
#dis  li{
 
  display:block;
  text-align:left;
  font-family:Tahoma;
  font-size:10px;
  color:#666666;
}
 
#dis li a:link{
 
  color:#666666;
  text-decoration:none;
  }
 
#dis li a:hover{
 
  color:#CCCCCC;
  }
 
#more{
 
  float:right;
  background-image:url(images/moremore.gif);
  width:402px;
  height:209px;
  text-align:left;
  }
 
#animesmore{
 
padding-left:20px;
text-align:left;
}
#animesmore li{
 
  display:block;
  text-align:left;
  font-family:Tahoma;
  font-size:10px;
  color:#666666;
}
 
#animesmore li a:link{
 
  color:#666666;
  text-decoration:none;
  }
 
#animesmore li a:hover{
 
  color:#CCCCCC;
  }

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS