diff --git a/cadastro.html b/cadastro.html
index 96fb57f..2966549 100644
--- a/cadastro.html
+++ b/cadastro.html
@@ -5,7 +5,7 @@
Cadastro
-
+
diff --git a/calendario.css b/calendario.css
index ca5f607..bf5d2f4 100644
--- a/calendario.css
+++ b/calendario.css
@@ -27,7 +27,6 @@ h3 {
padding-left: 20px;
font-size: 38px;
margin: 0;
- font-family: 'Poppins', sans-serif;
font-weight: normal;
}
@@ -42,7 +41,6 @@ h3 {
box-sizing: border-box;
display: flex;
flex-direction: column;
- justify-content: flex-start;
}
#calendario {
@@ -51,35 +49,28 @@ h3 {
display: flex;
flex-direction: column;
gap: 16px;
- overflow: hidden;
}
.calendariotop {
display: flex;
align-items: center;
justify-content: space-between;
- gap: 12px;
}
#mes {
color: white;
font-size: 22px;
- font-family: "Poppins", sans-serif;
font-weight: 600;
letter-spacing: 0.02em;
}
-.mes {
- flex: 1;
-}
-
.calendarseta {
display: flex;
gap: 8px;
}
-.prox, .ant {
- appearance: none;
+.prox,
+.ant {
border: none;
background: none;
color: white;
@@ -88,13 +79,13 @@ h3 {
border-radius: 50%;
cursor: pointer;
font-size: 18px;
- line-height: 1;
display: grid;
place-items: center;
transition: background 0.2s ease;
}
-.prox:hover, .ant:hover {
+.prox:hover,
+.ant:hover {
background: rgba(255, 255, 255, 0.15);
}
@@ -106,7 +97,6 @@ h3 {
.calendariodia th,
.calendariodia td {
- color: rgb(255, 255, 255);
text-align: center;
padding: 5px 0;
font-size: 12px;
@@ -119,6 +109,7 @@ h3 {
}
.calendariodia td {
+ color: white;
border-radius: 50%;
width: 24px;
height: 24px;
@@ -126,6 +117,7 @@ h3 {
vertical-align: middle;
}
+/* bolinha abaixo do dia */
.calendariodia td::after {
content: "";
width: 6px;
@@ -136,7 +128,6 @@ h3 {
bottom: -4px;
left: 50%;
transform: translateX(-50%);
- opacity: 1;
}
/* COR DOS DIAS DE OUTRO MÊS (CORRIGIDO) */
diff --git a/calendario.html b/calendario.html
index c80494a..301c1bd 100644
--- a/calendario.html
+++ b/calendario.html
@@ -4,41 +4,87 @@
-
-
- Calendario
+
-
-
-
+
+
+
+
-
-
-
-
-
Focus Agenda
-
-
-
-
+
+
-
-
-
-
- | Janeiro 2025 |
-
-
-
- | bizarro |
-
-
+
+
+
+
+
+ | DOM |
+ SEG |
+ TER |
+ QUA |
+ QUI |
+ SEX |
+ SAB |
+
+
+
+
+ | 31 |
+ 1 |
+ 2 |
+ 3 |
+ 4 |
+ 5 |
+ 6 |
+
+
+ | 7 |
+ 8 |
+ 9 |
+ 10 |
+ 11 |
+ 12 |
+ 13 |
+
+
+ | 14 |
+ 15 |
+ 16 |
+ 17 |
+ 18 |
+ 19 |
+ 20 |
+
+
+ | 21 |
+ 22 |
+ 23 |
+ 24 |
+ 25 |
+ 26 |
+ 27 |
+
+
+ | 28 |
+ 29 |
+ 30 |
+ 31 |
+ 1 |
+ 2 |
+ 3 |
+
+
-
-
-
+
\ No newline at end of file
diff --git a/login.html b/login.html
index 519fcee..a05141d 100644
--- a/login.html
+++ b/login.html
@@ -3,7 +3,7 @@
-
+
Login
@@ -22,7 +22,7 @@
Faça seu login
-
Cadastrar-se
diff --git a/stylecad.css b/stylecad.css
deleted file mode 100644
index 205fc6f..0000000
--- a/stylecad.css
+++ /dev/null
@@ -1,125 +0,0 @@
-* {
- padding: 0;
- margin: 0;
- }
-
- p,
- h1,
- h2,
- h3 {
- color: black;
- margin: 0;
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
- }
-
- label{
- display: block;
- }
-
- body {
- height: 100vh;
- display: flex;
- justify-content: center;
- align-items: center;
- }
-
- @media (max-width: 768px) {
- body {
- padding-left: 20px;
- padding-right: 20px;
- justify-content: center;
- }
- }
-
- @media (max-width: 480px) {
- #log {
- width: 100% !important;
- max-width: 320px;
- }
- }
- #topo {
- width: 100%;
- height: 50px;
- background-color: #111;
- position: fixed;
- top: 0;
- left: 0;
- background: linear-gradient(to right, #C0392B 47%, #7A4951 73%, #114455 87%);
- display: flex;
- align-items: center;
- justify-content: flex-start;
- padding-left: 20px;
-
- }
-
- #textotop {
- font-size: 38px;
- margin: 0;
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
- }
-
- #log {
- width: 350px;
- display: flex;
- flex-direction: column;
- gap: 15px;
- color: white;
- margin-top: 70px; /* Compensa a barra fixa do topo */
- }
- #campo {
- display: flex;
- flex-direction: column;
- gap: 15px;
- align-self: center;
- }
- #menslog{
- font-size: 20px;
- }
-
- #emailid, #senhaid, #nomeid, #csenhaid {
- height: 50px;
- width: 100%;
- padding: 10px;
- font-size: 16px;
- border: 1px solid #ccc;
- border-radius: 4px;
- box-sizing: border-box;
- }
-
- label {
- display: block;
- margin-bottom: 5px;
- font-weight: bold;
- color: white;
- }
-
- form {
- display: flex;
- flex-direction: column;
- gap: 15px;
- width: 100%;
- }
-
- #logbtn {
- align-self: center;
- width: 50%;
- padding: 12px;
- font-size: 18px;
- font-weight: bold;
- background-color: #C0392B;
- color: white;
- border: none;
- border-radius: 4px;
- cursor: pointer;
- transition: background-color 0.3s;
- }
-
- #logbtn:hover {
- background-color: #A03224;
- }
- .mens {
- align-self: center;
- }
- #linklog{
- color: black;
- }
\ No newline at end of file
diff --git a/stylecal.css b/stylecal.css
deleted file mode 100644
index 92a313f..0000000
--- a/stylecal.css
+++ /dev/null
@@ -1,63 +0,0 @@
-* {
- padding: 0;
- margin: 0;
-}
-
-p,
-h1,
-h2,
-h3 {
- margin: 0;
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
-}
-
-body {
- height: 100vh;
-
-}
-
-
-
-#topo {
- width: 100%;
- height: 50px;
- background-color: #111;
- position: fixed;
- top: 0;
- left: 0;
- background: linear-gradient(to right, #C0392B 47%, #7A4951 73%, #114455 87%);
- display: flex;
- align-items: center;
- justify-content: flex-start;
-}
-
-#textotop {
- padding-left: 20px;
- font-size: 38px;
- margin: 0;
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
-}
-
-#barraesquerda {
- left: 0;
- background-color: #C0392B;
- height: 100%;
- width: 330px;
-}
-
-#tabela {
- padding-top: 60px;
-}
-
-th {
- white-space: nowrap;
- }
-#mes {
- padding-left: 13%;
- color: white;
- font-size: 25px;
- font-family: "Inter", sans-serif;
- font-optical-sizing: auto;
- font-weight: ;
- font-style: normal;
-}
diff --git a/stylelog.css b/stylelog.css
deleted file mode 100644
index 89500e1..0000000
--- a/stylelog.css
+++ /dev/null
@@ -1,125 +0,0 @@
-* {
- padding: 0;
- margin: 0;
-}
-
-p,
-h1,
-h2,
-h3 {
- color: black;
- margin: 0;
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
-}
-
-label{
-display: block;
-}
-
-body {
- height: 100vh;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-
-@media (max-width: 768px) {
-body {
- padding-left: 20px;
- padding-right: 20px;
- justify-content: center;
-}
-}
-
-@media (max-width: 480px) {
-#log {
- width: 100% !important;
- max-width: 320px;
-}
-
-}
-#topo {
- width: 100%;
- height: 50px;
- background-color: #111;
- position: fixed;
- top: 0;
- left: 0;
- background: linear-gradient(to right, #C0392B 47%, #7A4951 73%, #114455 87%);
- display: flex;
- align-items: center;
- justify-content: flex-start;
-}
-
-#textotop {
- padding-left: 20px;
- font-size: 38px;
- margin: 0;
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
-}
-
-#log {
- width: 350px;
- display: flex;
- flex-direction: column;
- gap: 15px;
- color: white;
- margin-top: 70px; /* Compensa a barra fixa do topo */
-}
-#campo {
- display: flex;
- flex-direction: column;
- gap: 15px;
- align-self: center;
-}
-#menslog{
-font-size: 20px;
-}
-
-#emailid, #senhaid {
-height: 50px;
-width: 100%;
-padding: 10px;
-font-size: 16px;
-border: 1px solid #ccc;
-border-radius: 4px;
-box-sizing: border-box;
-}
-
-label {
-display: block;
-margin-bottom: 5px;
-font-weight: bold;
-color: white;
-}
-
-form {
-display: flex;
-flex-direction: column;
-gap: 15px;
-width: 100%;
-}
-
-#logbtn {
-align-self: center;
-width: 50%;
-padding: 12px;
-font-size: 18px;
-font-weight: bold;
-background-color: #C0392B;
-color: white;
-border: none;
-border-radius: 4px;
-cursor: pointer;
-transition: background-color 0.3s;
-}
-
-#logbtn:hover {
-background-color: #A03224;
-}
-.mens {
-align-self: center;
-}
-#linkcada{
- color: #111;
-}
\ No newline at end of file