Team:UT-Tokyo/Template/Style

From 2013.igem.org

(Difference between revisions)
Line 53: Line 53:
     -webkit-margin-end: 0px;
     -webkit-margin-end: 0px;
     }
     }
-
a{
+
#header, #main a{
     text-decoration: none;
     text-decoration: none;
     }
     }
-
a:link{
+
#header, #main a:link{
     color: blue;
     color: blue;
     }
     }
-
a:visited{
+
#header, #main a:visited{
     color: purple;
     color: purple;
     }
     }
-
a:hover{
+
#header, #main a:hover{
     color: red;
     color: red;
     }
     }
Line 330: Line 330:
</style>
</style>
-
    <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
 
     <script>
     <script>
     $(function() {
     $(function() {

Revision as of 09:54, 11 September 2013