Differences From:
File
src/style.c
part of check-in
[6009ff325f]
- changed a two-part/closed BR tag to avoid a warning from HTML syntax verifiers.
by
stephan on
2009-12-07 18:34:04.
Also file
src/style.c
part of check-in
[1c2d878d12]
- Merge with trunk
by
btheado on
2009-12-13 01:16:13.
[view]
To:
File
src/style.c
part of check-in
[007d0a9b3f]
- Add a new "Skins" configuration page that allows the look and feel of the
web interface to be changed to one of several prototypes at the click of
a button. Currently, there are only two built-in prototypes.
by
drh on
2009-12-19 21:04:29.
[view]
@@ -361,9 +361,9 @@
@ background-color: #558195;
@ color: white;
@ }
@
-@ /* Make the links in the footer less ugly... */
+@ /* Hyperlink colors */
@ div.footer a { color: white; }
@ div.footer a:link { color: white; }
@ div.footer a:visited { color: white; }
@ div.footer a:hover { background-color: white; color: #558195; }
@@ -378,23 +378,8 @@
@ table.label-value th {
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
-@ }
-@
-@ /* For marking important UI elements which shouldn't be
-@ lightly dismissed. I mainly use it to mark "not yet
-@ implemented" parts of a page. Whether or not to have
-@ a 'border' attribute set is arguable. */
-@ .achtung {
-@ color: #ff0000;
-@ background: #ffff00;
-@ border: 1px solid #ff0000;
-@ }
-@
-@ div.miniform {
-@ font-size: smaller;
-@ margin: 8px;
@ }
;
/*