global.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. html {
  2. font: 14px "Roboto Regular", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
  3. background: url(Images/background-2-small.png) repeat #F7F7F7;
  4. padding: 0;
  5. }
  6. body {
  7. margin: 0;
  8. }
  9. h1, h2, h3, h4, h5, h6 {
  10. color: #009688;
  11. }
  12. .homeContainer {
  13. width: 100%;
  14. margin: 0;
  15. }
  16. .functionNavigationContainer {
  17. width: 270px;
  18. overflow: auto;
  19. background-color: #FAFAFA;
  20. border: 1px solid #D9D9D9;
  21. float: left;
  22. padding: 0;
  23. }
  24. .functionContentContainer {
  25. width: 100%;
  26. padding: 0;
  27. }
  28. .functionHeader {
  29. width: 100%;
  30. }
  31. .functionHeader > .headerIcon {
  32. width: 24px;
  33. height: 24px;
  34. }
  35. .functionHeader > .controlIcon {
  36. width: 16px;
  37. height: 16px;
  38. float: right;
  39. cursor: pointer;
  40. margin: 0 6px;
  41. }
  42. .functionHeader > .headerText {
  43. line-height: 28px;
  44. vertical-align: top;
  45. margin-left: 16px;
  46. }
  47. .editFormWrapper {
  48. padding: 12px 12px 18px;
  49. }
  50. .popupButtonPanel {
  51. width: 100%;
  52. background-color: #e5e5e5;
  53. border-top: 1px solid #009688;
  54. overflow: auto;
  55. }
  56. .devExPopupPanelButton {
  57. margin: 6px 8px 6px 0;
  58. }
  59. .globalFooter {
  60. overflow: auto;
  61. min-height: 48px;
  62. position: fixed;
  63. bottom: 0;
  64. left: 0;
  65. width: 100%;
  66. color: white;
  67. line-height: 46px;
  68. -webkit-box-shadow: 0px -7px 12px -8px rgba(0,0,0,0.75);
  69. -moz-box-shadow: 0px -7px 12px -8px rgba(0,0,0,0.75);
  70. box-shadow: 0px -7px 12px -8px rgba(0,0,0,0.75);
  71. border-top: 1px solid #009688;
  72. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0c0c0+0,c0c0c0+100&0.8+0,0.8+100 */
  73. background: url(Images/footer-1-full.jpg) #F7F7F7;
  74. background-size: cover;
  75. }
  76. .globalFooter .seperator {
  77. width: 1px;
  78. background: white;
  79. height: 30px;
  80. float: left;
  81. margin: 8px 16px;
  82. }
  83. .globalFooter .innerFooter {
  84. padding: 1px 20px;
  85. width: auto;
  86. }
  87. .innerFooter .linkContainer {
  88. float: left;
  89. }
  90. .innerFooter .userInfo {
  91. margin-top: 1px;
  92. float: left;
  93. }
  94. .innerFooter .versionInfo {
  95. margin-top: 1px;
  96. float: right;
  97. font-weight: bold;
  98. }
  99. .popupPanel {
  100. margin-top: 6px;
  101. margin-left: 18px;
  102. line-height: 26px;
  103. height: 32px;
  104. }
  105. .popupPanelItem {
  106. overflow: auto;
  107. width: auto;
  108. background: white;
  109. border-radius: 6px 6px 6px 6px;
  110. line-height: 20px;
  111. cursor: pointer;
  112. color: #808080;
  113. font-size: 13px;
  114. padding-right: 12px;
  115. display: inline-block;
  116. margin: 0 4px;
  117. -moz-border-radius: 6px 6px 6px 6px;
  118. -webkit-border-radius: 6px 6px 6px 6px;
  119. -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.6);
  120. -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.6);
  121. box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.6);
  122. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.5+100;White+to+Transparent */
  123. background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
  124. background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  125. background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  126. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
  127. }
  128. .popupPanelItem > img:first-of-type {
  129. width: 24px;
  130. height: 24px;
  131. margin: 4px 8px 0 12px;
  132. }
  133. .popupPanelItem > img:last-of-type {
  134. width: 16px;
  135. height: 16px;
  136. margin: 4px 0 4px 8px;
  137. }
  138. .popupPanelItem > span {
  139. vertical-align: top;
  140. line-height: 34px;
  141. }