summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
Commit message (Collapse)AuthorAgeFilesLines
* Add default visited link colour.Michael Drake2013-05-221-0/+1
|
* Handle readonly attribute for text inputs and textareas.Michael Drake2013-02-231-0/+2
|
* More accurate legacy font size handlingJohn Mark Bell2011-08-311-15/+0
| | | | svn path=/trunk/netsurf/; revision=12695
* Fix defualt table cell border width and move border style from default css ↵Michael Drake2009-09-051-2/+1
| | | | | | to code. svn path=/trunk/netsurf/; revision=9543
* Add table border styles to default CSS.Michael Drake2009-09-051-0/+3
| | | | svn path=/trunk/netsurf/; revision=9542
* Support HTML alignment hints.John Mark Bell2009-08-211-31/+5
| | | | svn path=/trunk/netsurf/; revision=9381
* Add default line-height for form elements. Fixes squashed Google homepage.Michael Drake2009-08-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=9012
* Undo alignment change pending proper implementation of HTML alignment.Michael Drake2009-07-241-1/+2
| | | | svn path=/trunk/netsurf/; revision=8764
* Remove old forced table cell text alignement.Michael Drake2009-07-231-2/+1
| | | | svn path=/trunk/netsurf/; revision=8759
* Remove default margin from form elements, to match other browsers.Michael Drake2009-05-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=7385
* Relative font size hackery. This will do until libcss is done.John Mark Bell2009-04-211-4/+7
| | | | svn path=/trunk/netsurf/; revision=7143
* title { display: none; }John Mark Bell2009-02-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=6582
* Give iframes an initial size.Michael Drake2009-02-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=6357
* Do our default page margin with a margin on BODY, like other browsers and ↵Michael Drake2008-12-271-1/+1
| | | | | | the CSS 2.1 spec example default style sheet for HTML 4.01. svn path=/trunk/netsurf/; revision=5928
* Don't display noembed content.Michael Drake2008-08-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=5163
* Merged revisions 4859-5013,5016-5018 via svnmerge from John Mark Bell2008-08-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn://source.netsurf-browser.org/branches/takkaria/netsurf-hubbub ........ r4860 | takkaria | 2008-08-02 03:51:35 +0100 (Sat, 02 Aug 2008) | 2 lines A really horribly rough first go at integrating hubbub with NetSurf. Segfaults, but I'm not sure what I've done wrong. ........ r4861 | jmb | 2008-08-02 05:01:19 +0100 (Sat, 02 Aug 2008) | 3 lines Fix segfault caused by mismatched struct layout expectations. Fix warnings, too. ........ r4862 | jmb | 2008-08-02 05:11:02 +0100 (Sat, 02 Aug 2008) | 2 lines Destroy parser as soon as it's no longer needed, and flag this so that html_destroy doesn't cause things to trample all over the heap. ........ r4863 | takkaria | 2008-08-02 15:30:34 +0100 (Sat, 02 Aug 2008) | 2 lines Remove deugging printf()s, add Aliases file, add script { display: none; } block. ........ r4868 | takkaria | 2008-08-02 22:14:55 +0100 (Sat, 02 Aug 2008) | 2 lines Fix a segfault bug. ........ r4869 | takkaria | 2008-08-02 22:17:58 +0100 (Sat, 02 Aug 2008) | 2 lines Add gtk/res/Aliases as a symlink to the one in !NS/Resources ........ r4870 | takkaria | 2008-08-02 22:26:31 +0100 (Sat, 02 Aug 2008) | 2 lines Fix symlink. ........ r4885 | jmb | 2008-08-03 23:26:54 +0100 (Sun, 03 Aug 2008) | 2 lines Make multiple parallel parser instances work correctly. ........ r4886 | tlsa | 2008-08-04 00:21:29 +0100 (Mon, 04 Aug 2008) | 1 line Don't display contents of STYLE. ........ r4891 | jmb | 2008-08-04 01:18:07 +0100 (Mon, 04 Aug 2008) | 5 lines Fix reparent_children to actually work Make get_parent_node pay attention to the element_only flag Fixup node referencing when appending a text child Make clone_node clone attributes and namespace information in the non-deep case ........ r4918 | jmb | 2008-08-05 15:27:03 +0100 (Tue, 05 Aug 2008) | 2 lines Fix debug target ........ r4944 | takkaria | 2008-08-07 12:56:50 +0100 (Thu, 07 Aug 2008) | 2 lines Use talloc to allocate space for Hubbub. ........ r4993 | takkaria | 2008-08-10 17:49:47 +0100 (Sun, 10 Aug 2008) | 2 lines Stub out the encoding change callback so NS-hubbub compiles again. ........ r4994 | takkaria | 2008-08-10 18:02:33 +0100 (Sun, 10 Aug 2008) | 2 lines Tell Hubbub the encoding that HTTP gives us, if we have one. ........ r5001 | takkaria | 2008-08-11 02:53:24 +0100 (Mon, 11 Aug 2008) | 2 lines First go at implementing proper <meta charset> support in NetSurf, amongst some refactoring. Probably works, but I have no pages around to test it on. ........ r5002 | takkaria | 2008-08-11 02:56:35 +0100 (Mon, 11 Aug 2008) | 2 lines Fix (I hope) a 64-bit compiler warning. ........ r5012 | takkaria | 2008-08-11 08:40:28 +0100 (Mon, 11 Aug 2008) | 2 lines Fix some nits from jmb. (Remove const from html->encoding, set encoding_source to something about right.) ........ r5013 | takkaria | 2008-08-11 08:48:50 +0100 (Mon, 11 Aug 2008) | 2 lines Properly fix <meta charset> handling, by passing in the right thing as the context. No idea how this worked before. :) (credit: jmb) ........ r5017 | jmb | 2008-08-11 09:13:22 +0100 (Mon, 11 Aug 2008) | 7 lines Pedantic typo fix. Make Hubbub YES when building for RISC OS. Make Hubbub AUTO when building for GTK Ignore the presence of Hubbub on other platforms. Remove the explicit libparserutils pkg-config stuff from the makefile (see r5016) Add some logic that means Hubbub gets enabled correctly when building on RISC OS and when cross-compiling for it. (This is ugly and will go away when pkg-config is available on RO) ........ svn path=/trunk/netsurf/; revision=5019
* Change handling of form element widths / heights.Michael Drake2008-04-251-7/+5
| | | | svn path=/trunk/netsurf/; revision=4107
* Default size for textareas.Michael Drake2008-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=4080
* Improve handling of HTML attributes / markup:Michael Drake2008-02-251-11/+3
| | | | | | | | | | | | | | | | | | | | | * Only apply presentational HTML attributes if no more important CSS has been set for the property. (NetSurf used to be a bit hit-and-miss when presentational markup and CSS were mixed.) * Change table cellpadding and border handling to happen as soon the boxes styles are available, rather than after the whole table has been constructed. Also fix default table border colour. * Improve handling of CENTER tag and ALIGN attribute. These could not be correctly supported in the default CSS file, so block level element alignment is now done during box construction. (Fixes #1891379, #1824492, #1723853) Form improvements: * Small MAXLENGTH values on text inputs now reduce element width. (Fixes #1894854) * Prevent select option text from wrapping. svn path=/trunk/netsurf/; revision=3866
* Tweak select element style.Michael Drake2008-02-111-1/+2
| | | | svn path=/trunk/netsurf/; revision=3856
* Select element width is width of longest option text.Michael Drake2008-02-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=3855
* Remove dubious default CSS rule.Michael Drake2008-02-021-1/+0
| | | | svn path=/trunk/netsurf/; revision=3822
* Ensure button style is the same as input type=button.Michael Drake2008-02-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=3820
* Treat font tag relative sizes of +/- >1 the same as one.Michael Drake2008-02-021-2/+4
| | | | svn path=/trunk/netsurf/; revision=3817
* Make text input boxes with height:auto; and no initial value get a sensible ↵Michael Drake2008-02-021-8/+8
| | | | | | height. Make all form elements have their dimensions based on the configured minimum font size, if the current text size is smaller. Remove redundant code for setting radio icon and checkbox sizes. All em/ex based sizes now respect the min font size, when it's in effect. Updated default styles for form elements. svn path=/trunk/netsurf/; revision=3813
* Revert last change because it made the tracker almost unusable.Michael Drake2008-01-301-4/+2
| | | | svn path=/trunk/netsurf/; revision=3810
* Support SUP and SUB tags with relative position in default CSS file.Michael Drake2008-01-301-2/+4
| | | | svn path=/trunk/netsurf/; revision=3808
* Add stylesheet for GTK specific rules.Michael Drake2008-01-291-3/+3
| | | | svn path=/trunk/netsurf/; revision=3802
* Tidy default form element styles.Michael Drake2008-01-291-20/+17
| | | | svn path=/trunk/netsurf/; revision=3801
* Apply default margin to select and textarea elements too.Michael Drake2008-01-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=3790
* Make inline-blocks have margins. Add defualt margin around form inputs.Michael Drake2008-01-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3779
* Increase default font size and line spacing.Michael Drake2007-12-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=3660
* Put alignment stuff back to how it was in the release branch. However it is ↵Michael Drake2007-11-051-22/+15
| | | | | | done in the default CSS file, there are problems. We may as well have the same problems in the release and development builds. svn path=/trunk/netsurf/; revision=3651
* Update alignment rules again.Michael Drake2007-11-011-3/+9
| | | | svn path=/trunk/netsurf/; revision=3640
* Update alignment rules.Michael Drake2007-11-011-15/+16
| | | | svn path=/trunk/netsurf/; revision=3639
* Add rule to make it visually clearer that a menu is available on SELECT ↵Michael Drake2007-09-291-0/+1
| | | | | | elements. (This will have no effect until :after and content: are implemented.) svn path=/trunk/netsurf/; revision=3607
* More alignment changes.Michael Drake2007-05-211-4/+4
| | | | svn path=/trunk/netsurf/; revision=3298
* Treat CENTER like other browsers do.Michael Drake2007-05-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=3297
* Remove form margin (broke centered forms and not needed).James Bursa2007-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=3138
* Change nested list style.Michael Drake2007-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=3137
* Make default CSS rules closer to the w3c suggestions.Richard Wilson2007-01-061-26/+26
| | | | svn path=/trunk/netsurf/; revision=3136
* Use netsurf-browser.org domain.Michael Drake2006-11-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=3069
* Fix gap between list marker and list content.Michael Drake2006-11-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=3040
* Update default list style types.Michael Drake2006-11-051-0/+3
| | | | svn path=/trunk/netsurf/; revision=3038
* Implement list-style-type circle, square, none, and decimal.James Bursa2006-11-051-2/+4
| | | | svn path=/trunk/netsurf/; revision=3034
* Use new list support for li.James Bursa2006-11-051-4/+1
| | | | svn path=/trunk/netsurf/; revision=3033
* Update bullet image name.Michael Drake2006-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2887
* Update bullet path.Michael Drake2006-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2886
* Center text in TH.Michael Drake2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2544
* [project @ 2006-03-27 00:04:04 by tlsa]Michael Drake2006-03-271-4/+4
| | | | | | Tweak various element's default margins. svn path=/import/netsurf/; revision=2192