|
|
| Строка 1: |
Строка 1: |
| /* Стили для инфобокса */
| |
| .infobox {
| |
| border: 1px solid #a2a9b1;
| |
| background-color: #f8f9fa;
| |
| color: #202122;
| |
| margin: 0.5em 0 0.5em 1em;
| |
| padding: 0.2em;
| |
| float: right;
| |
| clear: right;
| |
| width: 22em;
| |
| font-size: 88%;
| |
| line-height: 1.5em;
| |
| }
| |
|
| |
|
| .infobox th {
| |
| font-weight: bold;
| |
| background-color: #eaecf0;
| |
| padding: 4px 8px;
| |
| vertical-align: top;
| |
| text-align: left;
| |
| }
| |
|
| |
| .infobox td {
| |
| padding: 4px 8px;
| |
| vertical-align: top;
| |
| }
| |
|
| |
| .infobox .infobox-above {
| |
| background-color: #eaecf0;
| |
| font-size: 120%;
| |
| font-weight: bold;
| |
| text-align: center;
| |
| padding: 8px;
| |
| }
| |
|
| |
| .infobox-label {
| |
| width: 33%;
| |
| font-weight: bold;
| |
| padding: 4px 8px;
| |
| vertical-align: top;
| |
| }
| |
|
| |
| .infobox-data {
| |
| padding: 4px 8px;
| |
| vertical-align: top;
| |
| }
| |
|
| |
|
| |
| .custom-quote {
| |
| border-left: 3px solid #ccc;
| |
| margin: 1em 0;
| |
| padding-left: 1em;
| |
| color: #555;
| |
| font-style: italic;
| |
| }
| |
|
| |
| .custom-quote footer {
| |
| text-align: right;
| |
| font-style: normal;
| |
| color: #333;
| |
| margin-top: 0.5em;
| |
| }
| |
|
| |
| a[href^="http"]:after,
| |
| a[href^="https"]:after {
| |
| content: none !important;
| |
| margin: 0 !important;
| |
| }
| |