MediaWiki

Difference between revisions of "Cosmos.css"

From ACES

draft>DDElephant
(Created page with "→‎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 {...")
 
m (2 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Cosmos skin */
/* All CSS here will be loaded for users of the Cosmos skin */
div.floatright, table.floatright {
div.floatright,
    margin: 0 0 0.5em 0.5em;
table.floatright {
  margin: 0 0 0.5em 0.5em;
}
}
div.tright, div.floatright, table.floatright {
div.tright,
    clear: right;
div.floatright,
    float: right;
table.floatright {
  clear: right;
  float: right;
}
}
div.floatright, table.floatright {
 
    margin: 0 0 0.5em 0.5em;
div.floatleft,
table.floatleft {
  margin: 0 0.5em 0.5em 0;
}
}
div.tright, div.floatright, table.floatright {
div.tleft,
    clear: right;
div.floatleft,
    float: right;
table.floatleft {
  clear: left;
  float: left;
}
}

Latest revision as of 16: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;
}