slitaz-forge diff labs/redmine/themes/slitaz-simple/stylesheets/application.css @ rev 3

Add slitaz-labs config & themes
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 14:03:22 2010 +0100 (2010-12-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/labs/redmine/themes/slitaz-simple/stylesheets/application.css	Wed Dec 22 14:03:22 2010 +0100
     1.3 @@ -0,0 +1,149 @@
     1.4 +@import url(../../../stylesheets/application.css);
     1.5 +
     1.6 +body {
     1.7 +	background-color:#222222;
     1.8 +}
     1.9 +
    1.10 +#wrapper {
    1.11 +	background-color: #eeeeee;
    1.12 +}
    1.13 +
    1.14 +#top-menu {
    1.15 +	background: #f0ba08 url(../header.png) repeat-x top;
    1.16 +	width: 100%;
    1.17 +	padding: 0px 2px 0px 2px;
    1.18 +	height: 50px;
    1.19 +	border-top: 1px solid black;
    1.20 +	border-bottom: 1px solid black;
    1.21 +	font-size: 12px;
    1.22 +}
    1.23 +#top-menu a:hover {
    1.24 +	background: inherit;
    1.25 +	color: #222222;
    1.26 +	text-decoration: none;
    1.27 +}
    1.28 +
    1.29 +#header {
    1.30 +	background: transparent;
    1.31 +	margin: -34px 0px 0px 0px;
    1.32 +	padding: 0px 8px 0px 6px;
    1.33 +}
    1.34 +#header h1 { 
    1.35 +	color: black;
    1.36 +}
    1.37 +
    1.38 +#main {
    1.39 +	background: white;
    1.40 +	margin: 0px 0px 0px 0px;
    1.41 +}
    1.42 +
    1.43 +#content {
    1.44 +	background: #fff;
    1.45 +	border: 0px;
    1.46 +	margin: 0px 20px 0px 20px;
    1.47 +	overflow: auto;
    1.48 +}
    1.49 +
    1.50 +#footer {
    1.51 +	background-color:#eeeeee;
    1.52 +	border: 0px;
    1.53 +}
    1.54 +
    1.55 +/* Headers */
    1.56 +h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
    1.57 +
    1.58 +h2 {
    1.59 +    color: #DF8F06;
    1.60 +    border-left: 10px solid #F3F3F3;
    1.61 +    padding: 4px 0px 4px 4px;
    1.62 +    margin: 0px 0px 4px 0px;
    1.63 +}
    1.64 +
    1.65 +/* Menu */
    1.66 +#main-menu li a {
    1.67 +	font-size: 12px;
    1.68 +	font-weight: bold;
    1.69 +	color: #3E1220;
    1.70 +	background: inherit;
    1.71 +	padding: 0px 4px 6px 4px;
    1.72 +}
    1.73 +
    1.74 +#main-menu li a:hover {
    1.75 +	text-decoration: underline;
    1.76 +	color: #DF8F06;
    1.77 +	background-color: transparent;
    1.78 +	text-decoration: none;
    1.79 +}
    1.80 +
    1.81 +#main-menu li a.selected, #main-menu li a.selected:hover { background-color: transparent; }
    1.82 +
    1.83 +#sidebar{
    1.84 +	/* background-color: #eeeeee; */
    1.85 +	float: right;
    1.86 +	width: 16%;
    1.87 +	position: relative;
    1.88 +	z-index: 9;
    1.89 +	min-height: 580px;
    1.90 +	padding: 0px 0px 0px 10px;
    1.91 +	margin: 0;
    1.92 +	border-left: 1px dotted #d7d7d7;
    1.93 +}
    1.94 +
    1.95 +div.wiki { padding-right: 20px; }
    1.96 +div.contextual { padding-right: 20px; }
    1.97 +p.other-formats { padding-right: 20px; }
    1.98 +
    1.99 +/* Tables */
   1.100 +table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
   1.101 +table.list thead th {
   1.102 +    border-width: 1px;
   1.103 +    border-style: solid;
   1.104 +    border-top-color: #d7d7d7;
   1.105 +    border-right-color: #d7d7d7;
   1.106 +    border-left-color: #d7d7d7;
   1.107 +    border-bottom-color: #999999;
   1.108 +}
   1.109 +
   1.110 +/* Issues grid styles by priorities (provided by Wynn Netherland) */
   1.111 +table.list tr.issue a { color: #666; }
   1.112 +
   1.113 +tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
   1.114 +tr.odd.priority-5 { background: #ffc4c4; }
   1.115 +tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
   1.116 +tr.even.priority-5 { background: #ffd4d4; }
   1.117 +tr.priority-5 a, tr.priority-5:hover a { color: #900; }
   1.118 +tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
   1.119 +
   1.120 +tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
   1.121 +tr.odd.priority-4 { background: #ffc4c4; }
   1.122 +tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
   1.123 +tr.even.priority-4 { background: #ffd4d4; }
   1.124 +tr.priority-4 a { color: #900; }
   1.125 +tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
   1.126 +
   1.127 +tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
   1.128 +tr.odd.priority-3 { background: #fee; }
   1.129 +tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
   1.130 +tr.even.priority-3 { background: #fff2f2; }
   1.131 +tr.priority-3 a { color: #900; }
   1.132 +tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
   1.133 +
   1.134 +tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
   1.135 +tr.odd.priority-1 { background: #eaf7ff; }
   1.136 +tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
   1.137 +tr.even.priority-1 { background: #f2faff; }
   1.138 +tr.priority-1 a { color: #559; }
   1.139 +tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
   1.140 +
   1.141 +/* Buttons */
   1.142 +input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
   1.143 +input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
   1.144 +
   1.145 +/* Fields */
   1.146 +input[type="text"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
   1.147 +input[type="text"] { padding: 3px; }
   1.148 +input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
   1.149 +option { border-bottom: 1px dotted #d7d7d7; }
   1.150 +
   1.151 +/* Misc */
   1.152 +.box { background-color: #fcfcfc; }