%PDF- %PDF-
| Direktori : /data/www_bck/varak.net_bck/wiki.varak.net/extensions.old/MobileFrontend/less/modules/ |
| Current File : //data/www_bck/varak.net_bck/wiki.varak.net/extensions.old/MobileFrontend/less/modules/talk.less |
@import "minerva.variables";
@import "minerva.mixins";
.alpha #page-actions #ca-talk.count {
a {
text-indent: 0;
text-align: center;
line-height: 38px;
font-weight: bold;
color: #FFF;
margin-left: 4px;
font-size: 9px; // FIXME: use pixels for time being as the icon in pixels.
}
}
body.rtl #page-actions #ca-talk.count {
a {
padding-right: 15px;
}
}
.overlay {
.error {
border: solid 1px @redBase;
}
.comment {
margin: 40px 0 10px 0;
.comment-content {
margin: 0 @contentMargin;
}
.wikitext-editor {
margin-top: 1em;
// Normally, wikitext editors don't have a border
border: 1px solid @grayLight;
}
// Restrict width of save button (otherwise 100%)
button.mw-ui-block {
max-width: 10em;
}
}
a {
cursor: pointer;
}
}
.content-header {
.add {
margin-top: 1em;
}
}
@media all and (min-width: @wgMFDeviceWidthTablet) {
// Although talk pages are only loaded in alpha and beta currently, this is overriding
// a rule targeted to alpha and beta in tablet/common.less.
.alpha,
.beta {
.content.talk-section {
margin: 0 auto 0 0;
}
}
}