Skip to content

Commit

Permalink
v1.O.O (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
smantani authored May 22, 2019
1 parent a341a73 commit 7d1b3c6
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 0 deletions.
18 changes: 18 additions & 0 deletions images/lychee_black_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions images/lychee_blue_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions images/lychee_gray_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions images/lychee_red_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions images/lychee_white_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions stylesheets/application.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

/* theme_darkcolor */
#header {
background-color: #3fafa4;
}
#top-menu{
background: #007673;
}

#main-menu li a:hover {background:#fff; color:#202030;}
#main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#202030;}
#main-menu li a.new-object { background-color:#fff; color:#202030;}
#main-menu li a.lychee-menu:hover{border-top:solid 2px #f00;}
#main-menu li a.lychee-menu.selected, #main-menu li a.lychee-menu.selected:hover {border-top:solid 2px #f00;}

/* lychee-icon_color */
.lychee-top-menu:before{
content: url('../images/lychee_red_icon.svg')!important;
margin-right: 3px;
position: relative;
top: 2px;
}
.lychee-menu:before {
content: url('../images/lychee_red_icon.svg')!important;
margin-right: 3px;
position: relative;
top: 2px;
}
.lychee-menu.selected:before {
content: url('../images/lychee_red_icon.svg')!important;
}
18 changes: 18 additions & 0 deletions stylesheets/responsive.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* load the default Redmine stylesheet */
@import url(../../../stylesheets/responsive.css);

/* theme_darkcolor */
@media screen and (max-width: 899px)
{
#header {
background-color: #3fafa4;
}
.flyout-menu{
background: #007673;
}
.flyout-menu h3{
background-color: #3fafa4;
border-top: none;
border-bottom: none;
}
}

0 comments on commit 7d1b3c6

Please sign in to comment.