“MediaWiki:Common.css”的版本间的差异

来自Dungeon Hunger Opus
跳到导航跳到搜索
(建立内容为“→‎这里放置的CSS将应用于所有皮肤 .responsive-columns { display: flex; flex-wrap: wrap; justify-content: space-between; } .column…”的📄新页面
(没有差异)

2024年6月13日 (四) 12:49的版本

/* 这里放置的CSS将应用于所有皮肤 */
.responsive-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.column h2 {
    text-align: center;
}

.column ul {
    list-style-type: none;
    padding: 0;
}

.column ul li {
    margin: 5px 0;
}

.column ul li a {
    text-decoration: none;
    color: #007BFF;
}

.column ul li a:hover {
    text-decoration: underline;
}