Template:首页/styles.css:修订间差异

来自Rotaeno中文维基
(创建页面,内容为“.mp-box { position : relative; z-index : 1; display : flex; overflow : hidden; overflow-y : hidden; align-items : center; justify-content : center; box-sizing : border-box; width : 100%; height : 125px; padding : 1px; →‎background : url('https://wiki.rotaeno.cn/images/4/40/Rotaeno_Website_Background.png') no-repeat fixed;:​ background-size : cover; } .mp-box::before { position : absolute; z-index : 2; top : 0; left : 0…”
 
无编辑摘要
第13行: 第13行:
   height : 125px;
   height : 125px;
   padding : 1px;
   padding : 1px;
  /* background : url('https://wiki.rotaeno.cn/images/4/40/Rotaeno_Website_Background.png') no-repeat fixed; */


  /* background : url('https://wiki.rotaeno.cn/images/4/40/Rotaeno_Website_Background.png') no-repeat fixed; */
   background-size : cover;
   background-size : cover;
   
   
第73行: 第73行:
   width : 133.365px;
   width : 133.365px;
   height : 42.84px;
   height : 42.84px;
  /* background : url('https://wiki.rotaeno.cn/images/1/13/Icon_Wiki_Main.png') no-repeat; */


  /* background : url('https://wiki.rotaeno.cn/images/1/13/Icon_Wiki_Main.png') no-repeat; */
   background-size : contain;
   background-size : contain;
}
}
第140行: 第140行:


    color: #369;
    color: #369;
    Background-size:21px 21px;
    border: 0;


    font-family: Arial, sans-serif;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-size: 24px;
   Background-size:21px 21px;
}
}



2022年7月14日 (四) 17:04的版本

.mp-box {
  position : relative;
  z-index : 1;

  display : flex;
  overflow : hidden;
  overflow-y : hidden;
  align-items : center;
  justify-content : center;

  box-sizing : border-box;
  width : 100%;
  height : 125px;
  padding : 1px;
  /* background : url('https://wiki.rotaeno.cn/images/4/40/Rotaeno_Website_Background.png') no-repeat fixed; */

  background-size : cover;
  
}

.mp-box::before {
  position : absolute;
  z-index : 2;
  top : 0;
  left : 0;

  width : 100%;
  height : 125px;

  content : '';

  background : inherit;

  filter : blur(20px);
}

.mp-abox {
  z-index : 3;

  width : auto;
  height : auto;
  padding : 10px;
}

@media all and (max-width: 720px) {
    .mp-abox{
        display:none;
    }
}

.mp-circle {
  z-index : 3;

  display : flex;
  align-items : center;
  flex-shrink : 0;
  justify-content : center;

  width : 165px;
  height : 165px;
  margin-right : 8px;
  margin-left : 8px;

  border : 1px solid white;
  border-radius : 50%;
  /* background : url('https://wiki.rotaeno.cn/images/4/40/Rotaeno_Website_Background.png'); */
  background-size : cover;
}

.mp-icon {
  z-index : 4;

  width : 133.365px;
  height : 42.84px;
  /* background : url('https://wiki.rotaeno.cn/images/1/13/Icon_Wiki_Main.png') no-repeat; */

  background-size : contain;
}
.mp-header{
    position: relative;

    box-sizing: border-box;
    margin: 0 0 1.6em;
    padding: .8em 1.6em 1.6em;

    color: #000;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.08);

    font-family: sans-serif;
    font-size: calc(1em * 0.875);
    line-height: 1.5em;

    direction: ltr;
}
.mp-header-text-b{
    padding: 0.1em;

    text-align: center;

    color: #000;

    font-family: sans-serif;
    font-size: 162%;
    line-height: 1.5em;

    direction: ltr;
}

.mp-header-text-a{
    text-align: center;

    color: #000;

    font-family: sans-serif;
    font-size: 95%;
    line-height: 1.5em;

    direction: ltr;
}



/* .mp-new{
    background: url("https://wiki.rotaeno.cn/images/1/10/Icon_MainPage_News.png") no-repeat;

}

.mp-next{
    background: url("https://wiki.rotaeno.cn/images/9/95/Icon_MainPage_Next.png") no-repeat;
}

.mp-dev{
    background: url("https://wiki.rotaeno.cn/images/c/c0/Icon_MainPage_Dev.png") no-repeat;
} */

.mp-icon-new,.mp-icon-next,.mp-icon-dev{
    padding-left: 30px;

    color: #369;
    border: 0;

    font-family: Arial, sans-serif;
    font-size: 24px;

    Background-size:21px 21px;
}

.mp-info-box{
    margin: 0 0 1.6em;
    padding: .8em 1.6em 1.6em;

    color: #000;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.08);

    font-family: sans-serif;
    font-size: calc(1em * 0.875);
    line-height: 1.5em;

    direction: ltr;
}