main.css 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. #container
  2. {
  3. width: 640px;
  4. margin-top: 45px;
  5. margin-left: auto;
  6. margin-right: auto;
  7. margin-bottom: 45px;
  8. padding: 10px;
  9. background-color: white;
  10. border: 0px solid #d5d5d5;
  11. border-radius: 7px;
  12. -moz-border-radius: 7px;
  13. -webkit-border-radius: 7px;
  14. -webkit-box-shadow: #666 0px 2px 3px;
  15. -moz-box-shadow: #666 0px 2px 3px;
  16. box-shadow: #666 0px 2px 3px;
  17. }
  18. #container h1
  19. {
  20. }
  21. #container h2
  22. {
  23. margin-top: 5px;
  24. margin-bottom: 5px;
  25. text-shadow: 1px 1px 2px #666;
  26. }
  27. #container h3
  28. {
  29. }
  30. #container h4
  31. {
  32. }
  33. #container a
  34. {
  35. text-decoration: none;
  36. color: #00d0de;
  37. }
  38. #container #top-tabs
  39. {
  40. float: left;
  41. list-style: none outside none;
  42. margin: -35px 16px 0 -6px;
  43. padding: 0;
  44. }
  45. #container #top-tabs li
  46. {
  47. float: left;
  48. margin-left: 0px;
  49. padding-top: 3px;
  50. padding-left: 5px;
  51. padding-right: 5px;
  52. padding-bottom: 3px;
  53. background-color: #e9e9e9;
  54. border-top: 1px solid #d5d5d5;
  55. border-left: 1px solid #d5d5d5;
  56. border-right: 1px solid #d5d5d5;
  57. border-radius: 5px 5px 0px 0px;
  58. -moz-border-radius: 5px 5px 0px 0px;
  59. -webkit-border-radius: 5px 5px 0px 0px;
  60. }
  61. #container #top-tabs li.active
  62. {
  63. background-color: white;
  64. }
  65. #container #top-tabs li a
  66. {
  67. text-decoration: none;
  68. color: black;
  69. }
  70. #top_bar
  71. {
  72. width: 220px;
  73. background-color: white;
  74. padding: 0px;
  75. margin-left: auto;
  76. margin-right: auto;
  77. border-radius: 0px 0px 4px 4px;
  78. -moz-border-radius: 0px 0px 4px 4px;
  79. -webkit-border-radius: 0px 0px 4px 4px;
  80. text-align: center;
  81. }
  82. #top_bar a
  83. {
  84. text-decoration: none;
  85. color: black;
  86. padding-left: 3px; padding-right: 3px;
  87. }
  88. /*#top_bar ul
  89. {
  90. text-align: center;
  91. margin-top: -5px;
  92. }
  93. #top_bar ul li
  94. {
  95. display: inline;
  96. float: left;
  97. list-style: none;
  98. padding-left: 6px;
  99. }
  100. #top_bar ul li a
  101. {
  102. text-decoration: none;
  103. color: black;
  104. }*/
  105. ul.inline
  106. {
  107. }
  108. ul.inline li
  109. {
  110. display: inline;
  111. }
  112. /* Messages flash */
  113. .message
  114. {
  115. -webkit-background-size: 40px 40px;
  116. -moz-background-size: 40px 40px;
  117. background-size: 40px 40px;
  118. background-image: -webkit-gradient(linear, left top, right bottom,
  119. color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
  120. color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
  121. color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
  122. to(transparent));
  123. background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  124. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  125. transparent 75%, transparent);
  126. background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  127. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  128. transparent 75%, transparent);
  129. background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  130. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  131. transparent 75%, transparent);
  132. background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  133. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  134. transparent 75%, transparent);
  135. background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  136. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  137. transparent 75%, transparent);
  138. -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  139. -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  140. box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  141. width: 100%;
  142. border: 1px solid;
  143. color: #fff;
  144. padding: 15px;
  145. position: fixed;
  146. _position: absolute;
  147. text-shadow: 0 1px 0 rgba(0,0,0,.5);
  148. -webkit-animation: animate-bg 5s linear infinite;
  149. -moz-animation: animate-bg 5s linear infinite;
  150. }
  151. .info
  152. {
  153. background-color: #4ea5cd;
  154. border-color: #3b8eb5;
  155. }
  156. .error
  157. {
  158. background-color: #de4343;
  159. border-color: #c43d3d;
  160. }
  161. .warning
  162. {
  163. background-color: #eaaf51;
  164. border-color: #d99a36;
  165. }
  166. .success
  167. {
  168. background-color: #61b832;
  169. border-color: #55a12c;
  170. }
  171. .message h3
  172. {
  173. margin: 0 0 5px 0;
  174. }
  175. .message p
  176. {
  177. margin: 0;
  178. }
  179. .message a.message-close
  180. {
  181. float: right;
  182. margin-top: -14px;
  183. margin-right: 18px;
  184. margin-bottom: -11px;
  185. }
  186. .message a.message-close img:HOVER
  187. {
  188. width: 52px;
  189. height: 52px;
  190. margin-bottom: -13px;
  191. }
  192. @-webkit-keyframes animate-bg
  193. {
  194. from {
  195. background-position: 0 0;
  196. }
  197. to {
  198. background-position: -80px 0;
  199. }
  200. }
  201. @-moz-keyframes animate-bg
  202. {
  203. from {
  204. background-position: 0 0;
  205. }
  206. to {
  207. background-position: -80px 0;
  208. }
  209. }
  210. /* Message flash end */