|
|
| (同じ利用者による、間の787版が非表示) |
| 1行目: |
1行目: |
| /* ここに記述したCSSはすべての外装に反映されます */
| |
| .mw-content-ltr {
| |
| font-size:15px;
| |
| }
| |
|
| |
|
| .mw-editfont-monospace {
| |
| font-size:15px;
| |
| /*font-family: 'Noto Sans JP', sans-serif;*/
| |
| font-family: monospace;
| |
| }
| |
|
| |
| pre {
| |
| background-color: rgba(80, 80, 80, 0.7);
| |
| }
| |
|
| |
| caption {
| |
| color: #101010;
| |
| font-weight: bold;
| |
| border: solid 1px blue !important;
| |
| background-color: rgba(30, 200, 30, 0.7);
| |
| }
| |
|
| |
| table {
| |
| border-collapse: collapse;
| |
| border: solid 2px blue;/*表全体を線で囲う*/
| |
| background-color: #fefefe;
| |
| }
| |
|
| |
| th {/*thに対して*/
| |
| color: #202020;
| |
| font-weight: bold;
| |
| text-align: center !important;
| |
| border: dashed 1px blue;
| |
| background-color: #66CCFF;
| |
| }
| |
|
| |
| td {/*tdに対して*/
| |
| color: #3f3f3f;
| |
| text-align: left;
| |
| border: dashed 1px blue;
| |
| }
| |
|
| |
| /* self links */
| |
| a.interwiki {
| |
| color: #32A0B0;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| /* External Links */
| |
| .mw-parser-output a.external {
| |
| color: #208020;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| a.external {
| |
| color: #208020 !important;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| .mw-parser-output a.new:visited {
| |
| color: #a55858;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| code {
| |
| font-weight: bold;
| |
| background-color: #1177AA;
| |
| }
| |
|
| |
|
| |
| /* Extension:AmazonSearch */
| |
| DIV.amazonsearch {
| |
| clear: both;
| |
| width: 100%;
| |
| min-height: 180px;
| |
| margin: 0 auto;
| |
| padding: 0.5em;
| |
| border: 1px solid #444;
| |
| overflow: hidden;
| |
| }
| |
| DIV.amazonsearch IMG.amazonsearchimg {
| |
| float: left;
| |
| margin: 0.1em 1em 0.1em 0.1em;
| |
| }
| |
| DIV.amazonsearch P.amazonsearchname {
| |
| margin: 0;
| |
| font-size: 90%;
| |
| text-indent: 0;
| |
| }
| |
| DIV.amazonsearch P.amazonsearchauthor {
| |
| margin: 0;
| |
| font-size: 80%;
| |
| text-indent: 0;
| |
| }
| |
| DIV.amazonsearch UL {
| |
| margin: 0;
| |
| }
| |
| DIV.amazonsearch UL LI {
| |
| display: inline-block;
| |
| text-align: center;
| |
| list-style: none;
| |
| font-size: 90%;
| |
| width: 12em;
| |
| margin: 0.2em;
| |
| padding: 0.2em 0.5em 0.2em 0.5em;
| |
| border-radius: 0.5em;
| |
| white-space: nowrap;
| |
| }
| |
| DIV.amazonsearch P.amazonsearchauthor::before {
| |
| background-color: #bbb;
| |
| border-radius: 10%;
| |
| color: #fff;
| |
| font-size: smaller;
| |
| padding: 0 0.5em 0 0.5em;
| |
| margin-right: 0.5em;
| |
| content: "広告";
| |
| }
| |
| DIV.amazonsearch UL LI A {
| |
| color: #fff;
| |
| }
| |
| DIV.amazonsearch UL LI.shoplinkamazon {
| |
| background-color: #f90;
| |
| }
| |