|
|
|
@ -53,7 +53,7 @@ h2 em { display: none; }
|
|
|
|
|
.bgCover { display: block; background: rgba(0,0,0, .5); width: 100%; height: 100%; position: absolute; border-radius: 4px; top: 0; left: 0;}
|
|
|
|
|
.bgCover a { text-decoration: none; color:#fff; font-size:25px; font-weight:300; display: block; position:absolute; width:100%; height:100%; text-align:center; padding-top:30%; border-radius:4px;}
|
|
|
|
|
.bgCover a:hover { background:rgba(0,0,0,.35);}
|
|
|
|
|
.newUpdates { display: block; background:#f1f1f1; border-radius:4px; overflow: hidden; text-align: left; position:relative;}
|
|
|
|
|
.newUpdates { display: block; background:#f1f1f1; border-radius:4px; overflow: hidden; text-align: left; position:relative; margin-bottom: 40px}
|
|
|
|
|
.newUpdates .newIcon { display: block; width:55px; text-align:center; background:#a31022; color:#fff; border-radius:0 0 4px 4px; position:absolute; left:350px; top:0; padding:5px;}
|
|
|
|
|
.newUpdates img { float: left; margin-right:25px;}
|
|
|
|
|
.newUpdates .viewMore { display: block; background:#a31022; width:150px; border-radius:4px; text-align:center; position:absolute; right:25px; bottom:25px;}
|
|
|
|
|