MediaWiki:Common.css: Difference between revisions

sorted. also fixed somthing
(moving from globalstyle)
(sorted. also fixed somthing)
Line 317: Line 317:
/* Ban notice */
/* Ban notice */
.warningbox {border: 1px solid darkred;background: #ffcfcf;}
.warningbox {border: 1px solid darkred;background: #ffcfcf;}
/* <h3> Misc / Unsorted </h2> */
.special li {
line-height: 19px;
}
#preftoc a:active {
color: #00c;
}
.easywrap {
width: 100%;
table-layout: fixed;
word-wrap: break-word;
overflow: hidden;
}
.right {
text-align: right;
}
#editpage-copywarn {
    margin: 0.6em 0 0.7em 0;
}
div.mw-translatenotice, div.mw-editinginterface, div.mw-translateinterface {
    margin: 0.4em 0 0.5em 0;
}
ol.references > li {
  margin: 0.3em 0 0 3.2em;
}
div.tleft, div.floatleft, table.floatleft {
  float: left;
  clear: left;
}
div.tright, div.floatright, table.floatright {
  clear: right;
  float: right;
}
div.thumb.tnone > div.thumbinner.multiFloatContainer {
  margin: 0.5em 0 1.3em 0;
}


/* general */
/* general */
Line 994: Line 949:
   padding: 3px;
   padding: 3px;
   text-align:left;
   text-align:left;
}
/* disable some stuff manually */
a.uls-trigger, li#pt-uls, li#ca-ve-edit, .imeselector, a.mw-editsection-visualeditor, span.mw-editsection > span.mw-editsection-divider, .tdg-editscreen-main, .mw-revslider-container, .ve-init-mw-diffPage-diffMode { display:none !important; }
/* <h3> Misc / Unsorted </h2> */
.special li {
line-height: 19px;
}
#preftoc a:active {
color: #00c;
}
.easywrap {
width: 100%;
table-layout: fixed;
word-wrap: break-word;
overflow: hidden;
}
.right {
text-align: right;
}
#editpage-copywarn {
    margin: 0.6em 0 0.7em 0;
}
div.mw-translatenotice, div.mw-editinginterface, div.mw-translateinterface {
    margin: 0.4em 0 0.5em 0;
}
ol.references > li {
  margin: 0.3em 0 0 3.2em;
}
div.tleft, div.floatleft, table.floatleft {
  float: left;
  clear: left;
}
div.tright, div.floatright, table.floatright {
  clear: right;
  float: right;
}
div.thumb.tnone > div.thumbinner.multiFloatContainer {
  margin: 0.5em 0 1.3em 0;
}
}