Difference: WebCSS (1 vs. 29)

Revision 2925 Feb 2010 - FlavioAraujo

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

Revision 2805 Jun 2008 - TatyAlbertazzi

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

Revision 2704 Jun 2008 - TatyAlbertazzi

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

Revision 2630 May 2008 - ValessioBrito

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

Revision 2530 May 2008 - ValessioBrito

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

Revision 2430 May 2008 - ValessioBrito

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

Revision 2329 May 2008 - TatyAlbertazzi

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

Revision 2229 May 2008 - ValessioBrito

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

Revision 2129 May 2008 - TatyAlbertazzi

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

Revision 2028 May 2008 - ValessioBrito

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

Revision 1928 May 2008 - ValessioBrito

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

Revision 1828 May 2008 - TatyAlbertazzi

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

Revision 1725 May 2008 - TatyAlbertazzi

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

Revision 1616 May 2008 - ValessioBrito

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

Revision 1516 May 2008 - TatyAlbertazzi

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

Revision 1413 May 2008 - ValessioBrito

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

Revision 1312 May 2008 - ValessioBrito

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

Revision 1221 Nov 2007 - DelzaSantos

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

Revision 1109 Nov 2007 - DelzaSantos

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

Revision 1009 Nov 2007 - DelzaSantos

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

Revision 908 Nov 2007 - DelzaSantos

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

Revision 807 Nov 2007 - DelzaSantos

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

Revision 705 Nov 2007 - DelzaSantos

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

Revision 630 Oct 2007 - DelzaSantos

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

Revision 510 Aug 2006 - AurelioAHeckert

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

Revision 410 Aug 2006 - AurelioAHeckert

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

Revision 309 Aug 2006 - AurelioAHeckert

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

Revision 225 Jul 2006 - AurelioAHeckert

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

Revision 121 Jul 2006 - GabrielMacedo

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="ProjetoGrafico"
<-- 
  • Set TITULO = CSS do Sítio
-->

Modularização:

%STARTINCLUDE%

body{
  margin: 20px 0px;
  padding: 0px;
  background-color: #F0F0F0;
  text-align: center;
  font-family: verdana, helvetica, sans-serif;
  font-size: 14px;
}

#corpo{
  width: 760px;
  margin: auto;
  text-align: left;
}

#logo{
  width: 250px;
  height: 135px;
  float: left;
  margin-bottom: 5px;
  background-color: #738EB5;
  background-image: url("%ATTACHURL%/logo-marsol-173x119.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#logo img{
  display: none;
}

#cabecalho{
  width: 505px;
  height: 135px;
  float: right;
  margin: 0px;
}
#cabecalho strong{
  display: block;
  margin: 30px 20px 0px 20px;
  font-size: 22px;
  color: #999;
}
#cabecalho b{
  display: block;
  margin: 0px 5px 0px 20px;
  font-size: 18px;
  color: #555;
}
#cabecalho span{
  display: none;
}

#tronco{
  clear: both;
  margin-top: 5px;
  background-image: url("%ATTACHURL%/fundoNews.png");
  background-repeat: repeat-y;
}

#news{
  clear: both;
  width: 250px;
  float: left;
}

#menu{
  clear: right;
  width: 505px;
  float: right;
  background-color: #FC0;
}

#menu ul,
#menu li{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}

#menu a{
  color: #000;
  text-decoration: none;
}

#conteudo{
  clear: right;
  width: 505px;
  float: right;
  background-color: #738EB5;
  text-align: justify;
}

/* * * Conteúdo * * * * * * * * * * * * * * * * * * * * * * * * * */
%INCLUDE{WebConteudoCSS}%

/* * * Tabelas * * * * * * * * * * * * * * * * * * * * * * * * * */
%INCLUDE{WebTabelasCSS}%

%STOPINCLUDE%

META FILEATTACHMENT attr="" comment="" date="1153514374" name="logo-marsol-173x119.gif" path="logo-marsol-173x119.gif" size="3035" user="GabrielMacedo" version="1.1"
META FILEATTACHMENT attr="" comment="" date="1153517511" name="fundoNews.png" path="fundoNews.png" size="179" user="GabrielMacedo" version="1.1"
 
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