|
|
| 第1行: |
第1行: |
| {{CSS|1=
| |
| <nowiki>
| |
| h1{
| |
| color: rgba(255,255,255,100);
| |
| text-shadow: rgba(128,128,128,100) 3px 0px;
| |
| background-color: rgba(246,191,117,10);
| |
| background-image: linear-gradient(175deg, rgba(246,191,117,10) 15%, rgba(219,111,137,10) 60%, rgba(65,80,117,10) 95%);
| |
| box-shadow: 1px 1px gray;
| |
| }
| |
| h2{
| |
| color: rgba(255,255,255,100);
| |
| text-shadow: (128,128,128,100) 2px 0px;
| |
| background-color: rgba(246,191,117,10);
| |
| background-image: linear-gradient(175deg, rgba(246,191,117,10) 15%, rgba(219,111,137,10) 60%, rgba(65,80,117,10) 95%);
| |
| box-shadow: 1px 1px gray;
| |
| }
| |
| th{
| |
| background-image:linear-gradient(175deg, rgba(246,191,117,50) 15%, rgba(219,111,137,50) 60%, rgba(65,80,117,50) 95%);
| |
| background-color: rgba(246,191,117,10);
| |
| }
| |
| </nowiki>
| |
| }}
| |
| {{施工中}} | | {{施工中}} |
| {{PersonInfoBox | | {{PersonInfoBox |