Subversion Repositories SmartDukaan

Rev

Rev 11130 | Rev 11291 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11130 Rev 11256
Line 957... Line 957...
957
    color:@grey;
957
    color:@grey;
958
    .font(2.0em);
958
    .font(2.0em);
959
    border-top:@white solid 1px;
959
    border-top:@white solid 1px;
960
    border-bottom:@white solid 1px;
960
    border-bottom:@white solid 1px;
961
    text-transform:uppercase;
961
    text-transform:uppercase;
962
    font-weight: bold;
-
 
963
  }
962
  }
964
  .faq-head{
963
  .faq-head{
965
    color: #555555;
964
    color: #555555;
966
    font: normal 1.8em/1.2em Helvetica, Arial, sans-serif;
965
    font: normal 1.8em/1.2em Helvetica, Arial, sans-serif;
967
    padding: 10px;
966
    padding: 10px;
Line 1052... Line 1051...
1052
  .float(right);
1051
  .float(right);
1053
}
1052
}
1054
.bank-emi > div >div:nth-of-type(3){
1053
.bank-emi > div >div:nth-of-type(3){
1055
  .float(right);
1054
  .float(right);
1056
}
1055
}
-
 
1056
 
-
 
1057
 
-
 
1058
/*********************************static page**************************************/
-
 
1059
 
-
 
1060
.otg-cont h2, .instore h2, .insure h2{
-
 
1061
  padding:10px;
-
 
1062
    background:@list-color1;
-
 
1063
    .font(1.8em);
-
 
1064
    color:@grey;
-
 
1065
}
-
 
1066
 
-
 
1067
.otg-cont{
-
 
1068
 
-
 
1069
  p{
-
 
1070
    .font(1.4em);
-
 
1071
    color:@grey;
-
 
1072
    margin:10px 10px 0px 10px;
-
 
1073
  }
-
 
1074
  
-
 
1075
  ul{
-
 
1076
    list-style-type:circle;
-
 
1077
    margin:10px 0 10px 50px;
-
 
1078
    padding-right: 10px;
-
 
1079
    color:@grey;
-
 
1080
    li{
-
 
1081
      .font(1.4em);
-
 
1082
    }
-
 
1083
  }
-
 
1084
  h3{
-
 
1085
    margin:5px 0;
-
 
1086
    padding:10px;
-
 
1087
    background:@list-color1;
-
 
1088
    .font(1.6em);
-
 
1089
    color:@grey;
-
 
1090
  }
-
 
1091
  ol{
-
 
1092
    list-style-type:decimal;
-
 
1093
    padding-right: 10px;
-
 
1094
   > li{
-
 
1095
      .font(1.4em);
-
 
1096
      margin:10px 0 10px 35px;
-
 
1097
      ul{
-
 
1098
        margin: 10px 0 10px 20px;
-
 
1099
        padding-right: 10px;
-
 
1100
         li{
-
 
1101
           .font(1.0em);
-
 
1102
           margin: 10px 0 10px 0px;
-
 
1103
         }
-
 
1104
         
-
 
1105
      }
-
 
1106
    }
-
 
1107
  }
-
 
1108
}
-
 
1109
 
-
 
1110
.instore{
-
 
1111
   .qst{
-
 
1112
     background:@list-color2;
-
 
1113
     padding:10px;
-
 
1114
     .font(1.4em);
-
 
1115
     color:@grey;
-
 
1116
   }
-
 
1117
   
-
 
1118
   .qst:before{
-
 
1119
     content:"Q: ";
-
 
1120
     font-weight:bold;
-
 
1121
   }
-
 
1122
   .ans{
-
 
1123
     padding:10px;
-
 
1124
     .font(1.2em);
-
 
1125
     color:@grey;
-
 
1126
   }
-
 
1127
   .ans:before{
-
 
1128
     content:"Ans: ";
-
 
1129
     font-weight:bold;
-
 
1130
   }
-
 
1131
  
-
 
1132
}
-
 
1133
 
-
 
1134
.insure{
-
 
1135
   ul{
-
 
1136
    list-style-type:circle;
-
 
1137
    margin:10px 0 10px 30px;
-
 
1138
    padding-right: 10px;
-
 
1139
    color:@grey;
-
 
1140
    li{
-
 
1141
      .font(1.4em);
-
 
1142
    }
-
 
1143
}
-
 
1144
}
1057
1145