このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
css-small-box:php-manual [2010/08/12 06:25] dgbadmin 0.1.3 |
css-small-box:php-manual [2015/09/26 21:48] (現在) dgbadmin [ダウンロード] |
||
---|---|---|---|
行 17: | 行 17: | ||
===== ダウンロード ===== | ===== ダウンロード ===== | ||
- | [[http:// | + | [[http://g.0-oo.net/ |
※ダウンロードできるのは最新のベータ版の場合があります | ※ダウンロードできるのは最新のベータ版の場合があります | ||
行 28: | 行 28: | ||
| | ||
| | ||
- | | + | |
- | | + | |
| | ||
*/ | */ | ||
/* フォント */ | /* フォント */ | ||
- | body{ | + | body{ |
- | font-family: | + | font-family: |
- | _font-family: | + | |
} | } | ||
- | html: | + | @media print{ /* 印刷 |
- | font-family: | + | body{ |
+ | font-family: | ||
+ | } | ||
} | } | ||
- | + | ||
/* 基礎 */ | /* 基礎 */ | ||
html{ | html{ | ||
行 49: | 行 50: | ||
outline: none; /* クリックされた時に破線を表示しない */ | outline: none; /* クリックされた時に破線を表示しない */ | ||
} | } | ||
- | + | ||
+ | /* リンクの色 */ | ||
+ | a{ | ||
+ | color: #03c; | ||
+ | } | ||
+ | a: | ||
+ | color: #639; | ||
+ | } | ||
+ | a:hover, a:active{ | ||
+ | color: #c11; | ||
+ | } | ||
/* php manual用 */ | /* php manual用 */ | ||
html{ | html{ | ||
padding: 0 1em; | padding: 0 1em; | ||
- | background-color: | + | background-color: |
} | } | ||
body{ | body{ | ||
行 62: | 行 74: | ||
} | } | ||
h1{ | h1{ | ||
- | padding: | + | padding: 0.3em 1em; |
color: #fff; | color: #fff; | ||
- | } | + | background-color: |
- | h1{ | + | |
- | background-image: | + | |
- | background-repeat: | + | |
- | background-color: | + | |
border-radius: | border-radius: | ||
- | -moz-border-radius: | ||
- | -webkit-border-radius: | ||
} | } | ||
h2{ | h2{ | ||
margin-bottom: | margin-bottom: | ||
padding-left: | padding-left: | ||
- | border-left: | + | border-left: |
- | color: #728490; | + | color: #396; |
} | } | ||
h3{ | h3{ | ||
padding-left: | padding-left: | ||
- | color: #728490; | + | color: #396; |
- | border-bottom: | + | border-bottom: |
} | } | ||
h4{ | h4{ | ||
margin: 3em 0 0; | margin: 3em 0 0; | ||
padding: 0.5em; | padding: 0.5em; | ||
- | color: #728490; | + | color: #396; |
font-size: 110%; | font-size: 110%; | ||
- | border: solid 1px #728490; | + | border: solid 1px #396; |
border-width: | border-width: | ||
} | } | ||
行 123: | 行 129: | ||
th, td{ | th, td{ | ||
padding: 0.5em; | padding: 0.5em; | ||
- | border: solid 1px #728490; | + | border: solid 1px #666; |
} | } | ||
th{ | th{ | ||
- | background-color: | + | background-color: |
white-space: | white-space: | ||
} | } | ||
行 137: | 行 143: | ||
border: solid 1px #f30; | border: solid 1px #f30; | ||
border-radius: | border-radius: | ||
- | -moz-border-radius: | ||
- | -webkit-border-radius: | ||
} | } | ||
pre{ | pre{ | ||
行 160: | 行 164: | ||
margin-bottom: | margin-bottom: | ||
padding: 0 1em 1em; | padding: 0 1em 1em; | ||
- | border: solid 1px #728490; | + | border: solid 1px #666; |
border-radius: | border-radius: | ||
- | -moz-border-radius: | ||
- | -webkit-border-radius: | ||
} | } | ||
div.classsynopsis, | div.classsynopsis, | ||
margin-bottom: | margin-bottom: | ||
padding: 0.5em; | padding: 0.5em; | ||
- | border: solid 1px #728490; | + | border: solid 1px #666; |
- | background-color: | + | background-color: |
line-height: | line-height: | ||
border-radius: | border-radius: | ||
- | -moz-border-radius: | ||
- | -webkit-border-radius: | ||
} | } | ||
div.classsynopsis div.constructorsynopsis, | div.classsynopsis div.constructorsynopsis, | ||
行 203: | 行 203: | ||
} | } | ||
span.initializer{ | span.initializer{ | ||
- | color: #728490; | + | color: #396; |
} | } | ||
div.phpcode, | div.phpcode, | ||
margin-bottom: | margin-bottom: | ||
padding: 0.5em 1em; | padding: 0.5em 1em; | ||
- | border: solid 1px #728490; | + | border: solid 1px #666; |
line-height: | line-height: | ||
border-radius: | border-radius: | ||
- | -moz-border-radius: | ||
- | -webkit-border-radius: | ||
} | } | ||
div.phpcode{ | div.phpcode{ | ||
行 218: | 行 216: | ||
} | } | ||
div.cdata{ | div.cdata{ | ||
- | background-color: | + | background-color: |
} | } | ||
div.inicode, | div.inicode, | ||
margin-bottom: | margin-bottom: | ||
padding: 0.5em 1em; | padding: 0.5em 1em; | ||
- | border: solid 1px #728490; | + | border: solid 1px #666; |
- | background-color: | + | background-color: |
line-height: | line-height: | ||
word-wrap: break-word; | word-wrap: break-word; | ||
- | border-radius: | ||
- | -moz-border-radius: | ||
- | -webkit-border-radius: | ||
} | } | ||
div.screen div.cdata{ | div.screen div.cdata{ | ||
行 243: | 行 238: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
- | color: #728490; | + | color: #396; |
font-size: 116%; | font-size: 116%; | ||
background-color: | background-color: | ||
行 252: | 行 247: | ||
border: solid 1px #ccc; | border: solid 1px #ccc; | ||
border-radius: | border-radius: | ||
- | -moz-border-radius: | ||
- | -webkit-border-radius: | ||
} | } | ||
行 262: | 行 255: | ||
padding: 0.5em 1em 0.3em; | padding: 0.5em 1em 0.3em; | ||
background-color: | background-color: | ||
- | border: solid 1px #728490; | + | border: solid 1px #666; |
border-bottom-width: | border-bottom-width: | ||
zoom: 1; /* filterのためのhasLayout対策 */ | zoom: 1; /* filterのためのhasLayout対策 */ | ||
行 271: | 行 264: | ||
left: 0; | left: 0; | ||
border-top-right-radius: | border-top-right-radius: | ||
- | -moz-border-radius-topright: | ||
- | -webkit-border-top-right-radius: | ||
} | } | ||
div# | div# | ||
right: 0; | right: 0; | ||
border-top-left-radius: | border-top-left-radius: | ||
- | -moz-border-radius-topleft: | ||
- | -webkit-border-top-left-radius: | ||
} | } | ||
</ | </ | ||