「MediaWiki:Common.css」の版間の差分

提供: 萌えっ娘百科事典
移動先: 案内検索
16行目: 16行目:
 
width: 728px;
 
width: 728px;
 
margin: -90px auto 0;
 
margin: -90px auto 0;
 +
}
 +
 +
/* Tabs */
 +
.tab .TabLabelText {
 +
    display: inline-block;
 +
    padding: 1px;
 +
    cursor: pointer;
 +
}
 +
.tab .TabLabel {
 +
    z-index: 2;
 +
    position: relative;
 +
    -webkit-user-select: none;
 +
    -moz-user-select: none;
 +
    -ms-user-select: none;
 +
    -o-user-select: none;
 +
    user-select: none;
 +
}
 +
.tab .TabLabelText.selected {
 +
    border-top: 3px solid green;
 +
    padding: 1px;
 +
    background: white;
 +
    border-left: 1px solid #aaa;
 +
    border-right: 1px solid #aaa;
 +
}
 +
.tab .TabContent {
 +
    background: white;
 +
    padding: 20px 30px;
 +
    position: relative;
 +
    z-index: 1;
 +
    border: 1px solid #aaa;
 +
}
 +
.tab .TabContentText {
 +
    display: none;
 +
}
 +
.tab .TabContentText.selected {
 +
    display: block;
 +
}
 +
.Tabs .Tab {
 +
    border-bottom: 1px solid #aaa;
 +
}
 +
.Tabs .Tab:first-child {
 +
    border-top: 1px solid #aaa;
 +
}
 +
.Tabs .Tab .TabLabelText {
 +
    padding: 7px;
 +
}
 +
.Tabs .Tab .TabContentText {
 +
    padding: 3px;
 
}
 
}

2017年12月24日 (日) 14:45時点における版

/* ここに記述したCSSはすべての外装に反映されます */
/* advertisement */
.please-donate {
	height: 90px;
	margin: 10px;
	clear: both;
	text-align: center;
}
.please-donate a {
	display: block;
	width: 728px;
	height: 90px;
	margin: 0 auto;
}
.ads-main {
	width: 728px;
	margin: -90px auto 0;
}

/* Tabs */
.tab .TabLabelText {
    display: inline-block;
    padding: 1px;
    cursor: pointer;
}
.tab .TabLabel {
    z-index: 2;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.tab .TabLabelText.selected {
    border-top: 3px solid green;
    padding: 1px;
    background: white;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
.tab .TabContent {
    background: white;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #aaa;
}
.tab .TabContentText {
    display: none;
}
.tab .TabContentText.selected {
    display: block;
}
.Tabs .Tab {
    border-bottom: 1px solid #aaa;
}
.Tabs .Tab:first-child {
    border-top: 1px solid #aaa;
}
.Tabs .Tab .TabLabelText {
    padding: 7px;
}
.Tabs .Tab .TabContentText {
    padding: 3px;
}