TWiki home TWiki > Plugins > WebLayout? > FlexibleSkinStyleSheet TWiki webs:
Main | TWiki | Plugins | Sandbox | Patterns
Plugins . { Home | Changes | Index | Search | Go }
%STARTINCLUDE%

/* Font: */
BODY, TD, FONT, SPAN, P, LI, UL, BR, HR, TD, TH, DIV
  {
     font-family: Verdana, Helvetica, sans-serif, Arial;
     font-size:12px;
  }

BODY
{
  /* website background: */
  background: url('http://twiki.im.ufba.br/pub/Tmaismais/ProjetoGrafico/Tpp.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: fixed;
}

TD.WebContent TABLE,
TD.WebRightBar TABLE,
TD.WebPreview TABLE
{
  border-collapse: collapse; 
}

TD.WebContent TD,
TD.WebRightBar TD,
TD.WebPreview TD,
TD.WebContent TH,
TD.WebRightBar TH,
TD.WebPreview TH
{
  border: solid black 1px;
  padding: 0.3em;
}

/* Color and style for hyperlinks: */

A:link, A:visited, A:active
{
  color: black ;
}

/* hyperlinks become red when mouse is nover them */
A:hover[href]
{
  color: red;
}

/* Table headers style: */
TH
{
  background: %WEBBGCOLOR%;
  /* background: url('%PUBURL%/Tplusplus/WebLayout/tpptexture.png'); */
}

TD.WebRightBar
{
  height: 390px;
  width: 15%;
}

TD.WebRightBar TABLE
{
  width: 100%;
}

TD.WebBottomBar
{
  background: url('%PUBURL%/Tplusplus/WebLayout/tpptexture.png');
  padding: 0.3em;
  border: solid black 1px;
}

FONT.warn
{
  color: red;
  font-weight: bold;
}

HR
{
  height: 1px;
  color: black;
}

%STOPINCLUDE%

-- AntonioTerceiro? - 14 Feb 2003

Topic FlexibleSkinStyleSheet . { Edit | Attach | Ref-By | Printable | Diffs | r1.6 | > | r1.5 | > | r1.4 | More }
Revision r1.6 - 08 Mar 2003 - 15:46 GMT - AurelioAHeckert?
Parents: WebLayout?
Copyright © 2003 by the contributing authors. All material on this collaboration tool is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback