„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
Nincs szerkesztési összefoglaló
Nincs szerkesztési összefoglaló
4. sor: 4. sor:
     background-size: cover;
     background-size: cover;
}
}
 
#p-cactions li a {
/* Papirusz stílusú tartalom */
     text-transform: lowercase;
#content {
     background: url('https://wiki.nw2online.com/skins/monobook/content_body.png?2017-05-14T14:15:00Z') no-repeat center center;
    background-size: cover;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
}
 
#p-cactions li a {
/* Gombok stílusa */
     background-color: #2E2E2C;
button, .button, input[type="submit"], input[type="button"] {
     border: medium none;
     background-color: #f0e68c; /* Világos sárga háttérszín */
     color: #C1B6A4;
     border: 2px solid #8b4513; /* Barna szegély */
    margin: 0;
     color: #8b4513; /* Barna szöveg */
     padding: 0 0.8em 0.3em;
     padding: 10px 20px;
    position: relative;
     border-radius: 5px;
    text-decoration: none;
     font-size: 16px;
    z-index: 1;
}
.portlet li a {
    color: #FEF6AA;
}
a {
     -moz-background-clip: border;
    -moz-background-origin: padding;
     -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #000000;
    text-decoration: underline;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
     cursor: pointer;
     cursor: pointer;
     text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
     text-decoration: underline;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
.portlet ul {
    line-height: 1.5em;
    list-style-type: none;
    list-style-image: none;
    font-size: 95%;
    margin: 0px;
}
ul {
    line-height: 1.5em;
    list-style-image: url(http://wiki.nw2online.com/skins/monobook/bullet.gif?2017-05-14T14:15:00Z);
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 1.5em;
    margin-right: 0;
    margin-top: 0.3em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    width: 10;
    height: 10;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
}
 
#p-cactions .pBody {
button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    margin-top: 25px;
     background-color: #eedd82; /* Világosabb sárga háttérszín */
    margin-left: 80px;
    width: 838px;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
     border-collapse: inherit;
    color: inherit;
    font-size: 1em;
    padding: 0;
}
}
 
.pBody {
/* Bal oldali menü fixálása */
    font-size: 95%;
#mw-panel {
    color: black;
    border-collapse: collapse;
    padding: 0 .8em .3em .5em;
    margin-left: 4px;
}
#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;
     position: fixed;
     top: 0;
     top: 22px;
     left: 0;
    white-space: nowrap;
     height: 100%;
    width: 987px;
     overflow-y: auto; /* Görgethetővé teszi a menüt, ha szükséges */
    height: 125px;
     background-color: rgba(255, 255, 255, 0.9); /* Fehér, enyhén áttetsző hátt
     margin-left: -74px;
    z-index: 5;
}
#globalWrapper {
    font-size: 127%;
     width: 100%;
     margin: 0;
    padding: 0;
}
.ltr {
    direction: ltr;
    unicode-bidi: embed;
}
body {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    -x-system-font: none;
    background-attachment: fixed;
    background-color: #000000;
    background-image: url(http://wiki.nw2online.com/skins/monobook/bg.jpg?2017-05-14T14:15:00Z);
     background-repeat: no-repeat;
    color: #C1B6A4;
    font-family: sans-serif;
    font-size: x-small;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

A lap 2024. június 24., 13:22-kori változata

/* Háttérkép beállítása az egész oldalra */
body {
    background: url('http://wiki.nw2online.com/skins/monobook/bg.jpg?2017-05-14T14:15:00Z') no-repeat center center fixed;
    background-size: cover;
}
#p-cactions li a {
    text-transform: lowercase;
}
#p-cactions li a {
    background-color: #2E2E2C;
    border: medium none;
    color: #C1B6A4;
    margin: 0;
    padding: 0 0.8em 0.3em;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.portlet li a {
    color: #FEF6AA;
}
a {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #000000;
    text-decoration: underline;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
.portlet ul {
    line-height: 1.5em;
    list-style-type: none;
    list-style-image: none;
    font-size: 95%;
    margin: 0px;
}
ul {
    line-height: 1.5em;
    list-style-image: url(http://wiki.nw2online.com/skins/monobook/bullet.gif?2017-05-14T14:15:00Z);
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 1.5em;
    margin-right: 0;
    margin-top: 0.3em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    width: 10;
    height: 10;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
#p-cactions .pBody {
    margin-top: 25px;
    margin-left: 80px;
    width: 838px;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-collapse: inherit;
    color: inherit;
    font-size: 1em;
    padding: 0;
}
.pBody {
    font-size: 95%;
    color: black;
    border-collapse: collapse;
    padding: 0 .8em .3em .5em;
    margin-left: 4px;
}
#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;
}
#globalWrapper {
    font-size: 127%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.ltr {
    direction: ltr;
    unicode-bidi: embed;
}
body {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    -x-system-font: none;
    background-attachment: fixed;
    background-color: #000000;
    background-image: url(http://wiki.nw2online.com/skins/monobook/bg.jpg?2017-05-14T14:15:00Z);
    background-repeat: no-repeat;
    color: #C1B6A4;
    font-family: sans-serif;
    font-size: x-small;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}