Template:Infobox-sol-2/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.blue { | |||
border-color: #0070D8; | |||
background-color: #C3D7ED; | |||
} | |||
.blue div { | |||
border-color: #0070D8; | |||
} | |||
.blue .sol-ibox-section-head { | |||
background-color: #A4C5E9; | |||
} | |||
.blue .sol-ibox-section-body, | |||
.blue .sol-ibox-subject { | |||
background-color: #E0EBF7; | |||
} | |||
.yellow { | |||
border-color: #E2D2A9; | |||
background-color: #FFE9AE; | |||
} | |||
.yellow div { | |||
border-color: #E2D2A9; | |||
} | |||
.yellow .sol-ibox-section-head { | |||
background-color: #FFE9AE; | |||
} | |||
.yellow .sol-ibox-section-body, | |||
.yellow .sol-ibox-subject { | |||
background-color: #FFF4D6; | |||
} | |||
.sol-ibox { | .sol-ibox { | ||
width: 170px; | width: 170px; | ||
border-width: 1px; | |||
border-style: solid; | |||
border-bottom-width: 3px; | |||
float: right; | float: right; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
} | } | ||
.sol-ibox-header { | .sol-ibox-header { | ||
text-align: center; | text-align: center; | ||
font-weight: 600; | font-weight: 600; | ||
border-bottom-width: 2px; | |||
border-bottom-style: solid; | |||
} | } | ||
.sol-ibox-image { | .sol-ibox-image { | ||
padding: 2px; | padding: 2px; | ||
padding-bottom: 4px; | padding-bottom: 4px; | ||
border-bottom: 2px | border-bottom-width: 2px; | ||
border-bottom-style: solid; | |||
background-color: white; | |||
} | } | ||
.sol-ibox-sections { | .sol-ibox-sections { | ||
| Line 19: | Line 54: | ||
} | } | ||
.sol-ibox-section-head { | .sol-ibox-section-head { | ||
padding: 0; | padding: 0; | ||
font-size: 12px; | font-size: 12px; | ||
| Line 28: | Line 62: | ||
.sol-ibox-section-body { | .sol-ibox-section-body { | ||
padding: 0.5em; | padding: 0.5em; | ||
font-size: 11px; | font-size: 11px; | ||
| Line 36: | Line 69: | ||
.sol-ibox-section-body p { margin: 0; } | .sol-ibox-section-body p { margin: 0; } | ||
.sol-ibox-subject { | .sol-ibox-subject { | ||
border-bottom-width: 1px; | |||
border-bottom: | border-bottom-style: solid; | ||
padding: 2px; | padding: 2px; | ||
font-size: 10px; | font-size: 10px; | ||
| Line 55: | Line 88: | ||
.sol-ibox-section .mw-collapsible-toggle-default:before, .sol-ibox-section .mw-collapsible-toggle-default:after { | .sol-ibox-section .mw-collapsible-toggle-default:before, .sol-ibox-section .mw-collapsible-toggle-default:after { | ||
display: none; | display: none; | ||
} | } | ||
Latest revision as of 13:36, 16 December 2024
.blue {
border-color: #0070D8;
background-color: #C3D7ED;
}
.blue div {
border-color: #0070D8;
}
.blue .sol-ibox-section-head {
background-color: #A4C5E9;
}
.blue .sol-ibox-section-body,
.blue .sol-ibox-subject {
background-color: #E0EBF7;
}
.yellow {
border-color: #E2D2A9;
background-color: #FFE9AE;
}
.yellow div {
border-color: #E2D2A9;
}
.yellow .sol-ibox-section-head {
background-color: #FFE9AE;
}
.yellow .sol-ibox-section-body,
.yellow .sol-ibox-subject {
background-color: #FFF4D6;
}
.sol-ibox {
width: 170px;
border-width: 1px;
border-style: solid;
border-bottom-width: 3px;
float: right;
margin: 0 0 1em 1em;
}
.sol-ibox-header {
text-align: center;
font-weight: 600;
border-bottom-width: 2px;
border-bottom-style: solid;
}
.sol-ibox-image {
padding: 2px;
padding-bottom: 4px;
border-bottom-width: 2px;
border-bottom-style: solid;
background-color: white;
}
.sol-ibox-sections {
padding: 0;
}
.sol-ibox-section-head {
padding: 0;
font-size: 12px;
font-weight: 600;
text-align: center;
}
.sol-ibox-section-head a { margin-right: -1.1em; }
.sol-ibox-section-body {
padding: 0.5em;
font-size: 11px;
text-align: center;
margin: 0;
}
.sol-ibox-section-body p { margin: 0; }
.sol-ibox-subject {
border-bottom-width: 1px;
border-bottom-style: solid;
padding: 2px;
font-size: 10px;
font-weight: 600;
text-align: center;
margin: 0;
}
.sol-ibox-section .mw-collapsible-toggle {
float: right;
margin: 0;
padding: 3px 6px 0 0;
font-size: 9px;
}
.sol-ibox-section .mw-collapsible-toggle-default .mw-collapsible-text {
text-decoration: none;
}
.sol-ibox-section .mw-collapsible-toggle-default:before, .sol-ibox-section .mw-collapsible-toggle-default:after {
display: none;
}