|
|
| (같은 사용자의 중간 판 287개는 보이지 않습니다) |
| 1번째 줄: |
1번째 줄: |
| <div class="main">
| |
| <div class="alert text-primary shadow" style="padding-top: 21px; padding-bottom: 13px;"><span class="alert-underlay"></span><div class="alert-border"></div>
| |
| <div class="alert-content">asdf</div>
| |
| </div>
| |
| <div class="wiki-info shadow">
| |
| <div class="card-item"><div class="card-item-content"><div class="card-title">이브위키는 지금...</div></div><div class="card-item-append"><span class="text-body-2">업데이트 : {{LOCALYEAR}}년 {{LOCALMONTH1}}월 {{LOCALDAY}}일 {{LOCALTIME}}</span></div></div>
| |
| <div class="card-text" style="padding-top: 0;">
| |
| <div class="flex-row">
| |
| <div class="flex-col-2"><div class="flex">
| |
| <div class="avatar text-info" style="width: 42px; height: 42px; margin-inline-end: 12px;"><html>
| |
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="font-size: 24px; height: 24px; width: 24px;">
| |
| <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 7a4 4 0 1 0 8 0a4 4 0 1 0-8 0M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2m1-17.87a4 4 0 0 1 0 7.75M21 21v-2a4 4 0 0 0-3-3.85"></path>
| |
| </svg></html><span class="avatar__underlay"></span></div>
| |
| <div class="flex flex-column"><span class="text-h6 font-weight-500">{{NUMBEROFUSERS}}</span><span class="text-caption">전체 가입자</span></div>
| |
| </div></div>
| |
| <div class="flex-col-2"><div class="flex">
| |
| <div class="avatar text-danger" style="width: 42px; height: 42px; margin-inline-end: 12px;"><html>
| |
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="font-size: 24px; height: 24px; width: 24px;">
| |
| <g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
| |
| <path d="M14 3v4a1 1 0 0 0 1 1h4"></path>
| |
| <path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2zM9 9h1m-1 4h6m-6 4h6"></path>
| |
| </g>
| |
| </svg></html><span class="avatar__underlay"></span></div>
| |
| <div class="flex flex-column"><span class="text-h6 font-weight-500">{{문서수}}</span><span class="text-caption">전체 문서 수</span></div>
| |
| </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;
| |
| 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>
| |