Patch by Alex Sirota <alex@elbrus.com>, r=alanjstr git-svn-id: svn://10.0.0.236/trunk@168144 18797224-902f-48f8-a5cc-f745e15eee43
202 lines
3.0 KiB
CSS
Executable File
202 lines
3.0 KiB
CSS
Executable File
#mBody h2 {
|
|
font: 140% arial,helvetica,verdana,sans-serif;
|
|
border-bottom: 1px solid #ccc;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#mBody h3 {
|
|
font: 120% arial,helvetica,verdana,sans-serif;
|
|
border-bottom: 1px solid #ccc;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#mBody h1 {
|
|
font: 180% arial,helvetica,sans-serif;
|
|
border-bottom: 1px solid #ccc;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.key-point:before {
|
|
line-height: 0.1;
|
|
font-size: 1px;
|
|
background: transparent url("../../images/key-point_tr.gif") no-repeat top right;
|
|
margin: -15px -15px 0 -15px;
|
|
height: 15px;
|
|
display: block;
|
|
border: none;
|
|
content: url("../../images/key-point_tl.gif");
|
|
}
|
|
.key-point {
|
|
background: #EFF8CE url("../../images/key-point_back.gif") right repeat-y;
|
|
padding: 15px;
|
|
margin-top: 18px;
|
|
}
|
|
.key-point:after {
|
|
display: block;
|
|
padding-top: 15px;
|
|
line-height: 0.1;
|
|
font-size: 1px;
|
|
content: url("../../images/key-point_bl.gif");
|
|
margin: -15px;
|
|
height: 8px;
|
|
background: transparent url("../../images/key-point_br.gif") scroll no-repeat bottom right ;
|
|
}
|
|
|
|
#header form #submit {
|
|
font-size: 100%;
|
|
padding: 1px;
|
|
font-family: tahoma, arial, sans-serif;
|
|
}
|
|
|
|
#header form #q {
|
|
width: 90px;
|
|
font-size: 100%;
|
|
font-weight: normal;
|
|
border: 1px solid #9097A2;
|
|
padding: 2px;
|
|
font-family: tahoma, arial, sans-serif;
|
|
}
|
|
|
|
#sectionsearch {
|
|
font-size: 100%;
|
|
font-weight: normal;
|
|
font-family: tahoma, arial, sans-serif;
|
|
}
|
|
|
|
.popularlist {
|
|
font-size: 85%;
|
|
}
|
|
|
|
.popularlist span {
|
|
color: #666;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.install a {
|
|
background: url(../../images/install.png) no-repeat;
|
|
padding: 3px 0 8px 30px;
|
|
display: block;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.install a strong {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.install-box {
|
|
width: 18em;
|
|
}
|
|
|
|
#opinions h4 {
|
|
margin: 0;
|
|
}
|
|
|
|
.opinions-info {
|
|
font-size: 85%;
|
|
margin: 0 0 0.5em 0;
|
|
}
|
|
|
|
.opinions-info a {
|
|
text-decoration: none;
|
|
color: #666;
|
|
}
|
|
|
|
.opinions-info a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.opinions-text {
|
|
margin: 0;
|
|
}
|
|
|
|
.opinions-rating img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.rating {
|
|
float: right;
|
|
font-size: 85%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.rating img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.more-links {
|
|
margin: 0.5em 0 0 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.more-links li {
|
|
display: inline;
|
|
margin: 0;
|
|
padding: 5px;
|
|
}
|
|
|
|
.screenshot {
|
|
float: right;
|
|
background: #fff;
|
|
padding: 0 0 2em 2em;
|
|
}
|
|
|
|
.screenshot a {
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
|
|
/* Remaining Original Update Styles */
|
|
|
|
.item {
|
|
border: #D2D6D6 1px solid;
|
|
padding-left: 5px;
|
|
padding-right: 6px;
|
|
MARGIN-bottom: 10px;
|
|
-moz-border-radius: 10px;
|
|
}
|
|
|
|
.item a {
|
|
color: #00129c;
|
|
text-decoration: none;
|
|
}
|
|
.item a:visited {
|
|
color: #00129c;
|
|
text-decoration: none;
|
|
}
|
|
.item a:hover {
|
|
color: #fc5900;
|
|
}
|
|
|
|
.iconbar {
|
|
padding-right: 15px;
|
|
float: left;
|
|
width: auto;
|
|
height: 34px;
|
|
text-align: top;
|
|
}
|
|
|
|
.iconbar img {
|
|
float:left;
|
|
}
|
|
|
|
.iconbar a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.selected a, .selected a:visited {
|
|
color: #fc5900;
|
|
}
|
|
|
|
.baseline {
|
|
margin-top: 5px;
|
|
border-top: #ccc 1px solid;
|
|
padding: 3px;
|
|
padding-left: 10px;
|
|
font-size: 8pt;
|
|
color: #333;
|
|
}
|
|
|
|
.tooltip {
|
|
cursor: help;
|
|
border-bottom: 1px dotted;
|
|
} |