Warning, /webapps/ocs-webserver/httpdocs/theme/react/assets/css/category-blocks.css is written in an unsupported language. File is not indexed.

0001 /*** Include style below into AppImageHub css ***/
0002 
0003 /* optional */
0004 a, a:hover {
0005     text-decoration: none;
0006   }
0007   
0008   .aih-container {
0009     width: 90%;
0010     max-width: 1000px;
0011     text-align: center;
0012     display: block;
0013   }
0014   
0015   .aih-section {
0016     padding: 60px 15px;
0017     overflow-x: hidden;
0018   }
0019   
0020   .aih-row {
0021     margin-left: -16px;
0022     margin-right: -16px;
0023     clear: both;
0024     display: inline-block;
0025     
0026   }
0027   .aih-card {
0028     text-align: left;
0029     position: relative;
0030     display: inline-block;
0031     width: 214px;
0032     margin: 16px;
0033     border: 1px solid #ccc;
0034     background: #fff;
0035   }
0036   .aih-card-last {margin-right: 0;}
0037   
0038   .aih-card:before, 
0039   .aih-card:after {
0040     box-sizing: border-box;
0041     border: 1px solid #ccc;
0042     content: "";
0043     position: absolute;
0044     width: 100%;
0045     height: 100%;
0046     background-color: #eee;
0047   }
0048   .aih-card:before {
0049     left: 3px;
0050     top: 3px;
0051     z-index: -1;
0052   }
0053   .aih-card:after {
0054     left: 5px;
0055     top: 5px;
0056     z-index: -2;
0057   }
0058   
0059   .aih-ribbon {
0060     width: 100%;
0061     height: 4px;
0062     background-color: #00e676;
0063   }
0064   
0065   /* Ribbon category colors */
0066   .aih-all { background-color: #3d5161; }
0067   .aih-audio { background-color: #2ecc71; }
0068   .aih-education { background-color: #1abc9c; }
0069   .aih-games { background-color: #3498db; }
0070   .aih-graphics { background-color: #9b59b6; }
0071   .aih-internet { background-color: #f1c40f; }
0072   .aih-office { background-color: #e74c3c; }
0073   .aih-programming { background-color: #2ecc71; }
0074   .aih-systools { background-color: #e67e22; }
0075   .aih-video { background-color: #9b59b6; }
0076   
0077   .aih-thumb {
0078     width: 100%;
0079     height: auto;
0080     max-height: 140px;
0081   }
0082   
0083   .aih-content {
0084     min-height: 90px;
0085   }
0086   
0087   .aih-title {
0088     display: inline-block;
0089     font-size: 16px;
0090     line-height: 1.3;
0091     color: #37474f;
0092     max-width: 60%;
0093     margin: 10px 10px 10px 20px;
0094   }
0095   a:hover .aih-title {
0096     color: #111;
0097   }
0098   
0099   .aih-counter {
0100     position: absolute;
0101     margin: 10px;
0102     color: #78909c;
0103     font-size: 14px;
0104     text-align: center;
0105     top: 144px;
0106     right: 4px;
0107   }
0108   a:hover .aih-counter {
0109     color: #455a64;
0110   }
0111   .aih-counter span {
0112     font-size: 10px;
0113     display: none;
0114   }
0115   
0116   @media only screen and (min-width: 1109px) {
0117     .aih-container {
0118       text-align: left;
0119     }
0120     .aih-card {
0121       float: left;
0122     }
0123   }