annotate .svn/pristine/7d/7d0c82a8b17bf23c8cab9114300db25398956dda.svn-base @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 @import url(../../../stylesheets/application.css);
Chris@909 2
Chris@909 3 body, #wrapper { background-color:#EEEEEE; }
Chris@909 4 #header, #top-menu { margin: 0px 10px 0px 11px; }
Chris@909 5 #main { background: #EEEEEE; margin: 8px 10px 0px 10px; }
Chris@909 6 #content, #main.nosidebar #content { background: #fff; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; border-left: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; }
Chris@909 7 #footer { background-color:#EEEEEE; border: 0px; }
Chris@909 8
Chris@909 9 /* Headers */
Chris@909 10 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
Chris@909 11
Chris@909 12 /* Menu */
Chris@909 13 #main-menu li a { background-color: #507AAA; font-weight: bold;}
Chris@909 14 #main-menu li a:hover { background: #507AAA; text-decoration: underline; }
Chris@909 15 #main-menu li a.selected, #main-menu li a.selected:hover { background-color:#EEEEEE; }
Chris@909 16
Chris@909 17 /* Tables */
Chris@909 18 table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
Chris@909 19 table.list thead th {
Chris@909 20 border-width: 1px;
Chris@909 21 border-style: solid;
Chris@909 22 border-top-color: #d7d7d7;
Chris@909 23 border-right-color: #d7d7d7;
Chris@909 24 border-left-color: #d7d7d7;
Chris@909 25 border-bottom-color: #999999;
Chris@909 26 }
Chris@909 27
Chris@909 28 /* Issues grid styles by priorities (provided by Wynn Netherland) */
Chris@909 29 table.list tr.issue a { color: #666; }
Chris@909 30
Chris@909 31 tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
Chris@909 32 tr.odd.priority-5 { background: #ffc4c4; }
Chris@909 33 tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
Chris@909 34 tr.even.priority-5 { background: #ffd4d4; }
Chris@909 35 tr.priority-5 a, tr.priority-5:hover a { color: #900; }
Chris@909 36 tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
Chris@909 37
Chris@909 38 tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
Chris@909 39 tr.odd.priority-4 { background: #ffc4c4; }
Chris@909 40 tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
Chris@909 41 tr.even.priority-4 { background: #ffd4d4; }
Chris@909 42 tr.priority-4 a { color: #900; }
Chris@909 43 tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
Chris@909 44
Chris@909 45 tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
Chris@909 46 tr.odd.priority-3 { background: #fee; }
Chris@909 47 tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
Chris@909 48 tr.even.priority-3 { background: #fff2f2; }
Chris@909 49 tr.priority-3 a { color: #900; }
Chris@909 50 tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
Chris@909 51
Chris@909 52 tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
Chris@909 53 tr.odd.priority-1 { background: #eaf7ff; }
Chris@909 54 tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
Chris@909 55 tr.even.priority-1 { background: #f2faff; }
Chris@909 56 tr.priority-1 a { color: #559; }
Chris@909 57 tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
Chris@909 58
Chris@909 59 /* Buttons */
Chris@909 60 input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
Chris@909 61 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
Chris@909 62
Chris@909 63 /* Fields */
Chris@909 64 input[type="text"], input[type="password"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
Chris@909 65 input[type="text"], input[type="password"] { padding: 3px; }
Chris@909 66 input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
Chris@909 67 option { border-bottom: 1px dotted #d7d7d7; }
Chris@909 68
Chris@909 69 /* Misc */
Chris@909 70 .box { background-color: #fcfcfc; }