summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
diff options
context:
space:
mode:
Diffstat (limited to '!NetSurf/Resources/CSS,f79')
-rw-r--r--!NetSurf/Resources/CSS,f7920
1 files changed, 17 insertions, 3 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index f3bdf7464..d87681dd8 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -38,7 +38,21 @@ hr { background-color: #000; height: 1px; }
center { text-align: center; }
small { font-size: smaller; }
big { font-size: larger; }
-input, select { width: 10em; height: 2em; background-color: #eeeebb; }
-textarea { display: inline-block; width: 20em; height: 4em; background-color: #eeeebb; }
-button { background-color: #ddd; }
+select, input { background-color: #eeb; color: #000; width: 10em; height: 2em; }
+textarea { background-color: #eeb; color: #000; }
+input[type=button], input[type=image], input[type=reset], input[type=submit],
+ button { background-color: #ddd; color: #000; width: auto;
+ height: auto; }
+input[type=checkbox], input[type=radio] { background-color: transparent;
+ width: 22px; height: 22px; }
+
+[align=left] { text-align: left; }
+[align=center] { text-align: center; }
+[align=right] { text-align: right; }
+img[align=left], table[align=left] { float: left; }
+img[align=right], table[align=right] { float: right; text-align: left; }
+
+[clear=all] { clear: both; }
+[clear=left] { clear: left; }
+[clear=right] { clear: right; }