1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 15:22:19 +01:00
Files
archived-web-php/styles/phpnet.css
2006-09-12 19:42:42 +00:00

22 lines
741 B
CSS

/* TOC elements on manual pages ------------------------------------------- */
ul.toc li {
background-image: url(http://static.php.net/www.php.net/images/box-0.gif);
}
ul.toc li.up {
background-image: url(http://static.php.net/www.php.net/images/caret-u.gif);
}
ul.toc li.home {
background-image: url(http://static.php.net/www.php.net/images/caret-t.gif);
}
ul.toc li.active {
background-image: url(http://static.php.net/www.php.net/images/box-1.gif);
}
/* Sidebar backgrounds ---------------------------------------------------- */
#layout_2, #layout_3 {
background-image: url(http://static.php.net/www.php.net/images/leftbar.png);
}
#layout_3_helper {
background-image: url(http://static.php.net/www.php.net/images/rightbar.png);
}