维基建设中~

“MediaWiki:Common.css”的版本间差异

来自YurifyMagic
第9行: 第9行:
     }
     }


     .page {
      
      padding:20px;
      top:6vh;
      left: 30vmin;
      height: auto;
      position: absolute;
      width: 90vmin;
      margin: auto;
      background-color: rgb(255, 255, 255);
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 10px;
 
    }
 
    .pageText {
      text-align: left;
      line-height: 1.8;
    }
 
     .showcase {
     .showcase {
       float: right;
       float: right;
第41行: 第23行:
     }
     }


    /*.showcase>img {*/
    /*  width: inherit;*/
    /*}*/


     .tablehead {
     .tablehead {
第67行: 第46行:
       background-color: rgba(255, 255, 255, 0.7);
       background-color: rgba(255, 255, 255, 0.7);
     }
     }
    /*.sideNavi  a{*/
    /*  line-height: 1.5;*/
    /*  text-decoration: none;*/
    /*  color: rgb(70,100,100);*/
    /*}*/

2024年11月21日 (四) 21:58的版本

/* 这里放置的CSS将应用于所有皮肤 */


    body {
      color: rgb(70,100,100);
      height: 100vh;
      background-color: rgb(255, 190, 190);
      
    }

    
    .showcase {
      float: right;
      /* position: absolute; */
      left: 50vmin;
      width: 30vmin;
      background-color: rgb(255, 255, 255);
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 10px;
      overflow: hidden;
      text-align:center;

    }


    .tablehead {
      width: 8vmin;
      background-color: rgb(255, 190, 190);
      color: rgb(255, 255, 255);
    }

    .tabletext {
      text-align: center;
    }

    .sideNavi {
      top: 10vmin;
      text-align: left;
      
      padding-bottom: 20px;
      border-radius: 10px;
      position: fixed;
      left: 125vmin;
      width: 30vmin;
      background-color: rgb(255, 255, 255);
      background-color: rgba(255, 255, 255, 0.7);
    }