This file is indexed.

/usr/share/pisg/layout/pisg.css is in pisg 0.73-1.

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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/*

http://pisg.sourceforge.net/ pisg css layout by mite. (mite@megalixer.com)

Here is a pisg layout I made which matches the official pisg website @ http://pisg.sourcefourge.net/

This file is edited from a modified version of one of the default layout files.
I unfortuanantly don't recall which, as it's gone through many changes over the months.
(My apologies.)

I have tested this css with FireFox 0.8 and Internet Explorer 6.0 on Windows XP.
Feel free to make changes to better suit other browsers.

To obtain a better result, set the these pisg options in your cfg file:

<set hicell="#EFEBEF">
<set hicell2="#FFFFFF">


 Enjoy the scheme,
 mite (mite@megalixer.net)


*/

body {
    font-family: verdana, tahoma, sans-serif;
    font-size: 12px;
    color: black;
    color: #585858;
    background-color: #FFFFFF;
}

a:link {
    color: #0b407a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #0b407a;
    text-decoration: none;
}

a:visited:hover {
    color: #0b407a;
    text-decoration: underline;
}

a.background:link {
    color: #0b407a;
    text-decoration: none;
}

a.background:hover {
    text-decoration: underline;
}

.asmall:link {
    text-decoration: none;
}

.asmall:hover {
    text-decoration: underline;
}

td {
    background-color: white;
    font-size: 12px;
    font-family: verdana, tahoma, sans-serif;
    color: black;
    color: #585858;
    max-width: 100%;
}

.title {
    font-family: verdana, tahoma, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.headtext {
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #FFFDBC;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.tdtop {
    background-color: #F0F0F0;
}


.hicell {
    background-color: #F0F0F0;
}

.hicell10 {
    background-color: #F0F0F0;
}

.rankc {
    background-color: #F0F0F0;
}

.hirankc {
    background-color: #F0F0F0;
    font-weight: bold;
}

.rankc10center {
    background-color: #F0F0F0;
    font-size: 10px;
    text-align: center;
}

.hirankc10center {
    background-color: #F0F0F0;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

.small {
    font-family: verdana, tahoma, sans-serif;
}