@@ -1266,98 +1266,6 @@ span.bash-output {
12661266 user-select : none;
12671267}
12681268
1269- /****************************/
1270- /* List Module */
1271- /****************************/
1272-
1273- .list-module h2 {
1274- border : solid # cacaca ;
1275- border-width : 1px ;
1276- border-radius : 3px 3px 0px 0px ;
1277- -moz-background-clip : padding;
1278- -webkit-background-clip : padding-box;
1279- background-clip : padding-box;
1280- padding : 6px 10px ;
1281- background-color : # f1f1f1 ;
1282- background-image : -moz-linear-gradient (top, # f1f1f1, # e1e1e1 );
1283- background-image : -ms-linear-gradient (top, # f1f1f1, # e1e1e1 );
1284- background-image : -o-linear-gradient (top, # f1f1f1, # e1e1e1 );
1285- background-image : -webkit-gradient (linear, left top, left bottom, from (# f1f1f1 ), to (# e1e1e1 ));
1286- background-image : -webkit-linear-gradient (top, # f1f1f1, # e1e1e1 );
1287- background-image : linear-gradient (top, # f1f1f1, # e1e1e1 );
1288- filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
1289- color : # 666 ;
1290- text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.7 );
1291- font-size : 16px ;
1292- line-height : 22px ;
1293- margin : 0px ;
1294- }
1295-
1296- .list-module .list-body {
1297- border : solid # cacaca ;
1298- border-width : 0px 1px 1px 1px ;
1299- border-radius : 0px 0px 3px 3px ;
1300- -moz-border-radius : 0px 0px 3px 3px ;
1301- -webkit-border-bottom-right-radius : 3px ;
1302- -webkit-border-bottom-left-radius : 3px ;
1303- -moz-background-clip : padding;
1304- -webkit-background-clip : padding-box;
1305- background-clip : padding-box;
1306- background-color : # fafafb ;
1307- color : # 666 ;
1308- text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.7 );
1309- }
1310-
1311- .list-module .list-body .icon {
1312- display : block;
1313- height : 28px ;
1314- width : 28px ;
1315- position : absolute;
1316- top : 10px ;
1317- left : 10px ;
1318- background : transparent url (images/popular_guide_sprites.png) 0 0 no-repeat;
1319- }
1320-
1321- .list-module a {
1322- border-top : 1px solid # fff ;
1323- border-bottom : 1px solid # e9ecee ;
1324- padding : 6px 10px ;
1325- position : relative;
1326- display : block;
1327- }
1328-
1329- .list-module a : hover {
1330- border-top : 1px solid # fafafb ;
1331- border-bottom : 1px solid # e5e8ea ;
1332- background-color : # f0f0f3 ;
1333- text-decoration : none;
1334- }
1335-
1336- .list-module a h3 {
1337- color : # 4183C4 ;
1338- }
1339-
1340- .list-module a : hover h3 {
1341- text-decoration : underline;
1342- }
1343-
1344- .list-module ul {
1345- list-style-type : none;
1346- margin : 0px ;
1347- }
1348-
1349- .list-module h3 {
1350- margin : 0px ;
1351- font-size : 13px ;
1352- }
1353-
1354- .list-module .list-body a p {
1355- color : # 666 ;
1356- margin : 0px ;
1357- }
1358-
1359- /* @end */
1360-
13611269/****************************/
13621270/* Expandable List Module */
13631271/****************************/
0 commit comments