Szerkesztő:Grin/monobook.css
Megjelenés
Megjegyzés: közzététel után frissítened kell a böngésződ gyorsítótárát, hogy lásd a változásokat.
- Firefox / Safari: tartsd lenyomva a Shift gombot és kattints a Frissítés gombra a címsorban, vagy használd a Ctrl–F5 vagy Ctrl–R (Macen ⌘–R) billentyűkombinációt
- Google Chrome: használd a Ctrl–Shift–R (Macen ⌘–Shift–R) billentyűkombinációt
- Edge: tartsd nyomva a Ctrl-t, és kattints a Frissítés gombra, vagy nyomj Ctrl–F5-öt
/*
* Diff rendering
*/
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
/*
td.diff-addedline {
background:#ccffcc;
font-size: 100%;
}
td.diff-deletedline {
background:#ffffaa;
font-size: 100%;
}
td.diff-context {
background:#eeeeee;
font-size: 100%;
}
*/
/*span.diffchange { color: red; background: #ffeeee; text-decoration: underline; }*/
/*
* menu body valtoztatas
*/
.pBody { font-size: 100% }
/* p { text-indent: 1.5em; } */
/* #content { background: red; } */
/* [[user:gubbubu/monobook.css]] */
/* #siteSub { display: block; } */
.tesztclass { font-size: 200%; background: red; border: 2px dotted red; }
#tesztid { font-size: 200%; background: blue; border: 2px dotted blue; }
div.tesztclass { font-size: 200%; background: green; border: 2px dotted green; }
div #tesztid { font-size: 200%; background: yellow; border: 2px dotted yellow; }
#bodyContent div.tesztclass { font-size: 200%; background: magenta; border: 2px dotted magenta; }
#bodyContent div #tesztid { font-size: 200%; background: orange; border: 2px dotted orange; }
/* Article message box template styles User:Bdamokos/ambox2 */
table.ambox {
width: 80%;
margin: 0 auto;
border-collapse: collapse;
background: #f8fcff;
border: 1px solid #aaa;
border-left: 10px solid #39f; /* Default "notice" blue */
}
table.ambox th, table.ambox td { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
table.ambox td.ambox-image { /* The left image cell */
width: 52px;
padding: 2px 0px 2px 0.5em; /* 0.5em left, 0px right */
text-align: center;
}
table.ambox td.ambox-imageright { /* The right image cell */
width: 52px;
padding: 2px 0.5em 2px 0px; /* 0px left, 0.5em right */
text-align: center;
}
table.ambox-notice {
border-left: 10px solid #1e90ff; /* DodgerBlue */
/* border-right: 10px solid #1e90ff; */ /* If you want two blue bars */
}
table.ambox-serious {
border-left: 10px solid #b22222; /* FireBrick */
}
table.ambox-content {
border-left: 10px solid #f28500; /* Tangerine */
}
table.ambox-style {
border-left: 10px solid #f4c430; /* Saffron */
}
table.ambox-merge {
border-left: 10px solid #9932cc; /* DarkOrchid */
}
table.ambox-growth {
border-left: 10px solid #228b22; /* Forest green */
}