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

提供: Test Wiki
移動: 案内検索
行47: 行47:
 
     font-size: 2.0em;
 
     font-size: 2.0em;
 
     font-weight: bold;
 
     font-weight: bold;
     border-bottom: solid 1px #d8c3b2;
+
     border-bottom: solid 5px #c8b89c;
 
     text-indent: 5px;
 
     text-indent: 5px;
 
     letter-spacing: 5px;
 
     letter-spacing: 5px;

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

/* ここに記述したCSSはすべての外装に反映されます */

body {
    margin: 0;
    padding: 2px 2px;
  font-family:'Times New Roman','HGS明朝B';
    font-size: 1.0em;
    color: #00366c;
    background-image: url(images/background/bg.jpg);
}

.mw-content-ltr {
 font-family:'Times New Roman','HGS明朝B';
 font-size:1.0em;
}


.mw-page-base {
 background-image:url(images/background/bg.jpg);
}

.mw-head-base {
 background-image:url(images/background/bg.jpg);
}

.content {
 background-image:url(images/background/bg.jpg);
}


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


.mw-body {
 background-image:url(images/background/bg.jpg);
 font-family:'Times New Roman','HGS明朝B';
 font-size:1.0em;
 color:#0c2b49;
}

/*見出し*/
h1 {
    font-size: 2.0em;
    font-weight: bold;
    border-bottom: solid 5px #c8b89c;
    text-indent: 5px;
    letter-spacing: 5px;
    padding: 5px 5px;
    margin: 0px 0px;
    clear: both;
}

h2 {
    font-family:'Times New Roman','HGS明朝B';
    font-size: 1.8em;
    font-weight: bold;
    color:#e2d8bf;
    text-indent: 5px;
    letter-spacing: 3px;
    border-width: 1px 1px 1px 5px;
    padding: 5px 5px;
    margin: 10px 0px 5px;
    background-color:rgba( 0, 52, 119, 0.50 );
    border-style:solid none none none #00366c";

    clear: both;
}

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

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

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




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

div.mw_clear, div.clear {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
}