2022-02-02 15:59:34 +01:00
|
|
|
// vim: tabstop=2 shiftwidth=2 expandtab
|
|
|
|
|
|
|
|
$bg_color: white;
|
|
|
|
$link_color: #07a;
|
|
|
|
$fg_color: #555;
|
|
|
|
$head_bg_color: #060033;
|
|
|
|
|
|
|
|
$width_xlarge: 1250px;
|
|
|
|
$width_large: 1000px;
|
|
|
|
$width_med: 650px;
|
|
|
|
|
2022-02-02 23:46:26 +01:00
|
|
|
$gallery_2col: 400px;
|
|
|
|
$gallery_3col: 700px;
|
|
|
|
$gallery_autocol: 1000px;
|
|
|
|
$gallery_autocol_minwidth: 200px;
|
|
|
|
$gallery_autocol_maxwidth: 350px;
|
|
|
|
|
2022-02-03 00:06:53 +01:00
|
|
|
$font_size: 12pt;
|