Added new string for duplicate emails in lost password recovery.
[moodle-linuxchix.git] / theme / orangewhite / docstyles.php
blobdd370bc9715a943800f29152206c3619160640cd
1 <?PHP /* $Id$ */
3 /// We use PHP so we can do value substitutions into the styles
5 if (!isset($themename)) {
6 $themename = NULL;
9 $nomoodlecookie = true;
10 require_once("../../config.php");
11 $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
13 ///
14 /// You can hardcode colours in this file if you
15 /// don't care about this.
18 body {
19 background-color:#FFFFFF;
21 p, a {
22 font-size:90%;
25 h1, h2, h3 {
26 padding-left:0px;
27 background-color:transparent;
28 color:#000000;
31 h1 {
32 font-size:1.7em;
33 margin:0.5em 0 0;
36 h2 {
37 font-size:1.4em;
38 margin:0.5em 0 0;
41 h3 {
42 font-size:1.2em;
43 margin:0.5em 0 0;
47 li {
48 margin-bottom: 10px;
51 ul {
52 margin-top: 10px;
55 .question {
56 font-size: medium;
57 font-weight: bold;
58 border: 1px dotted;
59 padding: 10px;
60 background-color: #EEEEEE;
63 .answer {
64 font-size: medium;
65 border: none;
66 padding-left: 40px;
69 .normaltext {
70 font-size: medium;
71 border: none;
72 margin-left: 30px;
75 .answercode {
76 font-family: "Courier New", Courier, mono;
77 font-size: small;
78 border: none;
79 padding-left: 60px;
82 .questionlink {
83 font-size: medium;
84 border: none;
85 padding-left: 40px;
88 .examplecode {
89 font-family: "Courier New", Courier, mono;
90 font-size: small;
91 border: thin dashed #999999;
92 background-color: #FBFBFB;
93 margin: auto;
94 margin-top: 0.5em;
95 padding: 30px;
96 height: auto;
97 width: auto;
100 .spaced {
101 margin-bottom: 30px;