「利用者:Brecht/blender.css」の版間の差分

提供: wiki
移動先: 案内検索
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 04:44時点における最新版

/* font and colors */

#globalWrapper {
    background-color: #e3e3e3;
    min-height: 500px;
}

#col-content div, #col-content p, #col-content ul, #col-content ol {
    font-family: Georgia;
    font-size: 13px;
    color:#000;
}

p {
    text-align: justify;
}

/* headers */


h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Verdana, sans-serif;
}

h4, h5, h6 {
    color: #444;
}

h1 {
    margin-top: 0em !important;
    font-size: 15pt;
}

.columnThird h1 {
    margin-top: 25px !important;
}

h2 {
    font-size: 13pt;
}

h3 {
    font-size: 12pt;
}

.literal {
    color: #111;
}

/* boxes */

table, .tableNormal, pre {
    background-color: #ccc !important;
    color: #000 !important;
    font-size: 12px;
}

.mw-geshi, .mw-geshi pre {
    background-color: #222 !important;
    color: #eee !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

 #contentSub {
    font-size: 11px !important;
}

/* disable fixed column */

#column-one {
    margin-top:0;
    top: -35px;
}

#col-one-header {
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    border-radius: 0px !important;
   background-color: #2C3845;
}

.username, .logout {
    margin-top: 7px !important;
}

div.navi-toggle {
    margin-top: 3px;
}

.boxheader a {
    font-size: 0.9em;
    color: #D3E0E9;
}

.artop {
    display: none;
}

#col-one-wrapper.fixed {
    position:absolute;
    top:0;
}

/* images */

.floatright { margin-left: 10px !important; }
.floatleft { margin-right: 10px !important; }

/* links */

#col-content  a {
      color:#258;
      font-weight: normal;
}

/* ruler */

hr {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #eee;
    border-left: 0px;
    border-right: 0px;
}

/* hiding stuff */

 .boxheader {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#donation-wrapper, #p-toc, .vspacer, #pageheader {
    display: none;
}

/* edit hover */

.editsection { opacity: 0.2; }
.editsection:hover { opacity: 1.0; }