MediaWiki

Difference between revisions of "Cosmos.css"

From ACES

draft>DDElephant
m (2 revisions imported)
 
(No difference)

Latest revision as of 17:57, 1 September 2021

/* All CSS here will be loaded for users of the Cosmos skin */
div.floatright,
table.floatright {
  margin: 0 0 0.5em 0.5em;
}
div.tright,
div.floatright,
table.floatright {
  clear: right;
  float: right;
}

div.floatleft,
table.floatleft {
  margin: 0 0.5em 0.5em 0;
}
div.tleft,
div.floatleft,
table.floatleft {
  clear: left;
  float: left;
}