MediaWiki:Gadget-morebits.css: Difference between revisions

m
1 revision imported
(++)
 
m (1 revision imported)
 
(12 intermediate revisions by 3 users not shown)
Line 41: Line 41:
{
{
font-family: sans-serif;
font-family: sans-serif;
vertical-align: middle;
}
}


Line 65: Line 64:
border: 1px solid gray;
border: 1px solid gray;
margin-left: .2em;
margin-left: .2em;
}
form.quickform input[type=checkbox],
form.quickform input[type=radio] {
height: 13px;
margin-bottom: 2px;
margin-top: 2px;
padding: 0;
width: 13px;
vertical-align: top;
}
form.quickform div {
line-height: 18px;
}
}


Line 84: Line 97:
height: 4em;
height: 4em;
font-size: 150%;
font-size: 150%;
}
form.quickform input:disabled + label
{
color: gray;
}
}


Line 112: Line 130:




/* Scrollbox styles, for use within Morebits.quickForm */
/* Scrollbox styles, for use within Morebits.simpleWindow */


div.quickform-scrollbox
div.morebits-scrollbox
{
{
background: white;
background: white;
Line 125: Line 143:
}
}


div.quickform-scrollbox h5:first-child
div.morebits-scrollbox > h5:first-child
{
{
border: none;
border: none;
Line 132: Line 150:
}
}


div.quickform-scrollbox :last-child
div.morebits-scrollbox > :last-child
{
{
margin-bottom: 6px;
margin-bottom: 6px;
Line 163: Line 181:


/* Portlet */
/* Portlet */
.skin-vector div div.extraMenu h3 span {
background-position: 90% 50%;
}
.skin-vector div.extraMenu h3 a {
padding-left: .4em;
padding-right: .4em;
width: auto;
font-size: 0.78em;
padding-bottom: 0.5em;
}
.skin-vector div.extraMenu h3 a span {
display: inline-block;
font-size: .8em;
height: 2.5em;
font-weight: normal;
padding-top: 1.25em;
margin-right: 14px;
}


.skin-modern #mw_contentwrapper div.portlet {
.skin-modern #mw_contentwrapper div.portlet {
Line 241: Line 238:
background: repeat-x 50% 80% #cfd6e1 !important;  /* the actual image is specified in morebits.js - ResourceLoader mangles data: URIs in CSS */
background: repeat-x 50% 80% #cfd6e1 !important;  /* the actual image is specified in morebits.js - ResourceLoader mangles data: URIs in CSS */
font: bold 1em sans-serif;
font: bold 1em sans-serif;
overflow: hidden;
padding: .4em .3em .5em !important;
padding: .4em .3em .5em !important;
white-space: nowrap;
}
body.skin-monobook .morebits-dialog .ui-dialog-titlebar {
line-height: 1em;
}
}


Line 275: Line 278:
float: none;
float: none;
margin: .2em 0 -.1em;
margin: .2em 0 -.1em;
padding-top: 0;
padding-bottom: 0;
cursor: auto;
cursor: auto;
}
}
Line 296: Line 297:
.ui-dialog.morebits-dialog a, .ui-dialog.morebits-dialog .ui-widget-content a {
.ui-dialog.morebits-dialog a, .ui-dialog.morebits-dialog .ui-widget-content a {
color: #0645AD;  /* jQuery imposes a ridiculous nearly-black colour on <a> tags... I don't understand it */
color: #0645AD;  /* jQuery imposes a ridiculous nearly-black colour on <a> tags... I don't understand it */
}
.ui-icon {
vertical-align: -3px;
}
}


14,070

edits