|
|
| (не показаны 194 промежуточные версии этого же участника) |
| Строка 1: |
Строка 1: |
| /*-----------------------------------------------------------------------------------------------------------------------------------*/
| | body:before { |
| | | content: ""; |
| /* Begin стиль для grid
| | position: fixed; |
| Shegare */
| | top: 0; |
| | | left: 0; |
| @media screen and (min-width: 1120px) {
| | right: 0; |
| .citizen-toc-enabled .citizen-body-container { | | bottom: 0; |
| grid-template-areas:
| | background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/36/Snowflakes_falling_transparent.gif"); |
| 'void header header'
| | background-repeat: repeat; |
| 'sidebar content toc'
| | pointer-events: none; |
| 'footer footer footer';
| | opacity: 0.35; |
| } | | z-index: 2; |
| .citizen-toc-enabled .citizen-body-container { | | animation: snowmove 60s linear infinite; |
| grid-template-columns: 10% 70% 20%;
| |
| margin-left: 8vw;
| |
| } | |
| body { | |
| overflow-x: hidden;
| |
| } | |
| #IdJobsTableContainer2 { | |
| grid-area: sidebar;
| |
| margin-left: -8vw;
| |
| } | |
| } | | } |
|
| |
|
| /* End стиль для grid
| | @keyframes snowmove { |
| Shegare */
| | from { background-position: 0 0; } |
| | | to { background-position: 500px 1000px; } |
| /*-----------------------------------------------------------------------------------------------------------------------------------*/
| |
| | |
| /* Begin стиль для tabber
| |
| Shegare */
| |
| | |
| | |
| .unheightTabber .tabber__section {
| |
| height: unset !important;
| |
| } | | } |
|
| |
|
| /* End стиль для tabber
| | h1, h2, h3, h4, h5 { |
| Shegare */
| | text-shadow: 0 0 6px rgba(179, 229, 252, 0.7), 0 0 12px rgba(179, 229, 252, 0.4); |
| | | transition: text-shadow 0.3s; |
| | |
| /* Begin стиль ног (footer)
| |
| Shegare */
| |
| | |
| /* Блоки в одну строку */
| |
| .page-info__item { | |
| flex-basis: 100%; | |
| } | | } |
|
| |
|
| /* Убираем отступ для ног (footer) */
| | h1:hover, h2:hover, h3:hover, h4:hover, h5:hover { |
| .citizen-footer {
| | text-shadow: 0 0 12px rgba(179, 229, 252, 0.9), 0 0 20px rgba(179, 229, 252, 0.6); |
| margin: 0; | |
| } | | } |
|
| |
|
| /* End стиль ног (footer)
| | a, a:visited { |
| Shegare */
| | transition: color 0.3s, text-shadow 0.3s; |
| | |
| | |
| /* Begin стиль для JobsTable
| |
| Shegare */
| |
| | |
| /* Стиль для sidebar */
| |
| #IdJobsTableContainer2 {
| |
| flex-basis: 20%;
| |
| padding: 0px 38px;
| |
| }
| |
| #IdJobsTableContainer2 > div {
| |
| background: #ffffff08; | |
| border-radius: 20px;
| |
| padding: 5px 10px;
| |
| } | | } |
|
| |
|
| .JobsTable {
| | a:hover { |
| border: 2px solid black; | | color: #b3e5fc !important; |
| border-radius: 10px;
| | text-shadow: 0 0 6px #b3e5fc; |
| margin-bottom: 5px;
| |
| width: auto;
| |
| height: fit-content; | |
| background: #28303e;
| |
| } | | } |
|
| |
|
| /* Отступы в шапке JobsTable */
| | .wikitable { |
| .JobsTableHeadImg { | | border-color: rgba(179, 229, 252, 0.6) !important; |
| margin-left: 15px; | | border-radius: 6px; |
| margin-right: 5px;
| |
| }
| |
| .JobsTableHeadLink {
| |
| margin-right: auto;
| |
| }
| |
| | |
| /* Видимость на разных экранах */
| |
| .client-js td.mw-collapsed:not(.mw-made-collapsible):before, .client-js table.mw-collapsed:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsed:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsed:not(.mw-made-collapsible):before,
| |
| .client-js ol.mw-collapsible:not(.mw-made-collapsible):before, .client-js ul.mw-collapsible:not(.mw-made-collapsible):before, .client-js table.mw-collapsible:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsible:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsible:not(.mw-made-collapsible):before {
| |
| opacity: 0;
| |
| }
| |
| #IdJobsTableContainer1 {
| |
| display: none;
| |
| }
| |
| @media screen and (max-width: 1440px) {
| |
| #IdJobsTableContainer2 {
| |
| display: none;
| |
| } | |
| #IdJobsTableContainer1 {
| |
| display: unset;
| |
| }
| |
| .JobsTableHeadImg {
| |
| margin-left: unset;
| |
| }
| |
| .JobsTableHeadLink {
| |
| margin-right: 55px;
| |
| }
| |
| .client-js td.mw-collapsed:not(.mw-made-collapsible):before, .client-js table.mw-collapsed:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsed:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsed:not(.mw-made-collapsible):before,
| |
| .client-js ol.mw-collapsible:not(.mw-made-collapsible):before, .client-js ul.mw-collapsible:not(.mw-made-collapsible):before, .client-js table.mw-collapsible:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsible:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsible:not(.mw-made-collapsible):before {
| |
| opacity: 1;
| |
| }
| |
| } | | } |
|
| |
|
| /* Скрытие контента на широких экранах */
| | .wikitable th { |
| @media screen and (min-width: 1440px) {
| | background: rgba(179, 229, 252, 0.1); |
| .JobsTable .mw-collapsible.mw-collapsed {
| |
| display: none;
| |
| } | |
| .JobsTable div:hover ~ .mw-collapsible.mw-collapsed,
| |
| .JobsTable .mw-collapsible.mw-collapsed:hover {
| |
| display: unset;
| |
| }
| |
| }
| |
| @media screen and (max-width: 1439px) {
| |
| .JobsTable div:first-child {
| |
| padding-left: 15px;
| |
| }
| |
| } | | } |
|
| |
|
| /* Кнопка скрытия элементов */
| | .mw-page-title-main:before { |
| .JobsTable .mw-collapsible-toggle {
| | content: " "; |
| margin-top: -35px;
| |
| }
| |
| .JobsTable .mw-collapsible-toggle-default:before,
| |
| .JobsTable .mw-collapsible-toggle-default:after {
| |
| content: unset; | |
| }
| |
| .JobsTable .mw-collapsible-text {
| |
| background: black;
| |
| border: 2px solid;
| |
| padding: 2px;
| |
| margin-right: 5px;
| |
| font-weight: 700;
| |
| }
| |
| .JobsTable .mw-collapsible.mw-made-collapsible.mw-collapsed .mw-collapsible-text {
| |
| color: #00ffff9e;
| |
| box-shadow: 0 0 10px #00b9b978;
| |
| }
| |
| .JobsTable .mw-collapsible.mw-made-collapsible .mw-collapsible-text {
| |
| color: #c21111cc;
| |
| } | | } |
|
| |
|
| /* Кнопки */
| | .mw-page-title-main:after { |
| .JobsTableList li a { | | content: " "; |
| color: white;
| |
| font-size: 16px;
| |
| background: #232323;
| |
| display: block;
| |
| border: 2px solid black;
| |
| margin-bottom: 5px;
| |
| padding: 3px 5px;
| |
| transition: background-color 0.8s; | |
| } | | } |
| .JobsTableList li a:hover {
| |
| background: #007383;
| |
| transform: scale(1.1);
| |
| text-decoration: unset;
| |
| }
| |
|
| |
| /* End стиль для JobsTable
| |
| Shegare */
| |