update of the docu which now describes the RRF option.

This commit is contained in:
2016-01-22 16:16:29 +01:00
parent a35884b86c
commit d0da0dd063
21 changed files with 2193 additions and 4494 deletions

View File

@ -99,7 +99,8 @@ blockquote.psi {
/* DMS Icon */
.patternContent a[href^="http:"] {
.patternContent a[href^="http:"],
.patternContent a[href^="https:"] {
background-image: url(../DocumentGraphics/external.gif);
background-position: right center;
background-repeat: no-repeat;
@ -107,11 +108,14 @@ blockquote.psi {
}
.patternContent a[href^="http:"]:hover,
.patternContent a[href^="http:"]:visited:hover {
.patternContent a[href^="http:"]:visited:hover,
.patternContent a[href^="https:"]:hover,
.patternContent a[href^="https:"]:visited:hover {
background-image: url(../DocumentGraphics/external-hover.gif);
}
.patternContent a[href^="http:"]:visited {
.patternContent a[href^="http:"]:visited,
.patternContent a[href^="https:"]:visited {
background-image: url(../DocumentGraphics/external-visited.gif);
}
@ -128,14 +132,17 @@ blockquote.psi {
padding-right: 0px;
}
.patternContent a[href^="http://i.psi.ch"] {
.patternContent a[href^="http://i.psi.ch"],
.patternContent a[href^="https://intranet.psi.ch"] {
background: transparent;
padding-right: 0px;
background-repeat: no-repeat;
background-image: none;
}
.patternContent a[href^="http://i.psi.ch"]:hover,
.patternContent a[href^="http://i.psi.ch"]:visited:hover {
.patternContent a[href^="http://i.psi.ch"]:visited:hover,
.patternContent a[href^="https://intranet.psi.ch"]:hover,
.patternContent a[href^="https://intranet.psi.ch"]:visited:hover {
background-image: none;
background-color: #0055B5;
}
@ -175,7 +182,7 @@ caption {
:lang(de) { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(en) { quotes:"\201C" "\201D" "\2018" "\2019"; }
:lang(fr) { quotes:"\00AB\A0" "\A0\00BB" "\2039\A0" "\A0\203A"; }
:lang(fr) { quotes:"\00AB" "\00BB" "\2039" "\203A"; }
q:before { content:open-quote; color:#000000; }
q:after { content:close-quote; color:#000000; }