slitaz-forge diff labs/redmine/themes/slitaz-4.0/stylesheets/application.css @ rev 5

Update labs theme
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 27 00:58:15 2011 +0100 (2011-01-27)
parents
children 7ed35ac1a4c3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/labs/redmine/themes/slitaz-4.0/stylesheets/application.css	Thu Jan 27 00:58:15 2011 +0100
     1.3 @@ -0,0 +1,176 @@
     1.4 +@import url(../../../stylesheets/application.css);
     1.5 +
     1.6 +body {
     1.7 +	background-color:#ffffff;
     1.8 +	border-top: 34px solid #f1f1f1;
     1.9 +}
    1.10 +
    1.11 +#wrapper {
    1.12 +	background-color: #eeeeee;
    1.13 +}
    1.14 +
    1.15 +#top-menu {
    1.16 +	position: absolute;
    1.17 +	top: 0;
    1.18 +	background: transparent;
    1.19 +	width: 100%;
    1.20 +	font-size: 11px;
    1.21 +	color: #000000;
    1.22 +}
    1.23 +#loggedas { color: #000000; }
    1.24 +#top-menu a {
    1.25 +	background: transparent;
    1.26 +	color: #0F314E;
    1.27 +	text-decoration: none;
    1.28 +}
    1.29 +#top-menu a:hover {
    1.30 +	color: #b64b22;
    1.31 +	text-decoration: none;
    1.32 +}
    1.33 +
    1.34 +#header {
    1.35 +	background: #351a0a url(../header-img.png) no-repeat top right;
    1.36 +	color: black;
    1.37 +	width: 100%;
    1.38 +	height: 42px;
    1.39 +	border-top: 1px solid black;
    1.40 +	border-bottom: 1px solid #999;
    1.41 +	margin-bottom: 33px;
    1.42 +}
    1.43 +#header h1 { 
    1.44 +	color: #f1f1f1;
    1.45 +}
    1.46 +
    1.47 +#main {
    1.48 +	background: white;
    1.49 +	margin: 0px 0px 0px 0px;
    1.50 +}
    1.51 +
    1.52 +#content {
    1.53 +	background: #fff;
    1.54 +	border: 0px;
    1.55 +	margin: 0px 20px 0px 20px;
    1.56 +	overflow: auto;
    1.57 +}
    1.58 +
    1.59 +/* Footer */
    1.60 +
    1.61 +#footer {
    1.62 +	margin: 0px 80px 80px 80px;
    1.63 +	padding: 10px;
    1.64 +	background: #eaeaea;
    1.65 +	color: #666666;
    1.66 +	height: 180px;
    1.67 +	clear: both;
    1.68 +	border: 0px solid #eaeaea;
    1.69 +	border-radius: 8px;
    1.70 +	-moz-border-radius: 8px;
    1.71 +	-webkit-border-radius: 8px;
    1.72 +	-moz-box-shadow: 0 1px 3px #666;
    1.73 +	-webkit-box-shadow: 0 1px 3px #666;
    1.74 +	box-shadow: 0 1px 3px #666;
    1.75 +}
    1.76 +#footer a { color: #666666; }
    1.77 +#footer a:hover { color: #333333; }
    1.78 +#footer ul { list-style-type: none; }
    1.79 +#footer li { padding: 2px; }
    1.80 +#footer h4 { margin: 0 20px; font-size: 125%; }
    1.81 +
    1.82 +/* Headers */
    1.83 +h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
    1.84 +
    1.85 +h2 {
    1.86 +    color: #DF8F06;
    1.87 +    border-left: 10px solid #F3F3F3;
    1.88 +    padding: 4px 0px 4px 4px;
    1.89 +    margin: 0px 0px 4px 0px;
    1.90 +}
    1.91 +
    1.92 +/* Menu */
    1.93 +#main-menu li a {
    1.94 +	font-size: 11px;
    1.95 +	font-weight: bold;
    1.96 +	color: #3E1220;
    1.97 +	background: inherit;
    1.98 +	padding: 0px 4px 6px 4px;
    1.99 +}
   1.100 +
   1.101 +#main-menu li a:hover {
   1.102 +	text-decoration: underline;
   1.103 +	color: #DF8F06;
   1.104 +	background-color: transparent;
   1.105 +	text-decoration: none;
   1.106 +}
   1.107 +
   1.108 +#main-menu li a.selected, #main-menu li a.selected:hover { background-color: transparent; }
   1.109 +
   1.110 +#sidebar{
   1.111 +	/* background-color: #eeeeee; */
   1.112 +	float: right;
   1.113 +	width: 16%;
   1.114 +	position: relative;
   1.115 +	z-index: 9;
   1.116 +	min-height: 580px;
   1.117 +	padding: 0px 0px 0px 10px;
   1.118 +	margin: 0;
   1.119 +	border-left: 1px dotted #d7d7d7;
   1.120 +}
   1.121 +
   1.122 +div.wiki { padding-right: 20px; }
   1.123 +div.contextual { padding-right: 20px; }
   1.124 +p.other-formats { padding-right: 20px; }
   1.125 +
   1.126 +/* Tables */
   1.127 +table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
   1.128 +table.list thead th {
   1.129 +    border-width: 1px;
   1.130 +    border-style: solid;
   1.131 +    border-top-color: #d7d7d7;
   1.132 +    border-right-color: #d7d7d7;
   1.133 +    border-left-color: #d7d7d7;
   1.134 +    border-bottom-color: #999999;
   1.135 +}
   1.136 +
   1.137 +/* Issues grid styles by priorities (provided by Wynn Netherland) */
   1.138 +table.list tr.issue a { color: #666; }
   1.139 +
   1.140 +tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
   1.141 +tr.odd.priority-5 { background: #ffc4c4; }
   1.142 +tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
   1.143 +tr.even.priority-5 { background: #ffd4d4; }
   1.144 +tr.priority-5 a, tr.priority-5:hover a { color: #900; }
   1.145 +tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
   1.146 +
   1.147 +tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
   1.148 +tr.odd.priority-4 { background: #ffc4c4; }
   1.149 +tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
   1.150 +tr.even.priority-4 { background: #ffd4d4; }
   1.151 +tr.priority-4 a { color: #900; }
   1.152 +tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
   1.153 +
   1.154 +tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
   1.155 +tr.odd.priority-3 { background: #fee; }
   1.156 +tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
   1.157 +tr.even.priority-3 { background: #fff2f2; }
   1.158 +tr.priority-3 a { color: #900; }
   1.159 +tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
   1.160 +
   1.161 +tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
   1.162 +tr.odd.priority-1 { background: #eaf7ff; }
   1.163 +tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
   1.164 +tr.even.priority-1 { background: #f2faff; }
   1.165 +tr.priority-1 a { color: #559; }
   1.166 +tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
   1.167 +
   1.168 +/* Buttons */
   1.169 +input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
   1.170 +input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
   1.171 +
   1.172 +/* Fields */
   1.173 +input[type="text"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
   1.174 +input[type="text"] { padding: 3px; }
   1.175 +input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
   1.176 +option { border-bottom: 1px dotted #d7d7d7; }
   1.177 +
   1.178 +/* Misc */
   1.179 +.box { background-color: #fcfcfc; }