- Set TINYMCEPLUGIN_DISABLE = 1
body {
margin: 0px;
padding: 0px;
background: white url('http://www.twiki.ufba.br/twiki/pub/ColoquioCiags/WebCSS:OLD/background_main.png') repeat-x;
}
#logo {
margin: auto;
background: url('http://www.twiki.ufba.br/twiki/pub/ColoquioCiags/WebCSS:OLD/main.png') no-repeat 50% 0%;
height: 253px;
width: 775px;
#border: dashed 1px black;
}
#main {
#border: dashed 2px purple;
width: 753px;
margin: auto;
padding-bottom: 160px;
background: url('http://www.twiki.ufba.br/twiki/pub/ColoquioCiags/WebCSS:OLD/mensagem_rodape.png') repeat-x 0% 97.8%;
}
#wrapper{
background: url('http://www.twiki.ufba.br/twiki/pub/ColoquioCiags/WebCSS:OLD/background_rodape.png') 0% 100% repeat-x;
#border: dashed 2px blue;
}
#menu {
background: url('http://www.twiki.ufba.br/twiki/pub/ColoquioCiags/WebCSS:OLD/background_menu.png') repeat-x 0% 100%;
width: 153px;
float: left;
font-size: 15px;
#border: dashed 2px blue;
}
#menu ul{
padding: 0px;
marging: 0px;
}
#menu li {
list-style: none;
padding: 0px;
marging: 0px;
}
#menu ul li{
list-style: none;
}
#content {
background: #f6f6f3 url('http://www.twiki.ufba.br/twiki/pub/ColoquioCiags/WebCSS:OLD/menu.png') repeat-x 100% 0%;
float: right;
width: 548px;
padding-top: 60px;
margin-right: 15px;
#border: dashed 2px yellow;
}