|
|
| 27번째 줄: |
27번째 줄: |
| </div> | | </div> |
| </div> | | </div> |
| </div> | | </div>{{대문}} |
| <html>
| |
| <style>
| |
| .main {
| |
| width: 100%;
| |
| }
| |
| | |
| .shadow {
| |
| box-shadow: 0 3px 9px 1px rgba(50, 50, 50, .03),0 9px 8px rgba(50, 50, 50, .02),0 1px 6px 4px rgba(50, 50, 50, .01);
| |
| }
| |
| | |
| .alert {
| |
| position: relative;
| |
| padding: 16px;
| |
| overflow: hidden;
| |
| border-color: currentColor;
| |
| border-radius: 6px;
| |
| border: 0;
| |
| }
| |
| .alert-border {
| |
| opacity: 0.4;
| |
| }
| |
| .alert-underlay {
| |
| background: currentColor;
| |
| opacity: 0.15;
| |
| position: absolute;
| |
| top: 0;
| |
| right: 0;
| |
| bottom: 0;
| |
| left: 0;
| |
| pointer-events: none;
| |
| }
| |
| .alert-border {
| |
| top: 0;
| |
| bottom: 0;
| |
| left: 0;
| |
| right: 0;
| |
| opacity: 0.4;
| |
| position: absolute;
| |
| pointer-events: none;
| |
| width: 100%;
| |
| border-color: currentColor;
| |
| border-style: solid;
| |
| border-width: 0;
| |
| border-top-width: 8px;
| |
| }
| |
| .alert-content {
| |
| align-self: center;
| |
| grid-area: content;
| |
| overflow: hidden;
| |
| }
| |
| | |
| .wiki-info {
| |
| width: 100%;
| |
| border-radius: 6px;
| |
| }
| |
| | |
| .card-text {
| |
| flex: 1 1 auto;
| |
| font-size: 1rem;
| |
| font-weight: 400;
| |
| padding: 24px;
| |
| }
| |
| .card-item {
| |
| align-items: center;
| |
| display: grid;
| |
| flex: none;
| |
| grid-template-areas: "prepend content append";
| |
| grid-template-columns: max-content auto max-content;
| |
| padding: 24px;
| |
| }
| |
| .card-item-content {
| |
| align-self: center;
| |
| grid-area: content;
| |
| overflow: hidden;
| |
| }
| |
| .card-title {
| |
| padding: 0;
| |
| line-height: 1.65rem;
| |
| }
| |
| .card-title {
| |
| display: block;
| |
| font-size: 1.25rem;
| |
| font-weight: 500;
| |
| word-break: normal;
| |
| word-wrap: break-word;
| |
| }
| |
| .card-item-append {
| |
| grid-area: append;
| |
| padding-inline-start: 1rem;
| |
| }
| |
| .text-body-2 {
| |
| font-size: .875rem !important;
| |
| font-weight: 400;
| |
| line-height: 1.5;
| |
| opacity: 0.65;
| |
| }
| |
| | |
| .flex {
| |
| display: flex !important;
| |
| }
| |
| .flex-row {
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| flex: 1 1 auto;
| |
| margin: -12px;
| |
| }
| |
| .flex-column {
| |
| flex-direction: column !important;
| |
| }
| |
| .flex-col-2 {
| |
| flex: 0 0 50%;
| |
| max-width: 50%;
| |
| }
| |
| .flex-col-3 {
| |
| flex: 0 0 33%;
| |
| max-width: 33%;
| |
| } | |
| .flex-col-4 {
| |
| flex: 0 0 25%;
| |
| max-width: 25%;
| |
| }
| |
| .flex-col-2, .flex-col-3, .flex-col-4 {
| |
| width: 100%;
| |
| padding: 12px;
| |
| }
| |
| | |
| .font-weight-900 {
| |
| font-weight: 900 !important;
| |
| }
| |
| .font-weight-700 {
| |
| font-weight: 700 !important;
| |
| }
| |
| .font-weight-500 {
| |
| font-weight: 500 !important;
| |
| }
| |
| .font-weight-300 {
| |
| font-weight: 300 !important;
| |
| }
| |
| .font-weight-100 {
| |
| font-weight: 100 !important;
| |
| }
| |
| | |
| .text-caption {
| |
| font-size: .75rem! important;
| |
| line-height: 1.25rem;
| |
| }
| |
| | |
| .text-h6 {
| |
| font-size: 1.25rem! important;
| |
| line-height: 1.5rem;
| |
| }
| |
| | |
| .avatar {
| |
| flex: none;
| |
| align-items: center;
| |
| display: inline-flex;
| |
| justify-content: center;
| |
| line-height: normal;
| |
| overflow: hidden;
| |
| position: relative;
| |
| text-align: center;
| |
| vertical-align: middle;
| |
| border-radius: 50%;
| |
| }
| |
| .avatar__underlay {
| |
| background: currentColor;
| |
| opacity: .12;
| |
| border-radius: inherit;
| |
| position: absolute;
| |
| top: 0;
| |
| right: 0;
| |
| bottom: 0;
| |
| left: 0;
| |
| pointer-events: none;
| |
| } | |
| </style>
| |
| </html>
| |