base.css

About this file

The CSS file contains styles for the base.html page. Styles are set for displaying vertically and aligning in the center, displaying wrappers, headings, and buttons.

Code Check Report




csslint: There are 24 problems in .

base.css
1: warning at line 6, col 1
Rule doesn't have all its properties in alphabetical order.
.input-block-level {

base.css
2: warning at line 12, col 5
The box-sizing property isn't supported in IE6 and IE7.
    box-sizing: border-box;

base.css
3: warning at line 28, col 1
Rule doesn't have all its properties in alphabetical order.
.wrapper {

base.css
4: warning at line 46, col 5
Don't use IDs in selectors.
    #google_translate_element {

base.css
5: warning at line 56, col 1
Rule doesn't have all its properties in alphabetical order.
.wrapper input, .wrapper select, .wrapper textarea {

base.css
6: warning at line 64, col 5
The box-sizing property isn't supported in IE6 and IE7.
    box-sizing: content-box;

base.css
7: warning at line 79, col 1
Rule doesn't have all its properties in alphabetical order.
.wrapper .combobox-container input {

base.css
8: warning at line 84, col 1
Rule doesn't have all its properties in alphabetical order.
.request-heading {

base.css
9: warning at line 96, col 1
Rule doesn't have all its properties in alphabetical order.
footer .form-search .input-search {

base.css
10: warning at line 101, col 1
Don't use IDs in selectors.
#google_translate_element {

base.css
11: warning at line 101, col 1
Rule doesn't have all its properties in alphabetical order.
#google_translate_element {

base.css
12: warning at line 114, col 1
Rule doesn't have all its properties in alphabetical order.
.goog-te-menu-value2 {

base.css
13: warning at line 123, col 1
Rule doesn't have all its properties in alphabetical order.
.goog-te-gadget-simple {

base.css
14: warning at line 134, col 1
Rule doesn't have all its properties in alphabetical order.
.row {

base.css
15: warning at line 139, col 1
Rule doesn't have all its properties in alphabetical order.
.translate-text {

base.css
16: warning at line 151, col 5
Use of !important
    padding: 25px 15px 30px 15px !important;

base.css
17: warning at line 155, col 5
Use of !important
    min-height: 75px !important

base.css
18: warning at line 187, col 1
Rule doesn't have all its properties in alphabetical order.
.col-centered {

base.css
19: warning at line 196, col 1
Rule doesn't have all its properties in alphabetical order.
.vertical-alignment-helper {

base.css
20: warning at line 202, col 1
Rule doesn't have all its properties in alphabetical order.
.vertical-align-center {

base.css
21: warning at line 219, col 1
Rule doesn't have all its properties in alphabetical order.
.character-counter {

base.css
22: warning at line 227, col 1
Adjoining classes: .parsley-errors-list.filled
.parsley-errors-list.filled {

base.css
23: warning at line 227, col 1
Rule doesn't have all its properties in alphabetical order.
.parsley-errors-list.filled {

base.css
24: warning
Too many font-size declarations (10), abstraction needed.
                        

Documentation drawn from source code

.nycidm-header .small-nyc-logo {
}

.input-block-level {
}

.gray-solid-border {
}

.wrapper {
}

@media (max-width: 979px) and (min-width: 768px) {
  .wrapper, .navbar {
  }

}

@media (max-width: 767px) {
  #google_translate_element {
  }

  .wrapper {
  }

}

.wrapper input, .wrapper select, .wrapper textarea {
}

.wrapper textarea {
}

.wrapper input[type=text], .wrapper select[type=text], .wrapper textarea[type=text] {
}

.wrapper input.placeholder, .wrapper select.placeholder, .wrapper textarea.placeholder {
}

.wrapper .combobox-container input {
}

.request-heading {
}

.contact-form-error-message {
  /*color: indianred;*/
}

footer .form-search .input-search {
}

#google_translate_element {
}

.goog-te-gadget-icon {
}

.goog-te-menu-value {
}

.goog-te-menu-value2 {
}

.goog-te-gadget-simple {
}

.row {
}

.translate-text {
}

footer {
}

.navbar-nav > li > a {
}

.navbar {
}

.openrecords_nav {
  /*font-size: 1.4em*/
}

.openrecords_nav:hover {
  /*font-size: 1.4em*/
}

.navbar-default .navbar-nav > li > a.openrecords-nav-anchor {
}

.navbar-default .navbar-nav > li > a.openrecords-nav-anchor:hover {
}

.active {
}

input[type="radio"], input[type="checkbox"] {
}

.footer-wrapper {
}

.col-centered {
  /* reset the text-align */
  /* inline-block space fix */
}

.vertical-alignment-helper {
  pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
  /* To center vertically */
}

.close {
}

.btn-success {
}

.character-counter {
}

.parsley-errors-list.filled {
}

Source code