Difference: UltimasNoticiasCSS (1 vs. 2)

Revision 222 Aug 2005 - LeandroSantos

Line: 1 to 1
 
META TOPICPARENT name="SkinCSS"

CSS das Últimas Notícias do Sítio PPGE

Line: 7 to 7
  #ultimasNoticias{ position: absolute;
Changed:
<
<
left: 640px; top:100px;
>
>
// left: 640px; // top:100px;
  width: 130px; }

Revision 121 Aug 2005 - LeandroSantos

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="SkinCSS"

CSS das Últimas Notícias do Sítio PPGE

%STARTINCLUDE%

#ultimasNoticias{
  position: absolute;
  left: 640px;
  top:100px;
  width: 130px;
}

#ultimasNoticias strong{
  display: block;
  text-align: center;
  color: #E8A000;
  font-size: 12px;
  border-top: 1px dotted #F0B000;
  border-bottom: 1px dotted #F0B000;
}

#ultimasNoticias ul, #ultimasNoticias li{
  list-style: none;
  margin: 6px 0px 0px 0px;
  padding: 0px;
}

#ultimasNoticias li a:link,
#ultimasNoticias li a:active,
#ultimasNoticias li a:visited{
  display: block;
  color: #C07000;
  background-color: #FFE870;
  border: 2px dotted #F0B000;
  font-weight: 900;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  padding: 5px;
}
#ultimasNoticias li a:hover{
  color: #A05000;
  background-color: #FFF0A0;
  border: 2px dotted #E0A000;
}

#ultimasNoticias div a:link,
#ultimasNoticias div a:active,
#ultimasNoticias div a:visited{
  margin-top: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #F8B000;
  font-size: 10px;
  border-top: 1px dotted #F0B000;
  border-bottom: 1px dotted #F0B000;
}

#ultimasNoticias div a:hover{
  color: #E08000;
}

%STOPINCLUDE%


-- LeandroSantos - 21 Aug 2005

 
This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback