Skip to content
Open

Lab2 #297

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added dist/assets/img/marist.0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
97 changes: 27 additions & 70 deletions dist/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #bd5d38;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
Expand Down Expand Up @@ -84,15 +71,15 @@ body {
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
background-color: navajowhite;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
background-color: navajowhite;
border: 0;
opacity: 0.25;
}
Expand All @@ -107,7 +94,7 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
font-family: "Saira Extra Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 700;
line-height: 1.2;
color: #343a40;
color:red;
}

h1, .h1 {
Expand Down Expand Up @@ -2511,7 +2498,7 @@ textarea.form-control-lg {
border-color: #bd5d38;
}
.form-check-input:checked[type=checkbox] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
background-image: url("ata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
Expand Down Expand Up @@ -3032,13 +3019,13 @@ textarea.form-control-lg {

.btn-primary {
color: #000;
background-color: #bd5d38;
border-color: #bd5d38;
background-color: #070707;
border-color: #000000;
}
.btn-primary:hover {
color: #000;
background-color: #c77556;
border-color: #c46d4c;
background-color:honeydew;
border-color: black;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
color: #000;
Expand Down Expand Up @@ -3271,7 +3258,7 @@ textarea.form-control-lg {
}

.btn-outline-primary {
color: #bd5d38;
color: #000000;
border-color: #bd5d38;
}
.btn-outline-primary:hover {
Expand Down Expand Up @@ -3954,7 +3941,7 @@ textarea.form-control-lg {
}
}
.nav-link:hover, .nav-link:focus {
color: #974a2d;
color:black;
}
.nav-link.disabled {
color: #6c757d;
Expand Down Expand Up @@ -4001,7 +3988,7 @@ textarea.form-control-lg {
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #bd5d38;
background-color: #000000;
}

.nav-fill > .nav-link,
Expand Down Expand Up @@ -4029,27 +4016,6 @@ textarea.form-control-lg {
display: block;
}

.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
Expand Down Expand Up @@ -4088,9 +4054,8 @@ textarea.form-control-lg {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
background-color: tomato;
border: 1px solid transparent;
border-radius: 0.25rem;
transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
Expand All @@ -4107,15 +4072,7 @@ textarea.form-control-lg {
box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}


.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
Expand All @@ -4134,8 +4091,8 @@ textarea.form-control-lg {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
Expand All @@ -4156,7 +4113,7 @@ textarea.form-control-lg {
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
background-color: navy;
border-right: 0;
border-left: 0;
transition: none;
Expand Down Expand Up @@ -4484,7 +4441,7 @@ textarea.form-control-lg {
color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
color:rgba(223, 35, 35, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
Expand Down Expand Up @@ -4674,7 +4631,7 @@ textarea.form-control-lg {
padding: 1rem 1.25rem;
font-size: 1rem;
color: #212529;
text-align: left;
text-align: right;
background-color: #fff;
border: 0;
border-radius: 0;
Expand Down Expand Up @@ -5098,7 +5055,7 @@ textarea.form-control-lg {
color: #212529;
text-decoration: none;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
border: 1px solid rgba(182, 88, 88, 0.125);
}
.list-group-item:first-child {
border-top-left-radius: inherit;
Expand All @@ -5111,7 +5068,7 @@ textarea.form-control-lg {
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
background-color: rgb(102, 40, 40);
}
.list-group-item.active {
z-index: 2;
Expand Down Expand Up @@ -5881,7 +5838,7 @@ textarea.form-control-lg {
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-color: var(--bs-green);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
Expand Down Expand Up @@ -6921,7 +6878,7 @@ textarea.form-control-lg {
}

.border-white {
border-color: #fff !important;
border-color: var(--bs-info) !important;
}

.border-1 {
Expand Down Expand Up @@ -7769,7 +7726,7 @@ textarea.form-control-lg {

.text-body {
--bs-text-opacity: 1;
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
color: brown;
}

.text-muted {
Expand Down Expand Up @@ -11335,12 +11292,12 @@ p.lead {
padding-right: 1rem;
}
#sideNav .navbar-nav .nav-item .nav-link {
font-weight: 800;
font-weight: 500;
letter-spacing: 0.05rem;
text-transform: uppercase;
}
#sideNav .navbar-toggler:focus {
outline-color: #d48a6e;
outline-color: rgb(114, 114, 104);
}

@media (min-width: 992px) {
Expand Down Expand Up @@ -11390,8 +11347,8 @@ p.lead {
justify-content: center;
height: 3.5rem;
width: 3.5rem;
background-color: #495057;
color: #fff;
background-color: grey;
color: red;
border-radius: 100%;
font-size: 1.5rem;
margin-right: 1.5rem;
Expand Down
Loading