summaryrefslogtreecommitdiff
path: root/translator/styles.css
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-10 09:40:04 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-10 09:40:04 +0000
commit39efc6af370301529d830f39a6443423946043bf (patch)
tree44a3336b948f2fbab39b52269ccc68d5d43c5f95 /translator/styles.css
parente0b3973c057011a01d0a371d54b102ac29d62270 (diff)
Putting translator under version control
git-svn-id: https://svn.roundcube.net/trunk@1276 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'translator/styles.css')
-rw-r--r--translator/styles.css85
1 files changed, 85 insertions, 0 deletions
diff --git a/translator/styles.css b/translator/styles.css
new file mode 100644
index 000000000..58f7f032d
--- /dev/null
+++ b/translator/styles.css
@@ -0,0 +1,85 @@
+
+body {
+ background: #F6F6F6;
+ font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
+ font-size: small;
+ color: #000000;
+ margin: 12px;
+}
+
+fieldset {
+ border: 1px solid #bbb;
+ padding: 8px;
+}
+
+#pageheader {
+ color: #BB0000;
+}
+
+.console {
+ display: none;
+ color: #999;
+ margin-bottom: 0.5em;
+}
+
+.translist thead td {
+ font-weight: bold;
+ padding: 2px 6px 2px 4px;
+}
+
+.translist tbody td {
+ padding: 2px 6px 2px 4px;
+ border-bottom: 1px solid #ccc;
+}
+
+.untranslated {
+ background: #EF9398;
+}
+
+.key {
+ font-family: monospace;
+ font-size: x-small;
+}
+
+.original {
+ color: black;
+}
+
+#translations {
+ margin: 20px 0;
+}
+
+#resultsbox {
+
+}
+
+#results {
+ font-family: monospace;
+ font-size: x-small;
+}
+
+
+/*****************/
+
+
+input, textarea
+{
+ font-size: 9pt;
+ font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
+ padding: 1px;
+ padding-left: 3px;
+ padding-right: 3px;
+ background-color: #ffffff;
+ border: 1px solid #666666;
+}
+
+input.button
+{
+ height: 20px;
+ color: #333333;
+ font-size: 12px;
+ padding-left: 8px;
+ padding-right: 8px;
+ background: url('button.gif') repeat-x #f0f0f0;
+ border: 1px solid #a4a4a4;
+}