„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: | ||
/* | /* Applying styles for the action tabs with a background image */ | ||
#p-cactions { | |||
background | 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; | |||
overflow- | 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 */ | ||
width: | .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; | |||
} | } | ||
A lap 2024. június 24., 08: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;
}