home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 118 / cdrom118.iso / internet / webaroo / WebarooSetup.exe / Webaroo.msi / _26D1F28210EB406B98992AA0ADBD053A < prev    next >
Encoding:
Text File  |  2006-03-04  |  3.8 KB  |  191 lines

  1. body{
  2. font-family: Tahoma,sans-serif;
  3. font-size: 12px;
  4. text-align: center;
  5. width: 900px;
  6. height: 500px;
  7. margin: 0px;
  8. margin-left: auto;
  9. margin-right: auto;
  10. padding: 0px;
  11. }
  12. div,span,img{
  13. margin: 0px;
  14. border: 0px;
  15. padding: 0px;
  16. }
  17. #everything{
  18. background-color: #669900;
  19. width: 900px;
  20. text-align: justify;
  21. }
  22. #header{
  23. display: block;
  24. width: 900px;
  25. height: 100px;
  26. color: #777777;
  27. background-color: #336600; 
  28. font-weight: 700;
  29. vertical-align: bottom;
  30. text-align: right;
  31. }
  32. #header a{
  33. color: #ffffff;
  34. text-decoration: none;
  35. }
  36. #navigation_top{
  37. display: block;
  38. padding-top: 80px;
  39. }
  40. #navigation_top span {
  41. padding-right: 5px;
  42. padding-left: 5px;
  43. }
  44. #leftbar{
  45. display: block;
  46. float: left;
  47. width: 150px;
  48. height: 100%;
  49. padding-top: 30px;
  50. color: #222222;
  51. background-color: #669900;
  52. }
  53. #leftbar #navigation_left{
  54. display: block;
  55. padding: 0px;
  56. margin: 0px;
  57. padding-left: 10px;
  58. }
  59. #leftbar #navigation_left span{
  60. display: block;
  61. font-weight: 700;
  62. list-style-type: none;
  63. padding: 5px;
  64. margin-top: 5px;
  65. width: 140px;
  66. }
  67. #leftbar #navigation_left span:hover{
  68. cursor: pointer;
  69. }
  70. #leftbar #navigation_left span.current{
  71. background-color: #ffffff;
  72. }
  73. #leftbar #navigation_left span.library{
  74. font-weight: 700;
  75. }
  76. #leftbar #navigation_left span.mobile{
  77. font-weight: 700;
  78. cursor: default;
  79. }
  80. #leftbar #navigation_left span.store{
  81. font-weight: 700;
  82. font-size: 80%;
  83. padding-left: 20px;
  84. }
  85. #everything #loading {
  86. font-size: 150%;
  87. font-weight: 700;
  88. color: #669900;
  89. text-align: center;
  90. padding-top: 200px;
  91. width: 700px;
  92. height: 200px;
  93. }
  94. #content{
  95. width: 740px;
  96. margin-left: 150px;
  97. margin-top: 0px;
  98. margin-right: 0px;
  99. margin-bottom: 0px;
  100. padding-left: 30px;
  101. padding-top: 10px;
  102. background-color: #ffffff;
  103. }
  104. #content .choice_section h2{
  105. font-size: 130%;
  106. }
  107. #content .choice_section .action_box{
  108. padding: 10px;
  109. height: 30px;
  110. }
  111. #content .choice_section .choice_box{
  112. /* overflow: auto; */
  113. }
  114. #content .choice_section .choice_box .choice_table{
  115. width: 700px;
  116. font-size: 80%;
  117. margin-left: 10px;
  118. }
  119. #content .choice_section .choice_box .choice_table th{
  120. vertical-align: middle;
  121. padding: 2px;
  122. text-align: center;
  123. height: 40px;
  124. }
  125. #content .choice_section .choice_box .choice_table td.error{
  126. font-weight: 700;
  127. }
  128. #content .choice_section .choice_box .choice_table td{
  129. vertical-align: middle;
  130. text-align: center;
  131. padding: 2px;
  132. background-color: #669900;
  133. border: 1px solid #ffffff;
  134. color: #ffffff;
  135. }
  136. #content .choice_section .choice_box .choice_table .choice_name{
  137. width: 120px;
  138. }
  139. #content .choice_section .choice_box .choice_table td.choice_name{
  140. text-align: left;
  141. }
  142. #content .choice_section .choice_box .choice_table .choice_details{
  143. width: 160px;
  144. }
  145. #content .choice_section .choice_box .choice_table td.choice_details{
  146. text-align: left;
  147. }
  148. #content .choice_section .choice_box .choice_table .choice_type{
  149. width: 70px;
  150. }
  151. #content .choice_section .choice_box .choice_table td.choice_type{
  152. text-align: left;
  153. }
  154. #content .choice_section .choice_box .choice_table .choice_size{
  155. width: 70px;
  156. }
  157. #content .choice_section .choice_box .choice_table .choice_status{
  158. width: 160px;
  159. }
  160. #content .choice_section .choice_box .choice_table td.choice_status{
  161. text-align: left;
  162. }
  163. #content .choice_section .choice_box .choice_table .choice_action{
  164. width: 120px;
  165. }
  166. #content .choice_section .choice_box .choice_box_container .choice_table .choice_table_row .choice_name .choice_checkbox {
  167. position: relative;
  168. top: 3px;
  169. }
  170. #content .choice_section .choice_box .choice_box_container .choice_table .choice_table_row .choice_action .choice_action_button {
  171. width: 100px;
  172. font-size: 100%;
  173. }
  174. #popup{
  175. display: none;
  176. z-index: 100;
  177. }
  178. .library_popup{
  179. width: 710px;
  180. background-color: #ffffff;
  181. padding: 10px;
  182. top: 120px;
  183. }
  184. #loading{
  185. display: none;
  186. z-index: 100;
  187. width: 690px;
  188. background-color: #ffffff;
  189. padding: 20px;
  190. top: 120px;
  191. }