|
|
| 第106行: |
第106行: |
| } | | } |
|
| |
|
| .skillbox {
| |
| color: black;
| |
| box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px 0px;
| |
| width: 100%;
| |
| background-color: rgb(251, 249, 241);
| |
| border-radius: 0.5em;
| |
| margin: 12px 0px;
| |
| padding: 8px 8px;
| |
| }
| |
|
| |
|
| .skillbox {
| |
| display: flex;
| |
| flex-direction: row;
| |
| justify-content: flex-start;
| |
| }
| |
|
| |
| .skillbox-left {
| |
| display: flex;
| |
| flex-direction: column;
| |
| justify-content: flex-start;
| |
| margin: 5px;
| |
| align-items: center;
| |
| }
| |
|
| |
| .skillbox-name {
| |
| font-size: 1.35em;
| |
| line-height: 1;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| .skillbox-right {
| |
| width: 100%;
| |
| }
| |
|
| |
| .skillbox-topbox {
| |
| display: flex;
| |
| width: 100%;
| |
| justify-content: space-between;
| |
| }
| |
|
| |
| .skillbox-namebox {
| |
| display: flex;
| |
| flex-direction: row;
| |
| align-items: center;
| |
| }
| |
|
| |
| .skillbox-sp {
| |
| display: flex;
| |
| align-items: center;
| |
| justify-content: center;
| |
| border: 1px solid #d0bca7;
| |
| background-color: #d0bca7;
| |
| border-radius: 0.5em;
| |
| padding: 0 15px;
| |
| }
| |
|
| |
| .skillbox-tag {
| |
| width: 25px;
| |
| height: auto;
| |
| }
| |
|
| |
| .skillbox-tag2 {
| |
| width: 30px;
| |
| height: auto;
| |
| }
| |
|
| |
| .parent-description-container {
| |
| padding-left: 2em;
| |
| }
| |
|
| |
| @media(min-width:720px) {
| |
| .skillbox-content tr td:first-child {
| |
| width: 15%;
| |
| }
| |
| }
| |
| }} | | }} |
| {{ResourceLoader|MediaWiki:Y_tabbar.js|isModuleES6=true}} | | {{ResourceLoader|MediaWiki:Y_tabbar.js|isModuleES6=true}} |