MediaWiki:Common.css: различия между версиями
Нет описания правки |
Нет описания правки Метки: с мобильного устройства из мобильной версии |
||
| (не показаны 42 промежуточные версии этого же участника) | |||
| Строка 1: | Строка 1: | ||
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ | /* Размещённый здесь CSS будет применяться ко всем темам оформления */ | ||
.camwork-instruction { | |||
border: 1px solid #dcdcdc; | |||
background: #f9f9f9; | |||
padding: 20px; | |||
margin: 20px 0; | |||
border-left: 5px solid #007acc; | |||
font-family: sans-serif; | |||
font-size: 16px; | |||
line-height: 1.5; | |||
color: #333; | |||
} | |||
.camwork-instruction h3 { | |||
margin-top: 0; | |||
color: #007acc; | |||
font-size: 20px; | |||
} | |||
.camwork-instruction a { | |||
color: #007acc; | |||
text-decoration: none; | |||
font-weight: bold; | |||
} | |||
.camwork-instruction a:hover { | |||
text-decoration: underline; | |||
} | |||
.camwork-instruction ul { | |||
padding-left: 20px; | |||
margin: 10px 0; | |||
} | |||
.camwork-instruction li::marker { | |||
color: #007acc; | |||
} | |||
.action-history { display: none; } | |||
.mw-history-link { display: none; } | |||
.banner_top { | .banner_top { | ||
| Строка 55: | Строка 100: | ||
margin: 2% 5%; | margin: 2% 5%; | ||
display: flex; | display: flex; | ||
justify-content: space-between; | |||
} | } | ||
| Строка 154: | Строка 200: | ||
} | } | ||
@media | @media (max-width: 768px) { | ||
.img-logo{ | .img-logo { | ||
display: flex; | |||
} | } | ||
} | } | ||
.ul#menu li{ | .ul#menu li{ | ||
| Строка 185: | Строка 232: | ||
.strong { | .strong { | ||
font-size: | font-size: 24px; | ||
font-weight: bolder; | font-weight: bolder; | ||
} | } | ||
| Строка 211: | Строка 258: | ||
width: 80%; | width: 80%; | ||
margin: auto; | margin: auto; | ||
} | |||
.studio-box { | |||
width: 80%; | |||
margin: auto; | |||
font-size: 18px; | |||
} | } | ||
| Строка 247: | Строка 300: | ||
.draw_block_active { | .draw_block_active { | ||
width: 320px; | width: 320px; | ||
height: | height: 345px; | ||
background-color: white; | background-color: white; | ||
border-radius: 20px; | border-radius: 20px; | ||
margin-bottom: | margin-bottom: 30px; | ||
overflow: hidden; | overflow: hidden; | ||
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); | box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); | ||
| Строка 282: | Строка 335: | ||
justify-content: space-evenly; | justify-content: space-evenly; | ||
margin: auto; | margin: auto; | ||
margin-bottom: 25px; | |||
} | } | ||
| Строка 292: | Строка 346: | ||
} | } | ||
.button_welcome_bonus { | .button_welcome_bonus, .button_gifts_raffle, .button_gifts_telegram, .button_gifts_giveaway { | ||
display: flex; | |||
justify-content: center; | |||
margin: auto; | |||
width: calc(80% - 5px); | width: calc(80% - 5px); | ||
text-align: center; | text-align: center; | ||
| Строка 300: | Строка 357: | ||
text-align: center; | text-align: center; | ||
margin-bottom: 15px; | margin-bottom: 15px; | ||
padding: | padding: 12px; | ||
color: white; | color: white; | ||
transition: 0.3s all; | transition: 0.3s all; | ||
margin-top: 14px; | |||
} | |||
.button_welcome_bonus{ | |||
display: inline; | |||
margin-top: 0px; | |||
} | |||
.button_welcome_bonus{ | |||
background: linear-gradient(rgb(255 220 125) 0%, rgb(199 154 86) 100%); | background: linear-gradient(rgb(255 220 125) 0%, rgb(199 154 86) 100%); | ||
} | |||
.button_gifts_raffle{ | |||
background: linear-gradient(180deg, #ff93b2 0%, #950000 150%); | |||
} | |||
.button_gifts_telegram{ | |||
background: linear-gradient(180deg, #a358df 0%, #266bc0 100%); | |||
} | |||
.button_gifts_giveaway{ | |||
background: linear-gradient(180deg, #c4ba93 0%, #268d6b 100%); | |||
} | } | ||
| Строка 312: | Строка 389: | ||
} | } | ||
.external | .mw-parser-output a.external { | ||
padding-right: 0em; | background-image: none; | ||
background-position: center right; | |||
background-repeat: no-repeat; | |||
background-size: 0.857em; | |||
padding-right: 0em; | |||
} | |||
@media only screen and (max-width : 1750px) { | |||
.container_list_draws { | |||
flex-direction: column; | |||
align-items: center; | |||
} | |||
} | |||
.main-banner { | |||
display: flex; | |||
} | |||
.text-right_img { | |||
display: flex; | |||
width: 80%; | |||
justify-content: center; | |||
margin:auto; | |||
text-align: justify; | |||
} | |||
.text-left_img { | |||
display: flex; | |||
width: 100%; | |||
margin: auto; | |||
align-items: center; | |||
} | |||
.text-right_img img{ | |||
margin: auto; | |||
margin-left: 30px; | |||
} | |||
.table-tags { | |||
display: flex; | |||
justify-content: space-evenly; | |||
flex-wrap: wrap; | |||
} | |||
.table-tags_tag span{ | |||
font-size: 18px; | |||
} | |||
.table-tags_tag { | |||
width: 25%; | |||
} | |||
@media only screen and (max-width : 750px) { | |||
.main-banner { | |||
display: block; | |||
} | |||
.banner_top { | |||
width: 100%; | |||
justify-content: center; | |||
} | |||
.box_center { | |||
width: 100%; | |||
} | |||
.about_all { | |||
width: auto; | |||
} | |||
.text-right_img { | |||
display: block; | |||
width: 100%; | |||
} | |||
.text-right_img img{ | |||
margin-left: 0px; | |||
} | |||
.panel-s { | |||
border: none; | |||
padding: 0; | |||
margin: 0; | |||
display: block; | |||
} | |||
.desc-m { | |||
padding-left: 0; | |||
margin: 0; | |||
} | |||
.about { | |||
width: auto; | |||
} | |||
.text-left_img { | |||
display: block; | |||
} | |||
.table-tags_tag { | |||
width: 100%; | |||
} | |||
.full-mobile { | |||
width: auto; | |||
} | |||
.about_s li{ | |||
font-size: 1rem; | |||
} | |||
} | } | ||