Commit: 6e4fd55e99457199d043e0255fc51a283f89dc45 Author: Sobak <msobaczew...@gmail.com> Sun, 19 Apr 2020 07:35:51 +0200 Parents: e189db3d13d8a118e03d7c0e9724cb5a4afb62ec Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=6e4fd55e99457199d043e0255fc51a283f89dc45 Log: Remove overlooked assets for discontinued status.php.net Changed paths: D network/status/images/fail.gif D network/status/images/green.gif D network/status/images/ok.gif D network/status/images/php-l...@2x.png D network/status/images/php.gif D network/status/images/pulsing_red.gif D network/status/images/special.gif D network/status/images/warn.gif D network/status/images/yellow.gif D network/status/style.css Diff: diff --git a/network/status/images/fail.gif b/network/status/images/fail.gif deleted file mode 100644 index a61f554..0000000 Binary files a/network/status/images/fail.gif and /dev/null differ diff --git a/network/status/images/green.gif b/network/status/images/green.gif deleted file mode 100644 index a79502c..0000000 Binary files a/network/status/images/green.gif and /dev/null differ diff --git a/network/status/images/ok.gif b/network/status/images/ok.gif deleted file mode 100644 index 17bdfdb..0000000 Binary files a/network/status/images/ok.gif and /dev/null differ diff --git a/network/status/images/php-l...@2x.png b/network/status/images/php-l...@2x.png deleted file mode 100644 index aa4da62..0000000 Binary files a/network/status/images/php-l...@2x.png and /dev/null differ diff --git a/network/status/images/php.gif b/network/status/images/php.gif deleted file mode 100644 index f352c73..0000000 Binary files a/network/status/images/php.gif and /dev/null differ diff --git a/network/status/images/pulsing_red.gif b/network/status/images/pulsing_red.gif deleted file mode 100644 index c409f5d..0000000 Binary files a/network/status/images/pulsing_red.gif and /dev/null differ diff --git a/network/status/images/special.gif b/network/status/images/special.gif deleted file mode 100644 index 5cb5513..0000000 Binary files a/network/status/images/special.gif and /dev/null differ diff --git a/network/status/images/warn.gif b/network/status/images/warn.gif deleted file mode 100644 index 29c16c3..0000000 Binary files a/network/status/images/warn.gif and /dev/null differ diff --git a/network/status/images/yellow.gif b/network/status/images/yellow.gif deleted file mode 100644 index c1f3161..0000000 Binary files a/network/status/images/yellow.gif and /dev/null differ diff --git a/network/status/style.css b/network/status/style.css deleted file mode 100644 index a1594a4..0000000 --- a/network/status/style.css +++ /dev/null @@ -1,139 +0,0 @@ -div#header { - background: #dde; - border: 2px solid #669; - padding: 2px 4px; -} -div#header div#logo { - display: inline; -} -div#header div#logo a { - text-decoration: none; -} -div#header div#links { - display: inline; - text-align: right; - font-size: smaller; - font-family: sans-serif; -} - -/* Notes management page */ - -p.notepreview { - white-space: pre; -} - -/* General image style */ -img { - border: 0px; - vertical-align: middle; -} - -/* PHP source code highlighting (from php.net CSS) ------------------------ */ -div.phpcode span.html { - color: black; - background-color: transparent; -} -div.phpcode span.comment { - color: #FF8000; - background-color: transparent; -} -div.phpcode span.default { - color: #0000BB; - background-color: transparent; -} -div.phpcode span.keyword { - color: #007700; - background-color: transparent; -} -div.phpcode span.string { - color: #DD0000; - background-color: transparent; -} - - - - - -body { - margin: 0; - font-family: Tahoma, Arial, sans-serif, serif, monospace; - background-color: #f8f8f8; -} -h1#header { - margin: 0; - background: url(/images/php.gif) #5a5993 no-repeat; - padding: 20px 0 10px 150px; - height: 37px; - font-style: italic; - font-size: 1em; - color: #B5B5E9; -} -h1#header a { - color: #B5B5E9; -} -ul#mainmenu { - margin: 0; - background-color: #f3f3f3; - font-size: 0.9em; - padding: 8px 10px; - text-align: center; - border-top: 1px solid #000000; - border-bottom: 1px solid #D0D0D0; -} -ul#mainmenu li { - display: inline; - padding: 0 1%; - border-right: 1px solid #CDCDCD; -} -ul#mainmenu li a { - color: #6181B7; -} -ul#mainmenu li:last-child { - border: 0px; -} -p.warning, p.warning { - padding: 1em; - margin: 0px; - border-bottom:1px solid #D0D0D0; - margin-bottom: 6px; - text-align: center; - font-weight: bold; - font-size:1.17em; -} -p.warning { - background:#ffffff; - color:#6F0000; -} -p.error { - background: #FFEEEE; - border: 1px solid #666600; - color: #660000; -} - -div#profile { - margin: 10px 100px 0 100px; -} -h2 { - margin: 0; - font-size: 1em; -} -div.note { - text-indent: 30px; - margin: 5px; - padding: 5px 0 0 0; - border-bottom:1px solid #D0D0D0; - width: 600px; -} -div.note:last-child { - border-bottom: 0; -} - -/* Corner-rounding */ -.rounded { - -moz-border-radius:3ex; - -webkit-border-radius:3ex; -} -.semirounded { - -moz-border-radius:1ex; - -webkit-border-radius:1ex; -} -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php