546
edits
No edit summary |
No edit summary |
||
Line 1,607: | Line 1,607: | ||
text-shadow: 0 -1px; | text-shadow: 0 -1px; | ||
font-weight: inherit!important; | font-weight: inherit!important; | ||
} | |||
.mp-box{ | |||
background-color: #fefefe; | |||
padding: 0 1rem; | |||
box-sizing: border-box; | |||
margin: 0.5rem auto; | |||
border: 1px solid #ccc; | |||
border-radius: 4px; | |||
} | |||
.mp-box h2{ | |||
margin: 0 0 0.25rem; | |||
border-bottom: 1px solid #ddd; | |||
padding: 0.5rem 0; | |||
} | |||
.mp-top{ | |||
text-align:center;padding:1rem;background-color:#8abcbd;border-radius:6px;color: #333 | |||
} | |||
.mp-top p{ | |||
font-size: 1.5rem | |||
} | |||
.mp-top ul{ | |||
list-style:none; | |||
} | |||
.mp-top ul li{ | |||
display: inline-block;margin-right: 1rem; | |||
} | |||
.mp-top ul li span{ | |||
font-size: 1.5rem;vertical-align: middle;display: inline-block; | |||
} | |||
.mp-featured-article{ | |||
width: 56%;clear: both;float: left; | |||
} | |||
.mp-featured-article img{ | |||
float: right;display: inline-block;height: auto;margin: 0 0 1rem 1rem; | |||
} | |||
.mp-featured-article .text{ | |||
float: left;display: inline-block;width: 100%;white-space: pre-line;text-align:justify; | |||
} | |||
.mp-featured-bio{ | |||
width: 43%;clear: right;float: right; | |||
} | |||
.mp-featured-bio img{ | |||
float: left;display: inline-block;height: auto;margin: 0 0 1rem 1rem ; | |||
} | |||
.mp-featured-bio .text{ | |||
float: left;display: inline-block;width: 100%;white-space: pre-line;text-align:justify; word-spacing:-2px; | |||
} | |||
.mp-yadbood { | |||
width: 43%;float:right; | |||
} | |||
.mp-yadbood h2{ | |||
margin-top:0 | |||
} | |||
.mp-yadbood .mp-yadbood-item{ | |||
clear: both;margin-bottom: 0.5rem;overflow:hidden | |||
} | |||
.mp-yadbood .mp-yadbood-item a.image{ | |||
height: 100px; overflow:hidden | |||
} | |||
.mp-yadbood .mp-yadbood-item img{ | |||
float: right;width: 20%;display: inline-block;height: auto; | |||
} | |||
.mp-yadbood .mp-yadbood-item .text{ | |||
float: left;display: inline-block;width: 78%;margin: 0;white-space: pre-line; | |||
} | |||
.mp-about{ | |||
width: 56%;clear: both;float: left; | |||
} | |||
.mp-about .text{ | |||
white-space: pre-line; | |||
} | |||
.mp-book{ | |||
width: 43%;float:right; | |||
} | |||
.mp-book img{ | |||
float: right;width: 30%;display: inline-block;height: auto; | |||
} | |||
.mp-book .text{ | |||
float: left;display: inline-block;width: 68%;white-space: pre-line; | |||
} | |||
.mp-gallery{ | |||
clear: both;width: 100%; | |||
} | |||
.mp-gallery img{ | |||
float: left;width: 50%;display: inline-block;height: auto; | |||
} | |||
.mp-gallery .text{ | |||
float: right;width: 50%;display: inline-block;height: auto;white-space: pre-line;padding: 1rem;box-sizing: border-box; | |||
} | |||
.mp-bottom{ | |||
clear: both;width: 100%; overflow: hidden; | |||
} | |||
.mp-bottom .mp-bottom-title, | |||
.mp-bottom .mp-bottom-title span{ | |||
text-align: center; | |||
} | |||
.mp-bottom .mp-bottom-column{ | |||
width: 19%; | |||
float: left; | |||
margin: 0.5%; | |||
} | |||
.mp-bottom .mp-bottom-column .mp-bottom-column-title, | |||
.mp-bottom .mp-bottom-column .mp-bottom-column-title span{ | |||
text-align: center; | |||
background: #eee; | |||
padding: 10px; | |||
border-radius: 5px; | |||
font-weight: bold; | |||
font-size: 14px; | |||
} | |||
.mp-bottom .mp-bottom-column ul{ | |||
list-style: none;margin: 5px auto; | |||
} | |||
.mp-bottom .mp-bottom-column ul li{ | |||
margin: 10px 0; | |||
} | } |