|
|
| Line 40: |
Line 40: |
| } | | } |
|
| |
|
| | div#footer ul li{ |
| | font-size:16px!important; |
| | color:white!important; |
| | } |
| | |
| | div#footer ul li a,div#footer ul li a:visited { |
| | color: white!important; |
| | } |
|
| |
|
| footer { | | footer { |
| /* Font & Text */
| |
| font-family: sans-serif;
| |
| font-color: white;
| |
| font-size: 16px;
| |
| font-style: normal;
| |
| font-variant: normal;
| |
| font-weight: 400;
| |
| letter-spacing: normal;
| |
| line-height: normal;
| |
| text-decoration: none solid rgb(255, 255, 255);
| |
| text-align: start;
| |
| text-indent: 0px;
| |
| text-transform: none;
| |
| vertical-align: baseline;
| |
| white-space: normal;
| |
| word-spacing: 0px;
| |
|
| |
|
| /* Color & Background */ | | /* Color & Background */ |
| Line 82: |
Line 74: |
| min-width: 0px; | | min-width: 0px; |
|
| |
|
| /* Positioning */
| |
| position: static;
| |
| top: auto;
| |
| bottom: 0px;
| |
| right: auto;
| |
| left: auto;
| |
| float: none;
| |
| display: block;
| |
| clear: none;
| |
| z-index: auto;
| |
|
| |
| /* List */
| |
| list-style-image: none;
| |
| list-style-type: disc;
| |
| list-style-position: outside;
| |
|
| |
| /* Table */
| |
| border-collapse: separate;
| |
| border-spacing: 0px 0px;
| |
| caption-side: top;
| |
| empty-cells: show;
| |
| table-layout: auto;
| |
|
| |
| /* Miscellaneous */
| |
| overflow: visible;
| |
| cursor: auto;
| |
| visibility: visible;
| |
|
| |
|
| /* Effects */ | | /* Effects */ |