migrate to new git
This commit is contained in:
42
web/ext/editor_templates/a02.edit_t014/style.css
Normal file
42
web/ext/editor_templates/a02.edit_t014/style.css
Normal file
@@ -0,0 +1,42 @@
|
||||
.table-014 {
|
||||
font-family: "微軟正黑體";
|
||||
border-top: 1px solid #fff;
|
||||
border-left: 1px solid #fff;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.table-014 td,
|
||||
.table-014 th {
|
||||
padding: 10px 0;
|
||||
border-bottom: 1px solid #fff;
|
||||
border-right: 1px solid #fff;
|
||||
}
|
||||
|
||||
.table-014 .t1 {
|
||||
background: #7fc29b;
|
||||
background: -moz-linear-gradient(top, #7fc29b 0, #5e9e79 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fc29b), color-stop(100%, #5e9e79));
|
||||
background: -webkit-linear-gradient(top, #7fc29b 0, #5e9e79 100%);
|
||||
background: -o-linear-gradient(top, #7fc29b 0, #5e9e79 100%);
|
||||
background: -ms-linear-gradient(top, #7fc29b 0, #5e9e79 100%);
|
||||
background: linear-gradient(to bottom, #7fc29b 0, #5e9e79 100%);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.table-014 tr:nth-child(even) {
|
||||
color: #79927f;
|
||||
background-color: #EAFDCF;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.table-014 tr:nth-child(odd) {
|
||||
color: #FFF;
|
||||
background-color: #BCD39C;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user