open html tag closed

css errors and warnings fixed
README updated
This commit is contained in:
lars 2005-10-02 18:47:14 +00:00
parent 6757ab8eee
commit a2db4f7e80
3 changed files with 39 additions and 21 deletions

12
README
View File

@ -1,21 +1,21 @@
TODO: write a good README :) TODO: write a good README :)
1) Documentation 1) Documentation
Developer's documentation is available at https://systemausfall.org/toolforge/CryptoBox The documentation is available at https://systemausfall.org/toolforge/CryptoBox
2) Building a LiveCD 2) Building a LiveCD
try: "scripts/cbox-build.sh release" try: "scripts/cbox-build.sh release"
or look at the development documentation :) or look at the developer's documentation: https://systemausfall.org/toolforge/CryptoBoxDev
3) Bug reporting 3) Bug reporting
Use our issue tracker at https://systemausfall.org/trac/cryptobox Use our issue tracker at https://systemausfall.org/trac/cryptobox
4) Licence 4) Licence
All scripts are GPL code. All scripts are GPL code (v2.0 or above).
All documentation is licenced under "Creative Commons 2.0 non-commercial share-alike" (http://creativecommons.org/licenses/by-nc-sa/2.0/) The documentation is licenced under "Creative Commons 2.0 non-commercial share-alike" (http://creativecommons.org/licenses/by-nc-sa/2.0/)
5) Contributors 5) Contributors
Clavdia Horvat & Tadej Brce - slovenian translation Clavdia Horvat, Tadej Brce & Dušan Rebolj - slovenian translation
6) Contact 6) Contact
email us: info@systemausfall.org email us: cryptobox@systemausfall.org

View File

@ -7,7 +7,7 @@
<meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" > <link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" media="screen" href="/cryptobox.css" type="text/css" /> <link rel="stylesheet" media="screen" href="/cryptobox.css" type="text/css" />
<?cs if:Data.Redirect.URL ?><meta http-equiv="refresh" content="<?cs var:Data.Redirect.Delay ?>;url=<?cs var:Data.Redirect.URL ?>" /><?cs <?cs if:Data.Redirect.URL ?><meta http-equiv="refresh" content="<?cs var:Data.Redirect.Delay ?>;url=<?cs var:Data.Redirect.URL ?>" /><?cs
elif:Data.Redirect.Action ?><meta http-equiv="refresh" content="<?cs var:Data.Redirect.Delay ?>;url=<?cs call:getSelfURL('action=' + Data.Redirect.Action, '') ?>" /><?cs /if ?> elif:Data.Redirect.Action ?><meta http-equiv="refresh" content="<?cs var:Data.Redirect.Delay ?>;url=<?cs call:getSelfURL('action=' + Data.Redirect.Action, '') ?>" /><?cs /if ?>

View File

