adding some strings
[moodle-linuxchix.git] / mod / hotpot / template / v6 / masher.ht_
blobfa795d8f30f1ad10d84f35ea6ac7101ab7cf5152
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"
4 xml:lang="en"><head>
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
8 <title>
9 [strPlainIndexTitle]
10 </title>
12 <!-- Made with executable version [strFullVersionInfo] -->
14 <!-- The following insertion allows you to add your own code directly to this head tag from the configuration screen -->
16 [strHeaderCode]
18 <style type="text/css">
20 body{
21 font-family: [strFontFace];
22 [inclPageBGColor] background-color: [strPageBGColor];[/inclPageBGColor]
23 color: [strTextColor];
24 [inclGraphicURL] background-image: url([strGraphicURL]);[/inclGraphicURL]
25 padding-left: 5%;
26 padding-right: 5%;
27 font-size: [strFontSize];
30 div.Titles{
31 padding: 0.5em;;
32 text-align: center;
33 color: [strTitleColor];
36 .ExerciseTitle{
37 font-size: 140%;
38 color: [strTitleColor];
41 .ExerciseSubtitle{
42 font-size: 120%;
43 color: [strTitleColor];
46 div.IndexDiv{
47 margin-left: auto;
48 margin-right: auto;
49 padding: 2em;
50 border-style: solid;
51 border-width: 1px;
52 text-align: center;
53 width: 40%;
54 background-color: [strExBGColor];
55 color: [strTextColor];
56 font-size: 100%;
59 .Index{
60 text-align: left;
61 font-size: 100%;
65 color: [strLinkColor];
68 a:visited{
69 color: [strVLinkColor];
72 a:hover{
73 color: [strLinkColor];
76 </style>
77 </head>
78 <body>
80 <div class="Titles">
81 <h2 class="ExerciseTitle">[strIndexTitle]</h2>
82 </div>
84 <div style="text-align: center;">
85 <div class="IndexDiv">
86 <ul class="Index">
88 [BeginIndexItem]<li><a href="[strIndexItemURL]">[strIndexItemTitle]</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>[EndIndexItem]
90 </ul>
91 </div>
92 </div>
94 </body></html>