「MediaWiki:Common.css」の版間の差分

提供: Test Wiki
移動: 案内検索
行21: 行21:
 
     background-image: url(images/background/bg.jpg);
 
     background-image: url(images/background/bg.jpg);
 
}
 
}
 +
 +
/* 画面最上部のメニュー:リンク書式 */
 +
#layout_header_menu a:hover {
 +
    color: red;
 +
    background-color: #fff0aa;
 +
    border: 1px solid #ffa42f;
 +
}
 +
  
  
行29: 行37:
 
}
 
}
  
 +
/*見出し*/
 
h1 {
 
h1 {
 
     font-size: 16pt;
 
     font-size: 16pt;

2015年5月16日 (土) 21:43時点における版

/* ここに記述したCSSはすべての外装に反映されます */
.mw-content-ltr {
 font-family:'Times New Roman','HGS明朝B';
 font-size:1.0em;
 background-image:url(images/background/bg.jpg);
}

#mw_content {
    width: 100%;
    line-height: 1.5em;
/*    padding: 0 1em 1em 1em;*/
}


body {
    margin: 0;
    padding: 2px 2px;
    font-family: Helvetica, sans-serif;
    font-size: 11pt;
    color: black;
    background-image: url(images/background/bg.jpg);
}

/* 画面最上部のメニュー:リンク書式 */
#layout_header_menu a:hover {
    color: red;
    background-color: #fff0aa;
    border: 1px solid #ffa42f;
}



.mw-body {

 font-family:'Times New Roman','HGS明朝B';
 font-size:1.0em;
}

/*見出し*/
h1 {
    font-size: 16pt;
    font-weight: lighter;
    border-bottom: solid 1px #d8c3b2;
    text-indent: 5px;
    letter-spacing: 5px;
    padding: 5px 5px;
    margin: 30px 0px;
    clear: both;
}

h3 {
    font-size: 12pt;
    font-weight: lighter;
    text-indent: 5px;
    letter-spacing: 3px;
    border-width: 0px 0px 1px 5px;
    border-style: solid;
    border-bottom-color: #b87330;
    border-left-color: #b87330;
    padding: 2px 5px;
    margin: 8px 0px 3px;
    clear: both;
}

h4 {
    font-size: 12pt;
    font-weight: lighter;
    text-indent: 5px;
    letter-spacing: 2px;
    border-bottom: solid 1px #b87330;
    padding: 2px 5px;
    margin: 8px 0px 2px;
    clear: both;
}

h5 {
    font-size: 12pt;
    font-weight: bold;
}

h2 {
    font-size: 14pt;
    font-weight: lighter;
    text-indent: 5px;
    letter-spacing: 3px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-top-color: #e4c5a6;
    border-right-color: #e4c5a6;
    border-bottom-color: #b87330;
    border-left-color: #b87330;
    background-color: #e4c5a6;
    padding: 5px 5px;
    margin: 10px 0px 5px;
    clear: both;
}


#mw_main {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-top: 3.5em;
}