blob: 464f95b808bcea1cec65ff4bcc563cd24278b1e0 [file] [log] [blame]
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -07001/*
2 * Copyright 2015 Open Networking Laboratory
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17.nav ul {
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070018 display: table;
19 table-layout: fixed;
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070020 list-style-type: none;
Bri Prebilic Cole7a5431e2015-06-08 12:53:02 -070021 width: 80%;
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070022}
23
24.nav li {
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070025 padding: 2.5% 0;
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070026 color: #3C3C3C;
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070027}
28.nav li:hover {
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070029 border-bottom: 2px solid #CE5650;
30 color: black;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070031}
32.nav li.selected {
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070033 font-weight: bolder;
34 color: #3C3C3C;
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070035 letter-spacing: 0.03em;
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070036 border-bottom: 2px solid #CE5650;
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070037}
38
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070039.nav a,
40.nav a:visited {
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070041 display: table-cell;
42 text-align: center;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070043 text-decoration: none;
44 color: black;
45}