|
|
| (не показано 10 промежуточных версий 2 участников) |
| Строка 94: |
Строка 94: |
| .vtabs-content.active { | | .vtabs-content.active { |
| display: block; | | display: block; |
| }
| |
|
| |
| /* Сворачиваемая панель */
| |
|
| |
| .colstr-panel {
| |
|
| |
| border-radius: 2px;
| |
| margin: 10px 0;
| |
| box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
| |
| }
| |
|
| |
| .colstr-header {
| |
| background-color: #3a4348;
| |
| padding: 10px 14px;
| |
| cursor: pointer;
| |
| font-weight: bold;
| |
| display: flex;
| |
| justify-content: flex-start;
| |
| align-items: center;
| |
| border-radius: 5px 5px 0 0;
| |
| transition: background-color 0.1s;
| |
| color: #fcfcfc;
| |
| }
| |
|
| |
| .colstr-header:hover {
| |
| background-color: #1e222c;
| |
| }
| |
|
| |
| .colstr-content {
| |
| padding: 10px 14px;
| |
| display: none;
| |
| animation: fadeIn 0.3s ease-in-out;
| |
| background-color: #3a4348;
| |
| color: #fcfcfc;
| |
| }
| |
|
| |
| .colstr-panel.open .colstr-content {
| |
| display: block;
| |
| }
| |
|
| |
| .colstr-panel .arrow {
| |
| transition: transform 0.3s;
| |
| margin-left: auto;
| |
| }
| |
|
| |
| .colstr-panel.open .arrow {
| |
| transform: rotate(180deg);
| |
| margin-left: auto;
| |
| }
| |
|
| |
| .colstr-panel.open .colstr-header {
| |
| border-bottom: 3px solid #4a90e2;
| |
| background-color: #3a4348;
| |
| } | | } |
|
| |
|
| Строка 224: |
Строка 171: |
| opacity: 0.3; | | opacity: 0.3; |
| } | | } |
| /* Стрелочка url('/images/a/a7/Testbg2.png')*/
| |
|
| |
|
| a.back-to-top {
| |
| display: none;
| |
| width: 70px;
| |
| height: 70px;
| |
| text-indent: -9999px;
| |
| position: fixed;
| |
| z-index: 999;
| |
| right: 100px;
| |
| bottom: 40px;
| |
| background-color: darkred;
| |
| background: url(https://wiki.ss13-bluemoon.ru/images/4/41/Arrowtop.png) 0% 0%/70px
| |
| 70px no-repeat;
| |
| background-position: 43%;
| |
| background-position-x: center;
| |
| border-radius: 30px;
| |
| }
| |
|
| |
| a.back-to-top:hover {
| |
| background-color: transparent;
| |
| }
| |
|
| |
|
| /* Панель для гайдов */ | | /* Панель для гайдов */ |
| Строка 375: |
Строка 301: |
| } | | } |
|
| |
|
| .whitemoon-bg { | | .palemoon-bg { |
| background-image: linear-gradient(to bottom right, rgba(91, 99, 109, 0.45), rgba(150, 150, 150, 0.45)); | | background-image: linear-gradient(to bottom right, rgba(63, 69, 77, 0.45), rgba(110, 107, 107, 0.45)); |
| } | | } |
|
| |
|
| Строка 528: |
Строка 454: |
| } | | } |
| } | | } |
|
| |
|
| |
|
| .tooltip { | | .tooltip { |
| Строка 552: |
Строка 477: |
| color: #fcfcfc; | | color: #fcfcfc; |
| } | | } |
|
| |
|
| |
|
| .tooltip:hover > .tooltiptext{ | | .tooltip:hover > .tooltiptext{ |