Template:Box-main-2/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
.sol-box-content { | .sol-box-content { | ||
padding: 0.2em 0.8em 1em 0.8em; | padding: 0.2em 0.8em 1em 0.8em; | ||
} | |||
.sol-box-footer { | |||
background-color: #eee; | |||
border: 1px solid #ccc; | |||
border-radius: 4px; | |||
margin: 5px 0; | |||
padding-left: 0.6em; | |||
font-size: 1.6em; | |||
font-weight: 600; | |||
line-height: 1em; | |||
} | } | ||
Revision as of 07:46, 14 December 2024
.sol-box {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
padding: 0 0.4em;
margin-bottom: 1.2em;
}
.sol-box-header {
margin-top: 4px;
clear: both;
}
.sol-box-logo {
float:left;
}
.sol-box-title {
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
margin: 5px 0;
padding-left: 0.6em;
font-size: 1.6em;
font-weight: 600;
line-height: 1em;
}
.sol-box-content {
padding: 0.2em 0.8em 1em 0.8em;
}
.sol-box-footer {
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
margin: 5px 0;
padding-left: 0.6em;
font-size: 1.6em;
font-weight: 600;
line-height: 1em;
}