„MediaWiki:Common.css” változatai közötti eltérés

Innen: Sanctum2 Wikipédia
Ugrás a navigációhozUgrás a kereséshez
(A lap tartalmának cseréje erre: →‎Scrollable papyrus section: .scrollable-papyrus { background-image: url('https://wiki.nw2online.com/skins/monobook/content_head.png?2017-05-14T14:15:00Z'); background-size: cover; border: 2px solid #d4a76a; padding: 15px; max-height: 400px; overflow-y: auto; font-family: 'Papyrus', 'Comic Sans MS', cursive; →‎Change as needed: color: #4b3b2b; →‎Dark brown text color: } .scrollable-papyrus::-webkit-scrollbar {…)
Címkék: Oldal nagy része eltávolítva Visszaállítva
Nincs szerkesztési összefoglaló
Címke: Visszaállítva
1. sor: 1. sor:
/* Scrollable papyrus section */
/* Applying styles for the action tabs with a background image */
.scrollable-papyrus {
#p-cactions {
     background-image: url('https://wiki.nw2online.com/skins/monobook/content_head.png?2017-05-14T14:15:00Z');
     background: url(http://wiki.nw2online.com/skins/monobook/content_head.png?2017-05-14T14:15:00Z) no-repeat scroll 15px bottom transparent;
     background-size: cover;
     border-collapse: collapse;
     border: 2px solid #d4a76a;
     color: #C1B6A4;
     padding: 15px;
     font-size: 95%;
     max-height: 400px;
    left: 13.5em;
     overflow-y: auto;
     line-height: 1.1em;
     font-family: 'Papyrus', 'Comic Sans MS', cursive; /* Change as needed */
    list-style: none outside none;
     color: #4b3b2b; /* Dark brown text color */
     overflow: visible;
    padding-left: 1em;
    position: fixed;
    top: 22px;
    white-space: nowrap;
     width: 987px;
    height: 125px;
    margin-left: -74px;
     z-index: 5;
}
}


.scrollable-papyrus::-webkit-scrollbar {
/* Portlet style adjustments */
     width: 10px;
.portlet {
    border: none;
    margin: 0 0 -2em;
    padding: 6px;
    float: none;
     width: 12.5em;
    overflow: hidden;
}
}


.scrollable-papyrus::-webkit-scrollbar-thumb {
/* General div styling */
     background: #d4a76a;
div {
     border-radius: 5px;
    display: block;
    unicode-bidi: isolate;
}
 
/* Global wrapper adjustments */
#globalWrapper {
    font-size: 127%;
    width: 100%;
    margin: 0;
    padding: 0;
}
 
/* Left-to-right text direction */
.ltr {
     direction: ltr;
     unicode-bidi: embed;
}
}

A lap 2024. június 24., 09:59-kori változata

/* Applying styles for the action tabs with a background image */
#p-cactions {
    background: url(http://wiki.nw2online.com/skins/monobook/content_head.png?2017-05-14T14:15:00Z) no-repeat scroll 15px bottom transparent;
    border-collapse: collapse;
    color: #C1B6A4;
    font-size: 95%;
    left: 13.5em;
    line-height: 1.1em;
    list-style: none outside none;
    overflow: visible;
    padding-left: 1em;
    position: fixed;
    top: 22px;
    white-space: nowrap;
    width: 987px;
    height: 125px;
    margin-left: -74px;
    z-index: 5;
}

/* Portlet style adjustments */
.portlet {
    border: none;
    margin: 0 0 -2em;
    padding: 6px;
    float: none;
    width: 12.5em;
    overflow: hidden;
}

/* General div styling */
div {
    display: block;
    unicode-bidi: isolate;
}

/* Global wrapper adjustments */
#globalWrapper {
    font-size: 127%;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Left-to-right text direction */
.ltr {
    direction: ltr;
    unicode-bidi: embed;
}