MediaWiki:Common.css: Razlika med redakcijama
Iz SDMS
Jump to navigationJump to searchm |
m |
||
| Vrstica 7: | Vrstica 7: | ||
.dec-code { | .dec-code { | ||
| − | padding: 0.5em; | + | padding: 0em 0.5em; |
font-family: monospace, sans-serif; | font-family: monospace, sans-serif; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
| Vrstica 14: | Vrstica 14: | ||
.dec-type { | .dec-type { | ||
| − | padding: 0.5em; | + | padding: 0em 0.5em; |
font-style:italic; | font-style:italic; | ||
} | } | ||
.dec-text { | .dec-text { | ||
| − | padding: 0.5em; | + | padding: 0em 0.5em; |
} | } | ||
Redakcija: 19:23, 23. marec 2010
/* CSS */
.dec {
xborder: 1px solid #c7ffc7;
xbackground-color: #e7ffe7;
}
.dec-code {
padding: 0em 0.5em;
font-family: monospace, sans-serif;
font-size: 1.2em;
font-weight: bold;
}
.dec-type {
padding: 0em 0.5em;
font-style:italic;
}
.dec-text {
padding: 0em 0.5em;
}
.mw-geshi {
border: 1px solid #c7c7c7;
padding: 0.5em;
background-color: #e7e7e7;
font-family: monospace, sans-serif;
font-size: 1.2em;
}
.declaration {
border: 1px solid #c7ffc7;
padding: 0.5em;
background-color: #e7ffe7;
font-family: monospace, sans-serif;
font-size: 1.2em;
}
.example {
border: 1px dashed #afafff;
padding: 0.5em;
background-color: #e7e7ff;
font-family: monospace, sans-serif;
font-size: 1.1em;
}
.param {
}
table.param {
margin: 0.5em 1em 0.5em 1em;
border: 1px solid #c7c7c7;
background-color: #e7e7e7;
}
.param th,
.param td {
border: 1px solid #c7c7c7;
padding: 0.2em 0.4em 0.2em 0.4em;
background-color: #ffffff;
vertical-align: top;
}
.param th {
background: #f2f2f2;
text-align: center;
}
.param caption {
font-weight: bold;
}