/usr/share/ipplan/themes/default-safari.css is in ipplan 4.92a-2.
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 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 | /* main styles */
body, table, tr, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
background-color: #191970;
background-repeat: repeat-y;
}
/* links */
a, a:active, a:visited {
color: blue;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #333333;
}
/* text styles */
/* changes colour of focused input box */
input:focus, textarea:focus {
background-color: #e9edf5;
}
.textError {
font-size: 12px;
font-weight: bold;
color: red;
}
.textErrorBig {
font-size: 15px;
font-weight: bold;
color: red;
padding: 15px;
text-align: center;
}
.textInfo {
font-size: 12px;
color: green;
}
.textWarn {
font-size: 12px;
color: yellow;
}
.textSmall {
font-size: 10px;
font-style: italic;
display: block;
}
/* tabs */
td.tab {
border-top: 1px solid #999;
border-right: 1px solid #666;
border-left: 1px solid #999;
border-bottom: none;
}
table.tabs {
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #666;
}
/* The main header. */
.headerbox h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
display: inline;
}
.headerbox h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
color: white;
font-size: 15px;
display: inline;
}
.headerbox {
border-bottom: 2px solid #000000;
border-right: 2px solid #000000;
border-top: 1px solid #0c00ff;
border-left: 1px solid #0c00ff;
background-color: #6495ed;
}
/* menus get drawn here */
.menubox {
border: 0px solid #440000 ;
padding-left: 3px;
padding-top: 0px;
padding-bottom:0px;
background-color:#d3d3d3;
}
/* The main body of the page */
/* div.normalbox { position: relative; }
*/
.normalbox {
border: 1px solid #440000;
margin: 3px;
padding: 5px;
background-color: #fefefe;
}
.normalbox h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
input.normalbox {
overflow: hidden;
}
.legend {
background-color: white;
font-style: italic;
}
.fieldset {
padding: 0.5em;
border: 1px dashed #8cacbb;
color: Black;
background-color: #f7f9fa;
}
/* Matte Box - background onto which output is displayed */
.matte {
background: #d3d3d3;
border: 2px solid #000000;
padding-top: 12px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 12px;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 3px;
margin-right: 3px;
}
.email {
position: fixed;
top: 15%;
left: 75%;
width: 20%;
background-color: #F1F1F1;
padding: 2px;
border-bottom: 2px solid #000000;
border-right: 2px solid #000000;
border-top: 1px solid #0c00ff;
border-left: 1px solid #0c00ff;
}
/* table formatting for all data display tables */
table.outputtable {
background-color: #99CCFF;
border-top: 2px solid #00CCFF;
border-bottom: 2px solid #00CCFF;
border-left: 2px solid #00CCFF;
border-right: 2px solid #00CCFF;
}
td.heading {
font-weight: bold;
}
td.oddrow {
background-color: #F1F1F1;
}
td.evenrow {
background-color: #FFFFFF;
}
td.redcell {
background-color: red;
}
td.greencell {
background-color: #00ff00;
}
/* style for "Logged in as" */
.userbox {
font-size: 14px;
}
/* style for myError */
.errorbox {
background-color: red;
font-size: 12px;
color: white;
}
/* search bar */
/*
.search {
border-top: 1px solid #440000;
border-bottom: 1px solid #440000;
padding-left: 3px;
padding-top: 6px;
padding-bottom: 3px;
}
*/
|