操作

MediaWiki

「Foreground.css」の版間の差分

 
(同じ利用者による、間の29版が非表示)
9行目: 9行目:
  
 
/* TABLES */
 
/* TABLES */
 
+
.trap table tr th,  
.mw-content-ltr table#toc {
+
table tr td{  
  float:right;
+
padding: 3px;
  width: auto;
+
font-size : 100%;
}
 
 
 
.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 {
+
table td.example1 {  
  line-height: 1.6em;
+
text-align: center;
 +
font-size : 80%;
 
}
 
}
  
table.wikitable {
+
/* toolbox */
  margin: 0em 0 1em 0;
+
.button.small {
 +
    padding: 0rem 0rem 0rem 0rem;
 +
    font-size: 0.3rem;
 
}
 
}
  
table.wikitable > tr > th,
+
caption {
table.wikitable > * > tr > th {
+
caption-side: top;
  text-align: left;
 
 
}
 
}
  
table.wikitable > tr > th,
+
/* blockquoteのデザイン */
table.wikitable > tr > td,
+
blockquote {
table.wikitable > * > tr > th,
+
max-width: 600px !important;
table.wikitable > * > tr > td {
+
padding: 0.5625rem 1.0rem 1.0rem 1.1875rem !important;
  border: 3px #fff solid;
+
background-color:#CCFFFF !important;
  padding: 0.6em;
 
 
}
 
}

2021年10月4日 (月) 07:59時点における最新版

#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 */
.trap table tr th, 
table tr td{ 
padding: 3px;
font-size : 100%;
}

table td.example1 { 
text-align: center; 
font-size : 80%;
}

/* toolbox */
.button.small {
    padding: 0rem 0rem 0rem 0rem;
    font-size: 0.3rem;
}

caption {
caption-side: top;
}

/* blockquoteのデザイン */
blockquote {
 max-width: 600px !important;
 padding: 0.5625rem 1.0rem 1.0rem 1.1875rem !important;
 background-color:#CCFFFF !important;
}