Skip to content

Commit 2c6251c

Browse files
committed
Test for Download membership page, new CSS for page
1 parent 37d69bd commit 2c6251c

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

css/style.css

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,6 +1420,62 @@ div.examples-nav {
14201420
}
14211421
div.examples-nav img { position: relative; top: 11px; }
14221422

1423+
.donate-card-row {
1424+
display: -webkit-flex;
1425+
display: -ms-flexbox;
1426+
display: flex;
1427+
-webkit-justify-content: space-between;
1428+
-ms-flex-pack: justify;
1429+
justify-content: space-between;
1430+
margin-left: -10px;
1431+
margin-right: -10px;
1432+
}
1433+
.donate-card {
1434+
text-align: center;
1435+
width: 30%;
1436+
border: 1px solid #CBCBCB;
1437+
/*background: #FAFAFA;*/
1438+
padding: 20px;
1439+
margin: 10px;
1440+
display: -webkit-flex;
1441+
display: -ms-flexbox;
1442+
display: flex;
1443+
-webkit-flex-direction: column;
1444+
-ms-flex-direction: column;
1445+
flex-direction: column;
1446+
-webkit-justify-content: center;
1447+
-ms-flex-pack: center;
1448+
justify-content: center;
1449+
}
1450+
.donate-card h4 {
1451+
line-height: 1.3;
1452+
margin: 0 0 0.5em 0;
1453+
color: #2c7bb5;
1454+
}
1455+
a.donate-card {
1456+
color: #252525;
1457+
}
1458+
a.donate-card:hover {
1459+
border-color: #2c7bb5;
1460+
}
1461+
.donate-list {
1462+
list-style: none;
1463+
margin-left: 0;
1464+
padding-left: 0;
1465+
}
1466+
.donate-list li {
1467+
margin-bottom: 0;
1468+
}
1469+
.donate-list li:before {
1470+
content: '» '
1471+
}
1472+
.donate-content hr {
1473+
margin-top: 2em;
1474+
margin-bottom: 2em;
1475+
background: none;
1476+
border: none;
1477+
border-top: 1px solid #CBCBCB;
1478+
}
14231479

14241480
/**************************************************************** updates, courses, happenings ***/
14251481
/*

0 commit comments

Comments
 (0)