Bose Portable PA Knowledge: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 28: | Line 28: | ||
border : 2px solid silver; | border : 2px solid silver; | ||
border-radius: 5px; | border-radius: 5px; | ||
} | |||
* { | |||
box-sizing: border-box; | |||
} | |||
/* Create three equal columns that floats next to each other */ | |||
.column { | |||
float: left; | |||
width: 33.33%; | |||
padding: 10px; | |||
height: 200px; /* Should be removed. Only for demonstration */ | |||
} | |||
/* Clear floats after the columns */ | |||
.row:after { | |||
content: ""; | |||
display: table; | |||
clear: both; | |||
} | |||
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */ | |||
@media screen and (max-width: 600px) { | |||
.column { | |||
width: 100%; | |||
} | |||
} | } | ||
| Line 35: | Line 59: | ||
__NOTOC__ | __NOTOC__ | ||
<!-- BANNER ACROSS TOP OF PAGE --> | <!-- BANNER ACROSS TOP OF PAGE --> | ||
<div id="mp-topbanner" style="max-width:100%; background:#f9f9f9; margin:1.2em 0 6px 0; border:1px solid #ddd;text-align:center;"> | |||
<div class="row"> | |||
<div class="column" id="mp-topbanner" style="max-width:100%; background:#f9f9f9; margin:1.2em 0 6px 0; border:1px solid #ddd;text-align:center;"> | |||
<div style="font-size:150%; border:none; margin:0; padding:.1em; color:#000;">The {{SITENAME}}</div> | <div style="font-size:150%; border:none; margin:0; padding:.1em; color:#000;">The {{SITENAME}}</div> | ||
<div style="top:+0.2em; font-size:95%;">Your source for information, tips, tricks, and <br />[[FAQ|FAQs]] about the Bose Portable PA family of products.</div> | <div style="top:+0.2em; font-size:95%;">Your source for information, tips, tricks, and <br />[[FAQ|FAQs]] about the Bose Portable PA family of products.</div> | ||
<div id="articlecount" style="font-size:85%;">There are [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles about Bose Portable PA products here.</div> | <div id="articlecount" style="font-size:85%;">There are [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles about Bose Portable PA products here.</div> | ||
</div> | |||
<div class="column" id="mp-topbanner-mid" style="max-width:100%; background:#f9f9f9; margin:1.2em 0 6px 0; border:1px solid #ddd;text-align:center;"> | |||
<div style="font-size:150%; border:none; margin:0; padding:.1em; color:#000;">The Kemper Profiling Amp</div> | |||
[[File:KemperProfilingAmpWhite800x500.jpg|200px|link=Kemper_Profiling_Amp|The Kemper Profiling Amp]] | |||
</div> | |||
<div class="column" id="mp-topbanner-right" style="max-width:100%; background:#f9f9f9; margin:1.2em 0 6px 0; border:1px solid #ddd;text-align:center;"> | |||
<div style="font-size:150%; border:none; margin:0; padding:.1em; color:#000;">Coming Soon</div> | |||
Watch this space for exciting new articles about a different family of products. | |||
</div> | |||
</div> | |||
{{Message Board News}} | {{Message Board News}} | ||
{{News}} | {{News}} | ||
</div> | </div> | ||
{{L1 Pro}} | {{L1 Pro}} | ||