diff --git a/default.css b/default.css index b1b7ec366..65e66a515 100644 --- a/default.css +++ b/default.css @@ -1,3 +1,4 @@ + /* // +----------------------------------------------------------------------+ // | Anuko Time Tracker @@ -27,7 +28,7 @@ // +----------------------------------------------------------------------+ */ -a { color: blue; text-decoration: none; } +a { color: #557FC9; text-decoration: none; } a:visited { text-decoration: none; } @@ -38,42 +39,65 @@ html { } body { - font-size: 10pt; - font-family: verdana; + font-size: 11pt; + font-family: 'Roboto', sans-serif; + color: #404040; background-color: white; } -table { font-size: 10pt; font-family: verdana; } +table { font-size: 10pt; font-family: 'Roboto', sans-serif; } + +input, button, select, textarea { + height: 30px; + margin: 4px 4px 4px 4px; + border: 1px solid #dadada; + border-radius: 3px; + padding: 2px 10px 2px 10px; + font-size: 10pt; + font-family: 'Roboto', sans-serif; +} + +input[type=submit] { + text-transform: uppercase; +} + +input[type=checkbox] { + margin-bottom:5; + padding-bottom:0; + vertical-align: top; +} + +label { vertical-align: top; } -input, button { font-size: 10pt; font-family: verdana; } +//textarea { font-size: 10pt; font-family: 'Roboto', sans-serif; } -textarea { font-size: 10pt; font-family: verdana; } +//select{ font-size: 10pt; font-family: 'Roboto', sans-serif; } -select{ font-size: 10pt; font-family: verdana; } +// Calendar stylesheet -> WEB-INF/lib/form/Calendar.class.php .pageTitle { font-size: 12pt; - font-weight: bold; + font-weight: semibold; color: silver; } .systemMenu { - font-size: 12pt; - font-weight: bold; - color: #ffffff; - background-color: #000000; + font-size: 10pt; + font-weight: normal; + color: #000000; + background-color: #eeeeee; } .mainMenu { - font-size: 12pt; - color: #444444; + font-size: 10pt; + color: #000000; } .tableHeader { font-weight: bold; text-align: left; color: #000000; - background-color: #a6ccf7; +/* background-color: #cccccc;*/ } .tableHeaderCentered { @@ -84,11 +108,11 @@ select{ font-size: 10pt; font-family: verdana; } } .rowReportItem { - background-color: #ccccce; + background-color: #f5f5f5; } .rowReportItemAlt { - background-color: #f5f5f5; + background-color: #ffffff; } .rowReportSubtotal { @@ -118,11 +142,11 @@ select{ font-size: 10pt; font-family: verdana; } .sectionHeader { font-weight: bold; - border-bottom: 1px solid silver; + border-bottom: 1px solid #dadada; } .borderTop td { - border-top: 1px solid silver; + border-top: 1px solid #dadada; } .sectionHeaderNoBorder { @@ -130,7 +154,7 @@ select{ font-size: 10pt; font-family: verdana; } } .error { - font-weight: bold; + /*font-weight: bold;*/ color: red; } @@ -187,3 +211,4 @@ div#LoginAboutText { width:400px; } .mobile-table-details td { padding: 3px; } +