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

0001 table.frameworks {
0002     width: 100%;
0003     border-collapse: collapse;
0004 }
0005 table.frameworks td, table.frameworks th{
0006     border: solid 1px #0057ae;
0007 }
0008 
0009 table.frameworks h3 {
0010     margin: 0;
0011     padding: 0;
0012 }
0013 
0014 table.frameworks td {
0015     padding: 0.5em;
0016 }
0017 
0018 table.frameworks th {
0019     background: #0057ae;
0020     color:white;
0021     font-size: 1.1em;
0022     line-height: 1.7em;
0023 }
0024 
0025 .framework-main-column {
0026     vertical-align: top;
0027 }
0028 
0029 .framework-detail-column {
0030     text-align: center;
0031     width: 120px;
0032 }
0033 
0034 .framework-fancyname {
0035     font-size: 120%;
0036 }
0037 
0038 .framework-platforms {
0039     float: right;
0040     font-size: 80%;
0041 }
0042 
0043 .framework-platform {
0044     color: #666;
0045     padding-left: 6px;
0046     margin-left: 6px;
0047     border-left: 1px solid #ccc;
0048 }
0049 
0050 .framework-platform:first-child {
0051     padding-left: 0;
0052     border-left: none;
0053 }
0054 
0055 .framework-platform a {
0056     text-decoration: none;
0057 }
0058 
0059 .framework-platform-unsupported .framework-platform-text {
0060     text-decoration: line-through;
0061     color: #aaa;
0062 }
0063 
0064 /* Platform filtering --------------------------------*/
0065 .not-available-indicator, .available-indicator {
0066     display: none;
0067     float: left;
0068     padding-right: 0.5em;
0069 }
0070 
0071 .not-available .not-available-indicator {
0072     display: inline;
0073 }
0074 
0075 .available .available-indicator {
0076     display: inline;
0077 }
0078 
0079 .not-available {
0080     background-color: #f8f8f8;
0081 }
0082 
0083 .not-available .framework-description {
0084     display: none;
0085 }
0086 
0087 .framework-platform-required .framework-platform-text {
0088     color: green;
0089 }
0090 
0091 .framework-platform-required.framework-platform-unsupported .framework-platform-text {
0092     color: red;
0093 }
0094 
0095 /* Platform note -------------------------------------*/
0096 .note-tip {
0097     display: none;
0098     z-index: 3000;
0099     position: absolute;
0100 
0101     background-color: #222;
0102     color: white;
0103     padding: 6px;
0104     border-radius: 5px;
0105 }
0106 
0107 a.note-close, a.note-close:active, a.note-close:visited {
0108     color: white;
0109     text-decoration: none;
0110     margin-left: 6px;
0111 }