Diferencia entre revisiones de «MediaWiki:Minerva.css»
Sin resumen de edición |
Sin resumen de edición Etiquetas: Edición desde móvil Edición vía web móvil |
||
| Línea 40: | Línea 40: | ||
nav .ico-arrow::before, nav .ico-arrow::after{content: ''; position: relative; width: 6px; height: 1px; display: block; background: #000} | nav .ico-arrow::before, nav .ico-arrow::after{content: ''; position: relative; width: 6px; height: 1px; display: block; background: #000} | ||
nav li.open .ico-arrow {transform:rotate(180deg)} | nav li.open .ico-arrow {transform:rotate(180deg)} | ||
#p-main-categories .recommended, | |||
#p-main-categories .category, | |||
#p-main-categories .language{display:none} | |||
#p-main-categories.recommended-open .recommended, | |||
#p-main-categories.category-open .category, | |||
#p-main-categories.language-open .language{display:list-item} | |||
#p-main-categories .recommended span, | |||
#p-main-categories .category span, | |||
#p-main-categories .language span{font-weight:500} | |||
.recommended-open > li:hover { | |||
background-color: #eaeff7; | |||
list-style: none; | |||
} | |||
/* 로그인 */ | /* 로그인 */ | ||
| Línea 60: | Línea 74: | ||
.a2a_kit a {display:inline-block; margin-right:10px} | .a2a_kit a {display:inline-block; margin-right:10px} | ||
.content .wikishare_toolbox a > img{width:28px} | .content .wikishare_toolbox a > img{width:28px} | ||
.content .infobox tbody > tr > th { | |||
flex: initial; | |||
} | |||
/* 미네르바 스킨의 썸네일 이미지 크기 보정 */ | /* 미네르바 스킨의 썸네일 이미지 크기 보정 */ | ||
.content .infobox {max-width:356px !important;} | |||
@media(max-width:719px){ | @media(max-width:719px){ | ||
.thumbinner{width:100% !important} | .thumbinner{width:100% !important} | ||
a.image{width:100%} | a.image{width:100%} | ||
a.image img{width:100% !important} | a.image > img{width:100% !important} | ||
table.infobox{display:table} | table.infobox{display:table} | ||
.thumb, .gallery .gallerybox div.thumb{position: relative; width: calc(100% + 32px) !important; left: -16px} | .thumb, .gallery .gallerybox div.thumb{position: relative; width: calc(100% + 32px) !important; left: -16px} | ||
| Línea 81: | Línea 104: | ||
} | } | ||
#mw-mf-page-left ul { | |||
padding-bottom: 22px; | |||
} | } | ||
#mw-mf-page-left ul li { | |||
background-color: #ffffff; | |||
position: relative; | |||
border-top: 1px solid #eaecf0; | |||
margin-top: -1px | |||
} | |||
#mw-mf-page-left ul li:first-child { | |||
border-top: 0 | |||
} | |||
#mw-mf-page-left ul li a { | |||
color: #54595d; | |||
display: flex; | |||
align-items: center; | |||
line-height: inherit; | |||
max-width: 100%; | |||
padding: 12px 10px 12px 15px; | |||
} | |||
#mw-mf-page-left ul li a:hover { | |||
box-shadow: inset 4px 0 0 0 #3366cc; | |||
text-decoration: none | |||
} | |||
#mw-mf-page-left ul li a span { | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
white-space: nowrap; | |||
font-size: 0.875rem; | |||
font-weight: bold | |||
} | } | ||
.minerva-header .search-box { | |||
display: block; | |||
width: 23.4375em; | |||
max-width: 23.4375em; | |||
margin: auto; | |||
} | |||