Warning, /frameworks/kapidox/kapidox/data/htmlresource/kde.css is written in an unsupported language. File is not indexed.

0001 /*
0002 ** HTML elements
0003 */
0004 body {
0005     background:  url("https://cdn.kde.org/img/bg.png") repeat;
0006     margin: 0px;
0007 }
0008 
0009 body, table, div, p, dl {
0010     font-family: "Noto Sans",Verdana, Geneva, Arial, sans-serif;
0011     font-size: 13px;
0012     line-height: 1.3;
0013 }
0014 
0015 /*
0016 ** HTML Tags
0017 */
0018 
0019 h1, h2, h3, h4 {
0020     color: #f7800a;
0021     background: transparent;
0022 }
0023 
0024 h1 {
0025     font-size: 1.7em;
0026 }
0027 
0028 h2 {
0029     font-size: 1.5em;
0030 }
0031 
0032 h3 {
0033     font-size: 1.4em;
0034 }
0035 
0036 h4 {
0037     font-weight: bold;
0038 }
0039 
0040 a:link {
0041     color: #0057ae;
0042     text-decoration: none;
0043 
0044 }
0045 
0046 a:hover {
0047     text-decoration: underline;
0048 }
0049 
0050 a:visited {
0051     color: #644A9B;
0052 }
0053 
0054 input, textarea, select {
0055     margin: 0.2em;
0056     padding: 0.1em;
0057     border: 1px solid;
0058 }
0059 
0060 .products {
0061     border-collapse:separate;
0062     border-spacing: 0 10px;
0063 }
0064 .product {
0065     background: #fefefe;
0066     margin-bottom: 40px;
0067 }
0068 
0069 .product-logo {
0070     padding: 20px;
0071 }
0072 
0073 .product-descr {
0074     padding: 15px;
0075     max-width: 500px
0076 }
0077 
0078 .product-name {
0079     font-weight: bold;
0080 }
0081 
0082 ul.list-unstyled {
0083     list-style-type: none;
0084     padding: 0;
0085 }
0086 
0087 ul.list-unstyled li {
0088     margin-top: 0.4em;
0089 }
0090 
0091 ul.list-unstyled li:first-child {
0092     margin-top:0;
0093 }
0094 
0095 .prod-platforms:before {
0096     content: "Platforms: ";
0097     font-weight: bold;
0098 }
0099 
0100 .prod-maintainers:before {
0101     content: "Maintainers: ";
0102     font-weight: bold;
0103 }
0104 
0105 .menu_box dl {
0106     padding: 0 0 0 10px;
0107 }
0108 
0109 .menu_box dt a {
0110     font-weight: bold;
0111 }
0112 
0113 .menu_box dt {
0114     font-weight: bold;
0115     margin-top: 0.8em;
0116 }
0117 .menu_box dt:first-child {
0118     margin-top: 0;
0119 }
0120 .menu_box dd {
0121     margin-left: 1em;
0122     color: #323232;
0123 }
0124 
0125 form {
0126     margin: 0;
0127     padding: 0;
0128 }
0129 
0130 /*
0131 ** Header
0132 */
0133 #header {
0134     width: 100%;
0135     color: #535353;
0136 }
0137 
0138 #header_top {
0139     margin: 0 auto;
0140     padding: 0;
0141     width: 100%;
0142     vertical-align: middle;
0143     color: #ffffff;
0144     background-color: #0057ae;
0145 }
0146 
0147 #header_top div {
0148     margin: auto;
0149     padding: 0;
0150 }
0151 
0152 #header_top div div {
0153     margin: 0 auto;
0154     padding: 0;
0155     vertical-align: middle;
0156     max-width:1200px;
0157     font-size: 1.6em;
0158     font-weight: bold;
0159 }
0160 
0161 #header_top div div img {
0162     margin:4px 0px 6px 18px;
0163     vertical-align: middle;
0164 }
0165 
0166 #header_bottom {
0167     margin: 0 auto;
0168     padding: 0.1em 0em 0.3em 0;
0169     width: 95%;
0170     vertical-align: middle;
0171     text-align: right;
0172     max-width: 1200px;
0173 }
0174 
0175 #location {
0176     padding: 0 0 0 1.5em;
0177     line-height: normal;
0178     font-size: 1.1em;
0179     float: left;
0180 }
0181 
0182 #location ul {
0183     display: inline;
0184     margin: 0;
0185     padding: 0;
0186     list-style: none;
0187 }
0188 
0189 #location ul li {
0190     display: inline;
0191     white-space : nowrap;
0192     margin: 0;
0193     padding: 0 1em 0 0;
0194 }
0195 
0196 #menu {
0197     margin: 0 1.5em 0 0;
0198     text-align: right;
0199     line-height: normal;
0200     font-size: 1.1em;
0201     font-weight: bold;
0202 }
0203 
0204 #menu ul {
0205     display: inline;
0206     list-style: none;
0207     margin: 0;
0208     padding: 0;
0209     text-align: right;
0210 }
0211 
0212 #menu ul li {
0213     display: inline;
0214     white-space : nowrap;
0215     margin: 0;
0216     padding: 0 0 0 1em;
0217     text-align: right;
0218 }
0219 
0220 #menu ul li a {
0221     font-weight: bold;
0222 }
0223 
0224 
0225 /*
0226 ** Content
0227 */
0228 
0229 #main {
0230     /* padding in px not ex because IE messes up 100% width tables otherwise */
0231     padding-left: 10px;
0232 }
0233 
0234 /* The project name (redundant as it is shown in the menu, too) */
0235 div.clearer+h2 {
0236     display: none;
0237 }
0238 
0239 /* The Doxygen-provided page title, that is already displayed in the header */
0240 div.header, div#top {
0241     display: none;
0242 }
0243 
0244 /* The Doxygen content feels "out of place" if it has a margin different from the rest of the page */
0245 div.contents {
0246     margin-left: 0;
0247     margin-right: 0;
0248 }
0249 
0250 /* Provides the thin vertical grey line on the left of the menu */
0251 #body_wrapper {
0252     margin: 0 auto;
0253     width: 95%;
0254     max-width: 1200px;
0255 }
0256 
0257 #right {
0258     float: right;
0259     width: 73%;
0260 }
0261 
0262 /* Additional info at the top of classes */
0263 .additional_info {
0264     float: right;
0265     text-align: right;
0266     list-style-type: none;
0267     border: 1px solid #0057ae;
0268     padding: 0px 20px;
0269 }
0270 .additional_info li {
0271     padding: 3px 0px;
0272 }
0273 
0274 /* Comments */
0275 #comments {
0276     border-top: 4px double #0057ae;
0277     margin-top: 20px;
0278     padding-top: 20px;
0279 }
0280 
0281 .juvia-comment .juvia-metadata {
0282     border: 1px solid #A8B8D9;
0283     color: #253555;
0284     font-weight: bold;
0285     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
0286     background: url('karchive/html/nav_f.png') repeat-x #E2E8F2 !important;
0287     box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
0288     border-radius: 4px;
0289 }
0290 
0291 /*
0292 ** Listing
0293 */
0294 span.lineno {
0295     border-right: 1px solid #ddd;
0296     background-color: transparent;
0297     color: #666;
0298 }
0299 
0300 span.lineno a {
0301     background-color: transparent;
0302 }
0303 
0304 /* Use div.fragment, not pre.fragment. pre.fragment is used for @verbatim blocks, which must keep their border */
0305 div.fragment {
0306     background-color: #fefefe;
0307     border: none;
0308     border-radius: 5px;
0309 }
0310 
0311 /*
0312 ** Left Menu
0313 */
0314 
0315 #left {
0316     float: left;
0317     margin: 0;
0318     padding: 0;
0319     width: 25%;
0320     max-width: 300px;
0321 }
0322 
0323 .menu_box {
0324     padding: 0.7em 0 0 0;
0325 }
0326 
0327 .menu_box p {
0328     margin-left: 1em;
0329     margin-right: 1em;
0330 }
0331 
0332 .menu_box li {
0333     list-style-type: none;
0334     margin-left: /*0.1em*/ -1.5em;
0335 }
0336 
0337 .menu_box ul ul {
0338     padding-left: 0;
0339 }
0340 
0341 .menu_box li li {
0342     margin-left: 1em;
0343 }
0344 
0345 .menutitle {
0346     margin: 0.6em 0 1.2em 0;
0347     padding:0;
0348     color: #ffffff;
0349     background-color: #0057ae;
0350 }
0351 
0352 .menutitle div h2 {
0353     margin: 0;
0354     padding: 0.2em 0 0.3em 1.3em;
0355     line-height:1.2em;
0356     font-size: 120%;
0357     font-weight: normal;
0358     color: #ffffff;
0359 }
0360 
0361 .clearer {
0362     clear: both;
0363     height: 1px;
0364 }
0365 
0366 
0367 /*
0368 ** Footer
0369 */
0370 .copyrights {
0371     border-top: 1px solid #dddddd;
0372     margin-top: 10px;
0373     padding-top: 5px;
0374     text-align: center;
0375     color: #555555;
0376 }
0377 
0378 #footer {
0379     color: #eeeeee;
0380     background: #0057ae;
0381     width: 100%;
0382     margin:auto;
0383     margin-top: 20px;
0384 }
0385 
0386 #footer_text {
0387     margin: 0 auto;
0388     padding: 1em 0 1em 3.5em;
0389     width: 51.5em;
0390 }
0391 
0392 #footer a:link, #footer a:visited {
0393     color: #fff;
0394     font-weight: bold;
0395 }
0396 
0397 
0398 /**
0399  * Fragments
0400  */
0401 .fragment .line {
0402     line-height: 1.4;
0403 }
0404 
0405 /**
0406  * classes
0407  */
0408 .memproto, dl.reflist dt {
0409     background: #0057ae;
0410     border-radius: 0;
0411     border: 1px solid #0057ae;
0412 }
0413 
0414 .memname {
0415     color: #eeeeee;
0416     text-shadow: none;
0417 }
0418 
0419 .memproto a.elRef{
0420     color: #aaaabb;
0421     font-weight: bold;
0422 }
0423 .memproto a.el {
0424     color: #ccccee;
0425     font-weight: bold;
0426 }
0427 
0428 .memproto .paramname {
0429     color: #f7800a;
0430 }
0431 
0432 .memproto span.mlabel {
0433     background: #bbbbff;
0434     color: #005766;
0435 }