source: MML/trunk/applications/m2html/templates/3frames/m2html.css @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 1.0 KB
Line 
1body {
2  background: white;
3  color: black;
4  font-family: arial,sans-serif;
5  margin: 0;
6  padding: 1ex;
7}
8
9div.fragment { 
10        width: 98%;
11        border: 1px solid #CCCCCC;
12        background-color: #f5f5f5;
13        padding-left: 4px;
14        margin: 4px;
15}
16
17div.box { 
18        width: 98%;
19        background-color: #f5f5f5;
20        border: 1px solid #CCCCCC;
21        color: black;
22        padding: 4px;
23}
24
25.comment {
26        color: #228B22;
27}
28.string {
29        color: #B20000;
30}
31.keyword { 
32        color: #0000FF;
33}
34
35.keywordtype { color: #604020; }
36.keywordflow { color: #e08000; }
37.preprocessor { color: #806020; }
38.stringliteral { color: #002080; }
39.charliteral { color: #008080; }
40
41a {
42        text-decoration: none; 
43}
44
45a:hover {
46        background-color: #006699;
47        color:#FFFFFF;
48}
49
50a.code {
51        font-weight: normal; 
52        color: #A020F0;
53}
54
55a.code:hover {
56        background-color: #FF0000;
57        color: #FFFFFF;
58}       
59
60h1 {
61        background: transparent;
62        color: #006699;
63        font-size: x-large;
64  text-align: center;
65}
66
67h2 {
68        background: transparent;
69        color: #006699;
70        font-size: large;
71}
72
73address {
74        font-size:small;
75}
76
77#markup {
78  font-weight:bolder;
79  color: #000000;
80}
Note: See TracBrowser for help on using the repository browser.