アットウィキロゴ

CSS

/********************************
    全体
*********************************/
/* フォントの設定 */
body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
    background-color: #f6f6f6;
}
/* リンク */
a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}
a:visited {
    color: #5a3696;
}
a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}
/* 見出し */
h2, h3, h4 {
    color: #000;
    background: none;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}
h3, h4 {
    border-bottom: none;
    font-weight: bold;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
/* 整形済みテキスト */
pre {
    padding: 1em;
    border: 1px dashed #aaa;
    color: black;
    background-color: #f9f9f9;
    line-height: 1.1em;
    padding: 5px;
}
/* 引用文 */
#wikibody blockquote {
    background-color: #f9f9f9;
    margin-top: 5px;
    margin-left: 10px;
    border-left: 3px #ccc solid;
    padding:1em;
    position:relative;
}
blockquote:before {
    content:"“";
    font-size:300%;
    line-height:1em;
    font-family:sans-serif;
    color:#ccc;
    position:absolute;
    left:0;
    top:0;
}
/* 水平線 */
#wikibody hr {
    height: 0;
    border-bottom: 1px solid #AAA;
}
/* 番号無しリスト */
ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: .3em 0 0 1.5em;
    padding: 0;
    list-style-image: url(//img.atwikiimg.com/common/_skin/bullet.gif);
}
li {
    margin-bottom: .1em;
}
/* テーブル */
#wikibody table {
    border: 1px solid #ccc;
    margin: 2px;
    padding: 2px;
    background-color: white;
    border-collapse: collapse;
    border-spacing: 1px;
}
#wikibody table th {
    background-color: #f1f1f1;
    padding: 2px;
    border: 1px solid #d1d1d1;
    vertical-align: top;
    font-weight: bold;
}
#wikibody table td {
    padding: 5px;
    border: 1px solid #d1d1d1;
}
/* 注釈 */
.link_atwiki_footnote{
    font-size: smaller; /* 小さくする */
    white-space: nowrap; /* 途中で改行させない */
    line-height: 1em; /* 設定してないと行が高くなる */
    vertical-align: super; /* 上付き文字にする */
}
/********************************
    サイト名・ロゴ
*********************************/
div#atwiki-jp-bg1{
    background: center url(//img.atwiki.com/image/029m/header135.png) no-repeat;
    position: absolute;
    width: 12em;
    height: 72px;
    top: 26px;
    left: 0;
}
#atwiki-jp-bg1 h1{
    color: #686a67;
    text-align: center;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
#atwiki-jp-bg1 a{
    display: block;
    padding-top: 60px;
    font-size:12px;
}
/********************************
    コンテンツ
*********************************/
#container{
    padding: 0;
    font-size: 94.4%; /* Wikipediaの#bodyContentに合わせる */
}
#contents {
    margin-left: 12em;
    padding: 1em;
    border: 1px solid #a7d7f9;
    border-right-width: 0;
    margin-top: -1px;
    background-color: #ffffff;
    color: #252525;
}
/********************************
    メニューバー
*********************************/
div#menubar{
    font-size: 95%;
    position: absolute;
    top: 90px;
    padding-top: 1em;
    margin: 0 5px 0 5px;
    width: 12em;
    left: 0;
}
#menubar h3 {
    margin: 10px 4px 0 4px;
    padding: 2px 0 0 0;
}
/* メニューバーのhr */
#menubar hr {
    margin: 2px 5px 0 5px;
    height: 1px;
    border: 0;
    background: #aaa;
}
/* メニューバーの改行を消す */
#menubar br {
    display:none;
}
#menubar ul{
    list-style: none none outside;
    margin: .3em 0 0 .5em;
    padding: 0.25em 0;   
}
/* 更新履歴の上下を調整する */
#menubar p.plugin_recent_day {
    font-weight: bold;
    margin: 0 5px 0 5px;
}
#menubar div.plugin_recent_day_div {
    margin: 0 0 .7em 0;
}

#menubar ul.plugin_recent_ul {
    margin: 0 0 0 .5em;
}
/********************************
    フッター
*********************************/
/* 各種ソーシャルボタンの削除。twitter・はてな・mixi・facebook・Google Plus One */
#body_footer {
    display:none;
}
/* フッターの@wiki部分は綺麗に残す */
#footer {
    margin: 0;
    padding: 0;
    border-style: none;
    background: transparent;

    text-align: center;
    font-size: 90%;
}
/* フッターの線は消す */
#footer hr{
    display:none;
}
最終更新:2016年07月22日 09:03