svn: /web/php/trunk/ include/header.inc styles/home.css
[email protected] (Paul Dragoonis)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
dragoonis Fri, 07 Jan 2011 01:30:03 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307204
Log:
Changed warning bar colors. Tried the black, and the purple it blended in too much, went for green since it's the href color. Bit wild, but does the trick and it's cookie based anyway so will only appear once
Changed paths:
U web/php/trunk/include/header.inc
U web/php/trunk/styles/home.css
Modified: web/php/trunk/include/header.inc
===================================================================
--- web/php/trunk/include/header.inc 2011-01-07 01:11:16 UTC (rev 307203)
+++ web/php/trunk/include/header.inc 2011-01-07 01:30:03 UTC (rev 307204)
@@ -58,7 +58,7 @@
<span class="blurb">
This is a work-in-progress experimental design.
Things <strong>will</strong> be broken and unfinished!
- You may prefer <a href="http://php.net/?beta=0">php.net</a>.
+ You may prefer <a href="http://php.net/?beta=0">php.net</a>
</span>
</div>
</div>
Modified: web/php/trunk/styles/home.css
===================================================================
--- web/php/trunk/styles/home.css 2011-01-07 01:11:16 UTC (rev 307203)
+++ web/php/trunk/styles/home.css 2011-01-07 01:30:03 UTC (rev 307204)
@@ -78,8 +78,7 @@
}
#head-beta-warning {
- background: #e2d8ed;
- border-bottom: solid 2px #C3ADD9;
+ background: #339900;
display: none;
position: fixed;
top: 0px;
@@ -99,16 +98,23 @@
font-size: 1.3em;
line-height: 1.65em;
vertical-align: middle;
- color: #444;
+ color: #EEE;
display: none;
}
+#beta-warning .blurb a {
+ color: #333;
+}
+
+#beta-warning .blurb strong {
+ color: #333;
+}
+
#beta-warning-close {
display: block;
float: right;
- border: solid 1px #604080;
- background: #604080;
- color: white;
+ background: #333;
+ color: #EEE;
font-weight: bold;
text-decoration: none;
margin-top: 0.24em;