Warning, /network/konqueror/webenginepart/src/about/kde_infopage.css is written in an unsupported language. File is not indexed.
0001
0002 /*
0003 * text styles
0004 */
0005
0006 img {margin: 0px; padding: 0px}
0007 body {margin: 0px; padding: 0px; background-color: #062A4B; background-image: url(body-background.png); color: #111111; height="100%"; width="100%"}
0008 a { color: #1A2C36; text-decoration: none; font-weight: bold; }
0009 a:hover {
0010 color: #003B5A;
0011 text-decoration: none;
0012 text-shadow: #FFFFFF 0px 0px 6px;
0013 }
0014 <!-- .bar_text a {color: #FFFFFF;} -->
0015
0016 #subtext {
0017 font-size: 10pt;
0018 font-style: italic;
0019 }
0020
0021 #nextlink {
0022 margin: 0px;
0023 padding-top: 1em;
0024 text-align: center;
0025 font-size: 10pt;
0026 }
0027
0028 /*
0029 * the header
0030 */
0031
0032 #header {
0033 background-image: url(top-middle.png);
0034 width: 100%;
0035 height: 131px;
0036 }
0037
0038 #headerL {
0039 position: absolute;
0040 left: 0px;
0041 height: 131px;
0042 width: 147px;
0043 z-index: 1;
0044 }
0045
0046 #headerR {
0047 position: absolute;
0048 right: 0px;
0049 width: 430px;
0050 height: 131px;
0051 /*background-image: url(top-right.png);*/
0052 }
0053
0054 /* title and tagline are part of the header diff */
0055 #title {
0056 position: absolute;
0057 top: 63px;
0058 right: 0px;
0059 margin-top: -1em;
0060 margin-right: 5%;
0061 text-align: right;
0062 font-size: xx-large;
0063 font-weight: bold;
0064 text-shadow: #FFFFFF 0px 0px 5px;
0065 color: #151515;
0066 z-index: 5;
0067 }
0068
0069 #tagline {
0070 position: absolute;
0071 top: 70px;
0072 right: 0px;
0073 margin-right: 5%;
0074 text-align: right;
0075 font-size: large;
0076 font-weight: bold;
0077 text-shadow: #FFFFFF 0px 0px 5px;
0078 color: #151515;
0079 z-index: 5;
0080 }
0081
0082 /*
0083 * the nav bar
0084 */
0085
0086 #bar {
0087 width: 100%;
0088 }
0089
0090 #barCenter {
0091 text-align: center;
0092 /*background-color: #F5F5F4;*/
0093 color: #B0B0B0;
0094 padding-top: 0.5ex;
0095 padding-bottom: 0.5ex;
0096 font-weight: bold;
0097 font-size: small;
0098 }
0099
0100 #barCenter a.selected, #barCenter a.selected:hover {
0101 color: #B0B0B0;
0102 text-decoration: none;
0103 text-shadow: #ADC1DF 0px 0px 5px;
0104 }
0105
0106
0107 #barCenter li a:link, #barCenter li a:visited, #barCenter li a:active {
0108 color: #B0B0B0;
0109 text-decoration: none;
0110 text-shadow: none;
0111 }
0112
0113 #barCenter li a:hover {
0114 color: #B0B0B0;
0115 text-decoration: none;
0116 text-shadow: #ADC1DF 0px 0px 6px;
0117 }
0118
0119 #barCenter ul {
0120 margin: 0;
0121 padding: 0;
0122 }
0123
0124 #barCenter li {
0125 display: inline;
0126 }
0127
0128 #barCenter li:not(:first-child):before { /* Aren't css3 selectors great? */
0129 content: " \0387 "; /* unicode for ยท */
0130 }
0131
0132 /*
0133 * the main box
0134 */
0135
0136 #box {
0137 width: 90%;
0138 margin-left: 5%;
0139 margin-right: 5%;
0140 margin-top: 10px;
0141 margin-bottom: 10px;
0142 }
0143
0144 #boxT {
0145 width: 100%;
0146 height: 16px;
0147 }
0148
0149 #boxTL {
0150 width: 16px;
0151 height: 16px;
0152 float: left;
0153 background-image: url(box-top-left.png);
0154 }
0155
0156 #boxTR {
0157 width: 16px;
0158 height: 16px;
0159 float: right;
0160 background-image: url(box-top-right.png);
0161 }
0162
0163 #boxTC {
0164 height: 16px;
0165 margin-left: 16px;
0166 margin-right: 16px;
0167 background-image: url(box-top-middle.png);
0168 -khtml-background-size: 100%;
0169 background-size: 100% 100%;
0170 }
0171
0172 #boxL {
0173 background-image: url(box-middle-left.png);
0174 background-repeat: repeat-y;
0175 -khtml-background-size: 16px 100%;
0176 background-size: 16px 100%;
0177 background-position: left;
0178 padding-left: 16px;
0179 }
0180
0181 #boxCenter {
0182 background-image: url(box-center.png);
0183 background-position: center;
0184 background-repeat: no-repeat;
0185 -khtml-background-size: 100%;
0186 background-size: 100% 100%;
0187 text-align: left;
0188 }
0189
0190 #boxR {
0191 background-image: url(box-middle-right.png);
0192 background-repeat: repeat-y;
0193 -khtml-background-size: 16px 100%;
0194 background-size: 16px 100%;
0195 background-position: right;
0196 padding-right: 16px;
0197 }
0198
0199 #boxB {
0200 width: 100%;
0201 height: 49px;
0202 }
0203
0204 #boxBL {
0205 width: 16px;
0206 height: 16px;
0207 float: left;
0208 background-image: url(box-bottom-left.png);
0209 }
0210
0211 #boxBR {
0212 width: 16px;
0213 height: 16px;
0214 float: right;
0215 background-image: url(box-bottom-right.png);
0216 }
0217
0218 #boxBC {
0219 height: 16px;
0220 margin-left: 16px;
0221 margin-right: 16px;
0222 background-image: url(box-bottom-middle.png);
0223 -khtml-background-size: 100%;
0224 background-size: 100% 100%;
0225 background-repeat: no-repeat;
0226 }
0227
0228 /*
0229 * the footer
0230 */
0231
0232 /*
0233 #footer {
0234 position: fixed;
0235 background-image: url(bottom-middle.png);
0236 width: 100%;
0237 height: 100px;
0238 z-index: -2;
0239 bottom:0;
0240 }
0241
0242 #footerL {
0243 position: fixed;
0244 background-image: url(bottom-left.png);
0245 left: 0px;
0246 width: 155px;
0247 height: 100px;
0248 z-index: -2;
0249 }
0250
0251 #footerR {
0252 position: fixed;
0253 background-image: url(bottom-right.png);
0254 right: 0px;
0255 width: 429px;
0256 height: 100px;
0257 z-index: -1;
0258 }
0259 */
0260
0261 /* vim:set sw=2 et nocindent smartindent: */