aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config/style.css
blob: ff055d142e43569b406638d0547078d67b54730d (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
#uzbl_link_hints > span {
    z-index:            1000   !important;

    background-color:   #aaff00           !important;
    border:             2px solid #556600 !important;
    margin:             0                 !important;
    padding:            1px               !important;

    color:              black  !important;
    font-size:          9px    !important;
    line-height:        9px    !important;
    font-weight:        bold   !important;
    font-variant:       normal !important;
    text-decoration:    none   !important;

    -webkit-transform:  translate(-5px,-5px);
    /* opacity:            0.7; */
}

/* we can have different colours for different types of hints! */
#uzbl_link_hints.new-window > span {
    background-color: #ffff00 !important;
}

/* vim:set et ts=4: */