initializing git repo
This commit is contained in:
commit
3df8fc53b8
86 changed files with 5649 additions and 0 deletions
56
templates/GreenPartstock0/partview.css
Executable file
56
templates/GreenPartstock0/partview.css
Executable file
|
|
@ -0,0 +1,56 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue