/usr/share/amule/webserver/default/style.css is in amule-common 2.3.1-11.
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 | }
caption {
font-family: Helvetica;
font-size: 18px;
font-weight: bold;
color: #003161;
}
th {
font-family: Helvetica;
font-size: 14px;
font-height: 22px;
font-weight: bold;
color: #003161;
}
a:link {
color: #003161;
text-decoration: none;
}
a:active {
color: #003161;
text-decoration: none;
}
a:visited {
color: #003161;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
text-decoration: underline;
}
td {
font-family: Helvetica;
font-size: 12px;
font-weight: normal;
}
label {
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
}
.texte {
font-family: Helvetica;
font-size: 12px;
font-weight: normal;
}
.texteinv {
font-family: Helvetica;
font-size: 12px;
font-weight: bold;
color: white;
}
label {
font-family:"trebuchet ms",sans-serif;
font-size: 12px;
font-weight:bold
}
input {
border:1px solid #003161;
background-color: white;
font-family:"trebuchet ms",sans-serif;
font-size: 12px;
color: #003161;
}
select, option {
background-color: white;
font-size: 12px;
color: #003161;
}
textarea {
border:1px solid #003161;
background-color: white;
font-family:"trebuchet ms",sans-serif;
font-size: 12px;
color: #003161;
}
|