mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
93 lines
2.3 KiB
CSS
93 lines
2.3 KiB
CSS
.CSSTableGeneratorByte {
|
|
margin-left:30%;margin-righ:30%;padding:0px;
|
|
width:40%;
|
|
border:1px solid #ffffff;
|
|
|
|
-moz-border-radius-bottomleft:5px;
|
|
-webkit-border-bottom-left-radius:5px;
|
|
border-bottom-left-radius:5px;
|
|
|
|
-moz-border-radius-bottomright:5px;
|
|
-webkit-border-bottom-right-radius:5px;
|
|
border-bottom-right-radius:5px;
|
|
|
|
-moz-border-radius-topright:5px;
|
|
-webkit-border-top-right-radius:5px;
|
|
border-top-right-radius:5px;
|
|
|
|
-moz-border-radius-topleft:5px;
|
|
-webkit-border-top-left-radius:5px;
|
|
border-top-left-radius:5px;
|
|
}.CSSTableGeneratorByte table{
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
width:100%;
|
|
height:100%;
|
|
margin-left:0%;margin-righ:0%;padding:0px;
|
|
table-layout:fixed;
|
|
}.CSSTableGeneratorByte tr:last-child td:last-child {
|
|
-moz-border-radius-bottomright:5px;
|
|
-webkit-border-bottom-right-radius:5px;
|
|
border-bottom-right-radius:5px;
|
|
}
|
|
.CSSTableGeneratorByte table tr:first-child td:first-child {
|
|
-moz-border-radius-topleft:5px;
|
|
-webkit-border-top-left-radius:5px;
|
|
border-top-left-radius:5px;
|
|
}
|
|
.CSSTableGeneratorByte table tr:first-child td:last-child {
|
|
-moz-border-radius-topright:5px;
|
|
-webkit-border-top-right-radius:5px;
|
|
border-top-right-radius:5px;
|
|
}.CSSTableGeneratorByte tr:last-child td:first-child{
|
|
-moz-border-radius-bottomleft:5px;
|
|
-webkit-border-bottom-left-radius:5px;
|
|
border-bottom-left-radius:5px;
|
|
}.CSSTableGeneratorByte tr:hover td{
|
|
background-color:#f97777;
|
|
|
|
|
|
}
|
|
.CSSTableGeneratorByte td{
|
|
vertical-align:middle;
|
|
|
|
background-color:#ffffff;
|
|
|
|
border:1px solid #ffffff;
|
|
border-width:0px 1px 1px 0px;
|
|
text-align:center;
|
|
padding:5px;
|
|
font-size:12px;
|
|
font-family:Arial;
|
|
font-weight:normal;
|
|
color:#000000;
|
|
}.CSSTableGeneratorByte tr:last-child td{
|
|
border-width:0px 1px 0px 0px;
|
|
}.CSSTableGeneratorByte tr td:last-child{
|
|
border-width:0px 0px 1px 0px;
|
|
}.CSSTableGeneratorByte tr:last-child td:last-child{
|
|
border-width:0px 0px 0px 0px;
|
|
}
|
|
.CSSTableGeneratorByte tr:first-child td{
|
|
|
|
background-color:#f97777;
|
|
border:0px solid #ffffff;
|
|
text-align:center;
|
|
border-width:0px 0px 1px 1px;
|
|
font-size:12px;
|
|
font-family:Arial;
|
|
font-weight:bold;
|
|
color:#000000;
|
|
}
|
|
.CSSTableGeneratorByte tr:first-child:hover td{
|
|
|
|
|
|
background-color:#f97777;
|
|
}
|
|
.CSSTableGeneratorByte tr:first-child td:first-child{
|
|
border-width:0px 0px 1px 0px;
|
|
}
|
|
.CSSTableGeneratorByte tr:first-child td:last-child{
|
|
border-width:0px 0px 1px 1px;
|
|
}
|