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 {...") |
draft>DDElephant |
||
| 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, | ||
table.floatright { | |||
margin: 0 0 0.5em 0.5em; | |||
} | } | ||
div.tright, div.floatright, table.floatright { | div.tright, | ||
div.floatright, | |||
table.floatright { | |||
clear: right; | |||
float: right; | |||
} | } | ||
div. | |||
div.floatleft, | |||
table.floatleft { | |||
margin: 0 0.5em 0.5em 0; | |||
} | } | ||
div. | div.tleft, | ||
div.floatleft, | |||
table.floatleft { | |||
clear: left; | |||
float: left; | |||
} | } | ||
Revision as of 15:20, 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;
}