Difference: FolhaDeEstilos (8 vs. 9)

Revision 902 May 2007 - CaioTiago

Line: 1 to 1
 
%STARTINCLUDE%
/* * * reset styles * * */
Line: 14 to 14
 body{ margin: 0; background-color: #ddeeff;
Added:
>
>
/* background-image: url("https://www.twiki.ufba.br/twiki/pub/ConexoesSaberes/FolhaDeEstilos/fitas.gif");*/
  font-family: "Helvetica", "Verdana", sans-serif; font-size: 95%;
Added:
>
>
width: 100%;
 }

#tela {

Line: 24 to 26
 

/* * * Topo * * */

Added:
>
>
#topo { position: relative; z-index: 7; margin-bottom: 1em; }
 #topo a { text-decoration: none; }
Line: 40 to 48
  #cabecalho { border-width: 1px 2px 0 1px;
Added:
>
>
position: relative; z-index: 7;
 }

#interno {

Line: 48 to 58
  #cabecalho{ align: center;
Added:
>
>
z-index: 100;
  padding: 0.1% 5% 0.1% 5%; height: 5em; background-image: url("https://www.twiki.ufba.br/twiki/pub/ConexoesSaberes/FolhaDeEstilos/imagem_peq.jpg");
Line: 79 to 90
  #topo { background-color: #99cc99;
Changed:
<
<
z-index: 100; padding: 0.2em 0.1em 0.2em 0.1em;
>
>
padding: 0.1em 0.1em 0.1em 0.1em;
  border-style: solid; border-width: 1px 2px 1px 1px; border-color: #003300;
Added:
>
>
text-align: center;
 }

/* * * Menu * * */ #menu{ text-decoration: none;

Changed:
<
<
padding-left: 4%;
>
>
/* padding-left: 4%; */
  font-size: 120%;
Changed:
<
<
align: center;
>
>
width: 45em; max-width: 100%; margin: 0 auto; padding: 0.15em 0 0.15em 0; position: relative;
  z-index: 10; }
Line: 144 to 159
  padding-top: 0.5em; background-color: #ffffee; border-bottom: solid 1px #dedede;
Added:
>
>
z-index: 6;
 }

#conteudo p{

Line: 374 to 390
 #aux1 {
height
100%;
width
100%;
Changed:
<
<
position
fixed;
>
>
overflow
hidden;
position
absolute;
 
top
0;
left
0;
Changed:
<
<
background-image
url("http://www.twiki.ufba.br/twiki/pub/ConexoesSaberes/FolhaDeEstilos/fitas.gif");
>
>
top
expression( ( -35 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
background-image
url("https://www.twiki.ufba.br/twiki/pub/ConexoesSaberes/FolhaDeEstilos/fitas.gif");
 
background-repeat
repeat-x;
Deleted:
<
<
background-position
-30px -15px;
 
filter
alpha(opacity=30);
opacity
0.3;
Changed:
<
<
z-index
-1;
>
>
z-index
1;
}

html > body #aux1 { position: fixed; background-position: 0px -35px;

 }
 
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