WebCSS
%STARTINCLUDE%
* {
border:0;
margin:0;
font-family:sans-serif, arial, verdana;
}
body {
background-color:white;
}
#container {
background-image: url("%PUBURLPATH%/%WEB%/ProjetoGrafico/top_right.png");
background-position: 100% 0px;
background-repeat: no-repeat;
min-width:700px;
}
#top {
background-image: url("%PUBURLPATH%/%WEB%/ProjetoGrafico/background.png");
background-position: 0 0;
background-repeat: repeat-x repeat-y;
_background:none; /* MS-IE HACK */
text-align:center;
margin-bottom:20px;
}
#language {
float:right;
margin:20px;
text-align:right;
}
#language ul {
list-style-type:none;
}
#language img {
border:1px solid black;
}
#menu_bar {
height:20px;
background-color:#B48100;
opacity:0.8;
font-variant:small-caps;
border-bottom:1px solid black;
}
#menu_bar ul {
padding:0;
}
#menu_bar li {
display:inline;
padding:10px;
}
#menu_bar li a {
color:black;
text-decoration:none;
}
#menu_bar li a:hover {
color:white;
}
#advert_bar {
float:left;
width:140px;
text-align:center;
color:#B48100;
font-weight:bold;
font-size:small;
margin-left:20px;
margin-right:20px;
}
#advert_bar ul {
padding:0;
padding-top:10px;
font-weight:normal;
}
#advert_bar li {
list-style-type:none;
padding-bottom:20px;
padding-top:10px;
}
#content {
font-size:small;
margin-left:195px;
margin-right:100px;
}
#content li {
list-style-position:inside;
}
#content input {
border:1px solid #7575DF;
}
#content textarea {
border:1px solid #7575DF;
}
#footer {
clear:both;
background-image: url("%PUBURLPATH%/%WEB%/ProjetoGrafico/background.png");
background-position: 0 0;
background-repeat: repeat-x repeat-y;
_background:none; /* MS-IE HACK */
text-align:center;
font-size:x-small;
color:gray;
padding:5px;
margin-top:20px;
}
#footer a {
color:gray;
font-weight:bold;
}
#footer img {
/*display:none;*/
}
#content hr {
border-top:1px dashed gray;
}
#content ul {
margin-bottom:10px;
}
#content p {
padding-top:5px;
padding-bottom:5px;
}
#content h1 {
padding-bottom:10px;
color:#A47500;
}
#content h2,
#content h3,
#content h1 {
font-weight:normal;
}
#content h2,
#content h3,
#content h4 {
padding-top:5px;
padding-bottom:5px;
color:#BB7500;
}
#advert_bar a,
#content a {
color:#5555DD;
}
#content th a {
color:#5555DD;
text-decoration:none;
}
#advert_bar a:hover,
#content a:hover {
background-color:#CCEEDD;
}
/* ACTION BAR */
#actionbar {
float:right;
position:relative;
bottom:1px;
right:2px;
}
#actionbar img {
vertical-align:middle;
padding:1px;
}
#login {
float:left;
position:relative;
top:3px;
}
%STOPINCLUDE%
Topic revision: r7 - 29 Oct 2006 - 15:17:10 -
JoenioCosta