Template:Box/start: Difference between revisions

Template page
(Created page with "<html> <style class="text/css"> .custom_bigid_box { padding: 10px; border: 3px solid #ccc; background: #666; </style> <div class="custom_bigid_box"> test </div> </html>")
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
<html>
<style class="text/css">
<style class="text/css">
@media only screen and (max-width: 600px) {
  .custom_bigid_box{ width:auto !important;}
}
.custom_bigid_box {
.custom_bigid_box {
padding: 10px;
    padding: 10px;
border: 3px solid #ccc;
    width: 50%;
background: #666;
    border-radius: 5px;
}
.skin-citizen-dark .custom_bigid_box {
    background: #36434e;
}
.skin-citizen-light .custom_bigid_box {
    background: #f1f1f1;;
}
</style>
</style>
<div class="custom_bigid_box">
<div class="custom_bigid_box">
test
</div>
</html>
</html>

Latest revision as of 22:21, 26 April 2021