2008-05-17 16:44:42 +04:00
|
|
|
/* Reset */
|
|
|
|
|
|
|
|
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }
|
|
|
|
a img,:link img,:visited img { border: none; }
|
|
|
|
table { border-collapse: collapse; border-spacing: 0; }
|
|
|
|
:focus { outline: none; }
|
|
|
|
|
|
|
|
/* Structure */
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
text-align: left;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aside {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
2008-12-30 01:46:18 +03:00
|
|
|
.invisible {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-05-17 16:44:42 +04:00
|
|
|
/* Typography */
|
|
|
|
|
|
|
|
h2, h3, h4 {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 5px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #555;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mochaPage h3 {
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 6px 0 6px 0;
|
|
|
|
margin: 0 0 8px 0;
|
|
|
|
border-bottom: 1px solid #bbb;
|
|
|
|
}
|
|
|
|
|
2008-12-25 19:20:30 +03:00
|
|
|
#error_div {
|
|
|
|
color: #f00;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2008-05-17 16:44:42 +04:00
|
|
|
h4 {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #e60;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 9px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* List Elements */
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: outside;
|
|
|
|
margin: 0 0 9px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
padding: 0 0 9px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Code */
|
|
|
|
|
|
|
|
pre {
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
color: #006600;
|
|
|
|
display: block;
|
|
|
|
font-family: 'Courier New', Courier, monospace;
|
|
|
|
font-size: 11px;
|
|
|
|
max-height: 250px;
|
|
|
|
overflow: auto;
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #d1d7dc;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Dividers */
|
|
|
|
|
|
|
|
hr {
|
|
|
|
background-color: #ddd;
|
|
|
|
color: #ccc;
|
|
|
|
height: 1px;
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vcenter {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urls {
|
|
|
|
width:90%;
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
|
2010-02-14 18:15:35 +03:00
|
|
|
#trackersUrls {
|
|
|
|
width:90%;
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
|
2009-11-23 12:16:32 +03:00
|
|
|
#Filters ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2009-11-23 16:56:10 +03:00
|
|
|
#Filters ul li {
|
|
|
|
margin-left: -16px;
|
|
|
|
}
|
|
|
|
|
2009-11-23 12:16:32 +03:00
|
|
|
#Filters ul img {
|
2009-11-23 16:56:10 +03:00
|
|
|
padding-left: 4px;
|
2009-11-23 12:16:32 +03:00
|
|
|
padding-right: 2px;
|
2009-11-23 19:45:07 +03:00
|
|
|
margin-bottom: -4px;
|
2009-11-23 12:16:32 +03:00
|
|
|
}
|
|
|
|
|
2009-11-23 16:56:10 +03:00
|
|
|
.selectedFilter {
|
|
|
|
background-color: #354158;
|
|
|
|
color: #000;
|
|
|
|
}
|
2009-11-23 19:43:51 +03:00
|
|
|
|
2009-11-23 22:12:44 +03:00
|
|
|
#properties {
|
2009-11-23 19:43:51 +03:00
|
|
|
background-color: #e5e5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.propButton {
|
|
|
|
border: 1px solid rgb(85, 81, 91);
|
|
|
|
/*border-radius: 3px;*/
|
|
|
|
padding: 2px;
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.propButton img {
|
|
|
|
margin-bottom: -4px;
|
|
|
|
}
|
2009-11-24 22:41:31 +03:00
|
|
|
|
|
|
|
/* context menu specific */
|
2010-08-15 12:49:19 +04:00
|
|
|
#contextmenu { border:1px solid #999; padding:0; background:#eee; list-style-type:none; display:none; width: 164px;}
|
2009-11-24 22:41:31 +03:00
|
|
|
#contextmenu .separator { border-top:1px solid #999; }
|
2010-08-15 12:49:19 +04:00
|
|
|
#contextmenu li { margin:0; padding:0;}
|
2010-12-13 21:22:19 +03:00
|
|
|
#contextmenu li a { display:block; padding:5px 10px 5px 5px; font-size:12px; text-decoration:none; font-family:tahoma,arial,sans-serif; color:#000; }
|
2009-11-24 22:41:31 +03:00
|
|
|
#contextmenu li a:hover { background-color:#ddd; }
|
|
|
|
#contextmenu li a.disabled { color:#ccc; font-style:italic; }
|
|
|
|
#contextmenu li a.disabled:hover { background-color:#eee; }
|
2010-08-15 12:49:19 +04:00
|
|
|
#contextmenu li ul {
|
|
|
|
padding: 0;
|
|
|
|
border:1px solid #999; padding:0; background:#eee;
|
|
|
|
list-style-type:none;
|
|
|
|
position: absolute;
|
|
|
|
left: -999em;
|
|
|
|
z-index: 8000;
|
|
|
|
margin: -29px 0 0 164px;
|
|
|
|
width: 164px;
|
|
|
|
}
|
|
|
|
#contextmenu li ul li a {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#contextmenu li a.arrow-right, #contextmenu li a:hover.arrow-right {
|
|
|
|
background-image: url(../images/skin/arrow-right.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: right center;
|
|
|
|
}
|
|
|
|
#contextmenu li:hover ul,
|
|
|
|
#contextmenu li.ieHover ul,
|
|
|
|
#contextmenu li li.ieHover ul,
|
|
|
|
#contextmenu li li li.ieHover ul,
|
|
|
|
#contextmenu li li:hover ul,
|
|
|
|
#contextmenu li li li:hover ul { /* lists nested under hovered list items */
|
|
|
|
left: auto;
|
|
|
|
}
|
2009-11-24 22:41:31 +03:00
|
|
|
|
2010-12-13 21:22:19 +03:00
|
|
|
#contextmenu li img {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin-bottom: -4px;
|
|
|
|
-ms-interpolation-mode : bicubic;
|
|
|
|
}
|
2009-12-05 17:19:37 +03:00
|
|
|
|
|
|
|
/* Sliders */
|
|
|
|
|
|
|
|
.slider {
|
|
|
|
clear: both;
|
|
|
|
position: relative;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
width: 400px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sliderWrapper {
|
|
|
|
position: relative;
|
|
|
|
font-size: 1px;
|
|
|
|
line-height: 1px;
|
|
|
|
height: 9px;
|
|
|
|
width: 422px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sliderarea {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 7px;
|
|
|
|
width: 420px;
|
|
|
|
font-size: 1px;
|
|
|
|
line-height: 1px;
|
|
|
|
background: #f2f2f2 url(../images/skin/slider-area.gif) repeat-x;
|
|
|
|
border: 1px solid #a3a3a3;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sliderknob {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 9px;
|
|
|
|
width: 19px;
|
|
|
|
font-size: 1px;
|
|
|
|
line-height: 1px;
|
|
|
|
background: url(../images/skin/knob.gif) no-repeat;
|
|
|
|
cursor: pointer;
|
|
|
|
overflow: hidden;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.update {
|
|
|
|
padding-bottom: 5px;
|
2009-12-05 19:23:34 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.mochaToolButton {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Mocha Customization */
|
|
|
|
#mochaToolbar .divider {
|
2011-01-10 19:56:38 +03:00
|
|
|
background-image: url(../images/skin/toolbox-divider.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: left center;
|
|
|
|
padding-left: 14px;
|
|
|
|
padding-top: 15px;
|
2009-12-06 17:13:49 +03:00
|
|
|
}
|
|
|
|
|
2010-04-07 12:30:47 +04:00
|
|
|
.MyMenuIcon {
|
|
|
|
margin-left: -16px;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
2009-12-06 17:13:49 +03:00
|
|
|
|
2010-05-24 22:57:44 +04:00
|
|
|
/* Tri-state checkbox */
|
|
|
|
a.tristate {
|
|
|
|
background: url(../images/3-state-checkbox.gif) 0 0 no-repeat;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
height: 13px;
|
|
|
|
margin: .15em 8px 5px 0px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-indent: -999em;
|
|
|
|
width: 13px;
|
|
|
|
}
|
|
|
|
a.checked { background-position: 0 -13px; }
|
|
|
|
a.partial { background-position: 0 -26px; }
|
|
|
|
|
|
|
|
|