[Style admin backend clinton@unknownlamer.org**20081211051936 More or less copied from tee-it-up. Now things look tolerable. ] hunk ./src/web-admin.lisp 97 - :body (make-instance 'bee-admin-pane - :current-component-key 'weblog - :contents `((weblog . ,(make-instance 'weblog-admin)))))) + :stylesheet '("static/css/admin.css") + :body (make-instance 'bee-admin-pane + :current-component-key 'weblog + :contents `((weblog . ,(make-instance 'weblog-admin)))))) addfile ./static/css/admin.css hunk ./static/css/admin.css 1 - +body { background-color: #333333; + font-family: verdana, sans-serif; } + +a { color: green; } + +.ucw-tabbed-pane-options .ucw-tabbed-pane-selected +{ background-color: green; } +.ucw-tabbed-pane-options .ucw-tabbed-pane-selected * +{ color: white; + text-decoration: none; } + +.ucw-tabbed-pane-options .ucw-tabbed-pane-not-selected +{ + background-color: #999999; +} +.ucw-tabbed-pane-options .ucw-tabbed-pane-not-selected * +{ + color: black; + text-decoration: none; +} + +.ucw-tabbed-pane-options .ucw-tabbed-pane-not-selected, .ucw-tabbed-pane-options .ucw-tabbed-pane-selected +{ display: inline; + padding-left: 0.5em; + padding-right: 0.5em; } + +.ucw-tabbed-pane-options { border: 1px solid black; + background-color: #AAAAAA; + border-bottom: none; } +.ucw-tabbed-pane-body { padding: 1em; + border: 1px solid black; + background-color: #CCCCCC; } + +.simple-form .error { color: red; font-size: smaller;} + +.field-box .label { text-transform: capitalize; + display: inline; } +.label .error:before { content: " *" } +.field-box .label .error { display: inline; }