/usr/share/messageviewer/about/default/main.css is in kf5-messagelib-data 4:17.12.3-0ubuntu3.
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 | html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body {
margin: 0px;
padding: 0px;
background-image: url('background.png');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: #111111;
height: 100%;
width: 100%;
}
img {
margin: 0px;
padding: 0px;
}
a {
color: #1A2C36;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #003B5A;
text-decoration: none;
text-shadow: #FFFFFF 0px 0px 6px;
}
.center {
text-align: center
}
#subtext {
font-style: italic;
}
#nextlink {
margin: 0px;
padding-top: 1em;
text-align: center;
}
#header {
background: rgba(255, 255, 255, 0.6);
width: 100%;
height: 140px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
#header img {
display: inline-block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
}
#title {
display: inline-block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
color: #151515;
text-shadow: #FFFFFF 0px 0px 5px;
font-weight: bold;
}
#title h1 {
margin: 0;
padding: 0;
text-align: left;
font-size: xx-large;
color: #151515;
}
#box {
width: 100%;
}
#boxInner {
margin: 40px;
height: 100%;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 5px;
box-shadow: 0 0 10px #aaa;
padding: 20px;
}
|