File: style.css

package info (click to toggle)
simplesamlphp 1.16.3-1%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 21,036 kB
  • sloc: php: 73,175; ansic: 875; sh: 83; perl: 82; xml: 52; makefile: 46
file content (95 lines) | stat: -rw-r--r-- 1,616 bytes parent folder | download
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
@media all {
    .ui-tabs-panel { padding: .5em }

    div#content {
        margin: .4em ! important;
    }

    .tableview {
        border-collapse: collapse;
        border: 1px solid #ccc;
        margin: 1em;
        width: 80%;
    }

    .tableview th, .tableview td {
        border: 1px solid #ccc;
        padding: 0px 5px;
    }

    .tableview th {
        background: #e5e5e5;
    }

    .tableview tr.total td {
        color: #500; font-weight: bold;
    }

    .tableview tr.even td {
        background: #f5f5f5;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .tableview th.value, .tableview td.value {
        text-align: right;
    }

    div.corner_t {
        max-width: none ! important;
    }

    table.timeseries tr.odd td {
        background-color: #f4f4f4;
    }

    table.timeseries td {
        padding-right: 2em; border: 1px solid #ccc
    }

    td.datacontent {
        text-align: right;
    }

    table.selecttime {
        width: 100%;
        border: 1px solid #ccc;
        background: #eee;
        margin: 1px 0px; padding: 0px;
    }

    td.selecttime_icon {
        width: 50px;
        padding: 0px;
    }

    td.selecttime_icon img {
        margin: 0px;
    }

    td.selecttime_link_grey {
        color: #ccc;
    }

    td.td_right {
        text-align: right;
    }
    td.td_next_right {
        padding-right: 4px;
    }
    td.td_left {
        text-align: left;
    }

    p.p_right {
        text-align: right;
    }

    form {
        display: inline;
    }

    table#statmeta {
        width: 100%;
    }
}