Fixes bug MDL-8234, "New groups code & AS keyword"
[moodle-pu.git] / lang / en_utf8 / docs / docstyles.css
blob7ddb9a21f8280aaf72fa618dca71031706c88447
1 body, td, th, li {
2 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
3 background-color: #FFFFFF;
6 th {
7 font-weight: bold;
10 a:link {
11 text-decoration: none;
12 color: blue;
15 a:visited {
16 text-decoration: none;
17 color: blue;
20 a:hover {
21 text-decoration: underline;
22 color: red;
25 form {
26 margin-bottom: 0;
30 li {
31 margin-bottom: 10px;
35 .question {
36 font-size: medium;
37 font-weight: bold;
38 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
39 border: 1px dotted;
40 padding: 10px;
41 background-color: #EEEEEE;
44 .answer {
45 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
46 font-size: medium;
47 border: none;
48 padding-left: 40px;
51 .normaltext {
52 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
53 font-size: medium;
54 border: none;
55 margin-left: 30px;
59 .answercode {
60 font-family: "Courier New", Courier, mono;
61 font-size: small;
62 border: none;
63 padding-left: 60px;
66 .questionlink {
67 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
68 font-size: medium;
69 border: none;
70 padding-left: 40px;
73 .examplecode {
74 font-family: "Courier New", Courier, mono;
75 font-size: small;
76 border: thin dashed #999999;
77 background-color: #FBFBFB;
78 margin: auto;
79 padding: 30px;
80 height: auto;
81 width: auto;
83 h1 {
84 font-weight: bold;
85 color: #000000;
86 background-color: #CCCCCC;
87 padding: 5px;
88 font-size: large;
89 border-width: 1px;
90 border-color: #CCCCCC;
91 -moz-border-radius: 10px;
93 h2 {
94 font-weight: bold;
95 color: #FFFFFF;
96 background-color: #666666;
97 padding: 5px;
98 font-size: medium;
99 border-width: 1px;
100 border-color: #666666;
101 -moz-border-radius: 10px;
103 h3 {
104 font-weight: normal;
105 color: #FFFFFF;
106 background-color: #666666;
107 padding: 5px;
108 font-size: medium;
109 -moz-border-radius: 10px;
111 .spaced {
113 margin-bottom: 30px;
116 ul {
117 margin-top: 10px;
120 .commandline {
121 font-family: "Courier New", Courier, mono;
122 font-size: x-small;
123 background-color: #FBFBFB;
124 margin: auto auto 20px 30px;
125 padding: 5px;
126 height: auto;
127 width: auto;
128 font-weight: bold;
129 border: 1px solid #999999;
130 white-space: nowrap;
131 display: compact;
132 clear: both;
133 float: none;