@@ -1219,6 +1219,84 @@ section #title p {
12191219 margin-bottom : 5px ;
12201220}
12211221
1222+ .tab-area {
1223+ margin : 0px 0px 20px ;
1224+ }
1225+
1226+ .tabs > ul {
1227+ list-style : none;
1228+ margin : 0px ;
1229+ padding : 0px ;
1230+ }
1231+
1232+ .tabs > ul > li {
1233+ cursor : pointer;
1234+ -webkit-appearance : button;
1235+ font-family : 'OpenSansLight' , "Helvetica Neue" , Helvetica, Arial, sans-serif;
1236+ font-weight : normal;
1237+ list-style : none;
1238+ text-shadow : 0px 1px 0px rgba (0 , 0 , 0 , 0.2 );
1239+
1240+ color : white;
1241+ background : -webkit-gradient (linear, 50% 0% , 50% 100% , color-stop (0% , # 252525 ), color-stop (100% , # 434343 ));
1242+ background : -webkit-linear-gradient (# 252525, # 434343 );
1243+ background : -moz-linear-gradient (# 252525, # 434343 );
1244+ background : -o-linear-gradient (# 252525, # 434343 );
1245+ background : -ms-linear-gradient (# 252525, # 434343 );
1246+ background : linear-gradient (# 252525, # 434343 );
1247+ background-color : # 252525 ;
1248+ line-height : 14px ;
1249+ font-size : 14px ;
1250+ display : inline-block;
1251+ text-align : center;
1252+
1253+ border : 1px solid # 434343 ;
1254+ border-top-left-radius : 6px ;
1255+ border-top-right-radius : 6px ;
1256+ border-bottom-left-radius : 0px ;
1257+ border-bottom-right-radius : 0px ;
1258+ padding : 6px 10px ;
1259+ margin : 0px ;
1260+ }
1261+
1262+ .tabs > ul > li : hover {
1263+ background : -webkit-gradient (linear, 50% 0% , 50% 100% , color-stop (0% , # b6b6b6 ), color-stop (100% , # 434343 ));
1264+ background : -webkit-linear-gradient (# b6b6b6, # 434343 );
1265+ background : -moz-linear-gradient (# b6b6b6, # 434343 );
1266+ background : -o-linear-gradient (# b6b6b6, # 434343 );
1267+ background : -ms-linear-gradient (# b6b6b6, # 434343 );
1268+ background : linear-gradient (# b6b6b6, # 434343 );
1269+ background-color : # b6b6b6 ;
1270+ }
1271+
1272+ .tabs > ul > li .tab-active {
1273+ cursor : unset;
1274+ background : -webkit-gradient (linear, 50% 0% , 50% 100% , color-stop (0% , # 696969 ), color-stop (100% , # 434343 ));
1275+ background : -webkit-linear-gradient (# 696969, # 434343 );
1276+ background : -moz-linear-gradient (# 696969, # 434343 );
1277+ background : -o-linear-gradient (# 696969, # 434343 );
1278+ background : -ms-linear-gradient (# 696969, # 434343 );
1279+ background : linear-gradient (# 696969, # 434343 );
1280+ background-color : # 696969 ;
1281+ }
1282+
1283+ .tab-content-area {
1284+ margin : 0px ;
1285+ padding : 12px ;
1286+ background-color : # 434343 ;
1287+ border-top-left-radius : 0px ;
1288+ border-top-right-radius : 6px ;
1289+ border-bottom-left-radius : 6px ;
1290+ border-bottom-right-radius : 6px ;
1291+ }
1292+
1293+ .tab-content {
1294+ margin : 0px ;
1295+ padding : 12px ;
1296+ background-color : # 252525 ;
1297+ border-radius : 6px ;
1298+ }
1299+
12221300.user-card {
12231301 position : relative;
12241302 min-height : 40px ;
0 commit comments