|
|
| 第12行: |
第12行: |
| flex-direction: column; | | flex-direction: column; |
| padding: 0 10px; | | padding: 0 10px; |
| }
| |
|
| |
| .navbox-icon {
| |
| border-top: 2px solid;
| |
| border-color: var(--border-color-base);
| |
| color: var(--color-base--emphasized);
| |
| font-size: 1.5em;
| |
| font-weight: bold;
| |
| text-shadow: 0 0 10px var(--color-Infobox-Title);/*#f5e56f;*/
| |
| vertical-align: middle;
| |
| }
| |
|
| |
| .navbox-icon img {
| |
| width: 40px;
| |
| height: 40px;
| |
| margin: 8px 30px 8px 15px;
| |
| }
| |
|
| |
| .navbox-header {
| |
| /*width: 25%;*/
| |
| border-top: 1px solid;
| |
| border-color: var(--border-color-base);
| |
| background: linear-gradient(135deg, #d8dbe3, transparent 15%);
| |
| border-radius: 4px 0 0 4px;
| |
| color: var(--color-base--emphasized);
| |
| font-size: 1em;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| .navbox-data td {
| |
| /*text-align: right;*/
| |
| margin-left: auto;
| |
| width: 90%;
| |
| background-color: transparent;
| |
| font-size: 0.875em;
| |
| }
| |
|
| |
| #portrait-image img {
| |
| width: auto;
| |
| height: auto;
| |
| max-height: 500px;
| |
| max-width: calc(100% - 20px);
| |
| }
| |
|
| |
| .navbox-rotate {
| |
| transform: rotate(180deg);
| |
| } | | } |
.navbox {
display: table;
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.3em;
}
.navbox tr {
display: flex;
box-sizing: border-box;
flex-direction: column;
padding: 0 10px;
}