Team:USTC-Software/css/style

  1. sideMenu {

display: none }


.item ul li {

   float:left;
   margin-right:10px;
   margin-bottom:10px;
   display:inline;
   overflow:hidden;
   position:relative;

}

.item ul li .photo {

   width:200px;
   height:200px;
   overflow:hidden;
   background-color: darkgray;

}

.item .rsp {

   width:200px;
   height:200px;
   overflow:hidden;
   position: absolute;
   background:#000;
   top:0;
   left:0;

}

.item .text {

   position:absolute;
   width:200px;
   height:200px;
   left:-200px;
   top:0;
   overflow:hidden;

}

.item .text a {

   text-decoration:none

}

.item .text p {

   color:#FFFFFF;
   font-size:18px;

}

.item .box {

   padding:10px 0px 10px 0px;
   border-top: solid;
   border-left: solid;
   border-width:1px;
   border-color: #f1f1f1;
   box-shadow: 2px 2px 1px #e1e1e1;
   margin-left: 20px;

}

.item .img {

   width: 160px;
   height: 160px;
   border-radius: 160px;
   text-align: center;
   border: solid;
   border-width:1px;"

}

.item h3 {

   text-align: center;
   border-top: solid;
   font-size:15px;
   border-color: #e1e1e1;
   border-width:1px;
   padding:8px 0 8px;
   margin: 0px 0 0px;

}

.item h5 {

   height: 50px;
   overflow: hidden;
   text-align: center;
   border-top: solid;
   border-color: #e1e1e1;
   border-width:1px;
   padding:22px 0 5px;
   margin: 0px 0 0px;

}

  1. theme-graph svg {
   filter: brightness(90%);

}

section,body {

   min-width: 1020px;

}