main.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. @charset "utf-8";
  2. body {
  3. margin:0px; padding:0px;
  4. font-family: Arial, Helvetica, sans-serif;
  5. background:url(./repeat.jpg);
  6. font-size:15px;
  7. color:#000;
  8. }
  9. ul{list-style:none; margin:0px; padding:0px; margin-top:20px;}
  10. li{padding-bottom:20px;}
  11. .sticky p, .floated p, .fixed p, .ondemand p{ float:left; padding:0px; margin:0px; margin-left:10px; line-height:45px; color:#fff; font-size:12px;}
  12. .sticky a, .floated a, .fixed a, .ondemand a{ float:right; margin:13px 10px 0px 0px; }
  13. img{border:0px;}
  14. .wrapper{padding:20px;}
  15. .sticky {
  16. position:fixed;
  17. top:0;
  18. left:0;
  19. z-index:1000;
  20. width:100%;
  21. border-bottom:3px solid #fff !important;
  22. background: #91BD09; /* Old browsers */
  23. background: -moz-linear-gradient(top, #91BD09 0%, #91BD09 100%); /* FF3.6+ */
  24. /* FireFox 3.6 */
  25. /* Safari4+, Chrome */
  26. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BD09', endColorstr='#91BD09')";
  27. -pie-background: linear-gradient(#91BD09, #91BD09 100%);
  28. behavior: url(PIE.htc);
  29. -moz-box-shadow: 1px 1px 7px #676767;
  30. -webkit-box-shadow: 1px 1px 7px #676767;
  31. box-shadow: 1px 1px 7px #676767;
  32. height: 45px;
  33. background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #91BD09),color-stop(1, #91BD09));/* IE6,IE7 */
  34. /* IE8 */
  35. /* Firefox F3.5+ */
  36. /* Safari3.0+, Chrome */
  37. }
  38. .floated {
  39. position:absolute;
  40. top:0;
  41. left:0;
  42. z-index:1000;
  43. width:100%;
  44. border-bottom:3px solid #fff !important;
  45. background: #0e59ae; /* Old browsers */
  46. background: -moz-linear-gradient(top, #0e59ae 0%, #0e59ae 100%); /* FF3.6+ */
  47. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E59AE', endColorstr='#0E59AE')";
  48. -moz-box-shadow: 1px 1px 7px #676767;
  49. -webkit-box-shadow: 1px 1px 7px #676767;
  50. box-shadow: 1px 1px 7px #676767;
  51. height: 45px;
  52. background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0E59AE),color-stop(1, #0E59AE));/* IE6,IE7 */
  53. -pie-background: linear-gradient(#0E59AE, #0E59AE 100%);
  54. behavior: url(PIE.htc);
  55. }
  56. .fixed {
  57. position:absolute;
  58. top:0;
  59. left:0;
  60. width:100%;
  61. border-bottom:3px solid #fff !important;
  62. background: #660099; /* Old browsers */
  63. background: -moz-linear-gradient(top, #660099 0%, #660099 100%); /* FF3.6+ */
  64. /* FireFox 3.6 */
  65. /* Safari4+, Chrome */
  66. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#660099', endColorstr='#660099')";
  67. -pie-background: linear-gradient(#660099, #660099 100%);
  68. behavior: url(PIE.htc);
  69. -moz-box-shadow: 1px 1px 7px #676767;
  70. -webkit-box-shadow: 1px 1px 7px #676767;
  71. box-shadow: 1px 1px 7px #676767;
  72. height: 45px;
  73. background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #660099),color-stop(1, #660099));/* IE6,IE7 */
  74. /* IE8 */
  75. /* Firefox F3.5+ */
  76. /* Safari3.0+, Chrome */
  77. }
  78. .ondemand {
  79. width:100%;
  80. border-bottom:3px solid #fff !important;
  81. position:absolute;
  82. top:0;
  83. left:0;
  84. z-index:1000;
  85. background: #CC0000; /* Old browsers */
  86. background: -moz-linear-gradient(top, #CC0000 0%, #CC0000 100%); /* FF3.6+ */
  87. /* FireFox 3.6 */
  88. /* Safari4+, Chrome */
  89. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#CC0000')";
  90. -pie-background: linear-gradient(#CC0000, #CC0000 100%);
  91. behavior: url(PIE.htc);
  92. -moz-box-shadow: 1px 1px 7px #676767;
  93. -webkit-box-shadow: 1px 1px 7px #676767;
  94. box-shadow: 1px 1px 7px #676767;
  95. height: 45px;
  96. background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #CC0000),color-stop(1, #CC0000));/* IE6,IE7 */
  97. /* IE8 */
  98. /* Firefox F3.5+ */
  99. /* Safari3.0+, Chrome */
  100. }
  101. .ondemand-button
  102. {
  103. width:40px !important;
  104. height:40px;
  105. float:right !important;
  106. z-index:999;
  107. position:absolute;
  108. margin-right:100px!important;
  109. }
  110. #footer{width:100%; margin:0 auto; font-size:12px; color:#0E59AE; height:30px; margin-top:200px;border-top:1px solid #CCC;padding:18px;}
  111. .hide{display:none;}
  112. /* Buttons */
  113. .round.button {
  114. -moz-border-radius: 15px;
  115. -webkit-border-radius: 15px;
  116. border-radius: 15px;
  117. background-image: url(button-images/round-button-overlay.png);
  118. border: 1px solid rgba(0, 0, 0, 0.25);
  119. font-size: 13px;
  120. padding: 0;
  121. }
  122. .button {
  123. -moz-border-radius: 5px;
  124. -webkit-border-radius: 5px;
  125. border-radius: 5px;
  126. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
  127. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
  128. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
  129. background: #222;
  130. border: 1px solid rgba(0, 0, 0, 0.25);
  131. color: white !important;
  132. cursor: pointer;
  133. display: inline-block;
  134. font-size: 13px;
  135. font-weight: bold;
  136. line-height: 1;
  137. overflow: visible;
  138. padding: 5px 15px 6px;
  139. position: relative;
  140. text-decoration: none;
  141. text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  142. width: auto;
  143. text-align: center;
  144. }
  145. .round.button span {
  146. -moz-border-radius: 14px;
  147. -webkit-border-radius: 14px;
  148. border-radius: 14px;
  149. display: block;
  150. line-height: 1;
  151. padding: 4px 15px 6px;
  152. }
  153. .green.button {
  154. background-color:#91BD09;
  155. }
  156. .green.button:hover {
  157. background-color:#749A02;
  158. }
  159. .green.button:active {
  160. background-color:#a4d50b;
  161. }
  162. .blue.button {
  163. background-color:#0E59AE;
  164. }
  165. .blue.button:hover {
  166. background-color:#063468;
  167. }
  168. .blue.button:active {
  169. background-color:#1169cc;
  170. }
  171. .purple.button {
  172. background-color:#660099;
  173. }
  174. .purple.button:hover {
  175. background-color:#330066;
  176. }
  177. .purple.button:active {
  178. background-color:#7f02bd;
  179. }
  180. .red.button {
  181. background-color:#CC0000;
  182. }
  183. .red.button:hover {
  184. background-color:#990000;
  185. }
  186. .red.button:active {
  187. background-color:#ea0202;
  188. }
  189. .close
  190. {}
  191. .show{
  192. background: #CC0000; /* Old browsers */
  193. background: -moz-linear-gradient(top, #CC0000 0%, #CC0000 100%); /* FF3.6+ */
  194. /* FireFox 3.6 */
  195. /* Safari4+, Chrome */
  196. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#CC0000')";
  197. -pie-background: linear-gradient(#CC0000, #CC0000 100%);
  198. behavior: url(PIE.htc);
  199. -moz-box-shadow: 1px 1px 7px #676767;
  200. -webkit-box-shadow: 1px 1px 7px #676767;
  201. box-shadow: 1px 1px 7px #676767;
  202. height: 35px;
  203. float: right;
  204. width: 30px;
  205. overflow:hidden;
  206. /*margin-top: 0px !important;*/
  207. margin-right: 10px !important;
  208. text-align: center;
  209. background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #CC0000),color-stop(1, #CC0000));/* IE6,IE7 */
  210. /* IE8 */
  211. /* Firefox F3.5+ */
  212. /* Safari3.0+, Chrome */
  213. /* Opera 10.5, IE 9.0 */
  214. }
  215. .show img{margin-top:10px;}