slitaz-forge rev 4

Add slitaz2 themes
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Dec 23 08:58:05 2010 +0100 (2010-12-23)
parents d2175a9978ee
children ae25e2353d3f
files labs/redmine/themes/slitaz2/images/header.png labs/redmine/themes/slitaz2/images/slitaz-logo.png labs/redmine/themes/slitaz2/images/slitaz-spider.png labs/redmine/themes/slitaz2/stylesheets/application.css
line diff
     1.1 Binary file labs/redmine/themes/slitaz2/images/header.png has changed
     2.1 Binary file labs/redmine/themes/slitaz2/images/slitaz-logo.png has changed
     3.1 Binary file labs/redmine/themes/slitaz2/images/slitaz-spider.png has changed
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/labs/redmine/themes/slitaz2/stylesheets/application.css	Thu Dec 23 08:58:05 2010 +0100
     4.3 @@ -0,0 +1,222 @@
     4.4 +@import url(../../../stylesheets/application.css);
     4.5 +
     4.6 +body {
     4.7 +	background-color:#222222;
     4.8 +}
     4.9 +
    4.10 +#wrapper {
    4.11 +	background-color: #eeeeee;
    4.12 +}
    4.13 +
    4.14 +/*
    4.15 +#top-menu {
    4.16 +	background: transparent;
    4.17 +	margin-top: -65px;
    4.18 +	padding: 0px 4px 0px 4px;
    4.19 +	font-size: 12px;
    4.20 +	color: #333333;
    4.21 +}
    4.22 +*/
    4.23 +
    4.24 +#top-menu {
    4.25 +	background: #3c3c3c;
    4.26 +	color: #fff;
    4.27 +	height:1.8em;
    4.28 +	font-size: 0.8em;
    4.29 +	padding: 2px 2px 0px 6px;
    4.30 +}
    4.31 +
    4.32 +#login-form table {
    4.33 +	background-color:#FFEBC1;
    4.34 +	border:1px solid #FDBF3B;
    4.35 +	margin-left:auto;
    4.36 +	margin-right:auto;
    4.37 +	margin-top:5em;
    4.38 +	padding:1em;
    4.39 +}
    4.40 +
    4.41 +
    4.42 +#top-menu a {
    4.43 +	color: white;
    4.44 +	margin-right: 4px;
    4.45 +	font-weight: bold; 
    4.46 +	padding: 0px 2px 0px 2px;
    4.47 +}
    4.48 +#top-menu a:hover {
    4.49 +	background: inherit;
    4.50 +	color: #df6f06;
    4.51 +	text-decoration: none;
    4.52 +}
    4.53 +
    4.54 +
    4.55 +#header {
    4.56 +	background: #f0ba08 url(../images/header.png) repeat-x top;
    4.57 +	color: black;
    4.58 +	width: 100%;
    4.59 +	height: 50px ;
    4.60 +	border-top: 1px solid black;
    4.61 +	border-bottom: 1px solid black;
    4.62 +	margin: 0px 0px 30px 0px;
    4.63 +	padding: 0;
    4.64 +}
    4.65 +
    4.66 +#header h1{
    4.67 +	background: url(../images/slitaz-logo.png) no-repeat;
    4.68 +	height: 70px ;
    4.69 +	margin: 0px 0px;
    4.70 +	padding-left: 190px;
    4.71 +	padding-top: 23px;
    4.72 +	font-size: 16pt;
    4.73 +}
    4.74 +#titre{
    4.75 +	font-size: 20px;
    4.76 +	font-weight: bolder ;
    4.77 +	margin-left: 84px;
    4.78 +	margin-top: 0px;
    4.79 +	padding-top: 21px ;
    4.80 +}
    4.81 +
    4.82 +#logo {
    4.83 +	position: absolute;
    4.84 +	float: left;
    4.85 +	margin-left: 32px;
    4.86 +	margin-right: 20px;
    4.87 +	margin-top: 14px;
    4.88 +}
    4.89 +
    4.90 +#main {
    4.91 +	background: white;
    4.92 +	margin: 0px 0px 0px 0px;
    4.93 +}
    4.94 +
    4.95 +#content {
    4.96 +	background: #fff;
    4.97 +	border: 0px;
    4.98 +	margin: 0px 20px 0px 20px;
    4.99 +	overflow: auto;
   4.100 +}
   4.101 +
   4.102 +#footer {
   4.103 +	background-color:#eeeeee;
   4.104 +	border: 0px;
   4.105 +}
   4.106 +
   4.107 +/* Headers */
   4.108 +h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
   4.109 +
   4.110 +h2 {
   4.111 +    color: #DF8F06;
   4.112 +    border-left: 10px solid #F3F3F3;
   4.113 +    padding: 4px 0px 4px 4px;
   4.114 +    margin: 0px 0px 4px 0px;
   4.115 +}
   4.116 +
   4.117 +/* Menu */
   4.118 +#main-menu {
   4.119 +	position: absolute;
   4.120 +	top: 60px;
   4.121 +	margin-left: 0px;
   4.122 +}
   4.123 +
   4.124 +#main-menu li a {
   4.125 +	font-size: 12px;
   4.126 +	font-weight: bold;
   4.127 +	color: #3E1220;
   4.128 +	background: inherit;
   4.129 +	padding: 0px 4px 6px 4px;
   4.130 +}
   4.131 +
   4.132 +#main-menu li a:hover {
   4.133 +	text-decoration: underline;
   4.134 +	color: #DF8F06;
   4.135 +	background-color: transparent;
   4.136 +	text-decoration: none;
   4.137 +}
   4.138 +
   4.139 +#main-menu li a.selected, #main-menu li a.selected:hover { background-color: transparent; }
   4.140 +
   4.141 +#quick-search {
   4.142 +	position: absolute;
   4.143 +	top: 23px;
   4.144 +	right: 4px;
   4.145 +	color: black;
   4.146 +}
   4.147 +
   4.148 +#quick-search a {
   4.149 +	color: black;
   4.150 +}
   4.151 +
   4.152 +#quick-search a:hover {
   4.153 +	color: #DF8F06;
   4.154 +}
   4.155 +
   4.156 +#sidebar{
   4.157 +	/* background-color: #eeeeee; */
   4.158 +	float: right;
   4.159 +	width: 16%;
   4.160 +	position: relative;
   4.161 +	z-index: 9;
   4.162 +	min-height: 580px;
   4.163 +	padding: 0px 0px 0px 10px;
   4.164 +	margin: 0;
   4.165 +	border-left: 1px dotted #d7d7d7;
   4.166 +}
   4.167 +
   4.168 +div.wiki { padding-right: 20px; }
   4.169 +div.contextual { padding-right: 20px; }
   4.170 +p.other-formats { padding-right: 20px; }
   4.171 +
   4.172 +/* Tables */
   4.173 +table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
   4.174 +table.list thead th {
   4.175 +    border-width: 1px;
   4.176 +    border-style: solid;
   4.177 +    border-top-color: #d7d7d7;
   4.178 +    border-right-color: #d7d7d7;
   4.179 +    border-left-color: #d7d7d7;
   4.180 +    border-bottom-color: #999999;
   4.181 +}
   4.182 +
   4.183 +/* Issues grid styles by priorities (provided by Wynn Netherland) */
   4.184 +table.list tr.issue a { color: #666; }
   4.185 +
   4.186 +tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
   4.187 +tr.odd.priority-5 { background: #ffc4c4; }
   4.188 +tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
   4.189 +tr.even.priority-5 { background: #ffd4d4; }
   4.190 +tr.priority-5 a, tr.priority-5:hover a { color: #900; }
   4.191 +tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
   4.192 +
   4.193 +tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
   4.194 +tr.odd.priority-4 { background: #ffc4c4; }
   4.195 +tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
   4.196 +tr.even.priority-4 { background: #ffd4d4; }
   4.197 +tr.priority-4 a { color: #900; }
   4.198 +tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
   4.199 +
   4.200 +tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
   4.201 +tr.odd.priority-3 { background: #fee; }
   4.202 +tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
   4.203 +tr.even.priority-3 { background: #fff2f2; }
   4.204 +tr.priority-3 a { color: #900; }
   4.205 +tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
   4.206 +
   4.207 +tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
   4.208 +tr.odd.priority-1 { background: #eaf7ff; }
   4.209 +tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
   4.210 +tr.even.priority-1 { background: #f2faff; }
   4.211 +tr.priority-1 a { color: #559; }
   4.212 +tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
   4.213 +
   4.214 +/* Buttons */
   4.215 +input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
   4.216 +input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
   4.217 +
   4.218 +/* Fields */
   4.219 +input[type="text"], textarea, select { padding: 0px; border: 1px solid #d7d7d7; }
   4.220 +input[type="text"] { padding: 1px; }
   4.221 +input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
   4.222 +option { border-bottom: 1px dotted #d7d7d7; }
   4.223 +
   4.224 +/* Misc */
   4.225 +.box { background-color: #fcfcfc; }