160 lines
3.1 KiB
CSS
160 lines
3.1 KiB
CSS
/* basics */
|
|
/* Color SCHEME */
|
|
/* #8396bd */
|
|
/* #e3e6e6 */
|
|
/* #ffffff */
|
|
/* #262626 */
|
|
/* #262626 */
|
|
/* #e3e6e6 */
|
|
/* #FFC801 */
|
|
/* #ffff4a */
|
|
/* media breaks */
|
|
/* other */
|
|
/* mixin */
|
|
/* basics */
|
|
/* Color SCHEME */
|
|
/* #1b4379 #0033b3 */
|
|
/*neu: #56a532 ; alt: rgb(32,144,119);*/
|
|
/* 10% sw */
|
|
.repfrm {
|
|
padding: 2rem;
|
|
}
|
|
.repfrm > table {
|
|
border-collapse: collapse;
|
|
margin: 2rem;
|
|
}
|
|
.repfrm > table th {
|
|
padding: 0.2rem 0.35rem;
|
|
border: 1px solid #CCC;
|
|
}
|
|
.repfrm > table td {
|
|
padding: 0.2rem 0.35rem;
|
|
border: 1px solid #CCC;
|
|
}
|
|
.repfrm > table td.hl {
|
|
background-color: lightyellow;
|
|
}
|
|
.repfrm > table td.sh_s {
|
|
color: #bf4b06;
|
|
}
|
|
.repfrm > table td input, .repfrm > table td select {
|
|
display: none;
|
|
}
|
|
.repfrm > table td.raux {
|
|
min-width: 4.6rem;
|
|
}
|
|
.repfrm > table td.av {
|
|
border: 2px solid red;
|
|
}
|
|
.repfrm > table td.av + td.vsel select {
|
|
display: block;
|
|
}
|
|
.repfrm > table td.currency {
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
}
|
|
.repfrm > table td.num {
|
|
white-space: nowrap;
|
|
}
|
|
.repfrm > table tr:nth-child(2n+1) td {
|
|
background-color: #EEE;
|
|
}
|
|
.repfrm > table tr:nth-child(2n+1) td.hl {
|
|
background-color: lightyellow;
|
|
}
|
|
.repfrm > table tr.selected td {
|
|
background-color: lightblue;
|
|
}
|
|
.repfrm > table tr.selected td.hl {
|
|
background-color: lightyellow;
|
|
}
|
|
.repfrm > table tr.selected td {
|
|
/*input, select {
|
|
display: block;
|
|
}*/
|
|
}
|
|
.repfrm > table tr.selected td .ilbtn {
|
|
display: inline-block;
|
|
}
|
|
.repfrm .ovhd {
|
|
font-size: 1.5rem;
|
|
margin: 1rem 2rem;
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
text-decoration-style: double;
|
|
}
|
|
.repfrm.mdw .ovhd {
|
|
text-decoration-color: lightblue;
|
|
}
|
|
.repfrm.mdm .ovhd {
|
|
text-decoration-color: lightgreen;
|
|
}
|
|
|
|
#listframe .repitm {
|
|
display: block;
|
|
padding: 0.35rem 0.5rem;
|
|
border: 1px solid #FFF;
|
|
border-radius: 0.2rem;
|
|
margin: 0.35rem;
|
|
cursor: pointer;
|
|
background-color: #CCC;
|
|
}
|
|
|
|
.ilbtn {
|
|
cursor: pointer;
|
|
border-radius: 0.28rem;
|
|
display: none;
|
|
padding: 0.1rem;
|
|
margin-bottom: 0;
|
|
font-size: 1rem;
|
|
letter-spacing: 0.025rem;
|
|
font-weight: normal;
|
|
line-height: 1.42857143;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
-ms-touch-action: manipulation;
|
|
touch-action: manipulation;
|
|
cursor: pointer;
|
|
background-color: rgb(255, 255, 255);
|
|
background-image: none;
|
|
border: 1px solid #ababab;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);
|
|
box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);
|
|
min-width: 1.8rem;
|
|
}
|
|
|
|
table.if {
|
|
border-collapse: collapse;
|
|
margin: 1rem 0;
|
|
background: #FFF;
|
|
}
|
|
table.if tr:nth-child(2n+1) td {
|
|
background-color: #F9F9F9;
|
|
}
|
|
table.if td {
|
|
padding: 0.2rem 0.35rem;
|
|
border: 1px solid #DDD;
|
|
}
|
|
|
|
#listframe .ipf {
|
|
display: table;
|
|
margin: 1rem 0.6rem 0.6rem 0.6rem;
|
|
background-color: #EEE;
|
|
padding: 0.2rem;
|
|
border-radius: 0.35rem;
|
|
width: 100%;
|
|
width: calc(100% - 1.2rem);
|
|
cursor: default;
|
|
}
|
|
#listframe .ipf .ig + .ig {
|
|
margin-top: 0.4rem;
|
|
}
|
|
#listframe .ipf label {
|
|
min-width: 7rem;
|
|
display: inline-block;
|
|
} |