2019-10-08 20:53:12 +02:00
|
|
|
// vim: tabstop=2 shiftwidth=2 expandtab
|
|
|
|
|
|
|
|
$bg_color: #fcffe4;
|
|
|
|
$link_color: #07a;
|
|
|
|
$fg_color: #555;
|
|
|
|
$head_bg_color: #060033;
|
|
|
|
|
2019-10-10 23:18:14 +02:00
|
|
|
$resp_small: 1350px;
|
2019-10-10 17:36:33 +02:00
|
|
|
$resp_vsmall: 1000px;
|
|
|
|
|
2019-10-08 20:53:12 +02:00
|
|
|
$profile_pic_wid: 350px;
|
2019-10-10 17:36:33 +02:00
|
|
|
$profile_pic_wid_small: 180px;
|
|
|
|
$profile_pic_wid_vsmall: 250px;
|