| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- aside form.filter table td.stats div{
- display: inline-block;
- box-shadow: var(--input-box-shadow);
- }
- aside form.filter table td.stats select{
- height: 3em;
- box-shadow: none;
- }
- aside form.filter table td.stats select:not(:first-child){
- border-left: 0;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- aside form.filter table td.stats select:not(:last-child){
- border-right: 0;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- aside form.filter table td.stats select option{
- font-size: 90%;
- }
- aside form.filter table td.type div{
- display: inline-block;
- box-shadow: var(--input-box-shadow);
- }
- aside form.filter table td.type select{
- height: 8.5em;
- box-shadow: none;
- }
- aside form.filter table td.type select:not(:first-child){
- border-left: 0;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- aside form.filter table td.type select:not(:last-child){
- border-right: 0;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- aside form.filter table td.type select option{
- font-size: 90%;
- }
- aside form.filter table td.slot select{
- height: 1.5em;
- }
- aside form.filter table td.slot select option{
- font-size: 90%;
- display: inline-block;
- }
- aside form.filter input[type='submit']{
- margin: 1em auto;
- display: block;
- }
- section#runes > table{
- margin: auto;
- border-collapse: collapse;
- border: 0.2em solid #000000;
- border-top: 0;
- display: inline-block;
- border-radius: 0.4em;
- }
- section#runes > table td.header{
- background-color: #00000066;
- color: #ffffff;
- border-top: 0.2em solid #000000;
- font-weight: bold;
- text-align: left;
- }
- section#runes > table td.header img, span{
- display: inline-block;
- vertical-align: middle;
- }
- section#runes > table td.header img{
- height: 1.5em;
- }
- section#runes > table td.header img.group_image_1{
- transform: rotate(0deg);
- }
- section#runes > table td.header img.group_image_2{
- transform: rotate(57deg);
- }
- section#runes > table td.header img.group_image_3{
- transform: rotate(123deg);
- }
- section#runes > table td.header img.group_image_4{
- transform: rotate(180deg);
- }
- section#runes > table td.header img.group_image_5{
- transform: rotate(237deg);
- }
- section#runes > table td.header img.group_image_6{
- transform: rotate(303deg);
- }
|