summaryrefslogtreecommitdiff
path: root/src/koszko_org_website/static/pure-menus-core.css
blob: 065eed1c987fc49a341e40287f53e4860885ad81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
SPDX-License-Identifier: LicenseRef-Yahoo-BSD-3

Copyright 2013 Yahoo! Inc.

See https://git.koszko.org/koszko-org-website/tree/LICENSES/ for details.
*/

.pure-menu {
    box-sizing: border-box;
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.pure-menu-list,
.pure-menu-item {
    position: relative;
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
}

.pure-menu-link,
.pure-menu-heading {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}