aboutsummaryrefslogtreecommitdiffstats
path: root/nicetitle/nicetitle.css
blob: 8c981c57df61a629ffdf1727c2f782c530d1191c (plain) (blame)
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
div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 25em;
    background: url(ntbg.png);

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: black 1px 1px 1px;
}
div.nicetitle p {
    margin: 0;
    padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}

@media print {
    div.nicetitle {
        display: none;
    }
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy