diff --git a/meta/static/css/footer.css b/meta/static/css/footer.css index 72834d22..61b841fa 100644 --- a/meta/static/css/footer.css +++ b/meta/static/css/footer.css @@ -1,10 +1,13 @@ #mainfooter { + font-size:.65rem; + letter-spacing: 2px; border-style: none; border-color: initial; border-width: 0; border-top: 5px #EEEEEE solid; padding: .8rem 0; margin: 0; + background: #fafafa; } #footerbase { @@ -65,4 +68,4 @@ flex-wrap: wrap; padding-left: .6rem; } -} \ No newline at end of file +} diff --git a/meta/static/css/home.css b/meta/static/css/home.css index 098716c2..71766f67 100644 --- a/meta/static/css/home.css +++ b/meta/static/css/home.css @@ -4,29 +4,56 @@ flex-wrap: wrap; justify-content: center; align-items: center; + margin-bottom:1rem; + background:#fafafa; + border-radius: 10px; + padding:12px 10px 8px; + border-color:#eee #fafafa; + border-style:solid; + border-width:5px; } -#intro > #destaque { +#intro > #cover-image { display: flex; justify-content: center; + margin-right: 2rem; } -#intro > .last { +#intro > #cover-text { width: 60%; + font-size:1rem; } -.main-content { +#intro h1 { + text-transform:uppercase; + color:#333; + text-align:center; + font-weight:bold; + font-size:1.5rem; +} + +#intro-more { + margin-bottom:1rem; +} + +#main-content { width: 100%; - display: flex; - flex-wrap: wrap; + display: grid; + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + gap: 0rem 1rem; justify-content: center; } +#photos p, #videos p, #tours p { + font-size:.8rem; + width:300px; +} + @media (max-width: 874px) { - #intro > .last { + #intro > #cover-text { width: 100%; } - #intro > #destaque { + #intro > #cover-image { margin: 0px; } -} \ No newline at end of file +} diff --git a/meta/static/css/style.css b/meta/static/css/style.css index d57fb740..1f45f3de 100755 --- a/meta/static/css/style.css +++ b/meta/static/css/style.css @@ -658,13 +658,6 @@ Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */ margin:17px 0 0 0; } -#main-more { - margin-bottom:1em; -} - -#main-message { -} - #admin { padding:0 4px; position:fixed; @@ -694,11 +687,6 @@ Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */ float:left; } -nav.main { - text-align:right; - font-size: 1.3em; -} - .menu { float: right; display: inline; @@ -787,20 +775,6 @@ nav.main { } /* FOOTER */ -footer.main { - font-size:0.9em; - letter-spacing: 2px; - padding: 1em 0 0.6em; - background: #fafafa; - border-style:solid; - border-color:#EEEEEE #FAFAFA #FFFFFF #FAFAFA; - border-width:5px 5px 0 5px; - margin:0 -5px; - -moz-border-radius: 10px 10px 0 0; - -webkit-border-radius: 10px 10px 0 0; - border-radius: 10px 10px 0 0; -} - .cnpq img { vertical-align:top; } @@ -1079,46 +1053,6 @@ div#notes { filter: dropshadow(color=#000000, offx=2, offy=2); } -/* HOME PAGE */ -div.main { - margin-bottom:2em; -} - -#intro { - margin-bottom:1em; - background:#fafafa; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - padding:12px 10px 8px; - border-color:#eee #fafafa; - border-style:solid; - border-width:5px; -} - -#destaque { - margin-right:25px; -} - -#intro h1 { - text-transform:uppercase; - color:#333; - text-align:center; - font-weight:bold; - font-size:2em; -} - -#intro p { - font-size:1.2em; - text-align:justify; -} - -.main #photos p, #videos p, #tours p { - font-size:1.1em; - width:300px; - text-align:justify; -} - /* SEARCH PAGE */ div#search-results { } diff --git a/meta/templates/base.html b/meta/templates/base.html index d58be51f..b0fb2603 100755 --- a/meta/templates/base.html +++ b/meta/templates/base.html @@ -67,17 +67,17 @@
-