File: style.phtml

package info (click to toggle)
wims-help 4.01-5
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 18,412 kB
  • sloc: python: 46; sh: 16; makefile: 7
file content (55 lines) | stat: -rw-r--r-- 1,634 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
!set wims_html_header=$wims_html_header\
<style type="text/css">\
div.program_theme {color: #FFFFFF; font-size: 200%; text-align: center; }\
div.program_titre{ margin-left: 0%; font-size: 100%; text-align: center; color:green}\
h2 { margin-left: -4%; font-size: 100%; }\
p  { text-align: justify }\
!!p.program_petit  {color: #FF9900;   font-style : italic; text-align: center;}\
p.program_petit  {  font-style : italic; text-align: center;}\
ul { list-style-type: disc; }\
ul ul { list-style-type: circle; }\
.c   { color: #c52d2d; }\
.d   { color: #3F803F; }\
.e   { color: #48d1cc; }\
td.program_set   { background: #cdcd99; text-align: center; }\
td.program_shade { background: #ccffcc; text-align: center; }\
td.program_head2 {\
  font-family: Helvetica;\
  font-weight: bold;\
  text-align: center;\
  font-size: 140%;\
}\
.program_head {\
  font-family: Helvetica;\
  font-weight: bold;\
  text-align: center;\
  background:$wims_ref_bgcolor;\
  margin-left:0em;\
  margin-top:0.5em;\
  margin-bottom:0.5em;\
  padding-bottom: 0.8em;\
  padding-top: 0.8em;\
  border-style: solid;\
  border-width: 1pt;\
}\
h1.program_head { font-size: 200%; }\
h2.program_head { font-size: 140%; }\
div.program_intro {\
  background:$color2;\
  font-size: 90%;\
  text-align: justify;\
  margin-left:1cm;\
  margin-right:1cm;\
  margin-top:0.5em;\
  margin-bottom:0.5em;\
  padding-bottom: 0.8em;\
  padding-left: 0.8em;\
  padding-right: 0.8em;\
  padding-top: 0.8em;\
  border-style: solid;\
  border-width: 1pt;\
}\
</style>

!set wims_html_header=$wims_html_header\
<script type="text/javascript" src="scripts/js/ASCIIMathML.js"></script>