]> git.mjollnir.org Git - moodle.git/commitdiff
Style sheet (main one is in /doc ... other one is just useful for editing)
authormoodler <moodler>
Wed, 1 Oct 2003 18:01:34 +0000 (18:01 +0000)
committermoodler <moodler>
Wed, 1 Oct 2003 18:01:34 +0000 (18:01 +0000)
doc/docstyles.css [new file with mode: 0755]
lang/en/docs/docstyles.css [new file with mode: 0755]

diff --git a/doc/docstyles.css b/doc/docstyles.css
new file mode 100755 (executable)
index 0000000..3d2947f
--- /dev/null
@@ -0,0 +1,114 @@
+
+body, td, th, li {
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+}
+
+th {
+    font-weight: bold; 
+}
+
+a:link {
+    text-decoration: none; 
+    color: blue;
+}
+
+a:visited {
+    text-decoration: none; 
+    color: blue;
+}
+
+a:hover {
+    text-decoration: underline; 
+    color: red;
+}
+
+form { 
+    margin-bottom: 0;
+}
+
+
+li {
+       margin-bottom: 10px;
+
+}
+
+.question {
+    font-size: medium;
+    font-weight: bold;
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+    border: 1px dotted;
+    padding: 10px;
+    background-color: #EEEEEE;
+}
+
+.answer {
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+    font-size: medium;
+    border: none;
+    padding-left: 40px;
+}
+
+.normaltext {
+       font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+       font-size: medium;
+       border: none;
+       margin-left: 30px;
+
+}
+
+.answercode {
+    font-family: "Courier New", Courier, mono;
+    font-size: small;
+    border: none;
+    padding-left: 60px;
+}
+
+.questionlink {
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+    font-size: medium;
+    border: none;
+    padding-left: 40px;
+}
+
+.examplecode {
+       font-family: "Courier New", Courier, mono;
+       font-size: small;
+       border: thin dashed #999999;
+       background-color: #FBFBFB;
+       margin: auto;
+       padding: 30px;
+       height: auto;
+       width: auto;
+}
+h1 {
+       font-weight: bold;
+       color: #000000;
+       background-color: #CCCCCC;
+       padding: 5px;
+       font-size: large;
+}
+h2 {
+       font-weight: bold;
+       color: #FFFFFF;
+       background-color: #666666;
+       padding: 5px;
+       font-size: medium;
+
+
+}
+h3 {
+       font-weight: normal;
+       color: #FFFFFF;
+       background-color: #666666;
+       padding: 5px;
+       font-size: medium;
+}
+.spaced {
+
+       margin-bottom: 30px;
+}
+
+ul {
+       margin-top: 10px;
+
+}
diff --git a/lang/en/docs/docstyles.css b/lang/en/docs/docstyles.css
new file mode 100755 (executable)
index 0000000..3d2947f
--- /dev/null
@@ -0,0 +1,114 @@
+
+body, td, th, li {
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+}
+
+th {
+    font-weight: bold; 
+}
+
+a:link {
+    text-decoration: none; 
+    color: blue;
+}
+
+a:visited {
+    text-decoration: none; 
+    color: blue;
+}
+
+a:hover {
+    text-decoration: underline; 
+    color: red;
+}
+
+form { 
+    margin-bottom: 0;
+}
+
+
+li {
+       margin-bottom: 10px;
+
+}
+
+.question {
+    font-size: medium;
+    font-weight: bold;
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+    border: 1px dotted;
+    padding: 10px;
+    background-color: #EEEEEE;
+}
+
+.answer {
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+    font-size: medium;
+    border: none;
+    padding-left: 40px;
+}
+
+.normaltext {
+       font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+       font-size: medium;
+       border: none;
+       margin-left: 30px;
+
+}
+
+.answercode {
+    font-family: "Courier New", Courier, mono;
+    font-size: small;
+    border: none;
+    padding-left: 60px;
+}
+
+.questionlink {
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+    font-size: medium;
+    border: none;
+    padding-left: 40px;
+}
+
+.examplecode {
+       font-family: "Courier New", Courier, mono;
+       font-size: small;
+       border: thin dashed #999999;
+       background-color: #FBFBFB;
+       margin: auto;
+       padding: 30px;
+       height: auto;
+       width: auto;
+}
+h1 {
+       font-weight: bold;
+       color: #000000;
+       background-color: #CCCCCC;
+       padding: 5px;
+       font-size: large;
+}
+h2 {
+       font-weight: bold;
+       color: #FFFFFF;
+       background-color: #666666;
+       padding: 5px;
+       font-size: medium;
+
+
+}
+h3 {
+       font-weight: normal;
+       color: #FFFFFF;
+       background-color: #666666;
+       padding: 5px;
+       font-size: medium;
+}
+.spaced {
+
+       margin-bottom: 30px;
+}
+
+ul {
+       margin-top: 10px;
+
+}