diff --git a/Css/global/Estrutura.css b/Css/global/Estrutura.css index cb143b7..a56e2fc 100644 --- a/Css/global/Estrutura.css +++ b/Css/global/Estrutura.css @@ -1 +1,3 @@ -/*Usar para construir toda a estrutura padrão do ambiente */ \ No newline at end of file +@import './Menu_Lateral.css'; +@import './Telas.css'; +@import './import.css'; \ No newline at end of file diff --git a/Css/global/Blocos.css b/Css/global/Menu_Lateral.css similarity index 76% rename from Css/global/Blocos.css rename to Css/global/Menu_Lateral.css index 75eb87d..08cf26a 100644 --- a/Css/global/Blocos.css +++ b/Css/global/Menu_Lateral.css @@ -1,3 +1,40 @@ +:root { + + /*Fundos das telas de iframe de cada monitoramento*/ + --fundo_5: #e2e2e2; + + /*padrão de fonts*/ + --font_titulo: fonteTi; + --font_conteudo: fonteTa; + + /*Cor matriz*/ + --Matriz: #ffffff; + + /*Paleta de cores padrão*/ + --Cor_Primaria_1: #1B8C51; + --Cor_Primaria_2: #1B8C77; + --Cor_Primaria_3: #1B7C8C; + --Cor_Primaria_4: #1B8C2A; + --Cor_Primaria_5: #1B588C; + + /*Paleta de cores padrão claro*/ + --Cor_Segundaria_1_1: #22bb6c; + --Cor_Segundaria_2_1: #22c0a3; + --Cor_Segundaria_3_1: #26b1c7; + --Cor_Segundaria_4_1: #26c03a; + --Cor_Segundaria_5_1: #1478cf; + + /*Paleta de cores padrão escuro*/ + --Cor_Segundaria_1_1: #115834; + --Cor_Segundaria_2_2: #125f51; + --Cor_Segundaria_3_2: #1B7C8C; + --Cor_Segundaria_4_2: #105018; + --Cor_Segundaria_5_2: #123655; + +} + + +/*Usar para construir toda a estrutura padrão do ambiente */ .matriz { display: flex; flex-direction: row; @@ -6,10 +43,12 @@ } +/* ------------------- Primeiro painel de dedicado para conter as personalizações unicas do usuário -------------------------- */ + .capitulo_1 { width: 4vw; height: 100vh; - background-color: var(--fundo_2); + background-color: var(--Cor_Segundaria_5_1); position: absolute; top: 0px; left: 0; @@ -20,9 +59,11 @@ div.ativo { - background-color: var(--fundo_4); + background-color: var(--Cor_Segundaria_5_2); } + + .capitulo_1.expansao { width: 15vw; @@ -61,7 +102,6 @@ div.ativo { } - .capitulo_1:hover { width: 15vw; @@ -152,7 +192,7 @@ div.ativo { } .Corpo_1 .Colunas_1 .seguimentos_1 img:hover { - background-color: var(--fundo_2); + background-color: var(--Cor_Segundaria_2_1); } @@ -164,7 +204,7 @@ div.ativo { order: 1; display: flex; - color: var(--variante_font_1); + color: var(--Matriz); flex-direction: column; @@ -208,12 +248,15 @@ div.ativo { transition: 1s ease; } + +/* ------------------- Segundo painel que apresenta as opições do ambiente do usuário, que está dividido em duas subpartes -------------------------- */ + .Corpo_1 .Colunas_2 { display: flex; flex-direction: row; position: relative; width: 15vw; - background-color: var(--fundo_2); + background-color: var(--Cor_Primaria_5_1); height: 90vh; transition: 1s ease; @@ -229,25 +272,25 @@ div.ativo { font-family: var(--font_titulo); text-decoration: none; - color: var(--variante_font_1); + color: var(--Matriz); } .Corpo_1 .Colunas_2 .seguimentos_2 .sessao_1 .forg .item_menu { font-family: var(--font_titulo); text-decoration: none; - color: var(--variante_font_1); + color: var(--Matriz); } .Corpo_1 .Colunas_2 .seguimentos_2 .sessao_1 .forg .item_menu:hover { - color: var(--variante_font_4); + color: var(--Matriz); } .Corpo_1 .Colunas_2 .seguimentos_2 a:hover { - color: var(--variante_font_4); + color: var(--Matriz); } @@ -278,7 +321,7 @@ div.ativo { width: 100%; height: 15vh; - background-color: var(--fundo_4); + background-color: var(--Cor_Segundaria_5_2); display: flex; overflow-y: auto; flex-direction: column; @@ -306,7 +349,7 @@ div.ativo { .sub_item_1 p, .sub_item_2 p, .sub_item_3 p { - color: rgb(249, 249, 252); + color: var(--Matriz); font-family: var(--font_titulo); font-size: 0.9vw; } @@ -323,7 +366,7 @@ div.ativo { .sessao_2 .item_menu:hover, .sessao_1 .item_menu:hover { - background-color: var(--fundo_4); + background-color: var(--Cor_Segundaria_5_2); transition: 1s ease; } @@ -331,7 +374,7 @@ div.ativo { .sub_item_1:hover, .sub_item_2:hover, .sub_item_3:hover { - background-color: var(--fundo_1); + background-color: var(--Cor_Segundaria_2_1); transition: 1s ease; .Corpo_1 .Colunas_2 .seguimentos_2 .sessao_1 .forg .item_menu { @@ -373,32 +416,4 @@ div.ativo { justify-content: space-between; width: 100%; -} - -.capitulo_2 { - display: flex; - align-items: end; - justify-content: end; - align-content: end; - width: 98vw; -} - -.Corpo_2 .Colunas_1 .transmissão { - width: 92vw; - height: 82vh; - transition: 1s ease; -} - -.Corpo_2 iframe { - outline: none; - border: none; - -} - -.Corpo_2 .Colunas_1 .transmissão.expansao { - - width: 81vw; - height: 82vh; - transition: 1s ease; - } \ No newline at end of file diff --git a/Css/global/padraouser.css b/Css/global/Telas.css similarity index 61% rename from Css/global/padraouser.css rename to Css/global/Telas.css index f373b6d..d8c84a8 100644 --- a/Css/global/padraouser.css +++ b/Css/global/Telas.css @@ -1,3 +1,31 @@ +.capitulo_2 { + display: flex; + align-items: end; + justify-content: end; + align-content: end; + width: 98vw; +} + +.Corpo_2 .Colunas_1 .transmissão { + width: 92vw; + height: 82vh; + transition: 1s ease; +} + +.Corpo_2 iframe { + outline: none; + border: none; + +} + +.Corpo_2 .Colunas_1 .transmissão.expansao { + + width: 81vw; + height: 82vh; + transition: 1s ease; + +} + .menu { width: 100%; display: flex; @@ -5,11 +33,14 @@ justify-content: end; align-content: end; align-items: end; + + } .cabecario_1 { width: 95%; height: 10vh; + background-color: var(--Cor_Segundaria_5_1); display: flex; flex-direction: row; @@ -29,6 +60,7 @@ .Bloco_subcab1_1 .icon_subcab1_1 { width: 15vw; + margin-left: 2vw; } .Bloco_subcab1_2 { @@ -38,6 +70,7 @@ padding-right: 2vw; align-content: center; align-items: center; + } .Bloco_subcab1_2 button { @@ -50,15 +83,20 @@ border: none; background: none; - background-color: var(--fundo_1); - color: var(--variante_font_1); + background-color: var(--Matriz); + color: var(--Cor_Segundaria_5_1); transition: 1s ease; } .Bloco_subcab1_2 button:hover { - background-color: var(--fundo_3); - color: var(--variante_font_3); + border-left: 0.2vw solid var(--Matriz); + border-right: 0.2vw solid var(--Matriz); + border-top: 0.2vw solid var(--Matriz); + border-bottom: 0.2vw solid var(--Matriz); + + background-color: var(--Cor_Segundaria_5_1); + color: var(--Matriz); transition: 1s ease; } @@ -70,7 +108,7 @@ align-content: center; align-items: center; justify-content: space-between; - background-color: var(--fundo_2); + background-color: var(--Matriz); height: 10vh; } diff --git a/Css/global/import.css b/Css/global/import.css index 8845548..31256a8 100644 --- a/Css/global/import.css +++ b/Css/global/import.css @@ -50,27 +50,4 @@ body { --Cor_Segundaria_4_2: #105018; --Cor_Segundaria_5_2: #123655; -} - - - -:root { - - --fundo_1: #1478cf; - --fundo_2: #1B588C; - --fudno_3: #ffffff; - --fundo_4: #123655; - /*Fundos das telas de iframe de cada monitoramento*/ - --fundo_5: rgb(226, 226, 226); - - --font_titulo: fonteTi; - --font_conteudo: fonteTa; - - --variante_font_1: #ffffff; - --variante_font_2: #000000; - --variante_font_3: #1B588C; - --variante_font_4: #1478cf; - - --sombra_variante_1: #000000; - } \ No newline at end of file diff --git a/Css/page/Telas_acao/erro_404.css b/Css/page/Telas_acao/erro_404.css index 50c8d71..e4a6a41 100644 --- a/Css/page/Telas_acao/erro_404.css +++ b/Css/page/Telas_acao/erro_404.css @@ -105,7 +105,7 @@ width: 100%; height: 20vh; - background: url(../../Acessts/Imagens/Utili/Sem\ título-2.png); + background: url(../../../Acessts/Imagens/Utili/Sem\ título-2.png); background-size: cover; } diff --git a/html/Ambiente_Usuario copy.html b/html/Ambiente_Usuario copy.html index 4673fb9..aea80d1 100644 --- a/html/Ambiente_Usuario copy.html +++ b/html/Ambiente_Usuario copy.html @@ -4,11 +4,10 @@ - - - + - Ambiente do Usuario + + Ambiente de teste @@ -24,12 +23,9 @@ - + - - - \ No newline at end of file diff --git a/html/Ambiente_Usuario.html b/html/Ambiente_Usuario.html index 96990f6..2740dc1 100644 --- a/html/Ambiente_Usuario.html +++ b/html/Ambiente_Usuario.html @@ -17,7 +17,7 @@
- +
@@ -85,8 +85,6 @@
- -