initializing git repo

This commit is contained in:
Developer 2018-12-17 17:50:23 +01:00
commit 3df8fc53b8
86 changed files with 5649 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

BIN
templates/GreenPartstock0/Ok.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

View file

@ -0,0 +1,3 @@
[Dolphin]
ShowPreview=true
Timestamp=2010,8,30,23,22,50

View file

@ -0,0 +1,17 @@
The icons are free for personal use and also free for commercial use, but we require linking to our web site.
http://creativecommons.org/licenses/by-sa/3.0/
You are free:
* to Share — to copy, distribute and transmit the work
Under the following conditions:
Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
Attribute this work:
What does "Attribute this work" mean?
The page you came from contained embedded licensing metadata, including how the creator wishes to be attributed for re-use. You can use the HTML here to cite the work. Doing so will also include metadata on your page so that others can find the original work as well.
Share Alike — If you alter, transform, or build upon this work, you may distribute the resulting work only under the same, similar or a compatible license.
led24.de
31/05/2009

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

View file

@ -0,0 +1,67 @@
/***********
MainMenu
************/
div#MainMenu {
margin-bottom:0px;
padding:1px;
white-space:nowrap;
display:inline-block;
}
#MainMenu ul {
margin:0px;
margin-left:4px;
padding:0px;
list-style-type:none;
list-style-position:inside;
}
#MainMenu li {
padding-top:0px;
display:inline-block;
margin:0px;
}
#MainMenu ul li ul {
margin:0px;
margin-top:1px;
position:absolute;
visibility:hidden;
padding-top:2px;
}
#MainMenu li ul li {
display:block;
}
#MainMenu ul li:hover ul {
visibility:visible;
}
#MainMenu a {
border:1px solid #198533;
padding:1px 3px 1px 3px;
background-color:#cded9d;
font-weight:bold;
color:#198533;
text-decoration:none;
}
#MainMenu a:hover {
background-color:#629e1f;
color:#cded9d;
}
#MainMenu ul li ul li a {
border-bottom:1px solid #198533;
display:block;
width:100%;
}
#MainMenu img {
border:0px;
vertical-align:middle;
margin-right:4px;
margin-left:2px;
/*display:none;*/
}

View file

@ -0,0 +1,49 @@
/*****************
Message
*****************/
#Message {
padding:4px;
border-bottom:2px solid #198533;
}
#Message #Error{
margin:0px;
background-image:url(./Error.png);
background-repeat:no-repeat;
background-position:7px 2px;
padding-left:30px;
border-width:2px;
border-style:solid;
border-color:#bb2222;
color:#bb2222;
background-color:#ffaaaa;
font-weight:bold;
}
#Message #Warning {
margin:0px;
background-image:url(./Warning.png);
background-repeat:no-repeat;
background-position:7px 2px;
padding-left:30px;
border-width:2px;
border-style:solid;
border-color:#ffbb00;
color:#ffbb00;
background-color:#ffffaa;
font-weight:bold;
}
#Message #Success {
margin:0px;
background-image:url(./Ok.png);
background-repeat:no-repeat;
background-position:7px 2px;
padding-left:30px;
border-width:2px;
border-style:solid;
border-color:#00bb00;
color:#00bb00;
background-color:#aaffaa;
font-weight:bold;
}

View 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;
}

View file

@ -0,0 +1,137 @@
/*****************
Global Design
*****************/
body {
background-color:#bddd8d;
color:#198533;
font-size:1.0em;
color: #198533;
}
table {
background-color:#cded9d;
text-align:center;
}
th {
background-color:#a26e1a;
color:#cded9d;
margin:1px;
padding-left:2px;
padding-right:2px;
}
td {
padding:2px;
border-bottom:1px dashed #629e1f;
}
form {
display:inline;
}
input {
background-color:#cded9d;
border:1px solid #198533;
color: #198533;
text-align:center;
}
textarea {
background-color:#cded9d;
border:1px solid #198533;
color: #198533;
}
img {
vertical-align:middle;
}
li {
padding-top: 2px;
}
a{
color: #198533;
text-decoration: none;
}
a:hover{
color: #198533;
text-decoration: underline;
}
h1 {
font-size:1.4em;
}
/*submit buttons are in Button-class */
.Button {
background-color:#cded9d;
color:#198533;
text-decoration:none;
border:1px solid #198533;
padding-left:2px;
padding-right:2px;
}
.Button:hover {
background-color:#629e1f;
color:#cded9d;
text-decoration:none;
}
div#HeadContainer {
border-bottom:2px solid #2f8f00;
white-space:nowrap;
display:block;
margin:0px;
padding:0px;
}
/*****************
Login
*****************/
div#Login {
margin:0px;
margin-left:20px;
padding:0px;
white-space:nowrap;
display:inline-block;
height:20px;
}
#Login input {
max-width:70px;
}
#Login img {
border:0px;
vertical-align:middle;
margin-right:4px;
margin-left:2px;
}
#Login a {
border:1px solid #198533;
padding:1px 3px 1px 3px;
background-color:#cded9d;
font-weight:bold;
color:#198533;
text-decoration:none;
}
#Login a:hover {
background-color:#629e1f;
color:#cded9d;
}
/*****************
Body
*****************/
div#Body {
padding:4px;
}

View file

@ -0,0 +1,21 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>ldPtartstock</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="./templates/GreenPartstock0/style.css">
<link rel="stylesheet" type="text/css" href="./templates/GreenPartstock0/menu.css">
<link rel="stylesheet" type="text/css" href="./templates/GreenPartstock0/message.css">
<link rel="stylesheet" type="text/css" href="./templates/GreenPartstock0/partview.css">
</head>
<body>
<div id="HeadContainer">
<?php echo $TemplateMainMenu ?>
<?php echo $TemplateLogin ?>
</div>
<?php echo $TemplateMessage ?>
<?php echo $TemplateBody ?>
</body>
</html>