/usr/share/stellarium/webroot/iframestyle.css is in stellarium-data 0.15.0-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 | @font-face {
font-family: 'DejaVuSans';
src: url('dejavusans-webfont.eot');
src: url('dejavusans-webfont.eot?#iefix') format('embedded-opentype'),
url('dejavusans-webfont.woff2') format('woff2'),
url('dejavusans-webfont.woff') format('woff'),
url('dejavusans-webfont.ttf') format('truetype'),
url('dejavusans-webfont.svg#dejavu_sansbook') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DejaVuSansMono';
src: url('dejavusansmono-webfont.eot');
src: url('dejavusansmono-webfont.eot?#iefix') format('embedded-opentype'),
url('dejavusansmono-webfont.woff2') format('woff2'),
url('dejavusansmono-webfont.woff') format('woff'),
url('dejavusansmono-webfont.ttf') format('truetype'),
url('dejavusansmono-webfont.svg#dejavu_sans_monobook') format('svg');
font-weight: normal;
font-style: normal;
}
html {
/* font-size: 13px; */
font-family: DejaVuSans,Verdana,Helvetica,Arial,sans-serif;
}
::selection {
background: rgb(253, 216, 134);
}
::-moz-selection {
background: rgb(253, 216, 134);
}
/* from normalHtml.css */
a {
color: rgb(162, 140, 66);
}
/* style for tables with nomenclature (first usage in Tongan starlore) */
table.nomenclature {
margin: 3px auto;
border-color: black;
border-style: solid;
border-width: 1px;
}
table.nomenclature tr td, table.nomenclature tr th {
padding: 3px;
}
|