Line 6: | Line 6: | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> | <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> | ||
− | + | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
+ | <style> | ||
+ | #nyuad-logo { | ||
+ | height: 66px; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | .navbar { | ||
+ | margin-top: 16px; | ||
+ | position: fixed; | ||
+ | font-size: 13px; | ||
+ | background-color: white; | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | |||
+ | .navbar-right li { | ||
+ | font-family: "Avenir",sans-serif; | ||
+ | color: #2800D7; | ||
+ | } | ||
+ | |||
+ | .navbar-nav > li > a { | ||
+ | padding-left: 10px; | ||
+ | padding-right: 10px; | ||
+ | } | ||
+ | .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav> .active > a:hover { | ||
+ | background-color: #fff; | ||
+ | color:#2800D7; | ||
+ | } | ||
+ | |||
+ | .navbar-default .navbar-nav > .active { | ||
+ | background-color: red; | ||
+ | |||
+ | } | ||
+ | |||
+ | .navbar-default .navbar-brand { | ||
+ | font-weight: bold; | ||
+ | color: #2800D7; | ||
+ | /*background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fa1e64),color-stop(100%, #2800D7)); | ||
+ | -webkit-background-clip: text; | ||
+ | -webkit-text-fill-color: transparent;*/ | ||
+ | } | ||
+ | |||
+ | .navbar-default .navbar-brand:hover { | ||
+ | font-weight: bold; | ||
+ | color: #fa1e64; | ||
+ | /*background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fa1e64),color-stop(100%, #2800D7)); | ||
+ | -webkit-background-clip: text; | ||
+ | -webkit-text-fill-color: transparent;*/ | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
Line 81: | Line 130: | ||
− | <script | + | <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> |
</body> | </body> | ||
</html> | </html> |
Revision as of 20:12, 20 July 2016
<!DOCTYPE html>