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

提供: JSCPB wiki
ナビゲーションに移動検索に移動
29行目: 29行目:
 
border:none;
 
border:none;
 
font-size:14px;
 
font-size:14px;
color:#FFF;
 
}
 
table.dendrogram2 td:first-child {
 
color:#593B3B;
 
 
}
 
}
 +
table.dendrogram2 td,
 +
table.dendrogram2 td a { color:#FFF }
 +
table.dendrogram2 td:first-child,
 +
table.dendrogram2 td:first-child a { color:#593B3B }

2009年11月28日 (土) 13:07時点における版

/* ここに書いた CSS は全ての外装に反映されます */
table.dendrogram {
	background-image: url("dendrogram.png");
	background-repeat: no-repeat;
	background-position: left;
	border-collapse: collapse;
	width:800px;
}
table.dendrogram th {
	padding: 5px;
}
table.dendrogram td {
	height:30px;
	vertical-align: middle;
	padding:0 10px 0 0;
}
table.dendrogram2 {
	background-image: url("/mediawiki-1.15.1/images/Dendrogram2.png");
	background-repeat: no-repeat;
	background-position: bottom;
	border-collapse: collapse;
	width:768px;
}
table.dendrogram2 td {
	width:48px;
	vertical-align:bottom;
	text-align:center;
	padding:0 0 362px;
	border:none;
	font-size:14px;
}
table.dendrogram2 td,
table.dendrogram2 td a { color:#FFF }
table.dendrogram2 td:first-child,
table.dendrogram2 td:first-child a { color:#593B3B }