summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/logicodev/infobox.less
blob: 0d488d744ba0796eeeca512ecc1682f9c6ee0933 (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
.infobox {

    .panel-heading{
        background-color: @dim-gray;

        .panel-title{
            font-weight: 700;
        }
    }


    p{
        font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
        font-style: italic;
    }

    .btn{
        background-color: @green;
        border: none;

        a{
            color: white;
            margin: 5px;
        }
    }

    .infobox_part {
        margin-bottom: 20px;
        word-wrap: break-word;
        table-layout: fixed;

    }
    
    .infobox_part:last-child {
        margin-bottom: 0;
    }
}