|
|
71行目: |
71行目: |
| padding: 3px 3px; | | padding: 3px 3px; |
| margin: 5px; | | margin: 5px; |
| }
| |
|
| |
| .mw-parser-output h2 {
| |
| border-bottom: solid 3px #ffc778;
| |
| position: relative;
| |
| }
| |
|
| |
| .mw-parser-output h2:after {
| |
| position: absolute;
| |
| content: " ";
| |
| display: block;
| |
| border-bottom: solid 3px skyblue;
| |
| bottom: -3px;
| |
| width: 50%;
| |
| } | | } |
|
| |
|