MediaWiki:Common.css: Revizyonlar arasındaki fark

VMTools Türkçe Wiki sitesinden
Gezinti kısmına atla Arama kısmına atla
"→‎Buraya konulacak CSS kodu tüm temalarda etkin olur: #p-tb > h3:before { content: "🛠 "; font-size: 1.2em; margin-right: 5px; display: inline-block; vertical-align: middle; }" içeriğiyle yeni sayfa oluşturdu
 
Değişiklik özeti yok
 
(Aynı kullanıcının aradaki diğer 9 değişikliği gösterilmiyor)
1. satır: 1. satır:
/* Buraya konulacak CSS kodu tüm temalarda etkin olur */
.mw-body {
    margin-top: -1px;
    border: 1px solid #00cfa3;
    border-right-width: 0;
}


#p-tb > h3:before {
.vector-menu-tabs-legacy li {
     content: "🛠 ";
    background-image: linear-gradient(to top, #00cfa3 0, #00cfa30f 1px, #fff 100%);
     font-size: 1.2em;
    background-position: left bottom;
     margin-right: 5px;
    background-repeat: repeat-x;
     display: inline-block;
    float: left;
     vertical-align: middle;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.125em;
    white-space: nowrap;
}
 
.vector-menu-tabs-legacy li a {
     background-position: right bottom;
    color: #32325d;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 1.25em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
}
 
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1 {
     font-size: 1.8em;
     color: #32325d;
}
 
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
    background-image: linear-gradient(to bottom, rgba(167, 215, 249, 0) 0, #00cfa3 100%);
    background-repeat: no-repeat;
    background-size: 1px 100%;
}
 
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited {
    color: #32325d;
    text-decoration: none;
}
 
.vector-legacy-sidebar .vector-menu-portal {
    /* margin: 0 0.6em 0 0.7em; */
    /* padding: 0.25em 0; */
    direction: ltr;
}
 
#p-logo {
    width: 10em;
     height: 160px;
     /* margin-bottom: 1em; */
}
}

08.26, 27 Ekim 2024 itibarı ile sayfanın şu anki hâli

.mw-body {
    margin-top: -1px;
    border: 1px solid #00cfa3;
    border-right-width: 0;
}

.vector-menu-tabs-legacy li {
    background-image: linear-gradient(to top, #00cfa3 0, #00cfa30f 1px, #fff 100%);
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.125em;
    white-space: nowrap;
}

.vector-menu-tabs-legacy li a {
    background-position: right bottom;
    color: #32325d;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 1.25em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
}

.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1 {
    font-size: 1.8em;
    color: #32325d;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
    background-image: linear-gradient(to bottom, rgba(167, 215, 249, 0) 0, #00cfa3 100%);
    background-repeat: no-repeat;
    background-size: 1px 100%;
}

.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited {
    color: #32325d;
    text-decoration: none;
}

.vector-legacy-sidebar .vector-menu-portal {
    /* margin: 0 0.6em 0 0.7em; */
    /* padding: 0.25em 0; */
    direction: ltr;
}

#p-logo {
    width: 10em;
    height: 160px;
    /* margin-bottom: 1em; */
}