Files
DDUtility/DDUtilityHelp/css/sb-custom-1.css
2025-02-03 11:02:48 +09:00

142 lines
2.4 KiB
CSS

body {
color: #444444;
/*background-color: #f8f9fc;*/
line-height: 1.5;
text-align: left;
font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 0.9rem;
font-weight: 600;
margin: 25px 10px; /*40px 20px 40px 0px;*/
}
div {
padding: 1px;
}
.div-border01 {
border: solid;
border-width: 1px;
border-color: #8888ff;
}
.div-margin01 {
margin-bottom: 10px;
}
.div-padding01 {
padding: 10px;
}
.div-Title01 {
color: #111188;
background-color: #fff;
font-size: 1.5rem;
font-weight: 700;
text-align: center;
text-decoration: underline;
border: double;
border-width: 3px;
border-color: #00487A;
padding: 10px;
margin-bottom: 15px;
}
.div-header01 {
color: #fff;
/*background: #4D72DE;*/
background-color: #4a70dc;
font-size: 1rem;
font-weight: 700;
padding: 8px;
padding-left: 30px;
/*margin-top: 2px;*/
/*margin-left: 2px;*/
/*margin-right: 2px;*/
margin-bottom: 5px;
}
.div-header02 {
color: #fff;
/*background: #4D72DE;*/
background-color: #4a70dc;
font-size: 1rem;
font-weight: 700;
padding: 4px;
padding-left: 30px;
/*margin-top: 2px;*/
/*margin-left: 2px;*/
/*margin-right: 2px;*/
margin-bottom: 5px;
}
.div-content01 {
padding: 10px;
line-height: 35px;
}
.div-content02 {
padding: 10px;
}
.div-content03 {
padding: 10px;
}
.div-bottom01 {
color: #888888;
text-align: right;
margin: 20px;
}
img {
display: block;
width: auto;
height: auto;
max-width: 100%;
border: dotted;
border-width: 1px;
margin: 2px;
}
.collapse {
display: block;
padding-bottom: 30px;
}
/* EIS 강조 */
.check-point {
/*background: #ffff00;*/
/*font-weight: 700;*/
font-style: italic;
/*text-decoration: underline;*/
/*text-decoration-thickness: 1px;*/
/*text-decoration-color: #ff4444;*/
}
/* EIS 시나리오의 시작점 */
.check-start {
font-weight: 700;
font-style: italic;
text-decoration: underline;
text-decoration-thickness: 1px;
/*text-decoration-color: #ff4444;*/
}
.href-collapse {
}
.display-none {
display: none;
}
.display-inlineblock {
display: inline-block;
vertical-align: text-top;
margin-right: 30px;
}
.width-01 {
width: 400px !important;
}