Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
1
public/themes/README
Normal file
1
public/themes/README
Normal file
|
@ -0,0 +1 @@
|
|||
Put your Redmine themes here.
|
79
public/themes/alternate/stylesheets/application.css
Normal file
79
public/themes/alternate/stylesheets/application.css
Normal file
|
@ -0,0 +1,79 @@
|
|||
@import url(../../../stylesheets/application.css);
|
||||
|
||||
body, #wrapper { background-color:#EEEEEE; }
|
||||
#header, #top-menu { margin: 0px 10px 0px 11px; }
|
||||
#main { background: #EEEEEE; margin: 8px 10px 0px 10px; }
|
||||
#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; }
|
||||
#footer { background-color:#EEEEEE; border: 0px; }
|
||||
|
||||
/* Headers */
|
||||
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
|
||||
|
||||
/* Menu */
|
||||
#main-menu li a { background-color: #507AAA; font-weight: bold;}
|
||||
#main-menu li a:hover { background: #507AAA; text-decoration: underline; }
|
||||
#main-menu li a.selected, #main-menu li a.selected:hover { background-color:#EEEEEE; }
|
||||
#main-menu li a.new-object { background-color:#507AAA; text-decoration: none; }
|
||||
|
||||
#main-menu .menu-children {
|
||||
border-right: 1px solid #507AAA;
|
||||
border-bottom: 1px solid #507AAA;
|
||||
border-left: 1px solid #507AAA;
|
||||
}
|
||||
#main-menu .menu-children li a:hover { background-color: #507AAA;}
|
||||
|
||||
|
||||
/* Tables */
|
||||
table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
|
||||
table.list thead th {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-top-color: #d7d7d7;
|
||||
border-right-color: #d7d7d7;
|
||||
border-left-color: #d7d7d7;
|
||||
border-bottom-color: #999999;
|
||||
}
|
||||
|
||||
/* Issues grid styles by priorities (provided by Wynn Netherland) */
|
||||
table.list tr.issue a { color: #666; }
|
||||
|
||||
tr.odd.priority-highest, table.list tbody tr.odd.priority-highest:hover { color: #900; font-weight: bold; }
|
||||
tr.odd.priority-highest { background: #ffc4c4; }
|
||||
tr.even.priority-highest, table.list tbody tr.even.priority-highest:hover { color: #900; font-weight: bold; }
|
||||
tr.even.priority-highest { background: #ffd4d4; }
|
||||
tr.priority-highest a, tr.priority-5:hover a { color: #900; }
|
||||
tr.odd.priority-highest td, tr.even.priority-highest td { border-color: #ffb4b4; }
|
||||
|
||||
tr.odd.priority-high2, table.list tbody tr.odd.priority-high4:hover { color: #900; }
|
||||
tr.odd.priority-high2 { background: #ffc4c4; }
|
||||
tr.even.priority-high2, table.list tbody tr.even.priority-high4:hover { color: #900; }
|
||||
tr.even.priority-high2 { background: #ffd4d4; }
|
||||
tr.priority-high2 a { color: #900; }
|
||||
tr.odd.priority-high2 td, tr.even.priority-high4 td { border-color: #ffb4b4; }
|
||||
|
||||
tr.odd.priority-high3, table.list tbody tr.odd.priority-high3:hover { color: #900; }
|
||||
tr.odd.priority-high3 { background: #fee; }
|
||||
tr.even.priority-high3, table.list tbody tr.even.priority-high3:hover { color: #900; }
|
||||
tr.even.priority-high3 { background: #fff2f2; }
|
||||
tr.priority-high3 a { color: #900; }
|
||||
tr.odd.priority-high3 td, tr.even.priority-high3 td { border-color: #fcc; }
|
||||
|
||||
tr.odd.priority-lowest, table.list tbody tr.odd.priority-lowest:hover { color: #559; }
|
||||
tr.odd.priority-lowest { background: #eaf7ff; }
|
||||
tr.even.priority-lowest, table.list tbody tr.even.priority-lowest:hover { color: #559; }
|
||||
tr.even.priority-lowest { background: #f2faff; }
|
||||
tr.priority-lowest a { color: #559; }
|
||||
tr.odd.priority-lowest td, tr.even.priority-lowest td { border-color: #add7f3; }
|
||||
|
||||
/* Buttons */
|
||||
input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
|
||||
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
|
||||
|
||||
/* Fields */
|
||||
input[type="text"], input[type="password"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
|
||||
input[type="text"], input[type="password"] { padding: 3px; }
|
||||
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
|
||||
option { border-bottom: 1px dotted #d7d7d7; }
|
||||
|
||||
/* Misc */
|
||||
.box { background-color: #fcfcfc; }
|
BIN
public/themes/classic/images/home.png
Normal file
BIN
public/themes/classic/images/home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 806 B |
BIN
public/themes/classic/images/wrench.png
Normal file
BIN
public/themes/classic/images/wrench.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 610 B |
50
public/themes/classic/stylesheets/application.css
Normal file
50
public/themes/classic/stylesheets/application.css
Normal file
|
@ -0,0 +1,50 @@
|
|||
@import url(../../../stylesheets/application.css);
|
||||
|
||||
body{ color:#303030; background:#e8eaec; }
|
||||
|
||||
#top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #578bb8; }
|
||||
#top-menu a { font-weight: bold; }
|
||||
#header { background: #467aa7; height:5.8em; padding: 10px 0 0 0; }
|
||||
#header h1 { margin-left: 6px; }
|
||||
#quick-search { margin-right: 6px; }
|
||||
#main-menu { background-color: #578bb8; left: 0; border-top: 1px solid #fff; width: 100%; }
|
||||
#main-menu li { margin: 0; padding: 0; }
|
||||
#main-menu li a { background-color: #578bb8; border-right: 1px solid #fff; font-size: 90%; padding: 4px 8px 4px 8px; font-weight: bold; }
|
||||
#main-menu li a:hover { background-color: #80b0da; color: #ffffff; }
|
||||
#main-menu li a.selected, #main-menu li a.selected:hover { background-color: #80b0da; color: #ffffff; }
|
||||
#main-menu li a.new-object { background-color:#80b0da; }
|
||||
|
||||
#main-menu .menu-children {
|
||||
border-right: 1px solid #80b0da;
|
||||
border-bottom: 1px solid #80b0da;
|
||||
border-left: 1px solid #80b0da;
|
||||
}
|
||||
#main-menu .menu-children li a { border-right: none; }
|
||||
#main-menu .menu-children li a:hover { background-color: #80b0da }
|
||||
|
||||
#footer { background-color: #578bb8; border: 0; color: #fff;}
|
||||
#footer a { color: #fff; font-weight: bold; }
|
||||
|
||||
#main { font:90% Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }
|
||||
#main a { font-weight: bold; color: #467aa7;}
|
||||
#main a:hover { color: #2a5a8a; text-decoration: underline; }
|
||||
#content { background: #fff; }
|
||||
#content .tabs ul { bottom:-1px; }
|
||||
|
||||
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
||||
h2, .wiki h1 { letter-spacing:-1px; }
|
||||
h4 { border-bottom: dotted 1px #c0c0c0; }
|
||||
|
||||
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
|
||||
background-position: 0% 40%;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
#top-menu a.home { background-image: url(../images/home.png); }
|
||||
#top-menu a.my-page { background-image: url(../../../images/user.png); }
|
||||
#top-menu a.projects { background-image: url(../../../images/projects.png); }
|
||||
#top-menu a.administration { background-image: url(../images/wrench.png); }
|
||||
#top-menu a.help { background-image: url(../../../images/help.png); }
|
Loading…
Add table
Add a link
Reference in a new issue