Buy now
Get Version 1.1!
| Line 15: | Line 15: | ||
.mp_intro { | .mp_intro { | ||
margin-bottom: 15px; | margin-bottom: 15px; | ||
| − | text-align: | + | text-align: center; |
| − | font-size: | + | font-size: 24px; |
| + | font-weight; 400; | ||
color: black; | color: black; | ||
| − | |||
width: 65%; | width: 65%; | ||
} | } | ||
/* CSS placed here will be applied to all skins */
*{
margin: 0;
padding: 0;
}
img.mpImg{
border: solid black 4px;
-webkit-box-shadow: 0px 8px 0px -4px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 8px 0px -4px rgba(0,0,0,0.5);
box-shadow: 0px 8px 0px -4px rgba(0,0,0,0.5);
}
.mp_intro {
margin-bottom: 15px;
text-align: center;
font-size: 24px;
font-weight; 400;
color: black;
width: 65%;
}
.mp_title {
font-size: 24px;
font-weight: 600;
}
.mp_imgDesc {
font-size: 16px;
color: black;
}
.mp_readmore {
font-size: 14px;
text-align: right;
margin-top: -10px;
font-weight: 500;
}
.mp_Panel {
width: 65%;
margin-bottom: 35px;
}
.mp_leftPanel {
width: 48%;
float: left;
}
.mp_rightPanel {
width: 48%;
float: right;
}
.breaker {
clear: both;
min-height: 25px;
}