From 26f2f19b80ee40891c5ed8b8896afe6d77320566 Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 18 Jul 2006 15:00:20 +0000 Subject: [PATCH] * Layout-Verzeichnis verschoben - Makefile mochte den alten Platz nicht --- cd-template/doku/cryptocd.css | 37 ++++++++++++------- documents/index/index.lyx | 44 ++--------------------- {layout => documents/layout}/menue.inc | 0 {layout => documents/layout}/titlebar.inc | 0 4 files changed, 27 insertions(+), 54 deletions(-) rename {layout => documents/layout}/menue.inc (100%) rename {layout => documents/layout}/titlebar.inc (100%) diff --git a/cd-template/doku/cryptocd.css b/cd-template/doku/cryptocd.css index dc1a3c8..203e2c1 100644 --- a/cd-template/doku/cryptocd.css +++ b/cd-template/doku/cryptocd.css @@ -9,10 +9,29 @@ padding,margin Angaben: oben rechts unten links body { margin: 0px; padding: 0px; + font-size: 11pt; } +html>body { + font-family: trebuchet ms, bitstream vera sans, sans-serif; +} + + h1, h2, h3, h4 { - color: #7fb945; + font-weight: normal; + color: #888; + background: none; + padding: 1.75em 0 0; + margin: 0; + line-height: 1.1em; +} + +h1 { + font-size: 220%; + text-align: center; + color: #555; + padding: 0 0 0.5em; + margin: 0.75em 0 0; } a { @@ -110,7 +129,7 @@ hr { #nav li { margin: 0; - list-style-type: none; + list-style-type: square; padding-top: 1em; } @@ -123,6 +142,7 @@ hr { #toctitle { color: #888; + font-size: 90%; } #main { @@ -131,14 +151,6 @@ hr { text-align: justify; } -/* Seiten-Ueberschrift */ -#main h1 { - border-bottom: 1px solid silver; - border-top: 1px solid silver; - border-right: 1px solid silver; - padding: 3px 3px 3px 3px; -} - #main li { margin: 0.5em; } @@ -168,7 +180,7 @@ hr { /* #selection - Formatiert die Buttons der Startseite */ #selection a { text-decoration: none; - font-size: 110%; + font-size: 100%; } #selection td { @@ -212,10 +224,9 @@ caption { background-color: #33436a; margin-top: 30px; padding: 15px 15px 0 15px; - color: #777777; + color: white; font-size: small; height: 50px; - font-size: small; } #footer .externalLink { diff --git a/documents/index/index.lyx b/documents/index/index.lyx index c07d602..b1b6403 100644 --- a/documents/index/index.lyx +++ b/documents/index/index.lyx @@ -35,46 +35,8 @@ \begin_body \begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Standard - - -\backslash -begin{rawhtml} -\end_layout - -\begin_layout Standard - -\end_layout - -\begin_layout Standard - -
-\end_layout - -\begin_layout Standard - -
-\end_layout - -\begin_layout Standard - -
Die CryptoCD
-\end_layout - -\begin_layout Standard - -
-\end_layout - -\begin_layout Standard - - -\backslash -end{rawhtml} -\end_layout +\begin_inset Include \input{/home/phil/daten/sao/svn/cryptocd/trunk/layout/titlebar.inc} +preview false \end_inset @@ -82,7 +44,7 @@ end{rawhtml} \end_layout \begin_layout Standard -\begin_inset Include \input{/home/phil/daten/sao/svn/cryptocd/trunk/documents/menue/menue.inc} +\begin_inset Include \input{/home/phil/daten/sao/svn/cryptocd/trunk/layout/menue.inc} preview false \end_inset diff --git a/layout/menue.inc b/documents/layout/menue.inc similarity index 100% rename from layout/menue.inc rename to documents/layout/menue.inc diff --git a/layout/titlebar.inc b/documents/layout/titlebar.inc similarity index 100% rename from layout/titlebar.inc rename to documents/layout/titlebar.inc