file README.txt was added on branch MOODLE_15_STABLE on 2005-07-07 15:57:12 +0000
[moodle.git] / lang / nl / docs / docstyles.css
blob869ec4641eed9e12ae0cfd594b483885a0f73ce8
2 body, td, th, li {
3 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
4 background-color: #ffffff;
7 th {
8 font-weight: bold;
11 a:link {
12 text-decoration: none;
13 color: blue;
16 a:visited {
17 text-decoration: none;
18 color: blue;
21 a:hover {
22 text-decoration: underline;
23 color: red;
26 form {
27 margin-bottom: 0;
31 li {
32 margin-bottom: 10px;
36 .question {
37 font-size: medium;
38 font-weight: bold;
39 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
40 border: 1px dotted;
41 padding: 10px;
42 background-color: #EEEEEE;
45 .answer {
46 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
47 font-size: medium;
48 border: none;
49 padding-left: 40px;
52 .normaltext {
53 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
54 font-size: medium;
55 border: none;
56 margin-left: 30px;
60 .answercode {
61 font-family: "Courier New", Courier, mono;
62 font-size: small;
63 border: none;
64 padding-left: 60px;
67 .questionlink {
68 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
69 font-size: medium;
70 border: none;
71 padding-left: 40px;
74 .examplecode {
75 font-family: "Courier New", Courier, mono;
76 font-size: small;
77 border: thin dashed #999999;
78 background-color: #FBFBFB;
79 margin: auto;
80 padding: 30px;
81 height: auto;
82 width: auto;
84 h1 {
85 font-weight: bold;
86 color: #000000;
87 background-color: #CCCCCC;
88 padding: 5px;
89 font-size: large;
90 border-width: 1px;
91 border-color: #CCCCCC;
92 -moz-border-radius: 10px;
94 h2 {
95 font-weight: bold;
96 color: #FFFFFF;
97 background-color: #666666;
98 padding: 5px;
99 font-size: medium;
100 border-width: 1px;
101 border-color: #666666;
102 -moz-border-radius: 10px;
104 h3 {
105 font-weight: normal;
106 color: #FFFFFF;
107 background-color: #666666;
108 padding: 5px;
109 font-size: medium;
110 -moz-border-radius: 10px;
112 .spaced {
114 margin-bottom: 30px;
117 ul {
118 margin-top: 10px;