Changes

Nəzərə çarpan dəyişiklik yoxdur.
Sətir 7: Sətir 7:  
.main-box {
 
.main-box {
 
background: #fff;
 
background: #fff;
border: solid #b7e9ed;
+
border: solid #c8ccd1;
 
border-width: 1px 0;
 
border-width: 1px 0;
 
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
 
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
Sətir 30: Sətir 30:     
.main-box-imageCaption {
 
.main-box-imageCaption {
text-align: center;
+
display: flex;
 +
justify-content: center;
 
}
 
}
    
.main-box-imageCaption > p {
 
.main-box-imageCaption > p {
display: inline-block;
   
margin-bottom: 0;
 
margin-bottom: 0;
text-align: left;
   
}
 
}
    
/* Başlıqüstü */
 
/* Başlıqüstü */
 
.main-box-subtitle {
 
.main-box-subtitle {
color: #539168;
+
color: #72777d;
 
line-height: 1.25;
 
line-height: 1.25;
 
margin-top: -.125em; /* line-height üçün başlıqüstünün yuxarı hüdudunun balanslaşdırılması: 1.25; */
 
margin-top: -.125em; /* line-height üçün başlıqüstünün yuxarı hüdudunun balanslaşdırılması: 1.25; */
Sətir 61: Sətir 60:  
.main-box-header a:focus,
 
.main-box-header a:focus,
 
.main-box:hover .main-box-header a,
 
.main-box:hover .main-box-header a,
.main-box:hover .main-featuredLists-item > a {
+
.main-box:hover .main-featuredLists-link a {
 
color: #0645ad;
 
color: #0645ad;
 
}
 
}
   −
/* Zirzəmi */
+
/* Zirzəmi (ən alt hissə) */
 
.main-footer {
 
.main-footer {
 +
display: block;
 +
margin-top: 1rem;
 +
position: relative;
 +
}
 +
 +
html.client-js .main-footer {
 
display: flex;
 
display: flex;
 
justify-content: flex-end;
 
justify-content: flex-end;
margin-top: 1rem;
  −
position: relative;
   
}
 
}
   Sətir 84: Sətir 87:  
align-items: center;
 
align-items: center;
 
display: flex;
 
display: flex;
 +
}
 +
 +
.main-footer-actions .mw-ui-button {
 +
min-height: inherit;
 
}
 
}
   Sətir 93: Sətir 100:     
.main-footer-menuToggle {
 
.main-footer-menuToggle {
 +
display: none;
 +
}
 +
 +
html.client-js .main-footer-menuToggle {
 
align-items: center;
 
align-items: center;
 
display: flex;
 
display: flex;
Sətir 106: Sətir 117:  
/* Bayıra çıxart */
 
/* Bayıra çıxart */
 
.main-footer-menuDropdown {
 
.main-footer-menuDropdown {
background: #d8e0bc;
+
font-size: 0.85em;
 +
margin: 0.5em 0 -0.5rem;
 +
}
 +
 
 +
html.client-js .main-footer-menuDropdown {
 +
background: #fff;
 
border: 1px solid #a2a9b1;
 
border: 1px solid #a2a9b1;
 
border-radius: 2px;
 
border-radius: 2px;
 
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
 
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
 +
font-size: 1em;
 
max-width: 15em;
 
max-width: 15em;
 +
margin: 0;
 
position: absolute;
 
position: absolute;
 
right: 0;
 
right: 0;
Sətir 117: Sətir 135:  
}
 
}
   −
.main-footer-menuDropdown .mw-ui-button {
+
html.client-nojs .main-footer-menuDropdown > ul {
 +
display: flex;
 +
}
 +
 
 +
html.client-nojs .main-footer-menuDropdown .mw-ui-button {
 +
min-width: 0;
 +
max-width: none;
 +
padding-left: 0;
 +
white-space: nowrap;
 +
}
 +
 
 +
html.client-js .main-footer-menuDropdown .mw-ui-button {
 
text-align: left;
 
text-align: left;
 
width: 100%;
 
width: 100%;
Sətir 154: Sətir 183:     
/*
 
/*
Stasionar kompüterlər
+
Böyük stolüstü kompüterlər
 
*/
 
*/
@media (min-width: 1000px) {
+
@media (min-width: 1280px) {
 
.main-box {
 
.main-box {
 
margin-bottom: 1.5rem;
 
margin-bottom: 1.5rem;
Sətir 162: Sətir 191:  
}
 
}
 
 
.main-box-image-only > .main-box-content {
+
body.skin-minerva .main-box,
 +
body.skin-vector-2022 .main-box {
 +
padding: 1rem;
 +
}
 +
 +
body:not(.skin-minerva):not(.skin-vector-2022) .main-box-image-only > .main-box-content {
 
margin-left: -1.5rem;
 
margin-left: -1.5rem;
 
margin-right: -1.5rem;
 
margin-right: -1.5rem;
 
}
 
}
 
}
 
}
 +
/* [[Kateqoriya:Şablonlar:CSS alt səhifələri]] */