56 lines
697 B
CSS
56 lines
697 B
CSS
|
|
div#PartSelector {
|
||
|
|
float:left;
|
||
|
|
padding:0px;
|
||
|
|
font-size:0.8em;
|
||
|
|
border:1px solid #198533;
|
||
|
|
background-color:#cded9d;
|
||
|
|
margin:0px;
|
||
|
|
margin-right:10px;
|
||
|
|
font-weight:bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
div#PartSelector a {
|
||
|
|
font-weight:normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
div#PartSelector ul {
|
||
|
|
list-style-type:none;
|
||
|
|
padding:2px;
|
||
|
|
margin:0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div#PartSelector ul ul{
|
||
|
|
margin-left:10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div#PartFilter {
|
||
|
|
font-size:0.8em;
|
||
|
|
}
|
||
|
|
|
||
|
|
div#PartList {
|
||
|
|
float:none;
|
||
|
|
}
|
||
|
|
|
||
|
|
div#PartList img {
|
||
|
|
border:0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div#PartList th a {
|
||
|
|
color:#cded9d;
|
||
|
|
}
|
||
|
|
|
||
|
|
div#PartList th a:hover {
|
||
|
|
color:#141;
|
||
|
|
text-decoration:none;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
div#ShowPartHead {
|
||
|
|
margin-bottom:10px;
|
||
|
|
font-size:0.8em;
|
||
|
|
}
|
||
|
|
|
||
|
|
div#ShowPartDownloads {
|
||
|
|
margin-left:20px;
|
||
|
|
margin-right:20px;
|
||
|
|
}
|