/[winpt]/trunk/Doc/website/winpt-style.css
ViewVC logotype

Contents of /trunk/Doc/website/winpt-style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 352 - (show annotations)
Sat Dec 3 18:15:33 2011 UTC (13 years, 2 months ago) by twoaday
File MIME type: text/css
File size: 577 byte(s)
2011-12-03  Timo Schulz <twoaday@gmx.net>

        * Use a single stylsheet file.
	Changed all html files.
		

1 .style1 {
2 font-family: Verdana, Arial, Helvetica, sans-serif;
3 font-weight: bold;
4 font-size: 24px;
5 color: #000000;
6 }
7
8 .style2 {
9 font-family: Verdana, Arial, Helvetica, sans-serif
10 }
11
12 .style3 {
13 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
14 }
15
16 a:link {
17 color: #0000CC;
18 text-decoration: none;
19 }
20
21 a:visited {
22 text-decoration: none;
23 color: #0000CC;
24 }
25
26 a:hover {
27 text-decoration: underline;
28 color: #0000CC;
29 }
30
31 a:active {
32 text-decoration: none;
33 color: #0000CC;
34 }
35
36 .style4 {
37 font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
38 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26