Warning, /webapps/ocs-webserver/httpdocs/theme/portal/css/style_portal.less is written in an unsupported language. File is not indexed.
0001 #main-content-portal
0002 {
0003 .sub-system-container
0004 {
0005 width: 400px;
0006 border: 1px solid #ccc;
0007 margin: 5px;
0008 overflow: hidden;
0009 display: block;
0010 float: left;
0011 height:500px;
0012 max-height: 500px;
0013 overflow-y: auto;
0014
0015 .header{
0016 height: 50px;
0017 background-color: #286090;
0018 color: #ddd;
0019 font-weight: bold;
0020 text-align: center;
0021 img{
0022 border-radius: 999px;
0023 width: 50px;
0024 height: 50px;
0025 margin-left: 5px;
0026 }
0027 }
0028 .icon{
0029 width:50px;
0030 height: 50px;
0031 border-radius: 999px;
0032
0033
0034 }
0035
0036 ul li{
0037 .productrow
0038 {
0039 padding-bottom: 5px;
0040 padding-top: 5px;
0041 font-size: small;
0042
0043 .rating
0044 {
0045 width: 60px;
0046 }
0047 .time
0048 {
0049 font-size: smaller;
0050 }
0051 .cntComments
0052 {
0053 font-size: smaller;
0054 display: block;
0055 padding-top: 5px;
0056
0057 }
0058 .defaultProjectAvatar{
0059 width: 50px;
0060 height: 50px;
0061 color: #3B658A;
0062 line-height: 50px;
0063 text-align: center;
0064 background-color: #e8eaf6;
0065 }
0066 .productimg
0067 {
0068 width:50px;
0069 height:50px;
0070 }
0071 .product-user{
0072 width: 42px;
0073 height: 42px;
0074 border-radius: 100%;
0075 }
0076 .commenttext{
0077 padding-left: 20px;
0078
0079 }
0080 .product-info {
0081 span {
0082 display: block;
0083 float: left;
0084 width: 100%;
0085 line-height: 14px;
0086 height: auto;
0087
0088 &.product-info-title {
0089 color: #444444;
0090 font-size: 10pt;
0091 font-weight: bold;
0092 display: block;
0093 }
0094 &.product-info-date{
0095 padding-top: 10px;
0096 }
0097
0098
0099 &.product-info-user {
0100 color: #666;
0101 }
0102 }
0103 }
0104 .score-info {
0105 text-align: center;
0106 width: 80%;
0107 .score-number {
0108 width: 100%;
0109 text-align: center;
0110 margin-bottom: 0px;
0111 font-size: 8pt;
0112 }
0113
0114 .score-bar-container {
0115 width: 100%;
0116 height: 10px;
0117 background: #ccc;
0118 margin-bottom: 5px;
0119
0120 .score-bar {
0121 height: 9px;
0122 background-color: #30c830;
0123 border-bottom: 1px solid darken( #30c830,5%);
0124 }
0125 }
0126 }
0127 }
0128 }
0129
0130 }
0131
0132 }