This file is indexed.

/usr/lib/python3/dist-packages/pydap/wsgi/templates/static/style.css is in python3-pydap 3.2.2+ds1-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
body {
    font-size: 86%;
    margin: 0 auto;
    line-height: 1.7em;
}

a, .pure-menu a {
    color: #15c;
}

.header {
    margin: 0 0;
}

    .header .pure-menu {
        padding: 0.5em;
    }

        .header .pure-menu li a:hover,
        .header .pure-menu li a:focus {
            background: none;
            border: none;
        }

.content {
    margin-top: 3.5em;
}

.footer {
    background: #111;
    color: #666;
    text-align: center;
    padding: 0.5em;
    font-size: 80%;
}

    .footer a {
        color: #888;
    }

.icon-fixed-width {
    width: 1.28571429em;
    display: inline-block;
    text-align: center;
}

.pydap-listing {
    margin: 0;
    width: 100%;
}

.dap, .dap a {
    color: #aaa;
    font-size: 90%;
    visibility: hidden;
}

tbody tr {
    border-left: 4px solid #fff;
}
tbody tr:hover {
    border-left: 4px solid #15c;
}
tbody tr:hover td {
    background-color: #fafafa;
}
tbody tr:hover td .dap,
tbody tr:hover td .dap a {
    visibility: visible;
}

div.attributes {
    font-size: 90%;
}

dl {
    padding-top: 1.65em;
}

dt {
    width: 9em;
    text-align: right;
    color: #999;
    overflow: hidden;
}
dd {
    position: relative;
    margin: -1.65em 0 0 10em;
}

dd.value {
    white-space: pre;
}

div.form {
    padding: 1.0em;
}

div.nested {
    margin-left: -8em;
    clear: left;
}

fieldset {
    clear: left;
}

.pure-button-submit {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.pure-button-submit {
    background: rgb(28, 184, 65); /* this is a green */
}