MediaWiki:Common.css: Razlika med redakcijama
Iz SDMS
Jump to navigationJump to searchm |
|||
| (38 vmesnih redakcij drugega uporabnika ni prikazanih) | |||
| Vrstica 1: | Vrstica 1: | ||
| − | # | + | /* CSS */ |
| − | + | ||
| − | + | .dec { | |
| − | + | width: 100%; | |
| + | margin: 0em 0em 1em 0em; | ||
| + | border-collapse:collapse; | ||
| + | } | ||
| + | |||
| + | .dec td{ | ||
| + | border: 1px solid #bfbfbf; | ||
| + | vertical-align: top; | ||
| + | } | ||
| + | |||
| + | .dec-code { | ||
| + | padding: 0.4em 0.5em 0.4em 0.5em; | ||
| + | background-color: #efefef; | ||
| + | font-family: monospace, sans-serif; | ||
| + | font-size: 1.1em; | ||
| + | } | ||
| + | |||
| + | .dec-name { | ||
| + | padding: 0.2em 0.5em 0.2em 1.5em; | ||
| + | font-family: monospace, sans-serif; | ||
| + | font-size: 1.1em; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | .dec-type { | ||
| + | padding: 0.2em 0.5em 0.2em 0.5em; | ||
| + | font-style:italic; | ||
| + | white-space:nowrap; | ||
| + | } | ||
| + | |||
| + | .dec-text { | ||
| + | width: 100%; | ||
| + | padding: 0.2em 0.5em 0.2em 0.5em; | ||
| + | border: 1px solid #3f3f3f; | ||
| + | } | ||
| + | |||
| + | |||
.mw-geshi { | .mw-geshi { | ||
| Vrstica 12: | Vrstica 48: | ||
} | } | ||
.declaration { | .declaration { | ||
| − | border: | + | border: 1px solid #c7ffc7; |
padding: 0.5em; | padding: 0.5em; | ||
background-color: #e7ffe7; | background-color: #e7ffe7; | ||
| Vrstica 23: | Vrstica 59: | ||
background-color: #e7e7ff; | background-color: #e7e7ff; | ||
font-family: monospace, sans-serif; | font-family: monospace, sans-serif; | ||
| − | font-size: 1. | + | font-size: 1.1em; |
} | } | ||
.param { | .param { | ||
| Vrstica 38: | Vrstica 74: | ||
padding: 0.2em 0.4em 0.2em 0.4em; | padding: 0.2em 0.4em 0.2em 0.4em; | ||
background-color: #ffffff; | background-color: #ffffff; | ||
| + | vertical-align: top; | ||
} | } | ||
.param th { | .param th { | ||
Trenutna redakcija s časom 09:21, 24. marec 2010
/* CSS */
.dec {
width: 100%;
margin: 0em 0em 1em 0em;
border-collapse:collapse;
}
.dec td{
border: 1px solid #bfbfbf;
vertical-align: top;
}
.dec-code {
padding: 0.4em 0.5em 0.4em 0.5em;
background-color: #efefef;
font-family: monospace, sans-serif;
font-size: 1.1em;
}
.dec-name {
padding: 0.2em 0.5em 0.2em 1.5em;
font-family: monospace, sans-serif;
font-size: 1.1em;
font-weight: bold;
}
.dec-type {
padding: 0.2em 0.5em 0.2em 0.5em;
font-style:italic;
white-space:nowrap;
}
.dec-text {
width: 100%;
padding: 0.2em 0.5em 0.2em 0.5em;
border: 1px solid #3f3f3f;
}
.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;
}