* Neues Symbol fuer externe Links
* offenen tag im html-code geschlossen
This commit is contained in:
parent
99d063261f
commit
46ef037ef3
5 changed files with 7 additions and 22 deletions
|
@ -59,6 +59,11 @@ a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.externalLink {
|
||||||
|
background: url(externallink.png) right center no-repeat;
|
||||||
|
padding-right: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
|
@ -67,11 +72,6 @@ hr {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.external {
|
|
||||||
background: url(externallink.png) right center no-repeat;
|
|
||||||
padding-right: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -161,11 +161,6 @@ hr {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav .externalLink {
|
|
||||||
background: url(externallinksmall.png) right center no-repeat;
|
|
||||||
padding-right: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#nav ul {
|
#nav ul {
|
||||||
margin-left: -2em;
|
margin-left: -2em;
|
||||||
}
|
}
|
||||||
|
@ -215,11 +210,6 @@ hr {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main .externalLink {
|
|
||||||
background: url(externallink.png) right center no-repeat;
|
|
||||||
padding-right: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* #selection - Formatiert die Buttons der Startseite */
|
/* #selection - Formatiert die Buttons der Startseite */
|
||||||
#selection a {
|
#selection a {
|
||||||
|
@ -273,11 +263,6 @@ caption {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer .externalLink {
|
|
||||||
background: url(externallinksmall.png) right center no-repeat;
|
|
||||||
padding-right: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer .left {
|
#footer .left {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 307 B |
Binary file not shown.
Before Width: | Height: | Size: 448 B |
|
@ -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>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="toclevel-2"><a href="warumverschluesselung.html" title="1 Warum Verschlüsselung wichtig ist">1 Warum Verschlüsselung wichtig ist</a></li>
|
<li class="toclevel-2"><a href="warumverschluesselung.html" title="1 Warum Verschlüsselung wichtig ist">1 Warum Verschlüsselung wichtig ist</a></li>
|
||||||
<li class="toclevel-2"><a href="wiefunktionierts.html" title="2 Wie funktioniert Verschlüsselung">2 Wie funktioniert Verschlüsselung</a></li>
|
<li class="toclevel-2"><a href="wiefunktionierts.html" title="2 Wie funktioniert Verschlüsselung">2 Wie funktioniert Verschlüsselung</a></li>
|
||||||
|
|
|
@ -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="e-mail.html" title="E-Mail Verschlüsselung">E-Mails verschlüsseln</a></li>
|
<li><a href="e-mail.html" title="E-Mail Verschlüsselung">E-Mails verschlüsseln</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="toclevel-2"><a href="programme.html" title="Benötigt Programme">1 Benötigte Programme</a></li>
|
<li class="toclevel-2"><a href="programme.html" title="Benötigt Programme">1 Benötigte Programme</a></li>
|
||||||
|
|
Loading…
Reference in a new issue