@ -22,6 +22,7 @@ body {
font-weight: normal; font-weight: normal;
letter-spacing: 0.05em; letter-spacing: 0.05em;
color: #acacac; color: #acacac;
background-color: white;
font-variant: small-caps; font-variant: small-caps;
padding: 0 1em; padding: 0 1em;
text-align: left; text-align: left;
@ -60,7 +61,8 @@ body {
#content a { #content a {
line-height: 1.2em; line-height: 1.2em;
color: #000000; color: black;
background-color: inherit;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
font-size: 0.9em; font-size: 0.9em;
@ -72,6 +74,7 @@ body {
#content a:visited { #content a:visited {
color: #acacac; color: #acacac;
background-color: inherit;
} }
#content p { #content p {
@ -84,11 +87,13 @@ body {
text-align: center; text-align: center;
border-top: 1px solid #5e5e5e; border-top: 1px solid #5e5e5e;
border-bottom: 1px solid #5e5e5e; border-bottom: 1px solid #5e5e5e;
color: inherit;
background-color: #ACE149; background-color: #ACE149;
} }
#menu a:link, #menu a:visited { #menu a:link, #menu a:visited {
color: #5e5e5e; color: #5e5e5e;
background-color: white;
margin: 5px; margin: 5px;
text-decoration: none; text-decoration: none;
border: none; border: none;
@ -98,6 +103,7 @@ body {
#menu a:hover { #menu a:hover {
color: #8e8e8e; color: #8e8e8e;
background-color: inherit;
} }
#words { #words {
@ -126,7 +132,7 @@ body {
#words ul li { #words ul li {
padding: 0 1em; padding: 0 1em;
line-height: 1.7em; line-height: 1.7em;
link-style-image: url(cryptobox-img/list.gif); list-style-image: url(cryptobox-img/list.gif);
} }
#footer { #footer {
@ -140,12 +146,12 @@ body {
} }
#footer a:link, #footer a:visited { #footer a:link, #footer a:visited {
color: white; color: #5e5e5e;
background-color: inherit;
margin: 5px; margin: 5px;
text-decoration: none; text-decoration: none;
border: none; border: none;
padding: 4px; padding: 4px;
color: #5e5e5e;
} }
#footer a:hover { #footer a:hover {
@ -154,6 +160,7 @@ body {
#confirmtext span { #confirmtext span {
color: red; color: red;
background-color: inherit;
font-weight: bold; font-weight: bold;
} }
@ -166,12 +173,14 @@ body {
padding-top: 10px; padding-top: 10px;
padding-bottom: 15px; padding-bottom: 15px;
color: #707070; color: #707070;
background-color: inherit;
} }
#words .warning,.error,.success { #words .warning,.error,.success {
border: 1px dashed #808080; border: 1px dashed #808080;
text-align: center; text-align: center;
color: #5e5e5e; color: #5e5e5e;
background-color: inherit;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
font-size: 0.9em; font-size: 0.9em;
@ -180,25 +189,28 @@ body {
} }
#words .warning { #words .warning {
color: inherit;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
#words .error { #words .error {
color: inherit;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
#words .success { #words .success {
/* background-color: #90EE90; */ /* color: inherit;
background-color: #90EE90; */
} }
#words div.warning,div.error,div.success h1,h2 { #words div.warning,div.error,div.success h1,h2 {
color: #808080; color: #808080;
background-color: inherit;
} }
#words .warning,.error,.success a { #words .warning,.error,.success a {
// TODO: WHY line-height???
// line-height: 5em;
color: #5e5e5e; color: #5e5e5e;
background-color: inherit;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
font-size: 0.9em; font-size: 0.9em;
@ -207,6 +219,7 @@ body {
#words .note { #words .note {
text-align: center; text-align: center;
color: #F48659; color: #F48659;
background-color: inherit;
font-style: italic; font-style: italic;
} }
@ -215,46 +228,47 @@ body {
input { input {
border: 1px solid #BFBFBF; border: 1px solid #BFBFBF;
color: #949494; color: #949494;
background: #fff; background-color: white;
padding: 2px 5px 1px 5px; padding: 2px 5px 1px 5px;
font-size: 1em; font-size: 1em;
} }
input:hover { input:hover {
background: #fff;
border: 1px solid #ACE149; border: 1px solid #ACE149;
color: #7DA721; color: #7DA721;
background-color: white;
font-size: 1em; font-size: 1em;
} }
textarea { textarea {
font-family: arial, verdana, helvetica; font-family: arial, verdana, helvetica, sans-serif;
font-size: 1.1em; font-size: 1.1em;
border: 1px solid #BFBFBF; border: 1px solid #BFBFBF;
color: #949494; color: #949494;
background-color: inherit;
padding: 2px 5px 1px 5px; padding: 2px 5px 1px 5px;
width: 450px; width: 450px;
} }
textarea:hover { textarea:hover {
background: #fff;
border: 1px solid #ACE149;
color: #7DA721; color: #7DA721;
background-color: white;
border: 1px solid #ACE149;
} }
button { button {
color: #5e5e5e;
background-color: #ACE149; background-color: #ACE149;
border: 1px solid #5e5e5e; border: 1px solid #5e5e5e;
color: #5e5e5e;
font-size: 0.8em; font-size: 0.8em;
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
} }
button:hover { button:hover {
color: #5e5e5e;
background-color: #D0F0A0; background-color: #D0F0A0;
border: 1px solid #ACE149; border: 1px solid #ACE149;
color: #5e5e5e;
font-size: 0.8em; font-size: 0.8em;
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
@ -280,12 +294,14 @@ button:hover {
#lang a { #lang a {
color: #acacac; color: #acacac;
background-color: inherit;
font-family: verdana, lucida, arial, helvetica, sans-serif; font-family: verdana, lucida, arial, helvetica, sans-serif;
font-size: smaller; font-size: smaller;
} }
#lang a:hover { #lang a:hover {
color: #707070; color: #707070;
background-color: inherit;
} }
@ -328,6 +344,7 @@ button:hover {
#words a.popup { #words a.popup {
line-height: inherit; line-height: inherit;
color: inherit; color: inherit;
background-color: inherit;
text-decoration: inherit; text-decoration: inherit;
font-weight: inherit; font-weight: inherit;
font-size: inherit; font-size: inherit;
@ -361,5 +378,6 @@ button:hover {
#words a.popup span h3 { #words a.popup span h3 {
color: #909090; color: #909090;
background-color: inherit;
margin-top: 0px; margin-top: 0px;
} }