* css-tag class="hint" formatiert
* https-Links formatiert
This commit is contained in:
parent
5c4784e241
commit
f007aa47f7
4 changed files with 18 additions and 40 deletions
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
TODO
|
||||
Klassen "hint" und "program" definieren
|
||||
|
||||
HINWEISE
|
||||
padding,margin Angaben: oben rechts unten links
|
||||
*/
|
||||
|
@ -39,6 +36,11 @@ h2 {
|
|||
color: #4e9a06;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 120%;
|
||||
color: #888a85;
|
||||
}
|
||||
|
||||
/* author-info" */
|
||||
.author_info {
|
||||
text-align: center;
|
||||
|
@ -275,6 +277,10 @@ caption {
|
|||
border-color: #babdb6 #888a85 #888a85 #babdb6;;
|
||||
}
|
||||
|
||||
.hint {
|
||||
background-color: #eeeeec;
|
||||
}
|
||||
|
||||
#footnotes {
|
||||
font-size: small;
|
||||
margin-top: 3em;
|
||||
|
|
|
@ -101,14 +101,6 @@ end{rawhtml}
|
|||
Hilfe
|
||||
\end_layout
|
||||
|
||||
\begin_layout Author
|
||||
\begin_inset LatexCommand \tableofcontents{}
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Benutzung der CD
|
||||
\end_layout
|
||||
|
@ -144,11 +136,10 @@ htmladdnormallink{Ein Beispiel-Link}{http://cryptocd.org}
|
|||
Fragen und Antworten
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
\begin_layout Standard
|
||||
Warum werden Windows 95/98/ME nicht unterstützt?
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
Microsoft hat den Support für diese Versionen im Juli 2006 eingestellt.
|
||||
Zwischenzeitlich entdeckte Sicherheitslücken werden also nicht mehr geschlossen.
|
||||
|
@ -169,21 +160,18 @@ htmladdnormallink{Ubuntu}{http://www.ubuntuusers.de/}
|
|||
.
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
\begin_layout Standard
|
||||
Weshalb sind keine Linux-Versionen der Programme auf der CD enthalten?
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
Linux-Distributionen (wie Ubuntu, Debian oder SuSE) werden meistens auf
|
||||
CDs oder DVDs ausgeliefert.
|
||||
Alle benötigten Programme können von diesen Datenträgern installiert werden.
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Subsection
|
||||
Kritik loswerden
|
||||
Kritik loswerden / weitere Hilfe
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
|
|
@ -83,7 +83,8 @@ try:
|
|||
content = string.replace(content,'ß','ß')
|
||||
|
||||
# externe Links innerhalb von <div id="main"> erhalten eine class
|
||||
content = string.replace(content,'HREF="http:','class="externalLink" href="http:')
|
||||
content = string.replace(content,'HREF="http:','class="externalLink" href="http:')
|
||||
content = string.replace(content,'HREF="https:','class="externalLink" href="https:')
|
||||
|
||||
#all done, writing tuned files
|
||||
writeFile(content,sys.argv[1])
|
||||
|
|
|
@ -244,9 +244,6 @@ Spracheinstellung f
|
|||
|
||||
\begin_layout Standard
|
||||
Nun kannst du das Zielverzeichnis festlegen.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
|
@ -263,7 +260,7 @@ begin{rawhtml}
|
|||
|
||||
\begin_layout Standard
|
||||
|
||||
<div class="hint">
|
||||
<span class="hint">
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -279,15 +276,8 @@ end{rawhtml}
|
|||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Merke dir, in welchem Ordner du GnuPG installiert hast - diese Information
|
||||
benötigst du später bei der Einrichtung von Enigmail.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
|
@ -304,7 +294,7 @@ begin{rawhtml}
|
|||
|
||||
\begin_layout Standard
|
||||
|
||||
</div>
|
||||
</span>
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -373,7 +363,7 @@ begin{rawhtml}
|
|||
|
||||
\begin_layout Standard
|
||||
|
||||
<div class="hint">
|
||||
<span class="hint">
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -389,14 +379,7 @@ end{rawhtml}
|
|||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Nun kannst du dich wieder mit deinem normalen Benutzer anmelden.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
|
@ -413,7 +396,7 @@ begin{rawhtml}
|
|||
|
||||
\begin_layout Standard
|
||||
|
||||
</div>
|
||||
</span>
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
|
Loading…
Reference in a new issue