MediaWiki:Mobile.css

提供: InterBase

注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: メニュー → 設定 (Mac では Opera → 環境設定) に移動し、プライバシーとセキュリティ → 閲覧データを消去 → キャッシュされた画像およびファイル からキャッシュをクリアしてください。
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
/* CSS placed here will affect users of the mobile site */
@import url('https://fonts.googleapis.com/css?family=Roboto|Open+Sans');

/*fonts*/
.pre-content h1, .content h1, .content h2, h3, h4, h5, h6 {
 font-family: 'Roboto' ,sans-serif;    
}


.content {
 font-family: 'Open Sans' ,sans-serif;    
}



/*Code Boxes*/

.mw-highlight.mw-content-ltr {
    padding: 0.5em;
}

code {
    padding: 0.2em 0.5em;
    border: 0;
}


/*Search*/



/* Header and footer */
.header {
    height: 5em;
   
}

.header .branding-box h1 {
  
}


footer > .post-content > h2:first-child {
    margin-top: 0;
    display: none;
}


/* Main Page Elements*/
.about {
    width: 100%;
    font-size: 1.3em;
    color: #918f8f;

}

div.floatright {
	
	margin: 0.5em 0 0.8em 1.4em;
        width:100%;
}
div.floatright p {
	font-style: normal;
        font-size: 1.2em;
        color: #918f8f;
}

div.floatleft p {
	font-style: normal;
        font-size: 1.2em;
        color: #918f8f;
}

div.floatleft {
	
	margin: 0.5em 1.4em 0.8em 0;
        width:100%
}

.floatleft ul {
    color: #918f8f;
}

.floatright ul {
    color: #918f8f;
}

.getstart li {
    color: #fff;
}

div.center {
	text-align: center;
}
.getstart {
     background-color:#1562a3;
     color:#ffffff;
     padding:1em;
}
.getstart span.mw-editsection {
      color:#ffffff;
}
.getstart a{
     color:#ffffff;
    }

.getstart h2{
     color:#ffffff;
     font-weight:bold;
    }

div.getstart p{
     color:#ffffff;
    }

h1, h2, h3, h4, h5, h6 {
   font-family: 'Roboto' ,sans-serif;
   border-bottom: 0;
   font-weight:bold;
   color:#231f21 
}

div.floatright dd {
        color: #918f8f;
}


/*Header*/
.header-container.header-chrome {
    background-color: #1562a3!important
    
}

/*lists*/
ul {
    list-style-type: disc;
}

.floatleft ul {
    color: #918f8f;
}

.floatright ul {
    color: #918f8f;
}
div.floatright dd {
        color: #918f8f;
}
.content ul {
    list-style: disc;
}
/*TABLE*/
table.wikitable > tr > th,table.wikitable > * > tr > th {
    background-color:#1562a1;
    color:#fff;
    text-align:center
}

table th {
    padding:0.5em 1em;
    background-color: #1562a1!important;
    color: #fff;
}

table td {
    padding:.2em .5em;
    background-color:#f5f5f5;
    border-left:1px solid #f3f3f3;
    border-right:1px solid #e3e3e3;
    border-top:1px solid #f3f3f3;
    border-bottom:1px solid #ccc;
    color:#000;
}

table tr:nth-child(odd) td {
    background: #fff
}

table.wikitable > * > tr > td {
    border: 1px solid #d4d4d4;
    padding: 0.2em 0.4em;
}

fieldset table {
    background:none
}