Difference between revisions of "Template:Tongji Software/css/default css"

Line 6: Line 6:
 
     position: absolute;
 
     position: absolute;
 
     z-index: -1;
 
     z-index: -1;
}
 
#indexTitle1{
 
    /*background-color: antiquewhite;*/
 
    width: 100%;
 
    float: left;
 
    position: absolute;
 
    margin: 0vh 0vw 0vh 0vw;
 
    font-size: 1.75vh;
 
    /* font-family: "Cambria"; */
 
    font-weight: bold;
 
    cursor: default;
 
    color: white;
 
    letter-spacing:2px;
 
    text-shadow: 0 0 25px #fff;
 
 
}
 
}
  
#indexTitle2{
 
    /*background-color: antiquewhite;*/
 
    width: 5vh;
 
    float: left;
 
    position: absolute;
 
    /* position: relative; */
 
    margin: 3vh 0vw 0vh 0vw;
 
    font-size: 7vh;
 
    /* font-family: "Cambria"; */
 
    font-weight: bold ;
 
    cursor: default;
 
    color: white;
 
 
    text-shadow: 0 0 25px #fff;
 
    /*color:#ffffff;*/
 
 
    letter-spacing:5px;
 
    line-height:7vh;
 
}
 
 
#indexTitle3{
 
    /*background-color: antiquewhite;*/
 
    width: 100%;
 
    float: left;
 
    position: absolute;
 
    margin: 9vh 0vw 0vh 0vw;
 
    font-size: 1.75vh;
 
    /* font-family: "Cambria"; */
 
    font-weight: bold;
 
    cursor: default;
 
    color: white;
 
    letter-spacing:2px;
 
    text-shadow: 0 0 25px #fff;
 
}
 
 
.findMore1{
 
.findMore1{
 
     position: absolute;
 
     position: absolute;

Revision as of 16:42, 5 October 2019

body { margin: 0; overflow: hidden; }

  1. webgl-output{
   position: absolute;
   z-index: -1;

}

.findMore1{

   position: absolute;
   float: left;
   left: 100px;
   top: 730px;
   

} .findmore2{

   list-style-type: none;

} div.findMore1 li a{

   font-family: "Cambria";
   font-weight: bold;
   font-size: 18px;
   letter-spacing:2px;
   border: 1px solid;
   border-radius:10px;
   border-color: white;
   text-align: center;
   width: 280px;
   height: 40px;
   line-height: 40px;
   background-color: rgba(0,0,0,0);
   position: absolute;
   color:white;
   text-decoration: none;
   transition: color 200ms,background-color 200ms;

} div.findMore1 li a:hover{

   color:black;
   background-color: rgba(255,255,255,1);

}