Alex Schroeder
ab12aed968
wiki.css: only p > a.definition looks like h2
2017-08-29 16:49:54 +02:00
Alex Schroeder
dc4080339b
Trying to improve SVG printing from Firefox
2016-11-11 19:34:44 +01:00
Alex Schroeder
f92da8c2b2
light.css: checkboxes are not 5em wide
2016-08-02 12:04:26 +02:00
Alex Schroeder
95bf997bf2
INS is italic, not red
2016-05-28 21:09:55 +02:00
Alex Schroeder
3b510eb1a2
light.css: change summory not bold
2016-01-29 14:16:11 +01:00
Alex Schroeder
5091d47882
New CSS für alexschroeder.ch
2016-01-17 22:29:51 +01:00
Alex Schroeder
452cbdf545
green.css: no dashed line between sister sites
2015-11-18 09:58:20 +01:00
Alex Schroeder
947836e1c7
light.css: no bold summary for recent changes
2015-11-15 21:58:58 +01:00
Alex Schroeder
ad8c17be43
wiki.css: We are no longer using these fonts
...
There is no need to define fonts that we do not use anyway.
2015-11-02 20:50:52 +02:00
Alex Schroeder
217883a90c
Switched to Palatino
...
On a phone with little RAM, downloading Noticia takes too much time.
2015-10-16 08:44:17 +02:00
Alex Schroeder
7d248880ec
alex-2015.css: switched fonts
...
Removed the @font-face rules that downloaded Noticia Text and Symbola
from the net. This was slowing down access from old mobile phones.
Instead, I'm now using a font-family of "Palatino Linotype", "Book
Antiqua", Palatino, serif.
2015-10-14 10:29:45 +02:00
Alex Schroeder
921428ad30
light.css: validator says some stuff is invalid
2015-09-07 10:42:05 +02:00
Alex Schroeder
619b4664e2
alex-2015.css: fix CSS errors
2015-08-17 11:17:04 +02:00
Alex Schroeder
5f8f30dd14
wiki.css: code with white-space: pre-wrap;
2015-08-04 13:49:52 +02:00
Alex Schroeder
12fd23a3ef
wiki.css: padding-top: none changed to 0
2015-08-04 13:43:00 +02:00
Alex Schroeder
a6a165f327
wiki.css: fix typo: no ';' after a block
2015-08-04 13:42:21 +02:00
Alex Schroeder
345cc633a0
wiki.css: code gets grey background
...
Just code, not pre.
2015-08-04 13:34:51 +02:00
Alex Schroeder
380bb440da
wiki.css: code gets grey background
2015-08-04 09:57:11 +02:00
Alex Schroeder
e96f3a59c6
wiki.css: this font is much wider, lets make the font size a little bit smaller
2015-06-02 12:54:02 +03:00
Alex Schroeder
7024729c17
light.css: No longer support edit-paragraph.pl
2015-05-02 22:57:49 +02:00
Alex Schroeder
5eccf0c2e1
light.css: Hexmap without border and white background.
2015-05-02 22:56:56 +02:00
Alex Schroeder
18fac9085e
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/oddmuse
...
Conflicts:
css/wiki.css
2015-04-30 15:02:34 +02:00
Alex Schroeder
e9857e4896
*** empty log message ***
2015-04-30 15:00:37 +02:00
Alex Schroeder
ee4b85ae24
wiki.css: max-width for images
...
Otherwise they blow up to full size.
95% value is arbitrary, maybe we can use calc() from CSS4 or provide a better
size for the surrounding container, hm.
2015-04-29 23:12:25 +03:00
Alex Schroeder
94647c8da8
wiki.css: switched to web safe font "Palatino"
...
Sure, we can use any font on oddmuse.org, but I don't think that we should
treat some random font as the default and/or suggested one.
2015-04-25 06:46:30 +03:00
Alex Schroeder
71b3d255de
wiki.css: whoops, fixed negative padding
2015-04-25 06:02:32 +03:00
Alex Schroeder
8a57d16a0b
wiki.css: whitespace consistency
2015-04-25 05:58:57 +03:00
Alex Schroeder
39a72b66ed
wiki.css: autoindent, removed trailing whitespace
2015-04-25 05:54:07 +03:00
Alex Schroeder
a1f5a3ae28
wiki.css: Equal padding on gotobar links
2015-04-25 05:51:22 +03:00
Alex Schroeder
4e61b96d49
wiki.css: change the font-face order
2015-04-10 23:34:12 +02:00
Alex Schroeder
bc5282a174
Fix the statix-copy test after the CSS change
...
The change of the default CSS file caused a test to fail. In order to
fix the test, the new CSS file has to be installed as
http://www.oddmuse.org/default.css .
2015-04-10 17:20:15 +02:00
Alex Schroeder
31575ea0ed
The Oddmuse style sheet is now the default
...
All sites without a style sheet will now use the style sheet we used for
oddmuse.org.
2015-04-09 21:43:52 +02:00
Alex Schroeder
670a47152b
oddmuse.css: equal padding on gotobar links
2015-04-02 23:22:22 +02:00
Alex Schroeder
b5d3d7c0a0
oddmuse-2014.css: Add Symbola for smileys.
2015-01-13 13:11:26 +01:00
Alex Schroeder
4b29ae57c8
Update CSS files for emacswiki.org
2014-12-18 14:16:27 +01:00
Alex Schroeder
6784dc0fc3
alex-2014.css: better printing
2014-12-09 12:16:43 +01:00
Alex Schroeder
9cef85a42e
light.css: iPhone changes
2014-12-04 16:19:15 +01:00
Alex Schroeder
10b4c4ec6c
alex-2014.css: don't hide all the input fields
2014-11-25 17:01:31 +01:00
Alex Schroeder
ce7f6b489d
oddmuse-2014.css: new CSS file
2014-11-25 09:09:31 +01:00
Alex Schroeder
457b0fbde4
alex-2014.css: iPhone adaptation
...
Depending on the number of visible fields, the form requires a submit button.
Instead of using display:none, use visibility:hidden;position:absolute in order
to "fix" this for the iPhone.
See:
http://stackoverflow.com/questions/5665203/getting-iphone-go-button-to-submit-form
2014-11-25 08:21:49 +01:00
Alex Schroeder
b0e1affd7a
light.css: adapting to search form
2014-11-24 22:55:44 +01:00
Alex Schroeder
a24028affc
light.css: Adaptations to the new layout of search.
2014-11-24 18:47:11 +01:00
Alex Schroeder
8d8869f8b6
alex-2014.css: Symbola for textareas
2014-11-24 10:16:38 +01:00
Alex Schroeder
fe66753612
Font paths fixed. Search form changes.
2014-11-23 21:23:10 +01:00
Alex Schroeder
a85b41773d
alex-2014.css: get rid of line-height everywhere
2014-11-14 12:26:13 +01:00
Alex Schroeder
946c664169
alex-2014.css: use Noticia Text as font
2014-11-13 13:08:30 +01:00
Alex Schroeder
f28076a8a2
alex-2014.css: no bold, use local fonts
2014-11-13 11:37:47 +01:00
Alex Schroeder
fc916b2449
alex-2012.css: simplication of a.pencil stuff
2014-11-07 09:56:44 +01:00
Alex Schroeder
a93103db7d
light.css: new CSS file used by campaignwiki.org
2014-11-07 09:56:21 +01:00
Alex Schroeder
2e6176140c
alex-2012.css: new stuff.
...
* a.pencil things for edit-paragraph.pl
* pre with word wrap
* limiting images to 100% width for the phone
2014-11-07 09:27:11 +01:00