From a2db4f7e800de36168fb7b83ac3ece2569bcbed1 Mon Sep 17 00:00:00 2001 From: lars Date: Sun, 2 Oct 2005 18:47:14 +0000 Subject: [PATCH] open html tag closed css errors and warnings fixed README updated --- README | 12 ++--- .../usr/share/cryptobox/templates/header.cs | 2 +- cbox-tree.d/var/www/cryptobox.css | 46 +++++++++++++------ 3 files changed, 39 insertions(+), 21 deletions(-) diff --git a/README b/README index 85c5077..1b83811 100644 --- a/README +++ b/README @@ -1,21 +1,21 @@ TODO: write a good README :) 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 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 Use our issue tracker at https://systemausfall.org/trac/cryptobox 4) Licence -All scripts are GPL code. -All documentation is licenced under "Creative Commons 2.0 non-commercial share-alike" (http://creativecommons.org/licenses/by-nc-sa/2.0/) +All scripts are GPL code (v2.0 or above). +The documentation is licenced under "Creative Commons 2.0 non-commercial share-alike" (http://creativecommons.org/licenses/by-nc-sa/2.0/) 5) Contributors -Clavdia Horvat & Tadej Brce - slovenian translation +Clavdia Horvat, Tadej Brce & DuĊĦan Rebolj - slovenian translation 6) Contact -email us: info@systemausfall.org +email us: cryptobox@systemausfall.org diff --git a/cbox-tree.d/usr/share/cryptobox/templates/header.cs b/cbox-tree.d/usr/share/cryptobox/templates/header.cs index 8c8dc98..34575da 100644 --- a/cbox-tree.d/usr/share/cryptobox/templates/header.cs +++ b/cbox-tree.d/usr/share/cryptobox/templates/header.cs @@ -7,7 +7,7 @@ - + diff --git a/cbox-tree.d/var/www/cryptobox.css b/cbox-tree.d/var/www/cryptobox.css index 6619e9c..5c4e6de 100644 --- a/cbox-tree.d/var/www/cryptobox.css +++ b/cbox-tree.d/var/www/cryptobox.css @@ -22,6 +22,7 @@ body { font-weight: normal; letter-spacing: 0.05em; color: #acacac; + background-color: white; font-variant: small-caps; padding: 0 1em; text-align: left; @@ -60,7 +61,8 @@ body { #content a { line-height: 1.2em; - color: #000000; + color: black; + background-color: inherit; text-decoration: none; font-weight: bold; font-size: 0.9em; @@ -72,6 +74,7 @@ body { #content a:visited { color: #acacac; + background-color: inherit; } #content p { @@ -84,11 +87,13 @@ body { text-align: center; border-top: 1px solid #5e5e5e; border-bottom: 1px solid #5e5e5e; + color: inherit; background-color: #ACE149; } #menu a:link, #menu a:visited { color: #5e5e5e; + background-color: white; margin: 5px; text-decoration: none; border: none; @@ -98,6 +103,7 @@ body { #menu a:hover { color: #8e8e8e; + background-color: inherit; } #words { @@ -126,7 +132,7 @@ body { #words ul li { padding: 0 1em; line-height: 1.7em; - link-style-image: url(cryptobox-img/list.gif); + list-style-image: url(cryptobox-img/list.gif); } #footer { @@ -140,12 +146,12 @@ body { } #footer a:link, #footer a:visited { - color: white; + color: #5e5e5e; + background-color: inherit; margin: 5px; text-decoration: none; border: none; padding: 4px; - color: #5e5e5e; } #footer a:hover { @@ -154,6 +160,7 @@ body { #confirmtext span { color: red; + background-color: inherit; font-weight: bold; } @@ -166,12 +173,14 @@ body { padding-top: 10px; padding-bottom: 15px; color: #707070; + background-color: inherit; } #words .warning,.error,.success { border: 1px dashed #808080; text-align: center; color: #5e5e5e; + background-color: inherit; text-decoration: none; font-weight: bold; font-size: 0.9em; @@ -180,25 +189,28 @@ body { } #words .warning { + color: inherit; background-color: #f5f5f5; } #words .error { + color: inherit; background-color: #f5f5f5; } #words .success { -/* background-color: #90EE90; */ +/* color: inherit; + background-color: #90EE90; */ } #words div.warning,div.error,div.success h1,h2 { color: #808080; + background-color: inherit; } #words .warning,.error,.success a { -// TODO: WHY line-height??? -// line-height: 5em; color: #5e5e5e; + background-color: inherit; text-decoration: none; font-weight: bold; font-size: 0.9em; @@ -207,6 +219,7 @@ body { #words .note { text-align: center; color: #F48659; + background-color: inherit; font-style: italic; } @@ -215,46 +228,47 @@ body { input { border: 1px solid #BFBFBF; color: #949494; - background: #fff; + background-color: white; padding: 2px 5px 1px 5px; font-size: 1em; } input:hover { - background: #fff; border: 1px solid #ACE149; color: #7DA721; + background-color: white; font-size: 1em; } textarea { - font-family: arial, verdana, helvetica; + font-family: arial, verdana, helvetica, sans-serif; font-size: 1.1em; border: 1px solid #BFBFBF; color: #949494; + background-color: inherit; padding: 2px 5px 1px 5px; width: 450px; } textarea:hover { - background: #fff; - border: 1px solid #ACE149; color: #7DA721; + background-color: white; + border: 1px solid #ACE149; } button { + color: #5e5e5e; background-color: #ACE149; border: 1px solid #5e5e5e; - color: #5e5e5e; font-size: 0.8em; font-weight: bold; cursor: pointer; } button:hover { + color: #5e5e5e; background-color: #D0F0A0; border: 1px solid #ACE149; - color: #5e5e5e; font-size: 0.8em; font-weight: bold; cursor: pointer; @@ -280,12 +294,14 @@ button:hover { #lang a { color: #acacac; + background-color: inherit; font-family: verdana, lucida, arial, helvetica, sans-serif; font-size: smaller; } #lang a:hover { color: #707070; + background-color: inherit; } @@ -328,6 +344,7 @@ button:hover { #words a.popup { line-height: inherit; color: inherit; + background-color: inherit; text-decoration: inherit; font-weight: inherit; font-size: inherit; @@ -361,5 +378,6 @@ button:hover { #words a.popup span h3 { color: #909090; + background-color: inherit; margin-top: 0px; }