2012-04-06 14:16:26 -04:00
|
|
|
|
2012-02-23 14:23:10 -05:00
|
|
|
#content #plugins #navigation
|
|
|
|
{
|
2012-03-07 11:30:20 -05:00
|
|
|
width: 20%;
|
2012-02-23 14:23:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #navigation .cache a { background-image: url( ../../img/ico/disk-black.png ); }
|
2012-03-21 05:36:59 -04:00
|
|
|
#content #plugins #navigation .core a { background-image: url( ../../img/ico/wooden-box.png ); }
|
2012-02-23 14:23:10 -05:00
|
|
|
#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 #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-21 05:36:59 -04:00
|
|
|
border-left: 9px solid #f0f3ff;
|
2012-03-07 11:30:20 -05:00
|
|
|
display: none;
|
2012-03-21 05:36:59 -04:00
|
|
|
margin-left: 3px;
|
2012-03-07 11:30:20 -05:00
|
|
|
padding-top: 5px;
|
2012-03-21 05:36:59 -04:00
|
|
|
padding-left: 10px;
|
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-21 05:36:59 -04:00
|
|
|
border-left: 0;
|
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-04-06 14:16:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry.expanded a.linker {
|
|
|
|
background-image: none;
|
|
|
|
background-position: 0 0;
|
|
|
|
display: inline;
|
|
|
|
font-weight: normal;
|
|
|
|
padding:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content #plugins #frame .entry.expanded a.linker:hover {
|
|
|
|
background-color:#F0F3FF;
|
|
|
|
}
|