1
0
mirror of https://github.com/php/web-php.git synced 2026-04-29 18:03:19 +02:00
Commit Graph

65 Commits

Author SHA1 Message Date
Adam Harvey 6e0319440e Revert "Really short term hack to hide the 7.0 warning in the migration guide."
This reverts commit 56f93741cd.

We don't need this any more, as the documentation has been rebuilt without the
warning.
2015-12-10 14:39:28 -08:00
Adam Harvey 56f93741cd Really short term hack to hide the 7.0 warning in the migration guide.
Sorry about this.

On the bright side, who knew CSS had an escape character?
2015-12-03 12:17:14 -08:00
Peter Cowburn 964d4a3812 twitter link visually separated from "special thanks" section on homepage 2015-04-17 09:25:03 +01:00
Hannes Magnusson 282981dd02 Style literallayouts a little better
See http://php.net/manual/en/language.operators.bitwise.php for exmaple
2015-04-09 12:03:20 -07:00
Peter Cowburn 2d15c50b8d add borders back to fieldsynopsis with better selector 2015-03-19 09:03:12 +00:00
Hannes Magnusson 7cd70f248f Give class/method modifiers a little color 2015-02-06 11:35:11 -08:00
Hannes Magnusson cc342a1f42 Remove these weird borders and margins from class constants 2015-02-03 14:21:17 -08:00
Adam Harvey c75362f02c Mark up field synopses like method synopses.
The right fix is probably to apply the dc-description class in PhD, but this at
least gets us the right formatting for now.

Fixes bug #68699 (Styling on OO/procedural fields is poor).
2014-12-30 12:05:31 -08:00
Levi Morrison f95184288f Fixed h3 color in aside.tips; was basically invisible. 2014-05-27 14:27:13 -06:00
Levi Morrison 45ec556b07 Converted from Source Sans Pro/Source Code Pro to Fira Sans/Fira Mono. 2014-05-27 12:01:40 -06:00
Levi Morrison b5f9961186 When the layout-content is the only child it now expand to full-width; border is only applied when other elements are present 2014-05-09 11:09:24 -06:00
Levi Morrison 29e9f3269b Updated class synopsis to match method synopsis. 2014-05-09 07:26:03 -06:00
Levi Morrison 8c6e23e083 Fixed tiny bug when the current menu item was the first item. 2014-05-08 20:50:04 -06:00
Levi Morrison badaa314f6 Color adjustments to links in aside menu. 2014-05-07 21:21:30 -06:00
Levi Morrison 6af4451a10 Various polishes 2014-05-06 12:50:35 -06:00
Levi Morrison b2e6704446 Removed footer background color so HTML background-image will show 2014-04-27 23:16:59 -06:00
Levi Morrison 8fb9b79ca8 Related functions now on right; some homepage fixes. 2014-04-27 23:14:11 -06:00
Levi Morrison d216fe9e02 Conversion to a darker background in progress. Home page incomplete; docs mostly ready. 2014-04-27 22:10:37 -06:00
Levi Morrison 39f246fd66 Adding some styles to better distinguish sections 2014-04-10 14:17:41 -06:00
Levi Morrison 06da0e4e8a Fixed Note boxes to match others 2014-04-09 10:50:45 -06:00
Levi Morrison aa02644e44 Significant whitepsace and header style changes 2014-04-09 09:50:23 -06:00
Levi Morrison e81ef40f6f Cleaned up warning, caution, note and a few other 'boxes' 2014-04-08 22:19:06 -06:00
Sobak eb90f7ff3a Fixed incorrect vim comments in CSS 2014-04-02 13:19:05 +02:00
Adam Harvey eac4375cf2 Add styles for the new segmentedlist rendering in PhD master.
Although the current code generates elements with the same class names, this
doesn't change the effective styling at all, so this is safe to deploy now.
2014-03-18 14:38:15 -07:00
Levi Morrison bc1a84879c Some more em -> rem changes 2014-03-07 12:15:07 -07:00
Levi Morrison ae01ce1573 Converted font sizes to rem units for most elements.
Some elements are sized relative to their parent (such as sub, sup); these were
left as em. Adjusted many line-heights, paddings and margins accordingly.

