home *** CD-ROM | disk | FTP | other *** search
- /*
-
- Style Sheet For Maxthon Setup Center v2.0.5.1
- 2007-02-01 10:19:14
- SiC
-
- */
-
- /****** General Styles ******/
-
- /* general */
- th{
- color: #666666;
- font-weight: bold;
- text-align: left;
- }
- h5{
- font-size: 100%;
- font-weight: bold;
- color: #535353;
- padding: 3px 0px;
- margin: 3px 0px;
- margin-left: 0px;
- margin-bottom: 5px;
- }
-
- /* layout */
- .sidebar{
- background: white url('css/bg_sidebar.png') right repeat-y;
- }
- .content{
- padding: 10px 10px 10px 15px;
- }
-
- /* controls */
- .header-buttons{
- border-left: none !important;
- }
-
- #pageHeader{
- color: black;
- font-weight: bold;
- padding: 0px 30px 0px 20px;
- }
- #msgBox{
- color: #CC6600;
- }
-
-
- /*
- //////////////// CUSTOM STYLES /////////////////
- */
-
- /* page links */
-
- .pageLinks{
- text-align: center;
- margin: 10px;
- }
- #pageLinks a:link,
- #pageLinks a:active,
- #pageLinks a:visited,
- #pageLinks a:hover
- {
- text-align: left;
- color: #756A4F;
- display: block;
- white-space: nowrap;
- text-decoration: none;
- padding: 4px 6px;
- margin: 1px;
- }
- #pageLinks a:hover
- {
- padding: 3px 5px;
- color: #395500;
- border: 1px solid #A5D11F;
- background: #F4FBE1;
- }
- #pageLinks a:link.active,
- #pageLinks a:active.active,
- #pageLinks a:visited.active,
- #pageLinks a:hover.active{
- padding: 3px 5px;
- color: black;
- border: 1px solid #98C7F5;
- background: #ECF4FD url('css/arrow.png') right no-repeat;
- }
-
- .sidebar hr{
- border: none;
- height: 2px;
- border-bottom: 1px dotted white;
- border-top: 1px dotted #C9C1AF;
- }
-
- /* common styles */
- .item,
- .item-disabled{
- padding: 3px;
- }
- .item-disabled{
- color: #999999 !important;
- }
- .radio-item{
- }
- .color-spot{
- vertical-align: middle;
- width: 42px;
- padding: 2px 8px;
- border: 1px solid #CCCCCC;
- cursor: pointer;
- }
- .label-item{
- font-weight: bold;
- border-bottom: 1px dotted #D0CABD;
- }
- .indent{
- margin-left: 20px;
- }
- .comment{
- color: #999999;
- font-weight: normal;
- }
- .note {
- font-weight: normal;
- color: #CC3300;
- }
-
- /* download */
- .failed-downloader-list {
- margin-left: 48px;
- top: 48px;
- padding: 10px;
- background: #FFF8F2;
- border: 1px solid #CC3300;
- color: #993300;
- }
-
- /* magic form */
- .inner-table-wrapper{
- width: 100%;
- border: 5px solid white;
- }
- .form-table{
- border: 1px solid #EDE9E2;
- }
- .form-table th{
- background: #EDE9E2 !important;
- border: none !important;
- }
- .form-table td{
- cursor: auto !important;
- background: #F7F5F2 !important;
- border: none !important;
- border-top: 1px solid #EDE9E2 !important;
- }
- .form-table-section td{
- color: #999999 !important;
- }
- .form-table-header{
- white-space: nowrap;
- text-align: right;
- }
-
- /* ? clean */
- .clean-table td{
- border: none !important;
- background: none !important;
- padding: 0 !important;
- }
-
- /* top strip for skin/plugin/filter pack manager */
- .mananger-top{
- color: #CCCCCC;
- margin: 10px 0px 20px 5px;
- }
-
- /* edit table */
- .maxTable{
- }
- .maxTable input.text,
- .maxTable textarea,
- .maxTable select{
- width: 99%;
- }
-
- .maxTable th{
- padding: 5px 8px;
- color: #666666;
- font-weight: bold;
- background: #F5F4F1;
- }
- .maxTable td{
- padding: 5px 8px;
- cursor: pointer;
- border-bottom: 1px dotted #E0E0E0;
- }
- .maxTable-hover td{
- background: #F4FBE1;
- }
- .maxTable-edit td{
- background: #F8FCEA;
- border-bottom: none;
- }
-
- .maxTable-edit-control td{
- padding: 6px;
- color: #99CC66;
- background: #F8FCEA;
- }
- .maxTable-edit-note{
- margin: 5px 0px;
- color: #666666;
- }
-
- .maxTable-separator td,
- .maxTable-separator-hover td,
- .maxTable-separator-edit td{
- height: 4px;
- padding: 0;
- line-height: 0;
- color: #666666;
- cursor: pointer;
- background: #F5F4F1;
- }
- .maxTable-separator-hover td{
- background: #E9ECC8;
- }
- .maxTable-separator-edit td{
- font-size: 0.01em;
- border-top: 1px solid #F3F4E1;
- border-bottom: 1px solid #F1F3DC;
- background: #F1F3DC;
- }
-
- .maxTable-control td{
- cursor: auto;
- color: #999999;
- border-bottom: none;
- }
-
- .maxTable-edit-no-control td{
- background: #F8FCEA;
- }
-
-
- /* edit-table items */
- .item-note{
- color: #868686;
- }
- .item-description{
- color: #333333;
- margin: 10px 0px;
- }
- .item-preview{
- float: left;
- width: 220px;
- height: 220px;
- overflow: hidden;
- background: #EDEBE4;
- border: 1px solid #DAD6C7;
- }
-