@@ -1520,36 +1520,6 @@ a#infos:hover {
1520
1520
cursor : pointer;
1521
1521
text-decoration : none;
1522
1522
}
1523
- .btn {
1524
- font : bold 15px 'Open Sans Condensed' , sans-serif;
1525
- width : 100px ;
1526
- background : # f7df1e ;
1527
- background : -moz-linear-gradient (top, # f7df1e 0% , # edc536 100% );
1528
- background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # f7df1e ), color-stop (100% , # edc536 ));
1529
- background : -webkit-linear-gradient (top, # f7df1e 0% , # edc536 100% );
1530
- background : linear-gradient (to bottom, # f7df1e 0% , # edc536 100% );
1531
- border-radius : 4px ;
1532
- -moz-border-radius : 4px ;
1533
- -webkit-border-radius : 4px ;
1534
- box-shadow : 0px 1px 0px 0 # ffffff inset, 0 1px 2px 0 rgba (0 , 0 , 0 , 0.8 );
1535
- -moz-box-shadow : 0px 1px 0px 0 # ffffff inset, 0 1px 2px 0 rgba (0 , 0 , 0 , 0.8 );
1536
- -webkit-box-shadow : 0px 1px 0px 0 # ffffff inset, 0 1px 2px 0 rgba (0 , 0 , 0 , 0.8 );
1537
- -webkit-transition : none;
1538
- }
1539
- .btn : hover {
1540
- background-position : 0 ;
1541
- background : # f7d320 ;
1542
- background : -moz-linear-gradient (top, # f7d320 0% , # ddbe33 100% );
1543
- background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # f7d320 ), color-stop (100% , # ddbe33 ));
1544
- background : -webkit-linear-gradient (top, # f7d320 0% , # ddbe33 100% );
1545
- background : -o-linear-gradient (top, # f7d320 0% , # ddbe33 100% );
1546
- background : linear-gradient (to bottom, # f7d320 0% , # ddbe33 100% );
1547
- }
1548
- .btn : active {
1549
- color : white;
1550
- background-color : # f7df1e ;
1551
- text-shadow : none;
1552
- }
1553
1523
.footer {
1554
1524
padding : 10px 0 ;
1555
1525
text-align : center;
@@ -1563,12 +1533,11 @@ a#infos:hover {
1563
1533
.footer a {
1564
1534
font-size : 10px ;
1565
1535
}
1566
- .recrutement ,
1567
- .pythonbooks {
1536
+ .recrutement {
1568
1537
color : # eedb59 ;
1569
1538
font-weight : bold;
1570
1539
padding : 10px 0 ;
1571
- margin : 10 px auto;
1540
+ margin : 20 px auto;
1572
1541
text-align : center;
1573
1542
background-color : # 252624 ;
1574
1543
-webkit-transition-duration : .4s ;
@@ -1577,15 +1546,18 @@ a#infos:hover {
1577
1546
-o-transition-duration : .4s ;
1578
1547
transition-duration : .4s ;
1579
1548
}
1580
- .recrutement : hover ,
1581
- .pythonbooks : hover {
1549
+ .recrutement : hover {
1582
1550
color : white;
1583
1551
text-decoration : none;
1584
1552
}
1585
1553
.pythonbooks {
1586
1554
background-color : transparent;
1587
1555
margin : 0 0 30px ;
1588
1556
}
1557
+ .pythonbooks > * {
1558
+ display : inline;
1559
+ margin-right : 10px ;
1560
+ }
1589
1561
/*!
1590
1562
* Bootstrap Responsive v2.0.4
1591
1563
*
@@ -2274,6 +2246,11 @@ a#infos:hover {
2274
2246
.navbar-fixed-bottom {
2275
2247
position : static;
2276
2248
}
2249
+ .github img ,
2250
+ # infos ,
2251
+ # twittit {
2252
+ display : none;
2253
+ }
2277
2254
.navbar-fixed-top {
2278
2255
margin-bottom : 18px ;
2279
2256
}
0 commit comments