MediaWiki:Common.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 be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Roboto|Open+Sans');
/*Hide Main Page Title */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }


/*Sections borders*/
.licensing, .changeviews, .tutorials, .resources {
    border-top: solid;
    border-color: #d3d2d2;
    border-width: 1px;
    padding-top: 1em;
    padding-bottom: 1.8em;
}

.licensing, .tutorials, .resources, .changeviews, .ibconsole p{
   margin-bottom:0;
}

.ibconsole {
     padding-bottom: 1.8em;
}

.guides {
    padding-top: 1em;
    padding-bottom: 1.8em;
}

/*Top section*/

.ibconsole, .changeviews p {
    margin-bottom: 0;
}

.about h1 {
    line-height: 1;
    margin-bottom: 1em;
}

.Top {
display: flex;
    
    border-bottom: solid;
    border-color: #d3d2d2;
    border-width: 1px;
    margin-bottom: 1em;
}

.iotHolder {
     width: 45%;
    padding-left:8%;
    float: left;
    clear: right;
    position: relative;
    margin: 2em 0 0 0;
}


.about {
    display: block;
    width: 45%;
    margin-left:2%;
    float: left;
    clear: left;
    position: relative;
    margin: 0.5em 1.4em 0.8em 0;
    font-size: 1.3em;
    color: #918f8f;
}

div.floatright {
        width: 45%;
        margin-right: 2%;
	float: right;
	clear: right;
	position: relative;
	margin: 0.5em 0 0.8em 1.4em;
}
div.floatright p {
	font-style: normal;
        font-size: 1em;
        color: #918f8f;
}

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

div.floatleft {
        width: 45%;
    margin-left: 2%;
	float: left;
	clear: left;
	position: relative;
	margin: 0.5em 1.4em 0.8em 0;
}

div.center {
	text-align: center;
}
.getstart {
     background-color:#1562a3;
     color:#ffffff;
     padding: 0 0 0.5em 0.5em;
}

.getstart span.mw-editsection {
      color:#ffffff;
}
.getstart a{
     color:#fff !important;
    }

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

.getstart li {
    color: #fff;
}

div.getstart p{
     color:#ffffff;
    }

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

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

.floatleft ul {
    color: #918f8f;
}

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

@media screen and (max-width: 1040px){

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

div.floatright {
        width: 100%;
        margin-left: 0;
	position: relative;
	margin: 0.5em 0 0.8em 1.4em;
}

.Top {

    margin-left: 0;
   flex-direction: column;
}

.about {
    width: 100%;

}

}
/*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;
    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
}