diff --git a/ccm-sci-bundle/web/themes/scicms-default/styles/aplaws.css b/ccm-sci-bundle/web/themes/scicms-default/styles/aplaws.css index 5d06665b6..cf8f46d29 100644 --- a/ccm-sci-bundle/web/themes/scicms-default/styles/aplaws.css +++ b/ccm-sci-bundle/web/themes/scicms-default/styles/aplaws.css @@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel background-color: #fff; /*background-color: rgba(255,255,255,0.9);*/ border: 2px solid #213175; - color: #000000; display: block; position: absolute; left: 0; @@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel margin-bottom: 3em; padding: 1em; } + main div.navigation-quicklinks { + background-color: #f2f2f2; + border-radius: 0.5em; + box-shadow: 0.1em 0.2em 0.35em 0 rgba(0, 0, 0, 0.35); + padding: 1em; + margin-bottom: 2em; + } main div.news-date { background-color: #f2f2f2; border: 1px solid #213175; diff --git a/ccm-sci-bundle/web/themes/scicms-default/styles/libre-blue-flex.css b/ccm-sci-bundle/web/themes/scicms-default/styles/libre-blue-flex.css index 7e9c80762..803621250 100644 --- a/ccm-sci-bundle/web/themes/scicms-default/styles/libre-blue-flex.css +++ b/ccm-sci-bundle/web/themes/scicms-default/styles/libre-blue-flex.css @@ -646,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel margin-bottom: 3em; padding: 1em; } + main div.navigation-quicklinks { + background-color: #f2f2f2; + border-radius: 0.5em; + box-shadow: 0.1em 0.2em 0.35em 0 rgba(0, 0, 0, 0.35); + padding: 1em; + margin-bottom: 2em; + } main div.news-date { background-color: #f2f2f2; border: 1px solid #0976a0; diff --git a/ccm-sci-bundle/web/themes/scicms-default/styles/libreccm.css b/ccm-sci-bundle/web/themes/scicms-default/styles/libreccm.css index bda5cd34c..6b6ba5188 100644 --- a/ccm-sci-bundle/web/themes/scicms-default/styles/libreccm.css +++ b/ccm-sci-bundle/web/themes/scicms-default/styles/libreccm.css @@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel background-color: #fff; /*background-color: rgba(255,255,255,0.9);*/ border: 2px solid #828a58; - color: #000000; display: block; position: absolute; left: 0; @@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel margin-bottom: 3em; padding: 1em; } + main div.navigation-quicklinks { + background-color: #f2f2f2; + border-radius: 0.5em; + box-shadow: 0.1em 0.2em 0.35em 0 rgba(0, 0, 0, 0.35); + padding: 1em; + margin-bottom: 2em; + } main div.news-date { background-color: #f2f2f2; border: 1px solid #828a58; diff --git a/ccm-sci-bundle/web/themes/scicms-default/styles/librecms.css b/ccm-sci-bundle/web/themes/scicms-default/styles/librecms.css index 9cf2e56f3..4394a3adc 100644 --- a/ccm-sci-bundle/web/themes/scicms-default/styles/librecms.css +++ b/ccm-sci-bundle/web/themes/scicms-default/styles/librecms.css @@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel background-color: #fff; /*background-color: rgba(255,255,255,0.9);*/ border: 2px solid #0a9793; - color: #000000; display: block; position: absolute; left: 0; @@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel margin-bottom: 3em; padding: 1em; } + main div.navigation-quicklinks { + background-color: #f2f2f2; + border-radius: 0.5em; + box-shadow: 0.1em 0.2em 0.35em 0 rgba(0, 0, 0, 0.35); + padding: 1em; + margin-bottom: 2em; + } main div.news-date { background-color: #f2f2f2; border: 1px solid #0a9793; diff --git a/ccm-sci-bundle/web/themes/scicms-default/styles/scicms.css b/ccm-sci-bundle/web/themes/scicms-default/styles/scicms.css index 89920304b..b2c1df93b 100644 --- a/ccm-sci-bundle/web/themes/scicms-default/styles/scicms.css +++ b/ccm-sci-bundle/web/themes/scicms-default/styles/scicms.css @@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel background-color: #fff; /*background-color: rgba(255,255,255,0.9);*/ border: 2px solid #0072bb; - color: #000000; display: block; position: absolute; left: 0; @@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel margin-bottom: 3em; padding: 1em; } + main div.navigation-quicklinks { + background-color: #f2f2f2; + border-radius: 0.5em; + box-shadow: 0.1em 0.2em 0.35em 0 rgba(0, 0, 0, 0.35); + padding: 1em; + margin-bottom: 2em; + } main div.news-date { background-color: #f2f2f2; border: 1px solid #0072bb; diff --git a/ccm-sci-bundle/web/themes/scicms-default/styles/styles.less b/ccm-sci-bundle/web/themes/scicms-default/styles/styles.less index 1f624fffc..99722683d 100644 --- a/ccm-sci-bundle/web/themes/scicms-default/styles/styles.less +++ b/ccm-sci-bundle/web/themes/scicms-default/styles/styles.less @@ -196,8 +196,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel border: 2px solid @color-nav-background2; - color: @color-main-text; - display: block; position: absolute; @@ -848,6 +846,12 @@ We are using some Webfonts. The fonts are from the Fontsquirrel padding: 1em; } + div.navigation-quicklinks { + .mixin-main(); + + margin-bottom: 2em; + } + div.news-date { background-color: @color-main-background; diff --git a/ccm-sci-bundle/web/themes/scicms-default/templates/layout.xml b/ccm-sci-bundle/web/themes/scicms-default/templates/layout.xml index 8fba8b91c..395a6ee50 100644 --- a/ccm-sci-bundle/web/themes/scicms-default/templates/layout.xml +++ b/ccm-sci-bundle/web/themes/scicms-default/templates/layout.xml @@ -360,10 +360,10 @@ --> + + @@ -72,7 +74,7 @@ - + diff --git a/ccm-sci-bundle/web/themes/scicms-default/templates/welcome.xml b/ccm-sci-bundle/web/themes/scicms-default/templates/welcome.xml index b89b5cc0f..4234dd052 100644 --- a/ccm-sci-bundle/web/themes/scicms-default/templates/welcome.xml +++ b/ccm-sci-bundle/web/themes/scicms-default/templates/welcome.xml @@ -56,6 +56,8 @@ + + + + - +