first commit
This commit is contained in:
@@ -0,0 +1,167 @@
|
||||
body, table {
|
||||
margin : 0px;
|
||||
font-family : "Trebuchet MS";
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.main {
|
||||
padding : 10px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color : rgb(244, 136, 33);
|
||||
padding : 5px;
|
||||
background-color : black;
|
||||
}
|
||||
|
||||
a {
|
||||
color : #b32;
|
||||
}
|
||||
|
||||
|
||||
|
||||
input,
|
||||
textarea,
|
||||
select,
|
||||
input.dfile {
|
||||
border : 1px solid #bbb;
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
input.dint,
|
||||
input.duint,
|
||||
input.ddate,
|
||||
input.dfloat {
|
||||
width : 80px;
|
||||
}
|
||||
|
||||
img.dfile {
|
||||
position : absolute;
|
||||
left : 800px;
|
||||
}
|
||||
|
||||
input.button {
|
||||
color : white;
|
||||
font-weight : bold;
|
||||
min-width : 100px;
|
||||
background-color : #b32;
|
||||
cursor : pointer;
|
||||
border : 0px;
|
||||
border-radius: 4px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
input.ddatetime {
|
||||
width : 120px;
|
||||
}
|
||||
|
||||
input.dstring {
|
||||
width : 400px;
|
||||
}
|
||||
|
||||
input.dtinytext {
|
||||
width : 700px;
|
||||
}
|
||||
|
||||
textarea.dtext {
|
||||
width : 700px;
|
||||
height : 200px;
|
||||
}
|
||||
|
||||
input:focus,
|
||||
textarea:focus,
|
||||
select:focus {
|
||||
background-color : #f5f5f5;
|
||||
}
|
||||
|
||||
select {
|
||||
width : 300px;
|
||||
}
|
||||
|
||||
input.button:hover {
|
||||
background-color : rgb(244, 136, 33);
|
||||
}
|
||||
|
||||
input.button:focus {
|
||||
background-color : rgb(244, 136, 33);
|
||||
}
|
||||
|
||||
.derror {
|
||||
text-align : center;
|
||||
background-color : #fee;
|
||||
}
|
||||
|
||||
table.results {
|
||||
border-collapse : collapse;
|
||||
border-spacing : 0px;
|
||||
/*font-size : 90%;*/
|
||||
white-space : nowrap;
|
||||
margin-bottom : 20px;
|
||||
td {
|
||||
padding : 1px;
|
||||
border-left : 1px solid #bbb;
|
||||
border-right : 1px solid #bbb;
|
||||
}
|
||||
tr.header {
|
||||
background-color : #b32;
|
||||
color : white;
|
||||
a {
|
||||
color : white;
|
||||
text-decoration : underline;
|
||||
}
|
||||
}
|
||||
tr {
|
||||
background-color : white;
|
||||
}
|
||||
tr.odd {
|
||||
background-color : #eee;
|
||||
}
|
||||
tr:hover td {
|
||||
background-color : #fee;
|
||||
}
|
||||
tr.odd:hover td {
|
||||
background-color : #ffd7d7;
|
||||
}
|
||||
}
|
||||
|
||||
div.links {
|
||||
position : absolute;
|
||||
width : 100%;
|
||||
height : 22px;
|
||||
top : 40px;
|
||||
left : 0px;
|
||||
color : #e82;
|
||||
background-color : #e82;
|
||||
}
|
||||
|
||||
div.links a:first-child {
|
||||
margin-left : 2px;
|
||||
}
|
||||
|
||||
div.links a {
|
||||
padding-left : 8px;
|
||||
padding-right : 8px;
|
||||
|
||||
|
||||
font-weight : bold;
|
||||
line-height : 22px;
|
||||
color : white;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
table{
|
||||
border-collapse:collapse;
|
||||
border-spacing:0;
|
||||
|
||||
}
|
||||
table td,table th{
|
||||
padding:8px;
|
||||
}
|
||||
table td{
|
||||
border-top: 1px solid #EEE;
|
||||
}
|
||||
table th{
|
||||
background-color:#EEE;
|
||||
font-weight:bold;
|
||||
color:#666;
|
||||
}
|
||||
Reference in New Issue
Block a user