summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS,f791
-rw-r--r--!NetSurf/Resources/internal.css,f7927
2 files changed, 24 insertions, 4 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index a7396acaf..0ac67385b 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -90,6 +90,7 @@ th { font-weight: bold; text-align: center; }
td[nowrap], th[nowrap] { white-space: nowrap; }
a:link { color: #00f; text-decoration: underline; }
+a:visited { color: #609; }
img { color: #888; }
diff --git a/!NetSurf/Resources/internal.css,f79 b/!NetSurf/Resources/internal.css,f79
index 819c19fa2..96ea65fe1 100644
--- a/!NetSurf/Resources/internal.css,f79
+++ b/!NetSurf/Resources/internal.css,f79
@@ -164,15 +164,34 @@ body#dirlist span.size + span.size {
* configuration listing style
*/
-body#configlist table.config th {
- text-align: left; }
+body#configlist table.config {
+ border-spacing: 0; }
+
+body#configlist table.config tr:nth-child(2n-1) {
+ background: #eee; }
-body#configlist table.config td {
+body#configlist table.config tr:first-child th {
+ text-align: left;
+ font-weight: bold;
+ font-family: sans-serif;
+ background: #ddd; }
+
+body#configlist table.config tr th {
+ text-align: left;
+ font-weight: normal;
+ font-family: monospace; }
+
+body#configlist table.config td, body#configlist table.config th {
padding-left: 1em; }
-body#configlist table.config td + td {
+body#configlist table.config tr *:nth-child(3) {
padding-left: 3em; }
+body#configlist table.config tr *:nth-child(4) {
+ padding-left: 3em;
+ font-family: monospace;
+ padding-right: 1em; }
+
body#configlist .null-content {
font-style: italic; }