| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- html {
- font: 14px "Roboto Regular", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
- background: url(Images/background-2-small.png) repeat #F7F7F7;
- padding: 0;
- }
- h1, h2, h3, h4, h5, h6 {
- color: #009688;
- }
- .globalFooter {
- overflow: auto;
- min-height: 36px;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- color: white;
- line-height: 34px;
- -webkit-box-shadow: 0px -7px 12px -8px rgba(0,0,0,0.75);
- -moz-box-shadow: 0px -7px 12px -8px rgba(0,0,0,0.75);
- box-shadow: 0px -7px 12px -8px rgba(0,0,0,0.75);
- border-top: 1px solid #009688;
- /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0c0c0+0,c0c0c0+100&0.8+0,0.8+100 */
- background: -moz-linear-gradient(top, rgba(192,192,192,0.5) 0%, rgba(192,192,192,0.5) 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(top, rgba(192,192,192,0.5) 0%,rgba(192,192,192,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to bottom, rgba(192,192,192,0.5) 0%,rgba(192,192,192,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc0c0c0', endColorstr='#ccc0c0c0',GradientType=0 ); /* IE6-9 */
- }
- .globalFooter .seperator {
- width: 1px;
- background: #009688;
- height: 16px;
- float: left;
- margin: 8px 16px;
- }
- .globalFooter .innerFooter {
- padding: 1px 20px;
- width: auto;
- }
- .innerFooter .logout {
- float: left;
- }
- .innerFooter .userInfo {
- float: left;
- }
- .innerFooter .versionInfo {
- float: right;
- }
- .devExAutoWidth {
- width: 100%;
- }
- .devExFullWidth {
- width: 100%;
- }
- .devExNearFullWidth {
- width: 80%;
- }
- .devExFontLarge {
- font-size: 21px;
- }
- .devExFloatLeft {
- float: left;
- }
- .devExCenter {
- margin: 0 auto;
- }
|