2012-02-23 14:23:10 -05:00
|
|
|
#content #plugins #navigation
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
background-image: url( ../../img/div.gif );
|
|
|
|
background-position: 100% 0;
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
width: 20%;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #navigation a
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
background-position: 0 50%;
|
|
|
|
border-right: 1px solid #f0f0f0;
|
|
|
|
display: block;
|
|
|
|
margin-left: 1px;
|
|
|
|
padding: 3px 0;
|
|
|
|
padding-left: 21px;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #navigation .cache a { background-image: url( ../../img/ico/disk-black.png ); }
|
|
|
|
#content #plugins #navigation .core a { background-image: url( ../../img/ico/toolbox.png ); }
|
|
|
|
#content #plugins #navigation .other a { background-image: url( ../../img/ico/zone.png ); }
|
|
|
|
#content #plugins #navigation .highlighting a { background-image: url( ../../img/ico/highlighter-text.png ); }
|
|
|
|
#content #plugins #navigation .updatehandler a{ background-image: url( ../../img/ico/arrow-circle.png ); }
|
|
|
|
#content #plugins #navigation .queryhandler a { background-image: url( ../../img/ico/magnifier.png ); }
|
|
|
|
|
|
|
|
#content #plugins #navigation a:hover
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
background-color: #fafafa;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #navigation .current a
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
background-color: #fff;
|
|
|
|
border-right-color: #fff;
|
|
|
|
border-top: 1px solid #f0f0f0;
|
|
|
|
border-bottom: 1px solid #f0f0f0;
|
|
|
|
font-weight: bold;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
float: right;
|
|
|
|
width: 78%;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
margin-bottom: 10px;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry:last-child
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
margin-bottom: 0;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry a
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
background-image: url( ../../img/ico/chevron-small-expand.png );
|
|
|
|
background-position: 0 50%;
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 21px;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry.expanded a
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
background-image: url( ../../img/ico/chevron-small.png );
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry.expanded ul
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
display: block;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry ul
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
display: none;
|
|
|
|
padding-top: 5px;
|
|
|
|
margin-left: 21px;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry li
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry li.stats
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
border-top: 1px solid #c0c0c0;
|
|
|
|
margin-top: 5px;
|
|
|
|
padding-top: 5px;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry li.odd
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
background-color: #f8f8f8;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry dt,
|
|
|
|
#content #plugins #frame .entry .stats span
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
float: left;
|
|
|
|
width: 11%;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry dd,
|
|
|
|
#content #plugins #frame .entry .stats ul
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
float: right;
|
|
|
|
width: 88%;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry .stats ul
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry .stats dt
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
width: 27%;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry .stats dd
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
width: 72%;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|