Paul Dragoonis
b0517fbe2f
Adding a back-to-top button
2013-07-04 13:32:04 +01:00
Paul Dragoonis
3dffd18fea
[beta site] Adding a new beta message to the live website softly making all live users aware of the new beta site.
2013-06-21 18:55:45 +01:00
Adam Harvey
5c8beafabc
Update user notes styling on the beta site.
...
Part of this also improves the markup we're generating on both the stable and
beta sites by removing the inline styles that have crept into
shared-manual.inc.
Squashed commit of the following:
commit 8aaaea73f8a1128c45bbd081b0a61fb58aaff10e
Author: Adam Harvey <aharvey@php.net >
Date: Thu Dec 27 18:21:51 2012 +0800
Remove inline styles from the user note voting elements.
commit 4239bdcfa8506d5e37d678032570aa6b81fe54be
Author: Adam Harvey <aharvey@php.net >
Date: Thu Dec 27 18:21:25 2012 +0800
Fix clearing behaviour when the user note heading wraps.
commit fc08e0abad0d1b500d0d1561bf5966febd3c4426
Author: Adam Harvey <aharvey@php.net >
Date: Thu Dec 27 18:15:05 2012 +0800
Replace the user note vote styling on the beta site with something more inline
with the beta site style.
commit ade84bf601be20c74493d54d089edf8578ba1185
Author: Adam Harvey <aharvey@php.net >
Date: Thu Dec 27 18:14:46 2012 +0800
Improve note vote support on the beta site.
commit 0e1a71f8a4945408000428fa88f1d5aa12aeeca4
Author: Adam Harvey <aharvey@php.net >
Date: Thu Dec 27 18:12:31 2012 +0800
Add genanchors to user notes.
commit 03393d70a6f3ac8530432ba5d7c228528ad6230d
Author: Adam Harvey <aharvey@php.net >
Date: Thu Dec 27 17:49:41 2012 +0800
Make the note styling more in line with other block elements by moving the
header row outside the shaded note body.
commit dc2a83990c33fd3cf7df209201536458ff01de59
Author: Adam Harvey <aharvey@php.net >
Date: Thu Dec 27 17:45:10 2012 +0800
Rationalise beta site user note styles.
commit da2b492c186d6b8946170e1702f052ef93696028
Author: Adam Harvey <aharvey@php.net >
Date: Thu Dec 27 17:31:53 2012 +0800
Apply styling to user note dates in site.css, not inline.
2012-12-27 18:25:32 +08:00
Hannes Magnusson
3330307ed4
Fix the path to the voting images on php.net and mirrors
2012-12-13 11:08:16 -08:00
Sherif Ramadan
61152c6ae9
Added new user notes voting features. This provides users to vote on user contributed notes in the manual throughout php.net.
2012-12-12 10:14:37 -05:00
Adam Harvey
766d04b02f
Add list overrides to left align within warnings, cautions, et cetera.
...
We already have an override for paragraphs, but it makes sense to cover lists
as well, and it's needed for the new MySQL deprecation blocks on the function
reference pages, particularly since the beta site already handles this.
2012-12-11 09:47:35 +08:00
Peter Cowburn
d15df71865
standard table cells vertical-align to top
...
The mailing lists table keeps its middle alignment.
2012-08-02 10:56:07 +01:00
Peter Cowburn
f64750b182
soft deprecation notices
2012-06-02 17:32:34 +01:00
Hannes Magnusson
958e93a440
Update styles to support the new semantic markup by PhD
...
(patch by avb@)
2012-02-09 14:32:42 +01:00
Jakub Vrana
fc2f89bd72
Remove empty white rectangle starting class declarations
2012-01-10 07:55:09 +00:00
Rasmus Lerdorf
9f809b52c7
Get rid of the nasty table here and start adding more of the
...
"Other ways to search" links to get closer to this being the
one true initial landing page for the redesign.
2011-07-21 03:41:21 +00:00
Philip Olson
febd7ea248
Reverting r312562 as it's causing problems
2011-06-28 12:29:08 +00:00
Mehdi Achour
78de3348b7
Clear float after each news so that images doesn't eat up other news
2011-06-28 10:50:28 +00:00
Hannes Magnusson
549d2b74f0
Fix tip/warning images on www.php.net
2010-12-19 14:53:20 +00:00
Daniel Convissor
8d21ad749c
Add spacing between examples, per discussion on php-doc.
2010-04-26 16:50:12 +00:00
Hannes Magnusson
095e0193c9
Fixed bug#49924 (The PHP documentation system needs to be able to render screenshots better)
...
# Patch by rquadling@
2009-11-04 21:42:44 +00:00
Hannes Magnusson
753cd62951
Make the report a bug link a little smaller so it doesnt distract as much
2009-10-07 08:51:50 +00:00
Hannes Magnusson
66c8f02ad7
Fixed bug#49783 (Clicking around on the website makes things disappear)
...
# Patch by Adam Harvey, aharvey@
2009-10-07 08:48:43 +00:00
Hannes Magnusson
b4a5622dfb
Whopsy, class=info was already in use by the manual (no css for it though)
2009-09-26 08:58:42 +00:00
Hannes Magnusson
96cfe95067
- Create a new tip class which doesn't include the background image
...
- Use a pretty background and image on the unsubscribe page
2009-09-25 22:14:00 +00:00
Hannes Magnusson
e452ba40ab
Add tip/warning icons (icons borrowed from the tango icon library, see http://tango.freedesktop.org )
2009-09-25 21:34:02 +00:00
Hannes Magnusson
ef12c4ec29
Make it easier to report bugs
2009-09-25 19:45:20 +00:00
Hannes Magnusson
dbb1855fa5
- Use better fonts for code, pre and tt
...
- Make parameters (in the docs) italic
# Patch by RichardQ
2009-01-11 13:20:07 +00:00
Hannes Magnusson
494e04f216
Make sure the example contents are correctly colored
2009-01-01 23:02:13 +00:00
Hannes Magnusson
651e2f8290
Use the same markup for informal and formal doc tables
2009-01-01 21:48:36 +00:00
Hannes Magnusson
4b16aee053
Fix xhtml validatino error
2009-01-01 21:30:42 +00:00
Philip Olson
e869f42bfb
Added class doctable (tables in the PHP Manual), with help from Kalle
2008-12-18 18:40:35 +00:00
Hannes Magnusson
a62e26cc51
Make implemented interface names look more like the default syntax
...
highlighting (i.e. on classreference docs)
2008-11-15 19:05:06 +00:00
Hannes Magnusson
b953ab7c20
Don't overwrite orderedlists li types
2008-11-12 07:51:46 +00:00
Felipe Pena
a94b70f2e7
- Added style for property name
2008-04-20 13:14:55 +00:00
Hannes Magnusson
e33d3df629
- Simplify the "news system"
...
- Initial implementation of the hAtom microformat
2008-03-18 14:26:30 +00:00
Hannes Magnusson
47a717551e
Add footnote styles
2008-02-05 08:12:26 +00:00
Hannes Magnusson
ba34445c52
Enforce black text on examples
...
# Fixes color issues with examples inside warnings
2008-01-05 12:51:39 +00:00
Hannes Magnusson
f1afef98b6
Reduce the tip padding/margin for stuff in the leftbar
2007-12-29 16:20:26 +00:00
Hannes Magnusson
2a0d402eb9
Make the example content background bit lighter (Cameron Smith velvetpixel[AT]gmail.com)
2007-12-24 13:36:36 +00:00
Hannes Magnusson
a6f1f12864
ctor and dtors should look the same as methods
2007-11-26 14:16:07 +00:00
Hannes Magnusson
a273b7ef2a
Minor color fixes by Tobias Struckmeier
2007-11-25 19:57:30 +00:00
Hannes Magnusson
e55b036a70
Use a tt font by default, not px :] (patch by alistrius<AT>gmail.com)
2007-11-24 11:00:07 +00:00
Hannes Magnusson
7c74ef6ba4
- Attempt to make it visually clear where variablelists start/end
...
- Add more space between methodnames in classsynopsis
2007-10-15 17:24:32 +00:00
Hannes Magnusson
a558030d4e
Stop screaming the constants name, makes it hard to read
2007-10-07 14:11:42 +00:00
Hannes Magnusson
f70c217090
Few more styles for phd generated markup
2007-10-03 07:49:52 +00:00
Hannes Magnusson
c796e6863a
More styles for phd
2007-09-29 12:48:30 +00:00
Hannes Magnusson
62247975be
Add styles for markup generated by PhD
2007-09-28 13:53:50 +00:00
Hannes Magnusson
70ae5c95d4
indent refentry table data
2007-06-24 00:28:57 +00:00
Hannes Magnusson
5f48f40b27
Make sure the underscore in function names are visible in links
...
(patch by Simon Eugster <simon dot eu at gmail dot com>)
2007-06-14 17:13:13 +00:00
Hannes Magnusson
0e1ca9c80b
Throw the newsdate to the left
2007-06-07 10:20:11 +00:00
Hannes Magnusson
eb59c3387c
Fix typo & force phpcode to align-left (fixes issues where phpcode is embedded info caution/warning divs)
2007-03-26 18:22:11 +00:00
Hannes Magnusson
6a03b14f39
CSS for the security center
2007-03-01 17:10:39 +00:00
Steph Fox
013d5a7da2
Let's try to get the colours right, eh?
2007-02-20 05:46:29 +00:00
Hannes Magnusson
9cf66a861d
Apparently I was wrong.
...
Apply the firefox fix only for the conference page..
#Grep is not my friend
2007-02-19 23:51:48 +00:00