1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/doc/pt/style.css
Dado Sutter a75755fdcc English and Portuguese test content for the new doc structure still under development.
To be enhanced very soon. This is just an initial commit to allow colaborative dev.
2009-02-02 21:11:46 +00:00

95 lines
1.6 KiB
CSS

/* Generated by KompoZer */
body {
margin-left: 1em;
margin-right: 1em;
font-family: tahoma,verdana,arial,helvetica,geneva,sans-serif;
background-color: #ffffff;
}
p {
margin-left: 1em;
line-height: 130%;
}
h2 {
color: #3366cc;
}
h3 {
border: 1px solid #808080;
padding: 4px;
background-color: blue;
color: white;
}
pre {
border: 1px solid #62a0ff;
padding: 10px;
background-color: #cee7ff;
font-family: 'Monotype.com',"Courier New",Courier,monospace;
font-size: 90%;
line-height: 125%;
margin-left: 3em;
margin-right: 3em;
}
p.info {
margin-left: 3em;
}
ul {
margin-left: 2em;
}
h4 {
padding: 3px;
background-color: #e1e1e1;
margin-right: 2em;
margin-left: 2em;
}
h1 {
text-align: center;
}
.homeTitle {
font-family: Arial,Helvetica,sans-serif;
font-size: 36pt;
font-weight: bold;
color: #003399;
text-align: center;
}
.homeDescription {
font-family: Arial,Helvetica,sans-serif;
font-size: 20pt;
color: #003399;
text-align: center;
}
.homeVersion {
margin: 10px;
font-family: Arial,Helvetica,sans-serif;
font-size: 16pt;
color: #003399;
text-align: center;
}
#navigation {
position: fixed;
top: 0;
right: 0;
background-color: #e1e1e1;
}
#navigation ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#navigation li {
float: left;
}
#navigation a {
border: 1px solid #808080;
padding: 3px;
color: #5c5c5c;
text-decoration: none;
display: block;
background-color: #e1e1e1;
font-size: small;
}
#navigation a:hover {
border: 1px solid #808080;
color: #e1e1e1;
text-decoration: none;
background-color: #5c5c5c;
}