* Layout-Verzeichnis verschoben - Makefile mochte den alten Platz nicht
This commit is contained in:
parent
7c0d04d63e
commit
26f2f19b80
4 changed files with 27 additions and 54 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
||||
<div id="container">
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
<div id="titlebar">
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
<div class="right">Die CryptoCD</div>
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
</div>
|
||||
\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
|
||||
|
|
Loading…
Reference in a new issue