操作

MediaWiki

「Foreground.css」の版間の差分

9行目: 9行目:
  
 
/* TABLES */
 
/* TABLES */
 
+
#wrap{  
.mw-content-ltr table#toc {
+
cellpadding: 5px;
  float:right;
+
height:1em;  
  width: auto;
+
font-size : 150%;
}
 
 
 
.mw-content-rtl table#toc {
 
  float:left;
 
  width: auto;
 
}
 
 
 
table.formtable {
 
  border: none;
 
}
 
 
 
table td[align="right"] {text-align: right;}
 
 
 
/* TURN OFF TABLE STRIPING FOR EDITFORMS */
 
table.formedit tr.even,
 
table.formedit tr.alt,
 
table.formedit tr:nth-of-type(even) {
 
  background: transparent;
 
}
 
 
 
 
 
table {
 
  width: 100%;
 
}
 
 
 
td.mw-label {
 
  width: 20%;
 
}
 
 
 
td.mw-input {
 
  width: 80%;
 
}
 
 
 
thead tr th {
 
  cursor: pointer;
 
}
 
 
 
table.formtable th {
 
  text-align: right !important;
 
}
 
 
 
td.smwpropname, th.smwpropname, td.smwspecname {
 
  text-align:left;
 
}
 
 
 
table tbody tr td, table tr td {
 
  line-height: 1.6em;
 
}
 
 
 
table.wikitable {
 
  margin: 0em 0 1em 0;
 
}
 
 
 
table.wikitable > tr > th,
 
table.wikitable > * > tr > th {
 
  text-align: left;
 
}
 
 
 
table.wikitable > tr > th,
 
table.wikitable > tr > td,
 
table.wikitable > * > tr > th,
 
table.wikitable > * > tr > td {
 
  border: 3px #fff solid;
 
  padding: 0.6em;
 
 
}
 
}

2017年10月2日 (月) 07:54時点における版

#ca-talk { display:none!important; } /*議論タブを消す*/
#ca-history { display:none!important; } /*履歴表示タブを消す*/
#ca-viewsource { display:none!important; } /*ソース表示タブを消す*/
#footer-places-privacy { display: none; } /* プライバシーポリシー */
#footer-places-disclaimer { display: none; } /* 免責事項 */

/*見出しの変更 */
.ns-subject h2{clear:both;font-weight:bold;font-size:24px;padding-top:12px;}

/* TABLES */
#wrap{ 
cellpadding: 5px;
height:1em; 
font-size : 150%;
}