操作

MediaWiki

「Common.css」の版間の差分

6行目: 6行目:
 
.toc, #toc { display: none; }
 
.toc, #toc { display: none; }
  
table.wikitable {
+
/* メインページのタイトルを消す */
font-size: 15px;
+
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
height: 1.2em;
+
 
 +
table {
 +
    border-collapse: collapse;
 +
 font-size:24px;
 +
 height: 10px;
 +
    text-align: left;
 +
}
 +
table td{
 +
    border-collapse: collapse;
 +
 font-size:24px;
 +
 height: 10px;
 +
    text-align: left;
 
}
 
}
 
+
table th{
#p-tb{
+
    border-collapse: collapse;
display : none;
+
 font-size:24px;
 +
 height: 10px;
 +
    text-align: left;
 
}
 
}
 
/* メインページのタイトルを消す */
 
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 

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

/* ここに記述したCSSはすべての外装に反映されます */
.mw-body {
  max-width: 700px;
}

.toc, #toc { display: none; }

/* メインページのタイトルを消す */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

table {
    border-collapse: collapse;
 font-size:24px;
 height: 10px;
    text-align: left;
}
table td{
    border-collapse: collapse;
 font-size:24px;
 height: 10px;
    text-align: left;
}
table th{
    border-collapse: collapse;
 font-size:24px;
 height: 10px;
    text-align: left;
}