add missing forms.css
authorgreg gay <ggay@ocad.ca>
Tue, 21 Dec 2010 15:45:27 +0000 (15:45 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 21 Dec 2010 15:45:27 +0000 (15:45 -0000)
docs/themes/default_classic/forms.css [new file with mode: 0644]

diff --git a/docs/themes/default_classic/forms.css b/docs/themes/default_classic/forms.css
new file mode 100644 (file)
index 0000000..e3708d0
--- /dev/null
@@ -0,0 +1,145 @@
+div.input-form {\r
+       width: 95%; \r
+       margin-left:auto; \r
+       margin-right:auto;\r
+       border: 1px #CCCCCC solid;\r
+       margin-bottom: 10px;\r
+       line-height:150%;\r
+       background-color: #F8F8F8;\r
+       border-radius:.5em;\r
+       -moz-border-radius: .5em .5em .5em .5em;\r
+    -moz-box-shadow:.1em .1em .2em #999999;\r
+    box-shadow: .1em .1em .2em #999999;\r
+       padding:.2em;\r
+}\r
+\r
+div.input-form div.row h3 {\r
+       margin-left: 0px;\r
+       margin-top:-.6em;\r
+}\r
+\r
+div.input-form div.row {\r
+/*     background-color: #F8F8F8;*/\r
+       padding:8px;\r
+}\r
+\r
+/*<img> and <a> tags: on mouse hover the color of the background will keep the same!*/\r
+div.input-form div.row img,a:hover{\r
+    background-color:#F8F8F8;\r
+}\r
+\r
+div.input-form .footer {\r
+       border-top: 1px solid #F9F6F2;\r
+}\r
+\r
+div.input-form p {\r
+       margin-left: 0px;\r
+}\r
+\r
+div.input-form input {\r
+       z-index: 2;\r
+}\r
+div.input-form textarea {\r
+       border: 1px solid #595241;\r
+       width: 98%;\r
+       *width:400px;\r
+       padding: 2px;\r
+       margin-right: 2px;\r
+       font-size:100%;\r
+}\r
+\r
+div.input-form input[type=text], div.input-form input[type=password] {\r
+       border: 1px solid #595241;\r
+       padding: 2px;\r
+       max-width: 60%;\r
+       background-color:white;\r
+}\r
+\r
+div.input-form textarea:focus, div.input-form  input[type=password]:focus, div.input-form  input[type=text]:focus{\r
+       border:1px solid #545454;\r
+       background-color: #eeeeee;\r
+       padding: 2px;\r
+}\r
+\r
+input[type=checkbox]{\r
+\r
+       background-color: #FFDAB9;\r
+font-size:100%;\r
+\r
+}\r
+\r
+div.input-form div.buttons {\r
+       text-align: right;\r
+       padding:8px;\r
+}\r
+div.input-form div.buttons input {\r
+       background-color: #efefef;\r
+       font-weight: normal;\r
+       border:  #AAA  solid 1px;\r
+}\r
+.formfield:focus{\r
+       background-color: #FFDAB9;\r
+}\r
+\r
+#ot:focus{\r
+       background-color: #FFDAB9;\r
+}\r
+\r
+/*Added by Silvia*/\r
+div.input-form div.row_alternatives {\r
+       background-color: #F8F8F8;\r
+       padding: 5px;\r
+}\r
+\r
+/* new in ATutor 2.0 */\r
+input[type=text]{\r
+       border-radius:.3em;\r
+       -moz-border-radius: .3em .3em .3em .3em;\r
+       font-size:100%;\r
+}\r
+input[type=password]{\r
+       border-radius:.3em;\r
+       -moz-border-radius: .3em .3em .3em .3em;\r
+       font-size:100%;\r
+}\r
+\r
+input[type=submit]{\r
+       border-radius:.3em;\r
+       -moz-border-radius: .3em .3em .3em .3em;\r
+       font-size:100%;\r
+}\r
+\r
+input[type=reset]{\r
+       border-radius:.3em;\r
+       -moz-border-radius: .3em .3em .3em .3em;\r
+       -moz-box-shadow:.2em .2em .3em #999999;\r
+       box-shadow: .2em .2em .3em #999999;\r
+}\r
+\r
+div.input-form input[type=submit]{\r
+       border-radius:.3em;\r
+       -moz-border-radius: .3em .3em .3em .3em;\r
+       -moz-box-shadow:.1em .1em .2em #999999;\r
+        box-shadow: .1em .1em .2em #999999;\r
+       font-size:100%;\r
+}\r
+select{\r
+       background-color:#eeeeee;\r
+       border-radius: .2em .2em .2em .2em;\r
+       -moz-border-radius: .2em .2em .2em .2em;\r
+       -moz-box-shadow:.2em .2em .3em #999999;\r
+       box-shadow: .2em .2em .3em #999999;\r
+       font-size:100%;\r
+}\r
+.test_instruction{\r
+       background-color: #f3f3f3; \r
+       padding: 5px 10px; \r
+       margin: 0px; \r
+       border-top: 1px solid;\r
+}\r
+.test_points{\r
+       float: right; \r
+       width: 50%; \r
+       text-align: right; \r
+       font-weight: bold;\r
+}
\ No newline at end of file