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

Line 8: Line 8:
 
}
 
}
  
.findMore1{
+
 
    position: absolute;
+
    float: left;
+
    left: 100px;
+
    top: 730px;
+
   
+
}
+
.findmore2{
+
    list-style-type: none;
+
}
+
 
div.findMore1 li a{
 
div.findMore1 li a{
 
     font-family: "Cambria";
 
     font-family: "Cambria";

Revision as of 16:45, 5 October 2019

body { margin: 0; overflow: hidden; }

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

}


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);

}