home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 November
/
PCWorld_2007-11_cd.bin
/
komunikace
/
maxthon
/
mx_2.0.4.5799.exe
/
template
/
Options
/
maxOptions.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2007-09-04
|
4KB
|
262 lines
/*
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;
}
/* 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{
border: 1px solid #E2DED6;
}
.maxTable input.text,
.maxTable textarea,
.maxTable select{
width: 99%;
}
.maxTable th{
padding: 5px 8px;
color: #666666;
font-weight: bold;
background: #EDEBE4;
border-bottom: 1px solid #E2DED6;
}
.maxTable td{
padding: 5px 8px;
cursor: pointer;
background: #F4F2EE;
border-top: 1px solid white;
border-bottom: 1px solid #E2DED6;
}
.maxTable-hover td{
background: #EFF9D0;
}
.maxTable-edit td{
background: #F8FCEA;
border-bottom: 1px solid #F3FFE8;
}
.maxTable-edit-control td{
padding: 6px;
color: #99CC66;
background: #F8FCEA;
border-top: 1px dotted #DDE1AA;
}
.maxTable-edit-note{
margin: 5px 0px;
color: #666666;
}
.maxTable-separator td,
.maxTable-separator-edit td{
height: 6px;
font-size: 0.01em;
color: #666666;
cursor: pointer;
background: #EDEBE4;
border-top: 1px solid #F1F0EB;
}
.maxTable-separator-hover td{
height: 6px;
font-size: 0.01em;
background: #E9ECC8;
border-top: 1px solid #EEF1D8;
}
.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;
background: #F1F0EB;
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;
}