1
0
Fork 0
dokuwiki-theme-redmine-kiwi/redmine.css

122 lines
4.6 KiB
CSS

/* load the default Redmine stylesheet */
@import url(application.css);
body{ background: #F1EFE2; }
div.info { display: none; }
#wrapper { background: var(--main-inside-color) url(images/content-right.png) 100% 0 repeat-y; padding-right:10px; }
#wrapper2 { background: var(--main-inside-color) url(images/content-left.png) repeat-y; padding-left:10px; }
#top-menu { font-size: 80%; height: 1.8em;}
#top-menu a { font-weight: bold; margin-left: 4px; margin-right=4px;}
#header {height:5.3em;margin:0;background-color:#507AAA;color:#ffffff; padding: 4px 80px 0px 6px; position:relative;}
#header h1 { margin-top: 0.3em; margin-left: 0px; }
/* add a logo in the header */
#header {
background: #507AAA;
padding-left: 16px;
margin-top: 100px;
margin-bottom: 100px;
padding-top: 100px;
padding-bottom: 30px;
}
#main-menu li {
float:left;
list-style-type:none;
margin: 0px 2px 0px 0px;
padding: 0px 0px 0px 0px;
white-space:nowrap;
}
#main-menu li a {
padding: 4px 20px 4px 10px;
background: transparent;
font-weight: bold;
}
#main-menu li a:hover {background:#759FCF;}
#main-menu li a.selected {background: #fff; color:#555; }
/*table.list { font-size:90% }
table#browser a { line-height: 16px; }*/
#main { font:100% Verdana,Tahoma,Arial,sans-serif; background: #fff; }
#content { background: #fff; border-right: 2px solid #ddd; }
/*#content .tabs ul { bottom:-1px; }*/
#footer { text-align: right; height: 40px; color: #999; background: #F1EFE2 url(images/footer-bg.png) 0 0 repeat-x; border: 0; margin-left: -10px; margin-right: -10px; margin-top: -4px; padding: 0;}
#footer a { color: #999; font-weight: bold; text-decoration: underline; }
#footer .bgl { height: 40px; background: transparent url(images/footer-left.png) 0 0 no-repeat; }
#footer .bgr { height: 40px; background: transparent url(images/footer-right.png) 100% 0 no-repeat; padding-top: 22px; padding-right: 30px; }
/*#main { font:100% Verdana,Tahoma,Arial,sans-serif; }
#content { background: #fff; border-right: 2px solid #ddd; }*/
tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
tr.odd.priority-5 { background: #ffc4c4; }
tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
tr.even.priority-5 { background: #ffd4d4; }
tr.priority-5 a, tr.priority-5:hover a { color: #900; }
tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
tr.odd.priority-4 { background: #ffc4c4; }
tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
tr.even.priority-4 { background: #ffd4d4; }
tr.priority-4 a { color: #900; }
tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
tr.odd.priority-3 { background: #fee; }
tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
tr.even.priority-3 { background: #fff2f2; }
tr.priority-3 a { color: #900; }
tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
tr.odd.priority-1 { background: #eaf7ff; }
tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
tr.even.priority-1 { background: #f2faff; }
tr.priority-1 a { color: #559; }
tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
div#cloud { margin-bottom: 1em; }
div#cloud a { padding: 0.5em; }
div#cloud a.cloud1 { font-size: 10px; color: #D3E0F5; }
div#cloud a.cloud2 { font-size: 12px; color: #AEC4E5; }
div#cloud a.cloud3 { font-size: 14px; color: #88A9DB; }
div#cloud a.cloud4 { font-size: 16px; color: #4A7AC2; }
div#cloud a.cloud5 { font-size: 18px; color: #003F9E; }
div#cloud a.cloud1_tag1 { font-size: 10px; color: #CEF0D0; }
div#cloud a.cloud2_tag1 { font-size: 12px; color: #AEE5B1; }
div#cloud a.cloud3_tag1 { font-size: 14px; color: #88DB8C; }
div#cloud a.cloud4_tag1 { font-size: 16px; color: #4AC250; }
div#cloud a.cloud5_tag1 { font-size: 18px; color: #009E08; }
div#cloud a.cloud1_tag2 { font-size: 10px; color: #F0CED7; }
div#cloud a.cloud2_tag2 { font-size: 12px; color: #E5AEBC; }
div#cloud a.cloud3_tag2 { font-size: 14px; color: #DB889D; }
div#cloud a.cloud4_tag2 { font-size: 16px; color: #C24A68; }
div#cloud a.cloud5_tag2 { font-size: 18px; color: #9E0028; }
.noteclassic, .noteimportant, .notewarning, .notetip {
background-color: #dfd;
}
/*
.noteimportant {
background-color: #dfd;
}
.notewarning {
background-color: #dfd;
}
.notetip {
background-color: #dfd;
}*/