diff --git a/innovedus_cms/home/static/css/article_list.css b/innovedus_cms/home/static/css/article_list.css index 88b9ff1..fe92252 100644 --- a/innovedus_cms/home/static/css/article_list.css +++ b/innovedus_cms/home/static/css/article_list.css @@ -29,13 +29,16 @@ } .first-article .first-article-content { + max-height: 293px; + overflow: hidden; + position: relative; +} + +.first-article .first-article-content a { grid-area: content; display: flex; flex-direction: column; gap: 16px; - max-height: 293px; - overflow: hidden; - position: relative; } .first-article .first-article-title { @@ -122,7 +125,6 @@ .article-title { font-size: 40px; font-weight: 400; - color: #0e1b42; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; @@ -185,7 +187,6 @@ .pagination-pages a, .pagination-current, .pagination-ellipsis { - color: #0e1b42; line-height: 44px; } diff --git a/innovedus_cms/home/static/css/block_list.css b/innovedus_cms/home/static/css/block_list.css index 79efa72..37ebcf1 100644 --- a/innovedus_cms/home/static/css/block_list.css +++ b/innovedus_cms/home/static/css/block_list.css @@ -28,13 +28,16 @@ } .block-first-article .first-article-content { + max-height: 293px; + overflow: hidden; + position: relative; +} + +.block-first-article .first-article-content a { grid-area: content; display: flex; flex-direction: column; gap: 16px; - max-height: 293px; - overflow: hidden; - position: relative; } .block-first-article .first-article-title { @@ -140,5 +143,4 @@ .block-first-article .first-article-intro { font-size: 16px; } - } diff --git a/innovedus_cms/home/static/css/block_list_lower.css b/innovedus_cms/home/static/css/block_list_lower.css index 1b7ef44..d4337fb 100644 --- a/innovedus_cms/home/static/css/block_list_lower.css +++ b/innovedus_cms/home/static/css/block_list_lower.css @@ -70,7 +70,6 @@ .block-list-more-article span { font-size: 18px; font-weight: 700; - color: #0e1b42; text-decoration: underline; } diff --git a/innovedus_cms/home/static/css/category.css b/innovedus_cms/home/static/css/category.css index e48bd6b..20e3e37 100644 --- a/innovedus_cms/home/static/css/category.css +++ b/innovedus_cms/home/static/css/category.css @@ -21,7 +21,6 @@ display: flex; align-items: center; margin: 24px 0; - color: #0e1b42; font-size: 18px; font-weight: 700; } diff --git a/innovedus_cms/home/static/css/home.css b/innovedus_cms/home/static/css/home.css index 5bf151b..07a05e1 100644 --- a/innovedus_cms/home/static/css/home.css +++ b/innovedus_cms/home/static/css/home.css @@ -36,7 +36,6 @@ .more-link { text-decoration: none; - font-size: 16px; } .section-b .list-title { diff --git a/innovedus_cms/home/static/css/horizontal_list.css b/innovedus_cms/home/static/css/horizontal_list.css index 38db4cf..453afce 100644 --- a/innovedus_cms/home/static/css/horizontal_list.css +++ b/innovedus_cms/home/static/css/horizontal_list.css @@ -124,12 +124,10 @@ } .horizontal-list .article-intro { - font-size: 16px; } .horizontal-list .article-date { color: #0e1b4266; - font-size: 16px; } .horizontal-list .empty { diff --git a/innovedus_cms/home/static/css/news_list.css b/innovedus_cms/home/static/css/news_list.css index c45fb41..91d4d3b 100644 --- a/innovedus_cms/home/static/css/news_list.css +++ b/innovedus_cms/home/static/css/news_list.css @@ -1,8 +1,3 @@ -/* .news-title, .more-news-title { - background-color: #ffffff; - color: #0e1b42; -} - */ .news-hero { display: grid; grid-template-columns: 480px 1fr; @@ -69,11 +64,14 @@ } .news-hero .first-news-content { + max-height: 293px; +} + +.news-hero .first-news-content a { grid-area: content; display: flex; flex-direction: column; gap: 16px; - max-height: 293px; } .news-hero .fist-news-date, diff --git a/innovedus_cms/mysite/static/css/mysite.css b/innovedus_cms/mysite/static/css/mysite.css index a307997..bf79be7 100644 --- a/innovedus_cms/mysite/static/css/mysite.css +++ b/innovedus_cms/mysite/static/css/mysite.css @@ -1,3 +1,8 @@ +body { + color: #0e1b42; + font-size: 16px; +} + a { text-decoration: none; color: inherit; @@ -14,16 +19,6 @@ a { margin-left: calc(50% - 50vw); } -.template-darkbackground .site-hero-band { - background-color: #0e1b42; - color: #ffffff; -} - -.template-darkbackground .site-hero-band .block-title { - background-color: #ffffff; - color: #0e1b42; -} - .site-header { position: relative; z-index: 10; @@ -164,7 +159,6 @@ a { display: inline-block; padding: 12px 4px; font-variation-settings: normal; - color: #0e1b42; font-family: "Inter:Regular", "Noto Sans JP:Regular", sans-serif; word-break: break-word; font-weight: 400; @@ -175,10 +169,6 @@ a { --letter-spacing: 0px; } -.template-darkbackground .main-menu-link { - color: #ffffff; -} - .submenu { position: absolute; top: 100%; @@ -230,7 +220,6 @@ a { .submenu-item a { display: block; font-variation-settings: normal; - color: #0e1b42; font-family: "Inter:Regular", "Noto Sans JP:Regular", sans-serif; word-break: break-word; font-weight: 400; @@ -242,10 +231,6 @@ a { padding: 8px 16px; } -.template-darkbackground .submenu-item a { - color: #ffffff; -} - .submenu-item a:hover, .submenu-item a:focus { background: rgba(0, 0, 0, 0.05); @@ -274,10 +259,6 @@ a { color: #1b2140; } -.template-darkbackground .header-search .search-icon { - color: #ffffff; -} - .header-search .search-icon svg { width: 28px; height: 28px; @@ -371,7 +352,6 @@ footer .footer-links li { footer .footer-links a { font-size: 14px; - color: #ffffff; } footer .footer-divider { @@ -389,6 +369,16 @@ footer .footer-sections { flex-wrap: wrap; } +.template-darkbackground .site-hero-band { + background-color: #0e1b42; + color: #ffffff; +} + +.template-darkbackground .site-hero-band .block-title { + background-color: #ffffff; + color: #0e1b42; +} + @media (max-width: 1023px) { .site-container { max-width: 640px; @@ -437,8 +427,7 @@ footer .footer-sections { } .site-header .site-container { - padding: 0 44px; - margin: 0; + transform: translateX(-30px); } .main-menu { @@ -512,22 +501,12 @@ footer .footer-sections { background: #0e1b42; } - .main-menu-link { - color: #0e1b42; - } - .template-darkbackground .main-menu-link { - color: #ffffff; font-size: 14px; } .submenu-toggle { display: inline-flex; - color: #0e1b42; - } - - .template-darkbackground .submenu-toggle { - color: #ffffff; } .menu-divider { @@ -572,13 +551,8 @@ footer .footer-sections { .submenu-item a { padding: 6px 0 6px 18px; - color: #0e1b42; font-size: 14px; } - - .template-darkbackground .submenu-item a { - color: #ffffff; - } } @media (max-width: 574px) {