diff --git a/ecs/jskult-webapp/src/static/css/bioStyle.css b/ecs/jskult-webapp/src/static/css/bioStyle.css
index 51325f55..4b158b38 100644
--- a/ecs/jskult-webapp/src/static/css/bioStyle.css
+++ b/ecs/jskult-webapp/src/static/css/bioStyle.css
@@ -6,8 +6,6 @@
body {
white-space: nowrap;
- background-color: LightCyan;
- font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}
h1 {
diff --git a/ecs/jskult-webapp/src/static/css/main_theme.css b/ecs/jskult-webapp/src/static/css/main_theme.css
new file mode 100644
index 00000000..a6057540
--- /dev/null
+++ b/ecs/jskult-webapp/src/static/css/main_theme.css
@@ -0,0 +1,5 @@
+body {
+ /* Merck Sensitive Green */
+ background-color: #B4DC96;
+ font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
+}
diff --git a/ecs/jskult-webapp/src/static/css/masterMainte.css b/ecs/jskult-webapp/src/static/css/masterMainte.css
index c6d7be7d..dd760425 100644
--- a/ecs/jskult-webapp/src/static/css/masterMainte.css
+++ b/ecs/jskult-webapp/src/static/css/masterMainte.css
@@ -4,11 +4,6 @@ table {
box-sizing: initial;
}
-body{
- background-color: LightCyan;
- font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
-}
-
h1{
margin-left : 1%;
font-weight: 700;
diff --git a/ecs/jskult-webapp/src/static/css/menuStyle.css b/ecs/jskult-webapp/src/static/css/menuStyle.css
index cabd5197..4d2f9c46 100644
--- a/ecs/jskult-webapp/src/static/css/menuStyle.css
+++ b/ecs/jskult-webapp/src/static/css/menuStyle.css
@@ -1,7 +1,5 @@
body{
- background-color: LightCyan;
background-size: 220%,220%;
- font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}
.background{
diff --git a/ecs/jskult-webapp/src/static/css/pagenation.css b/ecs/jskult-webapp/src/static/css/pagenation.css
index 72e4aecc..5af4353d 100644
--- a/ecs/jskult-webapp/src/static/css/pagenation.css
+++ b/ecs/jskult-webapp/src/static/css/pagenation.css
@@ -67,7 +67,7 @@ div.paginationjs-pages ul {
}
.paginationjs-pages > ul > li.paginationjs-ellipsis.disabled > a {
border: none;
- background-color: LightCyan;
+ background-color: inherit;
color: black;
margin: 0 4px;
padding: 0;
diff --git a/ecs/jskult-webapp/src/static/css/ultStyle.css b/ecs/jskult-webapp/src/static/css/ultStyle.css
index c1ace1d4..843a796b 100644
--- a/ecs/jskult-webapp/src/static/css/ultStyle.css
+++ b/ecs/jskult-webapp/src/static/css/ultStyle.css
@@ -6,8 +6,6 @@
body {
margin: 8px;
- background-color: LightCyan;
- font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}
h1 {
diff --git a/ecs/jskult-webapp/src/templates/_header.html b/ecs/jskult-webapp/src/templates/_header.html
index c2476734..a0e90606 100644
--- a/ecs/jskult-webapp/src/templates/_header.html
+++ b/ecs/jskult-webapp/src/templates/_header.html
@@ -6,6 +6,7 @@
+