Template:Kyoto/css/eiaaCSS

  1. eiaa .atrbwrapper {
   column-gap: 0;
   row-gap: 1em;
   grid-template-columns: 20fr 80fr;
   }
  1. eiaa .atrbwrapper div:nth-child(odd) {
   font-size: .85em;
   padding-top: 27px; /* font-sizeで行の高さがずれたぶんの調整 */
   font-weight: normal;

}

  1. eiaa .atrbwrapper * {
   border: none !important;

}

  1. eiaa .sidebar-enabler {
   margin-right: 5vw;

}

  1. eiaa .switchcontent-area {
   margin-top: 2em;

}

@media screen and (max-width:850px) {

   #eiaa #gotop_eiaa {
       font-size: .5em;
       position: fixed;
       right: 3%;
       bottom: 13%;
   }
   #eiaa #gobottom {
       font-size: .5em;
       position: fixed;
       right: 3%;
       bottom: 4%;
   }
 }