61 lines
1.4 KiB
CSS
61 lines
1.4 KiB
CSS
/* FSF Europe Stylesheet */
|
|
/* Copyright (C) 2000 Georg C. F. Greve <greve@gnu.org>
|
|
Permission is granted to copy, distribute and/or modify this document
|
|
under the terms of the GNU Free Documentation License, Version 1.1
|
|
or any later version published by the Free Software Foundation; */
|
|
|
|
|
|
/* standard */
|
|
BODY { background: white ! important;
|
|
color: black ! important ;
|
|
margin: 1cm 1cm 0.5cm;
|
|
font-family: lucida, helvetica;
|
|
font-variant: normal;
|
|
font-style: normal; }
|
|
|
|
H1 { font-weight: bold;
|
|
font-size: 18pt;
|
|
line-height: 18pt;
|
|
font-family: arial,helvetica;
|
|
font-variant: normal;
|
|
font-style: normal; }
|
|
|
|
H2 { font-weight: bold;
|
|
font-size: 14pt;
|
|
line-height: 14pt;
|
|
font-family: arial,helvetica;
|
|
font-variant: normal;
|
|
font-style: normal; }
|
|
|
|
H3 { font-weight: bold;
|
|
font-size: 12pt;
|
|
line-height: 12pt;
|
|
font-family: arial,helvetica;
|
|
font-variant: normal;
|
|
font-style: normal; }
|
|
|
|
|
|
/* anchors */
|
|
A:link { color: #3333FF;
|
|
text-decoration: none; }
|
|
A:active { color: #3333FF;
|
|
text-decoration: none; }
|
|
A:visited { color: #3333FF;
|
|
text-decoration: none; }
|
|
|
|
|
|
/* ID selected styles */
|
|
#sf { font-family: arial,helvetica;
|
|
font-variant: normal;
|
|
font-style: normal; }
|
|
|
|
#sfh { font-weight: bold;
|
|
font-size: 18pt;
|
|
line-height: 18pt;
|
|
font-family: arial,helvetica;
|
|
font-variant: normal;
|
|
font-style: normal; }
|
|
|
|
#selected { color: red; }
|
|
|