CSS Reference
A few SCSS mixins
For some selected and delicate styling tasks, Topincs provides SCSS mixins.
ABCDEFGHIJKLMNOPQRSTUVWXYZ
Change the width of the content (the white area).
max_wide
(
Number $until
)
Examples
[%@include max_wide();%]
[%@include max_wide(10%);%]
max_wide_until_menu
(
)
Examples
[%@include max_wide_until_menu();%]
popup_size
(
Unquoted string $width,
Unquoted string $height
)
Examples
[% pop-up#my-pop-up {
@include popup_size(40em, auto);
}%]
[%.tiny pop-up {
@include popup_size(20em, auto);
}%]
table_column
(
Unquoted string $column,
Number $width,
Unquoted string $alignment
)
Examples
[%@include table_column(city, 10em);%]
[%@include table_column(total, 7em, right);%]
table_fixed
(
Number $height,
Unquoted string $bg_color
)
Examples
[%div.table-container {
@include table_fixed();
}%]
topic_link
(
Color $color
)
We are sorry
This page cannot be displayed in your browser. Use Firefox, Opera, Safari, or Chrome instead.