/usr/share/stellarium/webroot/style_tablet7in.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 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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 | /* some improvements for small 7"-tablets */
/*html {
background: #fff url("images/stars.png");
font-size: 18px;
font-family: DejaVuSans,Verdana,Helvetica,Arial,sans-serif;
}*/
/* larger spinner button */
#timewidget .ui-spinner-input {
margin: 22px 0.2em;
text-align: center;
}
/* larger up/down buttons */
#timewidget .ui-spinner-button {
height: 20px;
left: 0;
width: 100%;
cursor: default;
display: block;
font-size: 0.5em;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
text-align: center;
}
/* re-center icon on that button */
#timewidget .ui-spinner .ui-icon {
left: 50%;
margin-left: -7px;
/* margin-top: -5px;
top: 2px; */
position: absolute;
}
/* override slider handle size */
#view_fov .ui-slider-handle {
width: 2em;
height: 2em;
}
/* override slider handle size */
#view_offset .ui-slider-handle {
width: 2em;
height: 2em;
}
/* TODO: Find real element name? Height of slider bar */
.ui-slider-horizontal {
height: 1em;
}
select {
padding: 1px 0px;
/*font-size: small; GZ changed to */
font-size: medium;
}
#srch_greek button {
width: 42px;
height: 35px;
margin: 0px;
padding: 0px;
flex-grow: 1;
}
label {
font-size: 18px;
padding: 2px 1px;
}
button {
font-size: 35px;
margin-top: 2px;
margin-bottom: 2px;
}
input {
font-size: 35px;
margin-top: 2px;
margin-bottom: 2px;
}
/* TODO: make them a bit larger. */
input .spinner .stelproperty {
font-size: 26px;
font-weight: bold;
}
.landscapeblock {
min-height: 15em;
height: 10em;
}
/* QuickSearch Buttons */
ul.button32list > li > button,
button.button32 {
font-size: 16px;
}
/* GZ Use larger spinner buttons for clumsy touchers */
.ui-spinner-button {
width: 24px;
height: 100%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
}
.ui-spinner-button.ui-spinner-down {
right: 25px;
/*border-radius: 4px;
margin:1px;*/
background: linear-gradient(rgb(68, 68, 69),rgb(40, 40, 40));
}
.ui-spinner-button.ui-spinner-up {
right: 0px;
/*border-radius: 4px;
margin:1px;*/
background: linear-gradient(rgb(68, 68, 69),rgb(40, 40, 40));
}
.ui-icon-triangle-1-n {
background-position: -32px -16px;
}
.ui-spinner .ui-icon-triangle-1-s {
background-position: -96px -16px;
}
#time .ui-icon-triangle-1-n {
background-position: 0px -16px;
}
#time .ui-spinner .ui-icon-triangle-1-s {
background-position: -64px -16px;
}
input.spinner {
width: 100px;
}
#vo_refraction input.spinner {
width: 100px;
}
#tab_location input.ui-spinner-input {
width: 100px;
}
|