Warning, /webapps/ocs-webserver/httpdocs/theme/flatui/css/style-index-common.css is written in an unsupported language. File is not indexed.

0001  .new-products .num
0002     {
0003         display: block;
0004         float: left;
0005         padding-left: 5px;
0006         padding-right: 5px;
0007         padding-top: 10px;
0008     }
0009     .wrapper-kde-store h3
0010     {
0011        padding-left: 8px;
0012        padding-top: 10px;
0013     }
0014     .new-products .row
0015     {
0016         margin-top: 10px;
0017     }
0018 
0019      .new-products .rating
0020     {
0021         width: 180px;
0022     }
0023     .new-products .time
0024     {
0025         font-size: smaller;
0026     }
0027     .new-products .cntComments
0028     {
0029         font-size: smaller;
0030     }
0031     .new-products .productimg
0032     {
0033         width:50px;
0034         height:50px;
0035     }
0036     .new-products .productrow
0037     {
0038         padding-bottom: 5px;
0039         padding-top: 5px;
0040         border-bottom: 1px solid #ccd4d8;
0041     }
0042     .new-products .productrow:last-child {
0043             border-bottom: none;
0044         }   
0045     .newusers .u-wrap {
0046     float: left;
0047     width: 100%;
0048     padding: 0.3em;
0049     border: 0.35em solid #dee0e0;
0050     border-radius: 5px;
0051     height: 14em;
0052     margin-bottom: 1em;
0053     background: white;
0054     width: 115px;
0055     height: 200px;
0056     margin-right: 10px;
0057     -webkit-transition: all 0.2s ease-out;
0058     -moz-transition: all 0.2s ease-out;
0059     -ms-transition: all 0.2s ease-out;
0060     -o-transition: all 0.2s ease-out;
0061     }
0062           
0063     .newusers .u-wrap figure img {
0064     width: 100%;
0065     border: 1px solid #dbdbdb;
0066     -webkit-border-radius: 999px;
0067     -moz-border-radius: 999px;
0068     border-radius: 999px;
0069     -webkit-background-clip: padding-box;
0070     -moz-background-clip: padding;
0071     background-clip: padding-box;
0072     }
0073 
0074     .newusers .u-wrap h3 {
0075     font-size: 13px;
0076     font-weight: bold;
0077     word-wrap: break-word;
0078     line-height: 20px;
0079     height: 20px;
0080     padding: 0;
0081     margin: 0;
0082     }
0083     .newusers .u-wrap span.small {    
0084    font-size: 13px;
0085     text-align: right;
0086     color: #444;
0087     margin-top: 50px;
0088     float: right;
0089     }
0090 
0091     .prod-widget-box
0092     {
0093         width: 100% !important;
0094 
0095     }
0096     div.latestcomments
0097     {
0098         width: 100%;
0099         /*width: 300px;
0100         float: left; 
0101         margin-left: 50px;*/
0102     }
0103     div.newestproducts
0104     {
0105         width: 100%;        
0106         float: left ;
0107     }
0108   
0109   div.newestproducts
0110   {
0111     margin-bottom: 30px;
0112     margin-top: 30px;
0113   }
0114 
0115   div.mostdownloadedproducts
0116   {
0117     
0118   }
0119 
0120   div.mostdownloadedproducts span.title
0121   {
0122     font-size: 20px; 
0123     padding-left: 6px;
0124   }
0125 
0126   div.newestproducts span.title
0127   {
0128     font-size: 20px; 
0129     padding-left: 6px;
0130   }
0131 
0132   div.latestcomments
0133   {
0134      margin-top: 30px;
0135      margin-bottom: 50px;   
0136   }
0137 
0138   div.latestcomments span.title
0139   {
0140    font-size: 20px; 
0141    
0142    padding-left: 6px;
0143   }
0144 
0145   .noborder
0146   {
0147     border:0px !important;
0148   }
0149   .containerbox
0150   {
0151 
0152   }
0153 
0154   .aside
0155   {
0156     padding-top:60px;
0157   }