source: HiSusy/trunk/Pythia8/pythia8170/phpdoc/pythia.css @ 1

Last change on this file since 1 was 1, checked in by zerwas, 11 years ago

first import of structure, PYTHIA8 and DELPHES

File size: 1.2 KB
Line 
1a:link {color:#bb4444;text-decoration:none;}
2a:visited {color:#bb4444;text-decoration:none;}
3a:active {color:#ff0000; text-decoration:underline;}
4a:hover {color:#ff0000; text-decoration:underline;}
5
6body, td, div, span {
7        font-size:16px;
8        font-family:arial,verdana,geneva,helvetica;
9        color:#000000;
10        line-height:1.25;
11}
12
13h1 {
14        font-size:40px;
15        font-family:verdana,verdana,helvetica;
16        font-weight:normal;
17        color:#000000;
18}
19
20h2 {
21        font-size:24px;
22        font-family:arial,helvetica;
23        font-weight:normal;
24        color:#000000;
25}
26
27h3 {
28        font-size:20px;
29        font-family:verdana,geneva,arial,helvetica;
30        font-weight:normal;
31        color:#000000;
32}
33
34h4 {
35        font-size:18px;
36        font-family:verdana,arial,helvetica;
37        font-weight:normal;
38        color:#000000;
39}
40
41code {
42        color:#0000bb;
43}
44
45pre {
46        color:#0000bb;
47        margin-top:0.25em;
48        margin-bottom:0.25em;
49}
50
51strong {
52        color:#0000bb;
53}
54
55input {
56        font-size:16px;
57        font-family:arial,verdana,geneva,helvetica;
58        color:#bb00ff;
59}
60
61i, dt {
62        color:#006600;
63}
64
65p { 
66        margin-bottom:0.5em;
67}
68
69li { 
70        margin-top:0.5em;
71        margin-bottom:0.5em;
72}
73
74ul, ol { 
75        margin-top:0.5em;
76        margin-bottom:0.5em;
77}
Note: See TracBrowser for help on using the repository browser.