home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / komunikace / maxthon / mx_2.0.7.1245.exe / template / Options / maxOptions.css < prev    next >
Cascading Style Sheet File  |  2007-11-20  |  4KB  |  264 lines

  1. /*
  2.  
  3. Style Sheet For Maxthon Setup Center v2.0.5.1
  4. 2007-02-01 10:19:14
  5. SiC
  6.  
  7. */
  8.  
  9. /****** General Styles ******/
  10.  
  11. /* general */
  12. th{
  13.     color: #666666;
  14.     font-weight: bold;
  15.     text-align: left;
  16. }
  17. h5{
  18.     font-size: 100%;
  19.     font-weight: bold;
  20.     color: #535353;
  21.     padding: 3px 0px;
  22.     margin: 3px 0px;
  23.     margin-left: 0px;
  24.     margin-bottom: 5px;
  25. }
  26.  
  27. /* layout */
  28. .sidebar{
  29.     background: white url('css/bg_sidebar.png') right repeat-y;
  30. }
  31. .content{
  32.     padding: 10px 10px 10px 15px;
  33. }
  34.  
  35. /* controls */
  36. .header-buttons{
  37.     border-left: none !important;
  38. }
  39.  
  40. #pageHeader{
  41.     color: black;
  42.     font-weight: bold;
  43.     padding: 0px 30px 0px 20px;
  44. }
  45. #msgBox{
  46.     color: #CC6600;
  47. }
  48.  
  49.  
  50. /*
  51. ////////////////    CUSTOM STYLES /////////////////
  52. */
  53.  
  54. /* page links */
  55.  
  56. .pageLinks{
  57.     text-align: center;
  58.     margin: 10px;
  59. }
  60. #pageLinks a:link,
  61. #pageLinks a:active,
  62. #pageLinks a:visited,
  63. #pageLinks a:hover
  64. {
  65.     text-align: left;
  66.     color: #756A4F;
  67.     display: block;
  68.     white-space: nowrap;
  69.     text-decoration: none;
  70.     padding: 4px 6px;
  71.     margin: 1px;
  72. }
  73. #pageLinks a:hover
  74. {
  75.     padding: 3px 5px;
  76.     color: #395500;
  77.     border: 1px solid #A5D11F;
  78.     background: #F4FBE1;
  79. }
  80. #pageLinks a:link.active,
  81. #pageLinks a:active.active,
  82. #pageLinks a:visited.active,
  83. #pageLinks a:hover.active{
  84.     padding: 3px 5px;
  85.     color: black;
  86.     border: 1px solid #98C7F5;
  87.     background: #ECF4FD url('css/arrow.png') right no-repeat;
  88. }
  89.  
  90. .sidebar hr{
  91.     border: none;
  92.     height: 2px;
  93.     border-bottom: 1px dotted white;
  94.     border-top: 1px dotted #C9C1AF;
  95. }
  96.  
  97. /* common styles */
  98. .item,
  99. .item-disabled{
  100.     padding: 3px;
  101. }
  102. .item-disabled{
  103.     color: #999999 !important;
  104. }
  105. .radio-item{
  106. }
  107. .color-spot{
  108.     vertical-align: middle;
  109.     width: 42px;
  110.     padding: 2px 8px;
  111.     border: 1px solid #CCCCCC;
  112.     cursor: pointer;
  113. }
  114. .label-item{
  115.     font-weight: bold;
  116.     border-bottom: 1px dotted #D0CABD;
  117. }
  118. .indent{
  119.     margin-left: 20px;
  120. }
  121. .comment{
  122.     color: #999999;
  123.     font-weight: normal;
  124. }
  125. .note {
  126.     font-weight: normal;
  127.     color: #CC3300;
  128. }
  129.  
  130. /* download */
  131. .failed-downloader-list {
  132.     margin-left: 48px;
  133.     top: 48px;
  134.     padding: 10px;
  135.     background: #FFF8F2;
  136.     border: 1px solid #CC3300;
  137.     color: #993300;
  138. }
  139.  
  140. /* magic form */
  141. .inner-table-wrapper{
  142.     width: 100%;
  143.     border: 5px solid white;
  144. }
  145. .form-table{
  146.     border: 1px solid #EDE9E2;
  147. }
  148. .form-table th{
  149.     background: #EDE9E2 !important;
  150.     border: none !important;
  151. }
  152. .form-table td{
  153.     cursor: auto !important;
  154.     background: #F7F5F2 !important;
  155.     border: none !important;
  156.     border-top: 1px solid #EDE9E2 !important;
  157. }
  158. .form-table-section td{
  159.     color: #999999 !important;
  160. }
  161. .form-table-header{
  162.     white-space: nowrap;
  163.     text-align: right;
  164. }
  165.  
  166. /* ? clean */
  167. .clean-table td{
  168.     border: none !important;
  169.     background: none !important;
  170.     padding: 0 !important;
  171. }
  172.  
  173. /* top strip for skin/plugin/filter pack manager */
  174. .mananger-top{
  175.     color: #CCCCCC;
  176.     margin: 10px 0px 20px 5px;
  177. }
  178.  
  179. /* edit table */
  180. .maxTable{
  181. }
  182. .maxTable input.text,
  183. .maxTable textarea,
  184. .maxTable select{
  185.     width: 99%;
  186. }
  187.  
  188. .maxTable th{
  189.     padding: 5px 8px;
  190.     color: #666666;
  191.     font-weight: bold;
  192.     background: #F5F4F1;
  193. }
  194. .maxTable td{
  195.     padding: 5px 8px;
  196.     cursor: pointer;
  197.     border-bottom: 1px dotted #E0E0E0;
  198. }
  199. .maxTable-hover td{
  200.     background: #F4FBE1;
  201. }
  202. .maxTable-edit td{
  203.     background: #F8FCEA;
  204.     border-bottom: none;
  205. }
  206.  
  207. .maxTable-edit-control td{
  208.     padding: 6px;
  209.     color: #99CC66;
  210.     background: #F8FCEA;
  211. }
  212. .maxTable-edit-note{
  213.     margin: 5px 0px;
  214.     color: #666666;
  215. }
  216.  
  217. .maxTable-separator td,
  218. .maxTable-separator-hover td,
  219. .maxTable-separator-edit td{
  220.     height: 4px;
  221.     padding: 0;
  222.     line-height: 0;
  223.     color: #666666;
  224.     cursor: pointer;
  225.     background: #F5F4F1;
  226. }
  227. .maxTable-separator-hover td{
  228.     background: #E9ECC8;
  229. }
  230. .maxTable-separator-edit td{
  231.     font-size: 0.01em;
  232.     border-top: 1px solid #F3F4E1;
  233.     border-bottom: 1px solid #F1F3DC;
  234.     background: #F1F3DC;
  235. }
  236.  
  237. .maxTable-control td{
  238.     cursor: auto;
  239.     color: #999999;
  240.     border-bottom: none;
  241. }
  242.  
  243. .maxTable-edit-no-control td{
  244.     background: #F8FCEA;
  245. }
  246.  
  247.  
  248. /* edit-table items */
  249. .item-note{
  250.     color: #868686;
  251. }
  252. .item-description{
  253.     color: #333333;
  254.     margin: 10px 0px;
  255. }
  256. .item-preview{
  257.     float: left;
  258.     width: 220px;
  259.     height: 220px;
  260.     overflow: hidden;
  261.     background: #EDEBE4;
  262.     border: 1px solid #DAD6C7;
  263. }
  264.