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