ken_nogi/pleasanter/develop/#経営計画/事業計画テーブル/事業計画.css
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

101 lines
1.5 KiB
CSS

.field-normal {
height: 37px !important;
}
.field-section {
font-size: 2em;
font-weight: bold;
}
.tableBody {
margin: 0px !important;
padding: 0px !important;
border: 1px solid #666;
}
.jexcel_container,
.jexcel_content {
padding: 0px;
}
#jigyoTable th.head1 {
font-size: 1.5em;
font-weight: bold;
background-color: darkolivegreen;
color: whitesmoke;
text-align: center;
border: 1px solid #666;
}
#jigyoTable td.head2 {
width: 35px;
height: 100px;
font-size: 1.2em;
font-weight: bold;
text-align: center;
vertical-align: middle;
writing-mode: vertical-rl;
border: 1px solid #666;
}
#jigyoTable td.head2_0 {
background-color: lightblue;
color: darkblue;
}
#jigyoTable td.head2_1 {
background-color: lightyellow;
color: darkred;
}
#jigyoTable td.head2_2 {
background-color: lightgrey;
color: black;
}
table.jexcel {
table-layout: fixed !important;
width: 100%;
}
table.jexcel>thead>tr>td {
text-align: center !important;
}
.keikakuTable td[data-x="2"],
.keikakuTable td[data-x="3"],
.keikakuTable td[data-x="4"],
.keikakuTable td[data-x="6"],
.keikakuTable td[data-x="7"] {
background-color: lightyellow;
}
/*
.jissekiTable td[data-x="1"],
.jissekiTable td[data-x="2"],
.jissekiTable td[data-x="3"],
.jissekiTable td[data-x="4"],
.jissekiTable td[data-x="5"],
.jissekiTable td[data-x="7"] {
background-color: lightyellow;
}
*/
td.readonly {
color: #000 !important;
}
.juchuLabel {
background-color: yellow;
}
.chakoLabel {
background-color: lightgreen;
}
.kanseiLabel {
background-color: lightskyblue;
}