Commit 6bb2a494 authored by Dennis Cohn's avatar Dennis Cohn
Browse files

Issue #2274273 by Dennis Cohn: new DVG branding colors and small fixes

parent 2f5f7f7b
Loading
Loading
Loading
Loading
+55 −52
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ body {

.r-top {
  min-height: 0.625em;
  background-color: #209740;
  background-color: #456479;
  color: white;
}

@@ -75,7 +75,7 @@ body {

.r-header {
  background-color: white;
  border-top: 2px solid #eb6907;
  border-top: 2px solid #fe6a00;
}
.r-header .inner {
  min-height: 4.375em;
@@ -89,7 +89,7 @@ body {
}

.l-breadcrumbs {
  background: #209740;
  background: #456479;
  /* Media query content */
  margin: 0 15px;
  /* Media query content */
@@ -113,7 +113,7 @@ body {
  padding: 20px 0;
  border-style: solid;
  border-width: 10px 0px 10px 0;
  border-color: #eb6907;
  border-color: #fe6a00;
  -moz-border-image: url(../images/border-orange.png) 10 0 10 0 round repeat;
  -ms-border-image: url(../images/border-orange.png) 10 0 10 0 round repeat;
  -o-border-image: url(../images/border-orange.png) 10 0 10 0 round repeat;
@@ -144,7 +144,7 @@ body.front .r-content {
body.front .r-content .menu-content-block {
  border-style: solid;
  border-width: 10px 0px 0px 0;
  border-color: #209740;
  border-color: #456479;
  -moz-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -ms-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -o-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
@@ -163,7 +163,7 @@ body.front .r-content .menu-content-block {

.r-footer {
  padding: 30px 20px;
  background: #209740;
  background: #456479;
  color: white;
  /* Media query content */
  padding: 20px;
@@ -260,10 +260,10 @@ h4 {
}

a {
  color: #0d7532;
  color: #456479;
}
a:hover, a:focus {
  color: #203c21;
  color: #fe6a00;
}

p {
@@ -485,11 +485,11 @@ ul.tabs li:hover a {
  border-bottom: 1px solid white;
}
ul.tabs li:active a {
  border-bottom: 1px solid #203c21;
  border-bottom: 1px solid #fe6a00;
  color: black;
}
ul.tabs li.active {
  border-color: black;
  border-color: #456479;
  border-bottom-color: #FFF;
  background: url(../images/icon-active-tab.png);
  background-repeat: no-repeat;
@@ -615,8 +615,8 @@ div.tabs ul.tabs li.active {
  line-height: 30px;
  border: 1px solid;
  color: #FFF;
  background: #209740;
  border-color: #209740;
  background: #456479;
  border-color: #456479;
}
.pagernav .pager li.pager-current:hover {
  margin: 0 6px 0 0;
@@ -650,8 +650,12 @@ div.tabs ul.tabs li.active {
 */
/*  fieldset & legend **********************************************************/
fieldset {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 1.5em 0;
  border: 1px solid #456479;
}
fieldset fieldset {
  max-width: 830px;
@@ -662,10 +666,8 @@ fieldset .fieldset-description {
fieldset legend {
  position: relative;
  display: block;
  padding: 0;
}
fieldset legend a {
  padding: 5px;
  margin: 0 0 0 -5px;
  padding: 0 5px;
}
fieldset.fieldset-no-border {
  margin: 0 0 30px 0;
@@ -719,7 +721,7 @@ textarea .grippie {
}
.resizable-textarea:focus,
textarea:focus {
  border-color: #333333;
  border-color: #7498b0;
}

textarea {
@@ -727,7 +729,7 @@ textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.3em;
  border: 1px solid black;
  border: 1px solid #456479;
}

select {
@@ -770,11 +772,11 @@ input[type="number"] {
  border: none;
  font-size: 16px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #0d7532;
  color: #456479;
  text-decoration: underline;
}
.submit-link:hover {
  color: #203c21;
  color: #fe6a00;
  cursor: pointer;
}

@@ -824,7 +826,7 @@ fieldset.fieldset-no-border input[type=checkbox] + .fieldset-legend {
  padding: 0;
  margin: 2em 0 0 0;
  box-shadow: none;
  color: #0d7532;
  color: #456479;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
@@ -833,7 +835,7 @@ fieldset.fieldset-no-border input[type=checkbox] + .fieldset-legend {
}
.form-actions .webform-previous.form-submit:hover {
  margin: 2em 0 0 0;
  color: #203c21;
  color: #fe6a00;
  background: none;
  cursor: pointer;
}
@@ -857,6 +859,7 @@ fieldset.fieldset-no-border input[type=checkbox] + .fieldset-legend {
.form-item .description {
  margin-top: 0.3em;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 1.4;
}
.form-item + .filter-wrapper {
@@ -897,8 +900,8 @@ table.webform-grid .webform-grid-question {
  height: auto;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #209740;
  background-color: #edf6ec;
  border-color: #456479;
  background-color: #f6f8fa;
  text-align: left;
  font-size: 16px;
}
@@ -980,7 +983,7 @@ table.webform-grid .webform-grid-question {
.appointments-progressbar .appointments-progressbar-page {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #209740;
  border-color: #456479;
  height: 48px;
  padding: 0 13px 0 23px;
  line-height: 48px;
@@ -1035,7 +1038,7 @@ table.webform-grid .webform-grid-question {
  right: -22px;
  border-style: solid;
  border-width: 24px 0 24px 10px;
  border-color: transparent transparent transparent #209740;
  border-color: transparent transparent transparent #456479;
  -moz-transform: scale(0.9999);
}
.lt-ie9 .webform-progressbar .webform-progressbar-page .webform-progressbar-page-label:after, .lt-ie9
@@ -1052,14 +1055,14 @@ table.webform-grid .webform-grid-question {
.webform-progressbar .appointments-progressbar-page:first-child,
.appointments-progressbar .webform-progressbar-page:first-child,
.appointments-progressbar .appointments-progressbar-page:first-child {
  border-left: 1px solid #209740;
  border-left: 1px solid #456479;
  padding-left: 13px;
}
.webform-progressbar .webform-progressbar-page:last-child,
.webform-progressbar .appointments-progressbar-page:last-child,
.appointments-progressbar .webform-progressbar-page:last-child,
.appointments-progressbar .appointments-progressbar-page:last-child {
  border-right: 1px solid #209740;
  border-right: 1px solid #456479;
}
.webform-progressbar .webform-progressbar-page:last-child:after,
.webform-progressbar .appointments-progressbar-page:last-child:after,
@@ -1082,13 +1085,13 @@ table.webform-grid .webform-grid-question {
.appointments-progressbar .webform-progressbar-page.current,
.appointments-progressbar .appointments-progressbar-page.current {
  font-weight: 600;
  background: #edf6ec;
  background: #f6f8fa;
}
.webform-progressbar .webform-progressbar-page.current:after,
.webform-progressbar .appointments-progressbar-page.current:after,
.appointments-progressbar .webform-progressbar-page.current:after,
.appointments-progressbar .appointments-progressbar-page.current:after {
  border-color: transparent transparent transparent #edf6ec;
  border-color: transparent transparent transparent #f6f8fa;
}
.webform-progressbar .webform-progressbar-page.current .webform-progressbar-page-label,
.webform-progressbar .webform-progressbar-page.current .appointments-progressbar-page-label,
@@ -1260,7 +1263,7 @@ table.webform-grid .webform-grid-question {
  color: #FFF;
}
.user-menu .menu li a:hover {
  color: #203c21;
  color: #fe6a00;
}

.logo {
@@ -1487,10 +1490,10 @@ img {
  list-style: none;
}
.section-list ul li {
  border-top: 1px solid black;
  border-top: 1px solid #456479;
}
.section-list ul li.last {
  border-bottom: 1px solid black;
  border-bottom: 1px solid #456479;
}
.section-list ul li a {
  position: relative;
@@ -1500,10 +1503,10 @@ img {
  padding-left: 2.5em;
  font-weight: 700;
  text-decoration: none;
  color: #0d7532;
  color: #456479;
}
.section-list ul li a:before {
  background: #0d7532 url(../images/sprite/arrow-down-white.png) no-repeat;
  background: #456479 url(../images/sprite/arrow-down-white.png) no-repeat;
  color: #FFFFFF;
  content: "";
  display: block;
@@ -1516,15 +1519,15 @@ img {
  width: 1em;
}
.section-list ul li a:hover {
  color: #203c21;
  color: #fe6a00;
}
.section-list ul li a:hover:before {
  background: #203c21 url(../images/sprite/arrow-down-white.png) no-repeat;
  background: #fe6a00 url(../images/sprite/arrow-down-white.png) no-repeat;
  color: white;
}
.section-list ul li a:active {
  color: white;
  background-color: #0d7532;
  background-color: #456479;
}
.section-list ul li a:active:before {
  background: white url(../images/sprite/sprite_dvg.svg) no-repeat 2px -111px;
@@ -1551,7 +1554,7 @@ img {
.section-list.js ul {
  margin: 0;
  display: inline-block;
  border-top: 1px solid black;
  border-top: 1px solid #456479;
  border-radius: 5px 5px 0 0;
}
.section-list.js ul li {
@@ -1563,9 +1566,9 @@ img {
  height: 52px;
  z-index: 1;
  position: relative;
  border: 1px solid black;
  border: 1px solid #456479;
  border-left-color: transparent;
  border-right-color: black;
  border-right-color: #456479;
  margin-left: -2px;
  z-index: 1;
}
@@ -1581,11 +1584,11 @@ img {
.section-list.js ul li a {
  padding: 0.75em 1.7em;
  border-radius: 5px 5px 0 0;
  color: #0d7532;
  color: #456479;
  text-decoration: underline;
}
.section-list.js ul li a:hover {
  color: #203c21;
  color: #fe6a00;
}
.section-list.js ul li a:active {
  color: white;
@@ -1596,7 +1599,7 @@ img {
}
.section-list.js ul li:active {
  border-radius: 5px 5px 0 0;
  background-color: #0d7532;
  background-color: #456479;
  z-index: 100;
  border-left: 1px solid;
}
@@ -1875,12 +1878,12 @@ img {
  padding: 23px 19px;
  border-style: solid;
  border-width: 10px 0 0 0;
  border-color: #209740;
  border-color: #fe6a00;
  -moz-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -ms-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -o-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  background: #edf6ec;
  background: white;
  /* Media query content */
  padding: 44px 40px 30px 40px;
  border-style: solid;
@@ -1957,7 +1960,7 @@ img {
  word-wrap: break-word;
  border-style: solid;
  border-width: 10px 0 0 0;
  border-color: #209740;
  border-color: #456479;
  -moz-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -ms-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -o-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
@@ -2412,13 +2415,13 @@ ul.tabs, .user-menu .menu li, .related-pages-section .field-name-field-related-p
input:not([type=image]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type=radio]):not([type=checkbox]):not([type="number"]):not([type="password"]), select, input[type="number"] {
  padding: 0.3em;
  font-size: 16px;
  border: 1px solid black;
  border: 1px solid #456479;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
input:focus:not([type=image]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type=radio]):not([type=checkbox]):not([type="number"]):not([type="password"]), select:focus, input[type="number"]:focus {
  border-color: gray;
  border-color: #d6e0e7;
}

input[type="button"],
@@ -2433,7 +2436,7 @@ input[type="reset"],
  width: auto;
  max-width: 460px;
  border: 0;
  background: black url(../images/btn-arrow.png) no-repeat right top;
  background: #456479 url(../images/btn-arrow.png) no-repeat right top;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 24px;
  color: white;
@@ -2453,7 +2456,7 @@ input[type="reset"]:active,
.webform-submit:active,
.views-exposed-form input[type="submit"]:active,
.form-actions input[type="submit"]:active, .btn:active, .group-buttons .field:first-child .btn-small:active, .form-actions .button-primary:active, .frontpage-contact .contact-information.left .appointment-button:active, .popup-content .close-button:active {
  background-color: #203c21;
  background-color: #fe6a00;
  color: white;
}

@@ -2480,7 +2483,7 @@ input[type="reset"]:active,
  background-color: black;
}
.link-file:hover .file {
  background-color: #203c21;
  background-color: #fe6a00;
}

#admin-menu {
+83 −61
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ body {

.r-top {
  min-height: 0.625em;
  background-color: #209740;
  background-color: #456479;
  color: white;
}

@@ -81,7 +81,7 @@ body {
}
.r-header {
  background-color: white;
  border-top: 2px solid #eb6907;
  border-top: 2px solid #fe6a00;
}
.r-header .inner {
  min-height: 4.375em;
@@ -101,7 +101,7 @@ body {
}

.l-breadcrumbs {
  background: #209740;
  background: #456479;
}
@media screen and (min-width: 38.8889em) {
  .l-breadcrumbs {
@@ -140,7 +140,7 @@ body {
  padding: 20px 0;
  border-style: solid;
  border-width: 10px 0px 10px 0;
  border-color: #eb6907;
  border-color: #fe6a00;
  -moz-border-image: url(../images/border-orange.png) 10 0 10 0 round repeat;
  -ms-border-image: url(../images/border-orange.png) 10 0 10 0 round repeat;
  -o-border-image: url(../images/border-orange.png) 10 0 10 0 round repeat;
@@ -171,7 +171,7 @@ body.front .r-content {
body.front .r-content .menu-content-block {
  border-style: solid;
  border-width: 10px 0px 0px 0;
  border-color: #209740;
  border-color: #456479;
  -moz-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -ms-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -o-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
@@ -202,7 +202,7 @@ body.front .r-content .menu-content-block {

.r-footer {
  padding: 30px 20px;
  background: #209740;
  background: #456479;
  color: white;
}
@media screen and (min-width: 38.8889em) {
@@ -323,10 +323,10 @@ h4 {
  }
}
a {
  color: #0d7532;
  color: #456479;
}
a:hover, a:focus {
  color: #203c21;
  color: #fe6a00;
}

p {
@@ -555,11 +555,11 @@ ul.tabs li:hover a {
  border-bottom: 1px solid white;
}
ul.tabs li:active a {
  border-bottom: 1px solid #203c21;
  border-bottom: 1px solid #fe6a00;
  color: black;
}
ul.tabs li.active {
  border-color: black;
  border-color: #456479;
  border-bottom-color: #FFF;
  background: url(../images/icon-active-tab.png);
  background-repeat: no-repeat;
@@ -685,8 +685,8 @@ ul.tabs.secondary li.active:hover a {
  line-height: 30px;
  border: 1px solid;
  color: #FFF;
  background: #209740;
  border-color: #209740;
  background: #456479;
  border-color: #456479;
}
.pagernav .pager li.pager-current:hover {
  margin: 0 6px 0 0;
@@ -720,8 +720,12 @@ ul.tabs.secondary li.active:hover a {
 */
/*  fieldset & legend **********************************************************/
fieldset {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 1.5em 0;
  border: 1px solid #456479;
}
fieldset fieldset {
  max-width: 830px;
@@ -732,10 +736,8 @@ fieldset .fieldset-description {
fieldset legend {
  position: relative;
  display: block;
  padding: 0;
}
fieldset legend a {
  padding: 5px;
  margin: 0 0 0 -5px;
  padding: 0 5px;
}
fieldset.fieldset-no-border {
  margin: 0 0 30px 0;
@@ -789,7 +791,7 @@ textarea .grippie {
}
.resizable-textarea:focus,
textarea:focus {
  border-color: #333333;
  border-color: #7498b0;
}

textarea {
@@ -797,7 +799,7 @@ textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.3em;
  border: 1px solid black;
  border: 1px solid #456479;
}

select {
@@ -840,11 +842,11 @@ input[type="number"] {
  border: none;
  font-size: 16px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #0d7532;
  color: #456479;
  text-decoration: underline;
}
.submit-link:hover {
  color: #203c21;
  color: #fe6a00;
  cursor: pointer;
}

@@ -894,7 +896,7 @@ fieldset.fieldset-no-border input[type=checkbox] + .fieldset-legend {
  padding: 0;
  margin: 2em 0 0 0;
  box-shadow: none;
  color: #0d7532;
  color: #456479;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
@@ -903,7 +905,7 @@ fieldset.fieldset-no-border input[type=checkbox] + .fieldset-legend {
}
.form-actions .webform-previous.form-submit:hover {
  margin: 2em 0 0 0;
  color: #203c21;
  color: #fe6a00;
  background: none;
  cursor: pointer;
}
@@ -927,6 +929,7 @@ fieldset.fieldset-no-border input[type=checkbox] + .fieldset-legend {
.form-item .description {
  margin-top: 0.3em;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 1.4;
}
.form-item + .filter-wrapper {
@@ -967,8 +970,8 @@ table.webform-grid .webform-grid-question {
  height: auto;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #209740;
  background-color: #edf6ec;
  border-color: #456479;
  background-color: #f6f8fa;
  text-align: left;
  font-size: 16px;
}
@@ -1050,7 +1053,7 @@ table.webform-grid .webform-grid-question {
  .appointments-progressbar .appointments-progressbar-page {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #209740;
    border-color: #456479;
    height: 48px;
    padding: 0 13px 0 23px;
    line-height: 48px;
@@ -1105,7 +1108,7 @@ table.webform-grid .webform-grid-question {
    right: -22px;
    border-style: solid;
    border-width: 24px 0 24px 10px;
    border-color: transparent transparent transparent #209740;
    border-color: transparent transparent transparent #456479;
    -moz-transform: scale(0.9999);
  }
  .lt-ie9 .webform-progressbar .webform-progressbar-page .webform-progressbar-page-label:after, .lt-ie9
@@ -1122,14 +1125,14 @@ table.webform-grid .webform-grid-question {
  .webform-progressbar .appointments-progressbar-page:first-child,
  .appointments-progressbar .webform-progressbar-page:first-child,
  .appointments-progressbar .appointments-progressbar-page:first-child {
    border-left: 1px solid #209740;
    border-left: 1px solid #456479;
    padding-left: 13px;
  }
  .webform-progressbar .webform-progressbar-page:last-child,
  .webform-progressbar .appointments-progressbar-page:last-child,
  .appointments-progressbar .webform-progressbar-page:last-child,
  .appointments-progressbar .appointments-progressbar-page:last-child {
    border-right: 1px solid #209740;
    border-right: 1px solid #456479;
  }
  .webform-progressbar .webform-progressbar-page:last-child:after,
  .webform-progressbar .appointments-progressbar-page:last-child:after,
@@ -1152,13 +1155,13 @@ table.webform-grid .webform-grid-question {
  .appointments-progressbar .webform-progressbar-page.current,
  .appointments-progressbar .appointments-progressbar-page.current {
    font-weight: 600;
    background: #edf6ec;
    background: #f6f8fa;
  }
  .webform-progressbar .webform-progressbar-page.current:after,
  .webform-progressbar .appointments-progressbar-page.current:after,
  .appointments-progressbar .webform-progressbar-page.current:after,
  .appointments-progressbar .appointments-progressbar-page.current:after {
    border-color: transparent transparent transparent #edf6ec;
    border-color: transparent transparent transparent #f6f8fa;
  }
  .webform-progressbar .webform-progressbar-page.current .webform-progressbar-page-label,
  .webform-progressbar .webform-progressbar-page.current .appointments-progressbar-page-label,
@@ -1326,7 +1329,7 @@ table.webform-grid .webform-grid-question {
  color: #FFF;
}
.user-menu .menu li a:hover {
  color: #203c21;
  color: #fe6a00;
}
@media screen and (min-width: 32.8125em) {
  .user-menu {
@@ -1588,10 +1591,10 @@ img {
  list-style: none;
}
.section-list ul li {
  border-top: 1px solid black;
  border-top: 1px solid #456479;
}
.section-list ul li.last {
  border-bottom: 1px solid black;
  border-bottom: 1px solid #456479;
}
.section-list ul li a {
  position: relative;
@@ -1601,10 +1604,10 @@ img {
  padding-left: 2.5em;
  font-weight: 700;
  text-decoration: none;
  color: #0d7532;
  color: #456479;
}
.section-list ul li a:before {
  background: #0d7532 url(../images/sprite/arrow-down-white.png) no-repeat;
  background: #456479 url(../images/sprite/arrow-down-white.png) no-repeat;
  color: #FFFFFF;
  content: "";
  display: block;
@@ -1617,15 +1620,15 @@ img {
  width: 1em;
}
.section-list ul li a:hover {
  color: #203c21;
  color: #fe6a00;
}
.section-list ul li a:hover:before {
  background: #203c21 url(../images/sprite/arrow-down-white.png) no-repeat;
  background: #fe6a00 url(../images/sprite/arrow-down-white.png) no-repeat;
  color: white;
}
.section-list ul li a:active {
  color: white;
  background-color: #0d7532;
  background-color: #456479;
}
.section-list ul li a:active:before {
  background: white url(../images/sprite/sprite_dvg.svg) no-repeat 2px -111px;
@@ -1652,7 +1655,7 @@ img {
  .section-list.js ul {
    margin: 0;
    display: inline-block;
    border-top: 1px solid black;
    border-top: 1px solid #456479;
    border-radius: 5px 5px 0 0;
  }
  .section-list.js ul li {
@@ -1664,9 +1667,9 @@ img {
    height: 52px;
    z-index: 1;
    position: relative;
    border: 1px solid black;
    border: 1px solid #456479;
    border-left-color: transparent;
    border-right-color: black;
    border-right-color: #456479;
    margin-left: -2px;
    z-index: 1;
  }
@@ -1682,11 +1685,11 @@ img {
  .section-list.js ul li a {
    padding: 0.75em 1.7em;
    border-radius: 5px 5px 0 0;
    color: #0d7532;
    color: #456479;
    text-decoration: underline;
  }
  .section-list.js ul li a:hover {
    color: #203c21;
    color: #fe6a00;
  }
  .section-list.js ul li a:active {
    color: white;
@@ -1697,7 +1700,7 @@ img {
  }
  .section-list.js ul li:active {
    border-radius: 5px 5px 0 0;
    background-color: #0d7532;
    background-color: #456479;
    z-index: 100;
    border-left: 1px solid;
  }
@@ -1982,12 +1985,12 @@ img {
  padding: 23px 19px;
  border-style: solid;
  border-width: 10px 0 0 0;
  border-color: #209740;
  border-color: #fe6a00;
  -moz-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -ms-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -o-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  background: #edf6ec;
  background: white;
}
.frontpage-contact h2, .frontpage-contact fieldset.webform-component-fieldset legend, fieldset.webform-component-fieldset .frontpage-contact legend {
  padding: 0 0 0 0;
@@ -2067,7 +2070,7 @@ img {
  word-wrap: break-word;
  border-style: solid;
  border-width: 10px 0 0 0;
  border-color: #209740;
  border-color: #456479;
  -moz-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -ms-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
  -o-border-image: url(../images/border-green.png) 10 0 0 0 round repeat;
@@ -2495,10 +2498,11 @@ img {
  background-color: #82ae13 !important;
}

html {
  background: #edf6ec;
body.maintenance-page {
  background: #f6f8fa;
  height: auto;
  min-height: 100%;
}

body.maintenance-page .r-header {
  background: transparent;
}
@@ -2509,9 +2513,10 @@ body.maintenance-page .sidebar {
body.maintenance-page .content {
  display: inline-block;
  width: 65%;
  min-height: 420px;
  padding-left: 5%;
  vertical-align: top;
  border-left: 1px solid #d9d9d9;
  border-left: 1px solid #456479;
}
body.maintenance-page .task-list {
  list-style-type: none;
@@ -2519,7 +2524,7 @@ body.maintenance-page .task-list {
body.maintenance-page .task-list li {
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
  color: #d9d9d9;
  color: #a6a6a6;
}
body.maintenance-page .task-list li.done {
  color: black;
@@ -2530,6 +2535,7 @@ body.maintenance-page .task-list li.active {
  background: transparent url(../images/active.svg) no-repeat 0 0;
}
body.maintenance-page .messages {
  position: relative;
  margin: 0 0 40px 0;
  padding: 20px 70px 20px 20px;
  border-left: 5px solid;
@@ -2545,8 +2551,8 @@ body.maintenance-page .messages:after {
  top: 15px;
  right: 15px;
  content: '';
  height: 50px;
  width: 50px;
  height: 40px;
  width: 40px;
}
body.maintenance-page .messages a {
  color: inherit;
@@ -2562,8 +2568,8 @@ body.maintenance-page .messages.status:after {
  background: url(../images/succes.svg) no-repeat 0 0;
}
body.maintenance-page .messages.warning {
  background-color: white;
  border-color: #C09853;
  background-color: #faf0d5;
  border-color: #efcf7a;
}
body.maintenance-page .messages.warning:after {
  background: url(../images/warning.svg) no-repeat 0 0;
@@ -2575,6 +2581,9 @@ body.maintenance-page .messages.error {
body.maintenance-page .messages.error:after {
  background: url(../images/error.svg) no-repeat 0 0;
}
body.maintenance-page input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="number"]):not([type="password"]), body.maintenance-page select, body.maintenance-page input[type="number"], body.maintenance-page body.maintenance-page .form-type-password input[type="password"] {
  max-width: none;
}
body.maintenance-page .form-type-password {
  position: relative;
  margin-bottom: 13px;
@@ -2634,6 +2643,19 @@ body.maintenance-page .password-suggestions ul li {
  margin-bottom: 0;
  margin-left: 0.75em;
}
body.maintenance-page .progress .bar {
  background-color: #fff;
  border: 1px solid #456479;
}
body.maintenance-page .progress .filled {
  background-color: #456479;
  height: 1.5em;
  width: 5px;
}
body.maintenance-page .progress .percentage {
  float: right;
  /* LTR */
}

.r-header .inner:after, .r-footer:after, .r-footer-top:after, div.tabs:after, ul.tabs:after, fieldset:after, .form-actions:after, .webform-progressbar:after,
.appointments-progressbar:after, .block-menu-block:after, .section-list ul:after, .o-spatial-plan .view-content .inspection:after, .digid:after, .frontpage-contact:after, .topical-block:after, .footer-line:after {
@@ -2676,13 +2698,13 @@ ul.tabs, .user-menu .menu li, .related-pages-section .field-name-field-related-p
input:not([type=image]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type=radio]):not([type=checkbox]):not([type="number"]):not([type="password"]), select, input[type="number"], body.maintenance-page .form-type-password input[type="password"] {
  padding: 0.3em;
  font-size: 16px;
  border: 1px solid black;
  border: 1px solid #456479;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
input:focus:not([type=image]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type=radio]):not([type=checkbox]):not([type="number"]):not([type="password"]), select:focus, input[type="number"]:focus, body.maintenance-page .form-type-password input[type="password"]:focus {
  border-color: gray;
  border-color: #d6e0e7;
}

input[type="button"],
@@ -2697,7 +2719,7 @@ input[type="reset"],
  width: auto;
  max-width: 460px;
  border: 0;
  background: black url(../images/btn-arrow.png) no-repeat right top;
  background: #456479 url(../images/btn-arrow.png) no-repeat right top;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 24px;
  color: white;
@@ -2717,7 +2739,7 @@ input[type="reset"]:active,
.webform-submit:active,
.views-exposed-form input[type="submit"]:active,
.form-actions input[type="submit"]:active, .btn:active, .group-buttons .field:first-child .btn-small:active, .form-actions .button-primary:active, .frontpage-contact .contact-information.left .appointment-button:active, .popup-content .close-button:active {
  background-color: #203c21;
  background-color: #fe6a00;
  color: white;
}

@@ -2744,7 +2766,7 @@ input[type="reset"]:active,
  background-color: black;
}
.link-file:hover .file {
  background-color: #203c21;
  background-color: #fe6a00;
}

#admin-menu {
+4 −4
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ body {
}
.link-file:hover .file {
  color: white;
  background-color: #203c21;
  background-color: #fe6a00;
}

.attention {
@@ -107,10 +107,10 @@ h4 {
  }
}
a {
  color: #0d7532;
  color: #456479;
}
a:hover, a:focus {
  color: #203c21;
  color: #fe6a00;
}

p {
@@ -231,5 +231,5 @@ table p {
  background-color: black;
}
.link-file:hover .file {
  background-color: #203c21;
  background-color: #fe6a00;
}
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

Loading