8,959
edits
No edit summary |
No edit summary |
||
| Line 146: | Line 146: | ||
background-color: #E8C437; /* цвет фона при выделении текста */ | background-color: #E8C437; /* цвет фона при выделении текста */ | ||
color: #202122; | color: #202122; | ||
} | |||
/* Main Page*/ | |||
.outer-container { | |||
background-color: #efe9de; | |||
padding: 10px; | |||
border: 2px solid #722215; | |||
margin-bottom: 10px; | |||
overflow: hidden; | |||
border-radius: 10px 10px 0px 0px; | |||
} | |||
.vector-search-box-input { | |||
background-color: rgb(221 215 204 / 93%); | |||
color: #010101; | |||
width: 100%; | |||
height: 2.15384615em; | |||
box-sizing: border-box; | |||
border: 1px solid #a2a9b1; | |||
border-radius: 2px; | |||
padding: 5px 2.15384615em 5px 0.4em; | |||
box-shadow: inset 0 0 0 1px transparent; | |||
font-family: inherit; | |||
font-size: 0.8125em; | |||
direction: ltr; | |||
transition-property: border-color, box-shadow; | |||
transition-duration: 250ms; | |||
-webkit-appearance: none; | |||
-moz-appearance: textfield; | |||
} | |||
body.page-Main_Page #content { | |||
background-image: | |||
url(/images/9/99/Clancy_Tyler.png), | |||
url(/images/6/6f/Josh_Torch.png); | |||
background-color: #DDD7CC; | |||
background-size: 22%, 16%; | |||
background-repeat: no-repeat, no-repeat; | |||
background-position: 55px 275px, calc(100% - 75px) 275px; | |||
background-attachment: scroll, scroll; | |||
} | |||
.date-12202009 { | |||
background-color: #ffe556; | |||
margin-bottom: 50px; | |||
margin-right: 10px; | |||
margin-left: 10px; | |||
padding-left: 5px; | |||
padding-right: 5px; | |||
padding-top: 2px; | |||
padding-bottom: 2px; | |||
} | |||
.news-text { | |||
background-color: #ffe556; | |||
float: right; | |||
margin-top: 30px; | |||
margin-bottom: 30px; | |||
} | |||
.container23 { | |||
display: flex; /* Используем flexbox для размещения элементов в ряд */ | |||
} | |||
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { | |||
margin: 0.3em 0 0; | |||
padding: 0; | |||
} | } | ||