操作

MediaWiki

「Foreground.css」の版間の差分

編集の要約なし
編集の要約なし
 
(同じ利用者による、間の37版が非表示)
8行目: 8行目:
.ns-subject h2{clear:both;font-weight:bold;font-size:24px;padding-top:12px;}
.ns-subject h2{clear:both;font-weight:bold;font-size:24px;padding-top:12px;}


table.class01{
/* TABLES */
    border-collapse: collapse;
.trap table tr th,
 font-size:24px;
table tr td{  
 height: 10px;
padding: 3px;
    text-align: left;
font-size : 100%;
}
}
table.class01 td{
 
    border-collapse: collapse;
table td.example1 {  
 font-size:24px;
text-align: center;  
 height: 10px;
font-size : 80%;
    text-align: left;
}
}
table.class01 th{
 
     border-collapse: collapse;
/* toolbox */
 font-size:24px;
.button.small {
 height: 10px;
     padding: 0rem 0rem 0rem 0rem;
    text-align: left;
    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;
}
}

2024年10月16日 (水) 03: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 */
.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;
}