Also simplified some styles as a result.
2014-03-07 11:19:36 -07:00
Levi Morrison 2a53a79018 Fixed color descriptions; we use blue now instead of purple 2014-03-06 13:20:22 -07:00
Levi Morrison 2db3f6fc9e Adjusted from PHP purple to PHP blue 2014-03-06 12:19:39 -07:00
Levi Morrison 3b508b9098 Removed some unused styles; also moved some styles from theme-base to theme-medium 2014-03-05 14:39:13 -07:00
Levi Morrison 46a855f116 Standardized colors; also brought some whitespace into line.
After looking at our current website on 4 different monitors with
several different settings on each monitor, I concluded that we don't
have enough contrast in our website. This commit is primarily intended
to address this issue. Generally speaking, on mid to low grade monitors
I have considerably improved contrast and it looks pretty good. It does
not look as nice on the high-end monitors, though.

I am a horrible contributor who doesn't break my changes into multiple
commits so we get the spacing fixes this commit as well. I really do try
to do one 'feature' or change per commit, but I notice things that
bother me while fixing something else so I fix it...
2014-02-25 22:31:53 -07:00
Ben Scholzen a5847c30c6 Do usernote fading with CSS transitions instead of jQuery 2014-01-08 13:33:37 +01:00
Levi Morrison 66322fa6e3 Updated markup for news items on homepage to use newer HTML 5 elements; at the same time this fixes #66391. 2014-01-03 10:33:31 -07:00
Levi Morrison d2420e89bf Removed unneeded vendor prefixes. Note that we still need -moz-box-sizing; even v28 (two releases out from now) is not scheduled to support unprefixed box-sizing. 2013-12-27 17:10:20 -07:00
Levi Morrison 4f3a842900 Standardized headers to use .title; this is actually an old convention we're re-enforcing. It should be much easier to create these headers now. 2013-12-27 16:49:59 -07:00
Hannes Magnusson ceeff7b76c Slight styling improvements for ug listing 2013-12-26 21:12:46 -08:00
Hannes Magnusson eea6501d2f Allow reuse of these styles (fixes the conference page) 2013-12-26 20:52:55 -08:00
Hannes Magnusson 1c311cc448 Add a "headsup" bar when we add new news entries 2013-12-26 15:16:51 -08:00
Hannes Magnusson c2c46c9837 Add vim modelines 2013-12-26 15:15:52 -08:00
Levi Morrison 8ed6bb2bd5 The left-hand menu (layout-menu) needed a bit more contrast since its background isn't white. 2013-12-19 10:36:28 -07:00
Levi Morrison ad4ea2f91b We don't need vendor prefixes for opacity; Firefox has supported opacity for the last 26 versions; Chrome has always supported it; Safari has supported opacity since version 3.1 (7 versions back). 2013-12-15 20:26:03 -07:00
Levi Morrison bda61e9795 Fixed minor display bug in headers on the homepage. 2013-12-15 16:47:39 -07:00
Levi Morrison ad35a97a1f Tighten up some box shadows that are meant to be borders. 2013-12-15 16:28:17 -07:00
Levi Morrison 1b492a50ce Increased contrast on user note border. 2013-12-15 16:04:11 -07:00
Levi Morrison be0f25fccd Standard some colors. 2013-12-15 15:46:05 -07:00
Levi Morrison e916105a19 Fixed merge conflict. 2013-12-15 11:27:28 -07:00
Dejan Marjanovic 636a7e494b Prevent random horizontal scroll http://i.imgur.com/3lt53pY.png 2013-12-14 20:12:14 +01:00
Levi Morrison 0c99516c91 Changed inline 'code' style to be grey with grey background; the pink was too distracting. 2013-12-10 17:02:30 -07:00
Levi Morrison e505d3062b Improved the landing page when adding notes. Also improved legibility of headers. Separated em and strong styles. 2013-12-10 16:06:40 -07:00
Dejan Marjanovic 2a3b5f9ef8 Snipe selectors and fix parameter scrollto 2013-12-06 06:26:58 +01:00
Dejan Marjanovic 71a809e31c Display paragraph literals/ems as inline code 2013-12-06 04:13:22 +01:00