/usr/share/games/pyscrabble/web/index.css is in pyscrabble-server 1.6.2-9.
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 | body {
font: 80%/1 Verdana, sans-serif;
}
table{
width: 50%;
border-collapse:collapse;
}
th {
font-weight: bold;
border: 1px solid #000000;
padding: 10px;
}
td {
border: 1px solid #000000;
padding: 10px;
}
fieldset {
padding: 2em;
width: 50%;
}
label {
margin-right:0.5em;
padding:0.2em;
text-align:right;
}
|