Include accountname in totp url
[mirror/userdir-ldap-cgi.git] / html / debian-en.css
1 /* Debian language css file for english - en */
2 /* please do not touch for now! - Jutta Wrage 2005 */
3
4 html[lang|=en] #serverselect {
5 }
6 html[lang|=en] #maincol {
7 }
8 html[lang|=en] #leftcol ul.cdmenu {
9         width: 10em;
10 }
11         
12 q { font-style: italic; }
13 /* quotes */
14 html[lang|=en] q:before { content: "\201C"; }
15 html[lang|=en] q:after { content: "\201D"; } 
16 html[lang|=en] q q:before { content: "\2018"; }
17 html[lang|=en] q q:after { content: "\2019"; }
18
19 /* html[lang|=en] blockquote p:first-child:before { content: "\201C"; }
20 html[lang|=en] blockquote p.notlast:after { content: ""; }
21 html[lang|=en] blockquote p:after { content: "\201D"; }
22
23 html[lang|=en] blockquote.question p:before { content: ""; }
24 html[lang|=en] blockquote.question p:after, blockquote.documentquote p:after{ content: ""; }
25 html[lang|=en] blockquote { font-style: italic; }
26 */
27
28 /*
29 html[lang=en] .en2 q:before { content: "\2018"; }
30 html[lang=en] .en2 q:after { content: "\2019"; }
31 html[lang=en] .en2 q q:before { content: "\201C"; }
32 html[lang=en] .en2 q q:after { content: "\201D"; } 
33 */