mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
d0657f08ff
- "building" page completely rewritten - a new page about the toolchains used in eLua - a graphical representation of the system architecture (doc/wb_img/elua_arch.png) that will be used in a soon to come page about the eLua architecture Also: - validate.h updated with some new tests (still needs more work) - "arm-gcc-eabi" toolchain name changed to "codesourcery", since this is obviously way more intuitive :)
134 lines
2.2 KiB
CSS
134 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 solid #62a0ff;
|
|
padding: 10px;
|
|
background-color: #cee7ff;
|
|
font-family: 'Monotype.com',"Courier New",Courier,monospace;
|
|
font-size: 90%;
|
|
line-height: 125%;
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
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;
|
|
}
|