1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/doc/style.css
Bogdan Marinescu 9c15d2e4fc - XMODEM and term code moved from main.c to common.c
- added full term support to the i386 platform (I was bored with all the docs ... :) )
- documentation updated
2009-03-23 21:07:49 +00:00

135 lines
2.2 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 {
border: 1px solid #808080;
padding: 4px;
background-color: #aaffcc;
font-size: 99%;
margin-left: 1em;
}
h3 {
border: 1px solid #808080;
padding: 6px;
background-color: #cee7ff;
color: #5c5c5c;
}
table {
margin-left: 1em;
}
pre {
border: 1px dashed #62a0ff;
padding: 4px;
background-color: #cee7ff;
font-family: 'Monotype.com',"Courier New",Courier,monospace;
font-size: 90%;
line-height: 125%;
margin-left: 1em;
margin-right: 1em;
overflow: auto;
}
p.info {
margin-left: 3em;
}
ul {
margin-left: 2em;
}
ol {
margin-left: 2em;
}
h4 {
margin-left: 2em;
}
h1 {
text-align: center;
}
table {
border-collapse: collapse;
}
td {
border: 1px solid #808080;
padding: 5px;
}
th {
border: 2px solid #808080;
padding: 5px;
background-color: #c0c0c0;
}
.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;
}
.bg_winxp {
text-align: center;
background-color: #ece9d8;
}
.bg_vista {
text-align: center;
background-color: #f0f0f0;
}
.bg_gtk {
text-align: center;
background-color: #efebe7;
}
.bg_mot {
text-align: center;
background-color: #adb1c2;
}
.bg_win2k {
text-align: center;
background-color: #d4d0c8;
}
#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: #e1e100;
text-decoration: none;
background-color: #5c5c5c;
}