Commit: e618e0d92a35288fdf254e928f561c1bd188927f Author: Stewart Lord <[email protected]> Tue, 4 Jan 2011 16:35:35 +0000 Parents: 0d08ab557545272abd60dcef5128fb35edd41e9b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e618e0d92a35288fdf254e928f561c1bd188927f Log: Commit missing stylesheet. Changed paths: A styles/home.css Diff: diff --git a/styles/home.css b/styles/home.css new file mode 100644 index 0000000..13e41cc --- /dev/null +++ b/styles/home.css @@ -0,0 +1,78 @@ +/* Home Page + +complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 + +*/ + +#mega-drop-down div.what-is-php { + color: #eee; + font-size: 1.5em; + width: 500px; + float: left; + margin: 20px 0 5px 20px; +} + +#mega-drop-down div.what-is-php p { + margin: 10px 0px; + line-height: 130%; +} + +#mega-drop-down div.what-is-php p.tutorial { + margin-top: 25px; + font-size: .9em; +} + +#mega-drop-down div.what-is-php p.tutorial a { + padding: 0; +} + +#mega-drop-down div.download { + color: #eee; + width: 300px; + display: block; + float: right; + margin: 5px 20px 15px 0; + padding: 10px; + font-size: 11px; +} + +#mega-drop-down div.children.downloads { + padding-bottom: 0; +} + +#mega-drop-down div.download a { + color: #eee; + display: block; + padding: 10px 0 10px 100px; + background-image: url('/images/sprites.png'); + background-position: 24px -290px; + background-repeat: no-repeat; + cursor: pointer; + border-top: 1px solid #555; +} + +#mega-drop-down div.download a.latest { + padding: 20px 0 20px 100px; + background-image: url('/images/sprites.png'); + background-position: 10px -187px; + border: none; +} + +#mega-drop-down div.download a span { + display: block; + clear: right; +} + +#mega-drop-down div.download a span.version { + font-size: 1.5em; + line-height: 100%; + font-weight: bold; +} + +#mega-drop-down div.download a.latest span.version { + font-size: 2.5em; +} + +#mega-drop-down div.download a span.package { + font-size: 1.3em; +} -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
