초기 커밋.
This commit is contained in:
12240
DDUtilityHelp/css/sb-admin-2.css
Normal file
12240
DDUtilityHelp/css/sb-admin-2.css
Normal file
File diff suppressed because it is too large
Load Diff
11529
DDUtilityHelp/css/sb-admin-2.min.css
vendored
Normal file
11529
DDUtilityHelp/css/sb-admin-2.min.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
141
DDUtilityHelp/css/sb-custom-1.css
Normal file
141
DDUtilityHelp/css/sb-custom-1.css
Normal file
@@ -0,0 +1,141 @@
|
||||
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user