File: menu.css

package info (click to toggle)
libgpars-groovy-java 1.2.1-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 14,852 kB
  • sloc: java: 29,729; xml: 156; sh: 136; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.menuItem {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 95%;
}

.menuTitle {
    font-size: 85%;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

.menuUsageItem {
    font-size: 95%;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    margin-bottom: 10px;
}

.menuUsageItem a {
    text-decoration: none;
}