* Neues Symbol fuer externe Links

* offenen tag im html-code geschlossen
This commit is contained in:
phil 2006-07-20 12:26:40 +00:00
parent 99d063261f
commit 46ef037ef3
5 changed files with 7 additions and 22 deletions

View file

@ -59,6 +59,11 @@ a:hover {
text-decoration: underline;
}
.externalLink {
background: url(externallink.png) right center no-repeat;
padding-right: 13px;
}
hr {
height: 1px;
border: 1px solid silver;
@ -67,11 +72,6 @@ hr {
border-left: none;
}
.external {
background: url(externallink.png) right center no-repeat;
padding-right: 12px;
}
#container {
padding: 0;
margin: 0;
@ -161,11 +161,6 @@ hr {
text-decoration: none;
}
#nav .externalLink {
background: url(externallinksmall.png) right center no-repeat;
padding-right: 15px;
}
#nav ul {
margin-left: -2em;
}
@ -215,11 +210,6 @@ hr {
border: 0;
}
#main .externalLink {
background: url(externallink.png) right center no-repeat;
padding-right: 15px;
}
/* #selection - Formatiert die Buttons der Startseite */
#selection a {
@ -273,11 +263,6 @@ caption {
height: 50px;
}
#footer .externalLink {
background: url(externallinksmall.png) right center no-repeat;
padding-right: 15px;
}
#footer .left {
text-align: 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

View file

@ -2,7 +2,7 @@
<div id="nav">
<div id="toctitle">Navigation</div
<ul>
<li><a href="einfuehrung.html" title="Thematischer Einstieg">Einf&uuml;hrung ins Thema</li>
<li><a href="einfuehrung.html" title="Thematischer Einstieg">Einf&uuml;hrung ins Thema</a></li>
<ul>
<li class="toclevel-2"><a href="warumverschluesselung.html" title="1 Warum Verschl&uuml;sselung wichtig ist">1 Warum Verschl&uuml;sselung wichtig ist</a></li>
<li class="toclevel-2"><a href="wiefunktionierts.html" title="2 Wie funktioniert Verschl&uuml;sselung">2 Wie funktioniert Verschl&uuml;sselung</a></li>

View file

@ -2,7 +2,7 @@
<div id="nav">
<div id="toctitle">Navigation</div
<ul>
<li><a href="einfuehrung.html" title="Thematischer Einstieg">Einf&uuml;hrung ins Thema</li>
<li><a href="einfuehrung.html" title="Thematischer Einstieg">Einf&uuml;hrung ins Thema</a></li>
<li><a href="e-mail.html" title="E-Mail Verschl&uuml;sselung">E-Mails verschl&uuml;sseln</a></li>
<ul>
<li class="toclevel-2"><a href="programme.html" title="Ben&ouml;tigt Programme">1 Ben&ouml;tigte Programme</a></li>