|
|
@@ -1,15 +1,8 @@
|
|
|
@charset "UTF-8";
|
|
|
-@import url("https://fonts.googleapis.com/css?family=Comfortaa&display=swap");
|
|
|
a {
|
|
|
- color: #4facc6;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-a:hover {
|
|
|
- color: #256374;
|
|
|
- text-decoration: underline;
|
|
|
-}
|
|
|
-
|
|
|
.ui-datepicker {
|
|
|
z-index: 10000 !important;
|
|
|
}
|
|
|
@@ -112,7 +105,6 @@ ul.dropdown-left {
|
|
|
}
|
|
|
|
|
|
.topbar-title {
|
|
|
- font-family: "Comfortaa", cursive;
|
|
|
margin: 0 0.6em 0 0.6em;
|
|
|
flex: 1;
|
|
|
}
|
|
|
@@ -131,7 +123,7 @@ ul.dropdown-left {
|
|
|
flex-direction: row;
|
|
|
flex-wrap: wrap;
|
|
|
list-style: none;
|
|
|
- background-color: #4869d6;
|
|
|
+ background-color: #4facc6;
|
|
|
padding: 0;
|
|
|
align-items: center;
|
|
|
}
|
|
|
@@ -148,17 +140,19 @@ ul.dropdown-left {
|
|
|
min-height: 26px;
|
|
|
padding: 12px;
|
|
|
color: #ffffff;
|
|
|
- font-weight: 600;
|
|
|
+ font-size: 14px;
|
|
|
text-align: center;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
#menu li:hover {
|
|
|
height: 100%;
|
|
|
- background-color: #889cdd;
|
|
|
+ background-color: #e6e6e6;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
#menu li:hover a {
|
|
|
- color: #091534;
|
|
|
+ color: #555;
|
|
|
}
|
|
|
|
|
|
#menu .caret {
|
|
|
@@ -171,13 +165,29 @@ ul.dropdown-left {
|
|
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
|
|
|
}
|
|
|
|
|
|
+#menu .dropdown-menu:hover {
|
|
|
+ background-color: #e6e6e6;
|
|
|
+}
|
|
|
+
|
|
|
#menu .dropdown-menu li {
|
|
|
width: 100%;
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
+#menu .dropdown-menu li.current {
|
|
|
+ background-color: #4facc6;
|
|
|
+}
|
|
|
+
|
|
|
#menu .dropdown-menu a {
|
|
|
- color: #262626;
|
|
|
+ color: #555;
|
|
|
+ font-size: 14px;
|
|
|
+ height: 14px;
|
|
|
+ padding: 4px 12px;
|
|
|
+ width: auto;
|
|
|
+}
|
|
|
+
|
|
|
+#menu .dropdown-menu a:hover {
|
|
|
+ color: #555;
|
|
|
}
|
|
|
|
|
|
#menu .dropside-menu {
|
|
|
@@ -185,6 +195,12 @@ ul.dropdown-left {
|
|
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
|
|
|
}
|
|
|
|
|
|
+#menu .dropside-menu a {
|
|
|
+ height: 14px;
|
|
|
+ padding: 4px 12px;
|
|
|
+ width: auto;
|
|
|
+}
|
|
|
+
|
|
|
.content {
|
|
|
flex: 1;
|
|
|
padding: 0 2em;
|
|
|
@@ -198,18 +214,40 @@ ul.dropdown-left {
|
|
|
|
|
|
.content h1, h2 {
|
|
|
padding: 5px;
|
|
|
- color: #091534;
|
|
|
+}
|
|
|
+
|
|
|
+.content h1 {
|
|
|
+ color: #4facc6;
|
|
|
font-size: 1.6em;
|
|
|
- font-weight: 700;
|
|
|
+ font-weight: 500;
|
|
|
+}
|
|
|
+
|
|
|
+.content h2 {
|
|
|
+ color: #4facc6;
|
|
|
+ font-size: 1.6em;
|
|
|
+ font-weight: 500;
|
|
|
}
|
|
|
|
|
|
.content h3 {
|
|
|
+ color: #4facc6;
|
|
|
font-size: 1.2em;
|
|
|
- font-weight: 600;
|
|
|
+ font-weight: 500;
|
|
|
}
|
|
|
|
|
|
.content h4 {
|
|
|
- font-size: 18px;
|
|
|
+ color: #4facc6;
|
|
|
+ font-size: 1.2em;
|
|
|
+ font-weight: 500;
|
|
|
+}
|
|
|
+
|
|
|
+.content h5 {
|
|
|
+ color: #4facc6;
|
|
|
+ font-size: 1em;
|
|
|
+ font-weight: 500;
|
|
|
+}
|
|
|
+
|
|
|
+.content a {
|
|
|
+ color: #4facc6;
|
|
|
}
|
|
|
|
|
|
#footer {
|
|
|
@@ -312,7 +350,7 @@ footer .logo-ot {
|
|
|
}
|
|
|
|
|
|
.user-toolbar .dropside-menu {
|
|
|
- background-color: #4869d6;
|
|
|
+ background-color: #4facc6;
|
|
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
|
|
|
}
|
|
|
|
|
|
@@ -326,7 +364,7 @@ footer .logo-ot {
|
|
|
#login-popup .popup-form {
|
|
|
visibility: hidden;
|
|
|
width: 240px;
|
|
|
- background-color: #4869d6;
|
|
|
+ background-color: #4facc6;
|
|
|
border-radius: 4px;
|
|
|
padding: 1em 1.6em;
|
|
|
position: absolute;
|
|
|
@@ -361,13 +399,17 @@ footer .logo-ot {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
font-weight: bold;
|
|
|
- color: #b8b8b9;
|
|
|
+ color: #54acc6;
|
|
|
}
|
|
|
|
|
|
.breadcrumb li {
|
|
|
margin: 0 3px;
|
|
|
}
|
|
|
|
|
|
+.breadcrumb li a {
|
|
|
+ margin: 0 3px;
|
|
|
+}
|
|
|
+
|
|
|
.breadcrumb li::before {
|
|
|
/*content: "> ";*/
|
|
|
font-family: "Font Awesome 5 Free";
|
|
|
@@ -406,15 +448,15 @@ footer .logo-ot {
|
|
|
}
|
|
|
|
|
|
.ot-events header {
|
|
|
- background: #889cdd;
|
|
|
+ background: #323232;
|
|
|
padding: 5px;
|
|
|
margin: 1em 0;
|
|
|
}
|
|
|
|
|
|
.ot-events header h3 {
|
|
|
- color: #091534;
|
|
|
+ color: #4facc6;
|
|
|
font-size: 1.2em;
|
|
|
- font-weight: 600;
|
|
|
+ font-weight: bold;
|
|
|
padding: 0;
|
|
|
margin: 0;
|
|
|
}
|
|
|
@@ -494,7 +536,6 @@ footer .logo-ot {
|
|
|
}
|
|
|
|
|
|
.ot-all-events h3 {
|
|
|
- color: #091534;
|
|
|
font-size: 1.2em;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
@@ -532,7 +573,7 @@ footer .logo-ot {
|
|
|
.ot-all-events .event {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- border-bottom: solid 2px #889cdd;
|
|
|
+ border-bottom: solid 2px #323232;
|
|
|
border-radius: 4px;
|
|
|
height: 200px;
|
|
|
padding: 1em;
|
|
|
@@ -617,7 +658,6 @@ footer .logo-ot {
|
|
|
|
|
|
.ot-show-event .event-name {
|
|
|
font-size: 1.8em;
|
|
|
- color: #091534;
|
|
|
font-weight: bold;
|
|
|
flex: 1;
|
|
|
}
|
|
|
@@ -699,15 +739,15 @@ footer .logo-ot {
|
|
|
}
|
|
|
|
|
|
.ot-donors header {
|
|
|
- background: #889cdd;
|
|
|
+ background: #323232;
|
|
|
padding: 0.5em;
|
|
|
margin: 1em 0;
|
|
|
}
|
|
|
|
|
|
.ot-donors header h3 {
|
|
|
- color: #091534;
|
|
|
+ color: #4facc6;
|
|
|
font-size: 1.2em;
|
|
|
- font-weight: 600;
|
|
|
+ font-weight: bold;
|
|
|
padding: 0;
|
|
|
margin: 0;
|
|
|
}
|
|
|
@@ -741,10 +781,6 @@ footer .logo-ot {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
-.frame-type-menu_sitemap a {
|
|
|
- color: #4facc6;
|
|
|
-}
|
|
|
-
|
|
|
.frame-type-menu_sitemap > ul {
|
|
|
padding-left: 1.5em;
|
|
|
list-style: none;
|
|
|
@@ -783,7 +819,7 @@ form .row > div:first-child {
|
|
|
}
|
|
|
|
|
|
.control-label {
|
|
|
- color: #091534;
|
|
|
+ color: 4facc6;
|
|
|
display: inline-block;
|
|
|
max-width: 100%;
|
|
|
margin-bottom: 10px;
|
|
|
@@ -813,7 +849,7 @@ textarea.form-control {
|
|
|
}
|
|
|
|
|
|
.form-control:focus {
|
|
|
- border: 2px solid #889cdd;
|
|
|
+ border: 2px solid #7db6e2;
|
|
|
}
|
|
|
|
|
|
.form-control:invalid {
|
|
|
@@ -876,15 +912,11 @@ form button[type=submit]:hover {
|
|
|
color: #4d4d4d;
|
|
|
}
|
|
|
|
|
|
-.faq-item h3 {
|
|
|
- color: #091534;
|
|
|
-}
|
|
|
-
|
|
|
.faq-item .content {
|
|
|
color: #262626;
|
|
|
padding: 0 2em;
|
|
|
margin: 0 0.5em 3em 0.5em;
|
|
|
- border-left: solid 2px #889cdd;
|
|
|
+ border-left: solid 2px #7db6e2;
|
|
|
}
|
|
|
|
|
|
.fce-2col {
|