Difference between revisions of "Template:Tongji China/Header"

Line 28: Line 28:
 
     box-shadow: 0 0 20px rgba(0, 0, 0, 1);
 
     box-shadow: 0 0 20px rgba(0, 0, 0, 1);
 
     transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
 
     transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
 +
    }
 +
    a {
 +
      text-decoration: none;
 +
    }
 +
    /* unvisited link */
 +
    a:link {
 +
      color: green;
 +
    }
 +
 +
    /* visited link */
 +
    a:visited {
 +
      color: DarkGreen;
 +
    }
 +
 +
    /* mouse over link */
 +
    a:hover {
 +
      color: red;
 +
    }
 +
 +
    /* selected link */
 +
    a:active {
 +
      color: blue;
 
     }
 
     }
  

Revision as of 01:33, 2 November 2017