* Menue fuer die Startseite erstellt
* Startseite und css angepasst * Fehler korrigiert
This commit is contained in:
parent
bf41bdaefc
commit
d31e38f479
4 changed files with 34 additions and 3 deletions
|
@ -207,7 +207,18 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* #selection - Formatiert die Buttons der Startseite */
|
/* #os_selection: Tabelle mit Computern auf index.html */
|
||||||
|
#os_selection {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#os_selection td {
|
||||||
|
padding: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* #selection: Tabelle mit Buttons auf index2.html*/
|
||||||
#selection a {
|
#selection a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
|
|
|
@ -41,6 +41,15 @@ preview false
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset Include \input{/home/phil/daten/sao/svn/cryptocd/trunk/documents/menue_os_auswahl.inc}
|
||||||
|
preview false
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
@ -111,7 +120,7 @@ begin{rawhtml}
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
|
||||||
<table id="selection">
|
<table id="os_selection">
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div id="nav">
|
<div id="nav">
|
||||||
<div id="toctitle">Navigation</div>
|
<div id="toctitle">Navigation</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="einfuehrung.html" title="Thematischer Einstieg">Einführung ins Thema</li>
|
<li><a href="einfuehrung.html" title="Thematischer Einstieg">Einführung ins Thema</a></li>
|
||||||
<li><a href="email.html" title="E-Mail Verschlüsselung">E-Mails verschlüsseln</a></li>
|
<li><a href="email.html" title="E-Mail Verschlüsselung">E-Mails verschlüsseln</a></li>
|
||||||
<li><a href="chat.html" title="Chat Verschlüsselung">Chats verschüsseln</a></li>
|
<li><a href="chat.html" title="Chat Verschlüsselung">Chats verschüsseln</a></li>
|
||||||
<li><a href="about.html" title="Informationen zur CD">Über die CD</a></li>
|
<li><a href="about.html" title="Informationen zur CD">Über die CD</a></li>
|
||||||
|
|
11
documents/menue_os_auswahl.inc
Normal file
11
documents/menue_os_auswahl.inc
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
\begin{rawhtml}
|
||||||
|
<div id="nav">
|
||||||
|
<div id="toctitle">Navigation</div>
|
||||||
|
<ul>
|
||||||
|
<li>Einführung ins Thema</li>
|
||||||
|
<li>E-Mails verschlüsseln</li>
|
||||||
|
<li>Chats verschüsseln</li>
|
||||||
|
<li>Über die CD</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
\end{rawhtml}
|
Loading…
Reference in a new issue