summaryrefslogtreecommitdiff
path: root/openwrt/docs/stylesheet.css
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
commitd58a09110ccfa95f06c983fe796806f2e035c9d2 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/docs/stylesheet.css
parentaf034797eeb62b62ac05442d5a688b28ccd0f16b (diff)
downloadmtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.zip
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.gz
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.bz2
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
SVN-Revision: 4944
Diffstat (limited to 'openwrt/docs/stylesheet.css')
-rw-r--r--openwrt/docs/stylesheet.css65
1 files changed, 0 insertions, 65 deletions
diff --git a/openwrt/docs/stylesheet.css b/openwrt/docs/stylesheet.css
deleted file mode 100644
index 2c36417..0000000
--- a/openwrt/docs/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