
/* - ploneCustom.css - */
@media all {
/* https://nanasi.jp/portal_css/ploneCustom.css?original=1 */
/* */
div#content {
font-size: medium ;
}
/* */
div.section h3 {
margin-top: 50px;
border-top: solid 1px black;
border-bottom: solid 1px black;
}
/* */
div.section h4 {
margin-top: 20px;
border-bottom: dotted 1px black;
}
/* */
legend {
background:transparent;
}
/* */
ul.simple {
margin-bottom: 20px;
}
/* */
pre.console {
background-color: silver;
color: black;
font-family: monospace;
}
pre.program {
font-family: monospace;
color: black;
}
/* */
pre.console strong {
text-decoration: underline;
}
pre.program strong {
text-decoration: underline;
}
/* */
span.code_high {
background-color: yellow;
}
span.tab_char {
color: teal;
}
div.note {
margin: 2em;
border: medium outset;
padding: 1em;
}
p.admonition-title {
text-decoration: underline;
font-weight: bold;
}
fieldset#trackback_area {
margin-top: 80px;
}
div.trackback {
margin-top: 10px;
}
/* */
img.image-border {
border: 1px solid;
}
/* */
div#dsq-combo-widget {
border-left: 1px solid #8CACBB;
border-right: 1px solid #8CACBB;
}
/* */
kbd {
color: #333333;
background-color: white;
text-align: center;
border-left: 1px solid #cfcfcf;
border-top: 1px solid #cfcfcf;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
-moz-border-radius: 4px 4px 4px 4px;
padding-left: 1px;
padding-top: 0px;
padding-right: 2px;
padding-bottom: 0px;
margin-left: 2px;
margin-right: 2px;
vertical-align: top;
font-family: sans-serif;
}

}

