|
|
| (같은 사용자의 중간 판 290개는 보이지 않습니다) |
| 1번째 줄: |
1번째 줄: |
| <div class="main">
| |
| <div class="WikiInfo padding-30">
| |
| <div class="flex-row">
| |
| <div class="flex-col-4"><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-4"><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>
| |
| <html>
| |
| <style>
| |
| .main {
| |
| width: 100%;
| |
| }
| |
| .WikiInfo {
| |
| width: 100%;
| |
| }
| |
|
| |
|
| .padding-10 {
| |
| padding: 10px;
| |
| }
| |
| .padding-20 {
| |
| padding: 20px;
| |
| }
| |
| .padding-30 {
| |
| padding: 30px;
| |
| }
| |
|
| |
| .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%;
| |
| }
| |
|
| |
| .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>
| |