Commit: 6af4451a10dc2b790fba1d999c048ca6b88cd576 Author: Levi Morrison <[email protected]> Tue, 6 May 2014 12:50:35 -0600 Parents: 7f21207bfc4aee0f45cf28d0f7e701a8f5d19fcf Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6af4451a10dc2b790fba1d999c048ca6b88cd576 Log: Various polishes Changed paths: M styles/theme-base.css M styles/theme-medium.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index a979135..3bffb06 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -631,14 +631,14 @@ body > footer ul { } body > footer .footmenu li { - display: inline; + display: inline-block; + margin:0 0.75rem; } - body > footer a { - margin: 0 .5rem; + display:inline-block; + border-bottom:0; } - /* {{{ ElePHPants photo stream */ div.elephpants { diff --git a/styles/theme-medium.css b/styles/theme-medium.css index de33aeb..074f114 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -48,15 +48,22 @@ h3:after { a:link, a:visited { + color: #ccc; +} +#layout-content a:link, +#layout-content a:visited { color: #369; } - a:hover, -a:focus { - color: #693; - border-bottom-color:#693; +a:focus, +#layout-content a:hover, +#layout-content a:focus { + color: #AE508D; + border-color: #AE508D; + outline:0; } + ul { list-style-type: disc; } @@ -362,14 +369,14 @@ var.reset /* {{{ The anchor for section headers */ -a.genanchor:link, -a.genanchor:visited { +#layout-content a.genanchor:link, +#layout-content a.genanchor:visited { color: transparent; border-bottom: none; } -a.genanchor:hover, -a.genanchor:focus { - color: #000; +#layout-content a.genanchor:hover, +#layout-content a.genanchor:focus { + color: #333; border-bottom: none; } /* }}} */ @@ -408,70 +415,35 @@ aside.tips div.border { #breadcrumbs { color: #999; } -#breadcrumbs a { - color:#CCC; -} /* }}} */ /* {{{ Layout menu Left-hand sidebar */ -.layout-menu ul.parent-menu-list a { - color: #CCC; -} -a:hover, -a:focus, -.layout-menu ul.child-menu-list .current a, -.layout-menu ul.parent-menu-list a:hover, -.layout-menu ul.parent-menu-list a:focus { - color: #AE508D; - border-color: #AE508D; - outline:0; -} - .layout-menu ul.child-menu-list li:first-child a { border-top-color:#666; } +.layout-menu ul.child-menu-list li.current a { + color:#AE508D; + border-color:#AE508D; +} .layout-menu ul.child-menu-list a { border-color: #666; } /* }}} */ -/* {{{ Footer */ -footer { - border-top-color: #8892BF; -} -footer a { - color:#ccc; -} -footer a:link, -footer a:visited { - color: #ccc; - border-bottom: none; -} -footer a:hover, -footer a:focus { - color: #999; - border-bottom: none; -} -/* }}} */ - - /* {{{ ElePHPants */ -div.elephpants div.images { - background-color: #333; -} div.elephpants img { opacity: 0.5; - transition: all 0.25s ease-in-out; - -webkit-transition: all 0.25s ease-in-out; - -moz-transition: all 0.25s ease-in-out; + transition: all 0.2s ease-in-out; + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; } div.elephpants:hover img { opacity: 0.6; - transition: all 0.25s ease-in-out; - -webkit-transition: all 0.25s ease-in-out; - -moz-transition: all 0.25s ease-in-out; + transition: all 0.2s ease-in-out; + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; } div.elephpants img:hover, div.elephpants img:focus { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
