Skip to content

Commit

Permalink
Merge pull request #2 from agileware-jp/lychee_blue2
Browse files Browse the repository at this point in the history
Blue_themeカラーのみ
  • Loading branch information
smantani authored Jul 17, 2020
2 parents a6b1a93 + 8c5b93a commit 599835c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 128 deletions.
160 changes: 35 additions & 125 deletions stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,138 +3,48 @@

/* theme_blue */
#header {
background-color: #137E9E;
color: #fff;
min-height: 4.5em;
padding-top: 10px;
padding-left: 15px;
background-color: #137E9E;
padding: 5px 15px 15px;
}
#top-menu {
background: #095A79;
#top-menu{
background: #095A79;
padding: 3px 10px;
}
#header h1{
text-shadow: none;
font-size: 1.8em;
}
#header a {
color: #fff;
h2, .wiki h1 {
font-size: 18px;
}
#top-menu #loggedas {
color: #fff;
}
#main-menu li a {
display: block;
color: #fff;
text-decoration: none;
font-weight: bold;
margin: 0;
padding: 4px 10px 4px 10px;
}
#main-menu li a:hover {background:#fff; color:#202030; border-radius: 5px 5px 0 0;}
#main-menu li:hover ul.menu-children, #main-menu li ul.menu-children.visible {display: block;}
#main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#202030; border-radius: 5px 5px 0 0;}
#main-menu li a.new-object {
background-color: #ffffff;
border-radius: 20px;
margin: 2px 10px 2px 0;
height: 20px;
width: 10px;
padding: 0 5px;
color: #127e9e;
}

#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;}
#main-menu .menu-children {
display: none;
position:absolute;
width: inherit;
z-index:45;
background-color:#fff;
border-right: 1px solid #419aa5;
border-bottom: 1px solid #419aa5;
border-left: 1px solid #419aa5;
border-right: 1px solid #137E9E;
border-bottom: 1px solid #137E9E;
border-left: 1px solid #137E9E;
}
#main-menu .menu-children li {float:left; clear:both; width:100%;}
#main-menu .menu-children li a {color: #202030; background-color:#fff; font-weight:normal;}
#main-menu .menu-children li a:hover {color: #202030; background-color: #d8f9fd; border-radius: unset;}


#main-menu .lychee-icon:before,
#top-menu .lychee-icon:before{
content: url(../images/lychee_palered_icon.svg);
#main-menu .menu-children li a:hover {color: #fff; background-color: #1bacd8;}
#project-jump .drdn-items>a:hover {background-color:#1bacd8; color:#fff !important;}
#content {
margin: 10px;
}


/* フィルタのデザイン */

select:not(#available_c):not(#selected_c), option {
height: 22px;
line-height: 1.1em;
padding: 5px 20px 3px 5px;
margin: 0;
text-indent: 0;
background-color: transparent;border: 1px solid #e4e4e4;border-radius: 2px;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;appearance: none;
background-image: url(https://lychee-redmine.jp/wp-content/themes/agileware/assets/pc/arrow_under.svg);
background-repeat: no-repeat;
background-size: 8px 5px;
background-position: right 5px center;
background-color: #fff;
}
select::-ms-expand {
display: none;
}
input#months {
padding: 3px 0px 3px 5px;
border: 1px solid #e4e4e4;
border-radius: 2px;
}
fieldset.collapsible {
border: none;
background-color: #f3fcfd;
margin-top: 5px;
padding: 10px 10px 10px 30px;
margin-bottom: 8px;
}
fieldset legend {
margin: 0;
padding: 0;
line-height: 1.4em;
}
fieldset.collapsible>legend {
/* font-weight: 600; */
color: #555555;
background: none;
margin-left: -20px;
padding-left: 8px;
padding-right: 8px;
}
fieldset.collapsed {
border: none;
margin-bottom: 8px;
background: none;
border-top: 1px solid #cbe4e7;
margin-top: 0;
padding: 3px 10px 3px 30px;
}
fieldset#filters table {
margin-left: 30px;
margin-top: 10px;
}
fieldset.collapsible>legend:before {content: "▼";color: #00838f;font-size: 10px;padding-right: 8px;}
fieldset.collapsible.collapsed>legend {
background: none;
}
fieldset.collapsible.collapsed>legend:before {content: "▷";}
select#available_c option,select#selected_c option {
background: none;
border: none;
border-radius: unset;
}
select#available_c,select#selected_c {
border: 1px solid #e4e4e4;
border-radius: 2px;
}
.lgc-sort-criteria {
margin: 5px 0;
}
fieldset{
background-color: #fff;
/* lychee-icon_color */
.lychee-top-menu:before{
content: url('../images/lychee_palered_icon.svg')!important;
margin-right: 3px;
position: relative;
top: 2px;
}
.lychee-menu:before {
content: url('../images/lychee_palered_icon.svg')!important;
margin-right: 3px;
position: relative;
top: 2px;
}
.lychee-menu.selected:before {
content: url('../images/lychee_red_icon.svg')!important;
}
10 changes: 7 additions & 3 deletions stylesheets/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
@media screen and (max-width: 899px)
{
#header {
background-color: #3fafa4;
background-color: #137E9E;
padding:0;
}
.flyout-menu{
background: #007673;
background: #095A79;
}
.flyout-menu h3{
background-color: #3fafa4;
background-color: #137d9e;
border-top: none;
border-bottom: none;
}
#project-jump .drdn-trigger{
line-height:45px;
}
}

0 comments on commit 599835c

Please sign in to comment.