/usr/share/kde4/apps/active-webbrowser/infopage.html is in plasma-active-webbrowser 1:0.5-0ubuntu2.
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>%1</title>
<style type="text/css">
html{
margin:0;
padding:0;
}
body{
background: #AAA;
margin:0;
padding:0;
font-family: sans-serif;
font-size: 100%;
}
#block {
background: #fff;
border: 2px solid #d9d9d9;
padding: 40px;
width: 800px;
margin: 60px auto;
color: #444;
-webkit-border-radius: 15px
}
h1{
font-size: 130%;
font-weight: bold;
border-bottom: 1px solid lightgray;
margin-left: 48px;
}
h2{
font-size: 100%;
font-weight: normal;
border-bottom: 1px solid lightgray;
margin-left: 48px;
}
ul {
padding: 12px 48px;
margin: 0;
}
#reloadButton {
margin-left: 48px;
margin-bottom: 12px;
}
</style>
</head>
<body>
<div id="block">%3</div>
</body>
</html>
|