MediaWiki:Common.css: Difference between revisions
Created page with "→Also hide title that appears inside the content area: .page-Main_Page h1.firstHeading { display: none !important; } →---------------template style--------------------------------: .hlf-wrap { width:100%; font-family: "Helvetica Neue", Arial, sans-serif; color:#222; border-collapse:separate;} .hlf-left { width:68%; vertical-align:top; padding-right:10px;} .hlf-right { width:32%; vertical-align:top; padding-left:10px; } .hlf-heading { font-size:16px; font-weig..." |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
/*---------------template style--------------------------------*/ | /*---------------template style--------------------------------*/ | ||
.hlf-wrap { width:100%; font-family: "Helvetica Neue", Arial, sans-serif; color:#222; border-collapse:separate;} | .hlf-wrap { width:100%; font-family: "Helvetica Neue", Arial, sans-serif; color:#222; border-collapse:separate;} | ||
.hlf-left { width: | .hlf-left { width:65%; vertical-align:top; padding-right:10px;} | ||
.hlf-right { width: | .hlf-right { width:35%; vertical-align:top; padding-left:10px; } | ||
.hlf-heading { font-size:16px; font-weight:800; margin-bottom:3px; } | .hlf-heading { font-size:16px; font-weight:800; margin-bottom:3px; } | ||
| Line 26: | Line 26: | ||
.hlf-map { width:100%; height:auto; display:block; border-radius:4px; margin-bottom:10px;} | .hlf-map { width:100%; height:auto; display:block; border-radius:4px; margin-bottom:10px;} | ||
.hlf-main img { width:100%; height: | .hlf-main img { width:100%; height:750px; display:block; border-radius:4px;} | ||
.hlf-blue { background:#e6f5fb; border:1px solid #cfeef8; color:#114a66; border-radius:6px; padding:10px; font-size:13px; line-height:1.45; margin-bottom:10px; text-align: justify; margin-top:12px;} | .hlf-blue { background:#e6f5fb; border:1px solid #cfeef8; color:#114a66; border-radius:6px; padding:10px; font-size:13px; line-height:1.45; margin-bottom:10px; text-align: justify; margin-top:12px;} | ||
| Line 51: | Line 51: | ||
} | } | ||
iframe{ | |||
width:100%; !important; | |||
height:400px; !important; | |||
border:1px solid #e6e6e6; !important; | |||
border-radius:8px; !important; | |||
} | |||
/*------------------end---------------------*/ | /*------------------end---------------------*/ | ||