「テンプレート:Navbox/styles.css」の版間の差分

提供:ウィキボヤージュ
削除された内容 追加された内容
余計な場所で不具合を起こしているため一旦font-size:60%;の指定を解除
135行目: 135行目:
border-spacing: 2px;
border-spacing: 2px;
border-collapse: separate;
border-collapse: separate;
}

/* ウィキペディア日本語版78753988版より */
.hlist-pipe dd:after, .hlist-pipe li:after {
content: " | ";
font-weight: normal;
}

.hlist-hyphen dd:after, .hlist-hyphen li:after {
content: " - ";
font-weight: normal;
}

.hlist dd:last-child:after, .hlist dt:last-child:after, .hlist li:last-child:after {
content: none;
}
}

2020年11月25日 (水) 09:20時点における版

.navbox-group {
	font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
	line-height: 1.5;
	overflow-wrap: break-word;
	direction: ltr;
	font-size: 88%;
	color: inherit;
	border-spacing: 2px;
	border-collapse: separate;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
	text-align: right;
	background: #ccccff;
	background-color: #ddddff;
}

.navbox {
	font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
	color: #000000;
	line-height: 1.5;
	overflow-wrap: break-word;
	direction: ltr;
	box-sizing: border-box;
	border: 1px solid #a2a9b1;
	width: 100%;
	margin: auto;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 1px;
	background: #fdfdfd;
}

.navbox-abovebelow {
	font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
	line-height: 1.5;
	overflow-wrap: break-word;
	direction: ltr;
	font-size: 88%;
	color: inherit;
	border-spacing: 2px;
	border-collapse: separate;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #ddddff;
}

.navbox-list.navbox-odd.hlist{
	font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
	line-height: 1.5;
	overflow-wrap: break-word;
	direction: ltr;
	font-size: 88%;
	color: inherit;
	border-spacing: 2px;
	border-collapse: separate;
	border-color: #fdfdfd;
	background: transparent;
}

.noprint.plainlinks.navbar.hlist{
	font-family: "Segoe UI","Segoe UI Emoji","Segoe UI Symbol","Lato","Liberation Sans","Noto Sans","Helvetica Neue","Helvetica",sans-serif;
	line-height: 1.5;
	overflow-wrap: break-word;
	direction: ltr;
	border-spacing: 2px;
	border-collapse: separate;
	text-align: left;
}

.navbox-title {
	font-family: "Segoe UI","Segoe UI Emoji","Segoe UI Symbol","Lato","Liberation Sans","Noto Sans","Helvetica Neue","Helvetica",sans-serif;
	line-height: 1.5;
	overflow-wrap: break-word;
	direction: ltr;
	font-size: 88%;
	color: inherit;
	border-spacing: 2px;
	border-collapse: separate;
	text-align:center
}

.nowraplinks.collapsible.uncollapsed {
	font-family: "Segoe UI","Segoe UI Emoji","Segoe UI Symbol","Lato","Liberation Sans","Noto Sans","Helvetica Neue","Helvetica",sans-serif;
	line-height: 1.5;
	overflow-wrap: break-word;
	direction: ltr;
	font-size: 88%;
	text-align: center;
	background: transparent;
	color: inherit;
	min-width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
}

.external.text {
	overflow-wrap: break-word;
	direction: ltr;
	border-spacing: 2px;
	border-collapse: separate;
	font-weight: normal;
	line-height: 1.1em;
	white-space: nowrap;
	color: #36b;
	background: none;
	padding: 0;
}

td.navbox-list.navbox-odd {
	font-family: "Segoe UI","Segoe UI Emoji","Segoe UI Symbol","Lato","Liberation Sans","Noto Sans","Helvetica Neue","Helvetica",sans-serif;
	line-height: 1.5;
	overflow-wrap: break-word;
	direction: ltr;
	font-size: 88%;
	color: inherit;
	border-spacing: 2px;
	border-collapse: separate;
	text-align: left;
	width: 100%;
	padding: 0;
	border-style: inset;
	border-width: 2px;
}

.navbox-list{
	font-family: "Segoe UI","Segoe UI Emoji","Segoe UI Symbol","Lato","Liberation Sans","Noto Sans","Helvetica Neue","Helvetica",sans-serif;
	line-height: 1.5;
	overflow-wrap: break-word;
	direction: ltr;
	font-size: 88%;
	color: inherit;
	border-spacing: 2px;
	border-collapse: separate;
}

/* ウィキペディア日本語版78753988版より */
.hlist-pipe dd:after, .hlist-pipe li:after {
    content: " | ";
    font-weight: normal;
}

.hlist-hyphen dd:after, .hlist-hyphen li:after {
    content: " - ";
    font-weight: normal;
}

.hlist dd:last-child:after, .hlist dt:last-child:after, .hlist li:last-child:after {
    content: none;
}