Initial checkin
This commit is contained in:
commit
d75eb444fc
4304 changed files with 369634 additions and 0 deletions
287
admin/admin.css
Normal file
287
admin/admin.css
Normal file
|
@ -0,0 +1,287 @@
|
|||
|
||||
body{
|
||||
font: normal 12px/24px Verdana, Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
a{
|
||||
color: #6699FF;
|
||||
}
|
||||
a:hover{
|
||||
color: #cccccc;
|
||||
}
|
||||
img{
|
||||
border:0px;
|
||||
}
|
||||
#sitetitle{
|
||||
width: 875px;
|
||||
margin: 0 auto;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
border-right: 1px solid #d1d1d1;
|
||||
border-left: 1px solid #d1d1d1;
|
||||
border-bottom:1px solid #D1D1D1;
|
||||
background-color: #fcfcfc;
|
||||
}
|
||||
table {
|
||||
background:#E6E6E6;
|
||||
border:2px solid #D1D1D1;
|
||||
border-collapse:collapse;
|
||||
border-spacing:1px;
|
||||
color:#333333;
|
||||
}
|
||||
table td {
|
||||
border:1px inset white;
|
||||
padding:3px;
|
||||
}
|
||||
table th {
|
||||
font-variant: small-caps;
|
||||
border:1px inset white;
|
||||
padding:3px;
|
||||
}
|
||||
#container{
|
||||
width: 1024px;
|
||||
margin: 0 auto;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
border-right: 1px solid #d1d1d1;
|
||||
border-left: 1px solid #d1d1d1;
|
||||
border-bottom:1px solid #D1D1D1;
|
||||
background-color: #fcfcfc;
|
||||
}
|
||||
#menu{
|
||||
float: left;
|
||||
width: 190px;
|
||||
margin: 0;
|
||||
}
|
||||
.menuitem_green{
|
||||
width: 175px;
|
||||
height: 50px;
|
||||
text-align: right;
|
||||
background-image: url("images/green.gif");
|
||||
}
|
||||
.menuitem_blue{
|
||||
width: 175px;
|
||||
height: 50px;
|
||||
text-align: right;
|
||||
background-image: url("images/blue.gif");
|
||||
}
|
||||
.menuitem_yellow{
|
||||
width: 175px;
|
||||
height: 50px;
|
||||
text-align: right;
|
||||
background-image: url("images/yellow.gif");
|
||||
}
|
||||
.menuitem_text{
|
||||
font-size:15px;
|
||||
font-weight:bold;
|
||||
text-decoration: bold;
|
||||
font-variant:small-caps;
|
||||
color: #FFFFFF;
|
||||
padding:20px 12px 0 0;
|
||||
}
|
||||
#menu ul{
|
||||
list-style-type: none;
|
||||
border-top: 1px solid #d1d1d1;
|
||||
margin-top:5px;
|
||||
padding: 0;
|
||||
}
|
||||
#menu li{
|
||||
text-indent: 1em;
|
||||
|
||||
border-right: 1px solid #cccccc;
|
||||
border-bottom:1px solid #D1D1D1;
|
||||
border-left: 1px solid #d1d1d1
|
||||
}
|
||||
#menu li a{
|
||||
color: #6699ff;
|
||||
display: block;
|
||||
padding: 2px 0 0 2px;
|
||||
text-decoration: none;
|
||||
}
|
||||
#menu li a:hover{
|
||||
background-color: #CCCCCC;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#left p{
|
||||
margin: 1px;
|
||||
padding-left: 1em;
|
||||
}
|
||||
#left form{
|
||||
padding: 1em 0 0 0;
|
||||
margin: 0;
|
||||
}
|
||||
#left form input{
|
||||
margin: 0.2em 0;
|
||||
background-color: #f3f3f3;
|
||||
border: 1px solid #333333;
|
||||
width: 125px;
|
||||
font: 11px/22px Arial, Helvetica, sans-serif;
|
||||
padding: 0.2em;
|
||||
}
|
||||
#left form .button{
|
||||
width: 75px;
|
||||
background-color: #6699FF;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#content{
|
||||
border: 1px solid #d1d1d1;
|
||||
float:left;
|
||||
margin-bottom:5px;
|
||||
margin-left:5px;
|
||||
margin-top:5px;
|
||||
min-height:300px;
|
||||
padding-left:1em;
|
||||
padding-right:1em;
|
||||
padding-top:5px;
|
||||
width:800px;
|
||||
}
|
||||
#minimal_content{
|
||||
float:left;
|
||||
margin-left:-1px;
|
||||
margin-right:-1px;
|
||||
margin-top:-5px;
|
||||
min-height:100px;
|
||||
padding-left:1em;
|
||||
padding-right:1em;
|
||||
padding-top:5px;
|
||||
width:800px;
|
||||
}
|
||||
#minimal_content h2{
|
||||
background-color: #B2EA6A;
|
||||
text-indent: 1em;
|
||||
font-size: 12px;
|
||||
font-variant: small-caps;
|
||||
color: #ffffff;
|
||||
margin: 0;
|
||||
}
|
||||
#minimal_content h1{
|
||||
background-color:#B2EA6A;
|
||||
color:#FFFFFF;
|
||||
font-size:25px;
|
||||
font-variant:small-caps;
|
||||
height:25px;
|
||||
margin:0;
|
||||
text-indent:15px;
|
||||
}
|
||||
#minimal_content p{
|
||||
margin: 0;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#content h2{
|
||||
background-color: #B2EA6A;
|
||||
text-indent: 1em;
|
||||
font-size: 12px;
|
||||
font-variant: small-caps;
|
||||
color: #ffffff;
|
||||
margin: 0;
|
||||
}
|
||||
#content h1{
|
||||
background-color:#B2EA6A;
|
||||
color:#FFFFFF;
|
||||
font-size:25px;
|
||||
font-variant:small-caps;
|
||||
height:25px;
|
||||
margin:0;
|
||||
text-indent:15px;
|
||||
}
|
||||
#content p{
|
||||
margin: 0;
|
||||
padding: 1em;
|
||||
}
#content form label{
|
||||
background-position:0 5px;
|
||||
background-repeat:no-repeat;
|
||||
clear:both;
|
||||
margin-bottom:2px;
|
||||
margin-right:3px;
|
||||
padding-left:0.5em;
|
||||
cursor:pointer;
|
||||
padding:0.5em 0.5em 0.5em 20px;
|
||||
}
|
||||
.messageboxerror {
|
||||
color: #ffffff;
|
||||
background-color:#ff0000;
|
||||
border: 1px solid #cc0000;
|
||||
}
|
||||
|
||||
.unchecked {
|
||||
background-image:url("images/chk_off.png");
|
||||
}
|
||||
.checked {
|
||||
background-image:url("images/chk_on.png");
|
||||
}
|
||||
.unselected {
|
||||
background-image:url("images/rdo_off.png");
|
||||
}
|
||||
.selected {
|
||||
background-image:url("images/rdo_on.png");
|
||||
}
|
||||
.sortcol {
|
||||
cursor: pointer;
|
||||
padding-right: 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right center;
|
||||
}
|
||||
.sortasc {
|
||||
background-color: #DDFFAC;
|
||||
background-image: url("images/up.gif");
|
||||
}
|
||||
.sortdesc {
|
||||
background-color: #B9DDFF;
|
||||
background-image: url("images/down.gif");
|
||||
}
|
||||
.nosort {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#footer{
|
||||
clear: both;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
.accordion_toggle {
|
||||
display: block;
|
||||
height: 30px;
|
||||
width: 680px;
|
||||
background: url(images/icons/arrow_left.png) no-repeat center left #a9d06a;
|
||||
padding: 0 10px 0 10px;
|
||||
line-height: 30px;
|
||||
color: #ffffff;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
border-bottom: 1px solid #cde99f;
|
||||
cursor: pointer;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
.accordion_toggle_active {
|
||||
background: url(images/icons/arrow_down.png) no-repeat center left #e0542f;
|
||||
color: #ffffff;
|
||||
border-bottom: 1px solid #cde99f;
|
||||
}
|
||||
|
||||
.accordion_content {
|
||||
background-color: #ffffff;
|
||||
color: #444444;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.accordion_content h2 {
|
||||
margin: 15px 0 5px 10px;
|
||||
color: #0099FF;
|
||||
}
|
||||
|
||||
.accordion_content p {
|
||||
line-height: 150%;
|
||||
padding: 5px 10px 15px 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue