From e4bc3cba0280fba6db5bcffcb6655718f696d690 Mon Sep 17 00:00:00 2001 From: RanAwaySuccessfully Date: Sun, 25 Feb 2018 07:29:28 -0300 Subject: [PATCH 1/3] Update colors.php --- lib/colors.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/colors.php b/lib/colors.php index b2e6f32..313d935 100644 --- a/lib/colors.php +++ b/lib/colors.php @@ -24,9 +24,9 @@ $linkcolor4='FFFFFF'; $textcolor='E0E0E0'; - $font ='verdana'; - $font2 ='verdana'; - $font3 ='tahoma'; + $font ='Verdana, sans-serif'; + $font2 ='Verdana, sans-serif'; + $font3 ='Tahoma, sans-serif'; $newpollpic = 'New poll'; $newreplypic = 'New reply'; From b6b3f668050db377f9bb79fd45bfe40a26ca9cdb Mon Sep 17 00:00:00 2001 From: RanAwaySuccessfully Date: Sun, 25 Feb 2018 07:30:37 -0300 Subject: [PATCH 2/3] Update kafuka.php --- schemes/kafuka.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemes/kafuka.php b/schemes/kafuka.php index 3fed3b5..830fcae 100644 --- a/schemes/kafuka.php +++ b/schemes/kafuka.php @@ -4,7 +4,7 @@ $numdir='num2/'; $numfil='numkafuka'; $boardtitle=''; - $font='arial'; + $font='Arial, sans-serif'; $bgimage='images/firebg4.jpg'; $bgcolor='220000'; $newthreadpic=''; @@ -27,4 +27,4 @@ $scr5='550600'; $scr6='220300'; $scr7='110000'; -?> \ No newline at end of file +?> From 43e3607864df7c9f7437aec61354c50e3010ed02 Mon Sep 17 00:00:00 2001 From: RanAwaySuccessfully Date: Sun, 25 Feb 2018 07:33:23 -0300 Subject: [PATCH 3/3] Update mariomovie.php --- schemes/mariomovie.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemes/mariomovie.php b/schemes/mariomovie.php index 8d9d3eb..8dba027 100644 --- a/schemes/mariomovie.php +++ b/schemes/mariomovie.php @@ -6,8 +6,8 @@ $threadclosedpic='Thread closed'; $bgimage='images/mariomovie/zeroesbg3.png'; $bgcolor='101010'; - $font='courier new'; - $font2='tahoma'; + $font='\'Courier New\', monospace'; + $font2='Tahoma, sans-serif'; $textcolor='cccccc'; $linkcolor='eeeeee'; $linkcolor2='ffffff';