summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-27 19:01:52 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-27 19:01:52 +0000
commitfdb390e9716ab256bf67cb3013a5f4bf9f81fb71 (patch)
tree7a080a8d8b3024373d0002cddbd11c93d961fe42 /stylesheet.css
parent6d9728e843fb6fee4d3c62235862ef524292d365 (diff)
downloadbuildroot-novena-fdb390e9716ab256bf67cb3013a5f4bf9f81fb71.tar.gz
buildroot-novena-fdb390e9716ab256bf67cb3013a5f4bf9f81fb71.zip
move docs to subdir
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css65
1 files changed, 0 insertions, 65 deletions
diff --git a/stylesheet.css b/stylesheet.css
deleted file mode 100644
index 2c3641782..000000000
--- a/stylesheet.css
+++ /dev/null
@@ -1,65 +0,0 @@
-body {
- margin: 0px 0px 0px 0px;
- color: white;
- background-color: #93c6f9;
- font: 12pt/18pt georgia;
-}
-
-div.main {
- margin: 10px 10px 10px 10px;
- padding: 10px 10px 10px 10px;
- color: black;
- background-color: white;
-}
-
-div.titre {
- text-align: center;
- background-color: #336699;
- color: white;
- padding: 10px 10px 10px 10px;
-}
-
-h1 {
- text-align: center;
- font: 26pt georgia;
- letter-spacing: 3px;
-}
-
-h2 {
- padding: 5px 5px 5px 5px;
- background-color: #c2e0ff;
- color: #336699;
-}
-
-a:link, a:visited {
- font-weight: bold;
- text-decoration: none;
- color: #336699;
-}
-
-a:hover, a:active {
- text-decoration: underline;
- color: #9685BA;
-}
-
-h3 {
- font: italic normal 14pt georgia;
- letter-spacing: 1px;
- margin-bottom: 0px;
- margin-left: 10px;
- margin-right: 10px;
- color: #336699;
-}
-
-p {
- margin-left: 10px;
- margin-right: 10px;
- text-align: justify;
-}
-
-pre {
- border-left: 3px #aaa solid;
- margin-left: 1em;
- padding: 0 1em;
- color: #888;
-} \ No newline at end of file