]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Refresh_or_recreate_style.css__63__.mdwn
question
[ikiwiki.git] / doc / forum / Refresh_or_recreate_style.css__63__.mdwn
1 I was trying to use plain blueview theme but that's not what I see in the installed style.css:
2
3     ~/src/ikiwiki/themes/blueview$ grep bzed style.css
4     /*    bzed theme for ikiwiki
5     ~/src/ikiwiki/themes/blueview$ wc -l style.css
6     281 style.css
7     $ grep bzed ~/www/style.css
8     /*    bzed theme for ikiwiki
9     /*    bzed theme for ikiwiki
10     /*    bzed theme for ikiwiki
11     /*    bzed theme for ikiwiki
12     /*    bzed theme for ikiwiki
13     /*    bzed theme for ikiwiki
14     /*    bzed theme for ikiwiki
15     /*    bzed theme for ikiwiki
16     /*    bzed theme for ikiwiki
17     /*    bzed theme for ikiwiki
18     $ wc -l ~/www/style.css
19     7913
20
21 I have installed ikiwiki to my home directory on the shared server and it seems the big css file is there too:
22
23     $ grep bzed ~/bin/share/ikiwiki/themes/blueview/style.css 
24     /*    bzed theme for ikiwiki
25     /*    bzed theme for ikiwiki
26     /*    bzed theme for ikiwiki
27     /*    bzed theme for ikiwiki
28     /*    bzed theme for ikiwiki
29     /*    bzed theme for ikiwiki
30     /*    bzed theme for ikiwiki
31     /*    bzed theme for ikiwiki
32     /*    bzed theme for ikiwiki
33     /*    bzed theme for ikiwiki
34     $ wc -l ~/bin/share/ikiwiki/themes/blueview/style.css 
35     7913
36
37 Is the style.css really supposed to be that big?
38 If not, how to create it from scratch?
39
40 Reason why I'm debugging the css is that I'd like to make it better on small handset screens, like drop all margins, inline or hide sidebar etc. Chromium shows that the processed css is quite a mess.