From 24cb55c875f1bb9f1fc76e52028540837a026eed Mon Sep 17 00:00:00 2001 From: Izaac Date: Wed, 26 Jun 2024 15:28:35 -0300 Subject: [PATCH] Site Atualizado --- css/escuro.css | 13 ++++++++++--- css/style.css | 15 +++++++++++---- css/style2.css | 3 ++- extra/info(eng).html | 2 +- extra/info(eng2).html | 2 +- extra/info.html | 2 +- extra/info2.html | 2 +- 7 files changed, 27 insertions(+), 12 deletions(-) diff --git a/css/escuro.css b/css/escuro.css index 411b331..fbb9991 100644 --- a/css/escuro.css +++ b/css/escuro.css @@ -22,6 +22,7 @@ body {margin: 0px; padding: 0px;} padding: 10px; cursor: default; width: 80%; + border-radius: 50px; max-width: 900px; position: relative; top: 40px; font-size: 30px;} @@ -31,11 +32,12 @@ hr {color: #e7e7e7e7; position: relative; top: 40px;} /* definições para separações (em linhas) */ .T2 {color: yellow; background: #040492; - box-shadow: 0px 0px 15px orange; - text-shadow: 0px 5px 15px yellow, -5px 0px 15px orange; + box-shadow: 0px 5px 15px yellow, -5px 0px 15px orange; + text-shadow: 0px 0px 15px orange; padding: 10px; cursor: default; width: 55%; + border-radius: 50px; max-width: 700px; position: relative; top: 40px; font-size: 21px;} @@ -50,6 +52,7 @@ hr {color: #e7e7e7e7; position: relative; top: 40px;} cursor: default; box-shadow: 0px 5px 15px yellow, -5px 0px 15px orange; width: 30%; height: 25%; + border-radius: 50px; border: solid 2px #020411e7;} /* estilização da imagem de relação campo-cidade */ @@ -65,6 +68,7 @@ hr {color: #e7e7e7e7; position: relative; top: 40px;} padding: 10px; cursor: default; width: 55%; + border-radius: 50px; max-width: 700px; position: relative; top: 40px; font-size: 21px;} @@ -74,6 +78,7 @@ hr {color: #e7e7e7e7; position: relative; top: 40px;} cursor: default; box-shadow: 0px 5px 15px blue, -5px 0px 15px teal; width: 30%; height: 25%; + border-radius: 50px; border: solid 2px #020411e7;} /* estilização da imagem de oportunidades */ @@ -107,7 +112,9 @@ a:hover {color: cyan; transition: color 0.3s;} /* Proporções Extras */ @media screen and (max-width: 600px){ - #I1,#I2 {width: 50%; height: 50%;} + html {background-size: 200%;} + .T1,.T2,.T3 {border-radius: 0px;} + #I1,#I2 {width: 50%; height: 50%; border-radius: 0px;} .Topicos {text-align: left;} } /* definições para mobile-first, alterando o tamanho das imagens para uma melhor visão do conteúdo */ \ No newline at end of file diff --git a/css/style.css b/css/style.css index 273ed6a..92b9f14 100644 --- a/css/style.css +++ b/css/style.css @@ -22,6 +22,7 @@ body {margin: 0px; padding: 0px;} padding: 10px; cursor: default; width: 80%; + border-radius: 50px; max-width: 900px; position: relative; top: 40px; font-size: 30px;} @@ -31,11 +32,12 @@ hr {color: black; position: relative; top: 40px;} /* definições para separações (em linhas) */ .T2 {color: yellow; background: #040492; - box-shadow: 0px 0px 15px orange; - text-shadow: 0px 5px 15px yellow, -5px 0px 15px orange; + box-shadow: 0px 5px 15px yellow, -5px 0px 15px orange; + text-shadow: 0px 0px 15px orange; padding: 10px; cursor: default; width: 55%; + border-radius: 50px; max-width: 700px; position: relative; top: 40px; font-size: 21px;} @@ -50,6 +52,7 @@ hr {color: black; position: relative; top: 40px;} cursor: default; box-shadow: 0px 5px 15px yellow, -5px 0px 15px orange; width: 30%; height: 25%; + border-radius: 50px; border: solid 2px black;} /* estilização da imagem de relação campo-cidade */ @@ -65,6 +68,7 @@ hr {color: black; position: relative; top: 40px;} padding: 10px; cursor: default; width: 55%; + border-radius: 50px; max-width: 700px; position: relative; top: 40px; font-size: 21px;} @@ -74,6 +78,7 @@ hr {color: black; position: relative; top: 40px;} cursor: default; box-shadow: 0px 5px 15px blue, -5px 0px 15px teal; width: 30%; height: 25%; + border-radius: 50px; border: solid 2px black;} /* estilização da imagem de oportunidades */ @@ -96,7 +101,7 @@ a {color: white; transition: color 0.3s;} a:hover {color: cyan; transition: color 0.3s;} /* padrão de cor ciano para links primários quando clicados */ -.links {color: grey; transition: color 0.3s;} +.links {color: blue; transition: color 0.3s;} /* padrão de cor cinza para links secundários */ .links:hover {color: lime; transition: color 0.3s;} @@ -107,7 +112,9 @@ a:hover {color: cyan; transition: color 0.3s;} /* Proporções Extras */ @media screen and (max-width: 600px){ - #I1,#I2 {width: 50%; height: 50%;} + html {background-size: 200%;} + .T1,.T2,.T3 {border-radius: 0px;} + #I1,#I2 {width: 50%; height: 50%; border-radius: 0px;} .Topicos {text-align: left;} } /* definições para mobile-first, alterando o tamanho das imagens para uma melhor visão do conteúdo */ \ No newline at end of file diff --git a/css/style2.css b/css/style2.css index 90984b2..0c102d0 100644 --- a/css/style2.css +++ b/css/style2.css @@ -14,7 +14,7 @@ ul {margin: 0;} padding: 10px; box-shadow: 0px 0px 15px cyan; text-shadow: 0px 0px 15px blue; - border-radius: 20%; + border-radius: 50px; cursor: default;} /* Nome do Projeto no header*/ @@ -40,6 +40,7 @@ ul {margin: 0;} #menu a {display: block; font-size: 15px; + font-weight: bold; text-decoration: none; padding: .5rem;} /* definições para os links do menu */ diff --git a/extra/info(eng).html b/extra/info(eng).html index 82a0f34..f44d26d 100644 --- a/extra/info(eng).html +++ b/extra/info(eng).html @@ -26,7 +26,7 @@

Information about the website of my project from Agrinho 2024


Versions


-

Last website update: 25/jun/2024

+

Last website update: 26/jun/2024

Website developed and published in: 27/04/2024


®2024 Agrinho Project, @IzaacCoding36. All rights reserved. Content subject to availability.

diff --git a/extra/info(eng2).html b/extra/info(eng2).html index b427bd5..7eceb3f 100644 --- a/extra/info(eng2).html +++ b/extra/info(eng2).html @@ -26,7 +26,7 @@

Information about the website of my project from Agrinho 2024


Versions


-

Last website update: 25/jun/2024

+

Last website update: 26/jun/2024

Website developed and published in: 27/04/2024


®2024 Agrinho Project, @IzaacCoding36. All rights reserved. Content subject to availability.

diff --git a/extra/info.html b/extra/info.html index d50ed7a..ac4ad9d 100644 --- a/extra/info.html +++ b/extra/info.html @@ -26,7 +26,7 @@

Informações sobre o site do meu Projeto Agrinho 2024


Versões


-

Última atualização do site: 25/06/2024

+

Última atualização do site: 26/06/2024

Site desenvolvido e publicado em: 27/04/2024


®2024 Projeto Agrinho, @IzaacCoding36. Todos os direitos reservados. Conteúdo sujeito a disponibilidade.

diff --git a/extra/info2.html b/extra/info2.html index 3b3a514..f39a2a9 100644 --- a/extra/info2.html +++ b/extra/info2.html @@ -26,7 +26,7 @@

Informações sobre o site do meu Projeto Agrinho 2024


Versões


-

Última atualização do site: 25/06/2024

+

Última atualização do site: 26/06/2024

Site desenvolvido e publicado em: 27/04/2024


®2024 Projeto Agrinho, @IzaacCoding36. Todos os direitos reservados. Conteúdo sujeito a disponibilidade.