[PHPVortex-Commit] phpvortex/test tests.css,1.1,1.2 vortex_test.css,1.1,1.2
Brought to you by:
nop144666
From: Thiago R. <nop...@us...> - 2004-10-04 18:15:31
|
Update of /cvsroot/phpvortex/phpvortex/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25650/test Modified Files: tests.css vortex_test.css Log Message: Added some new colors and nice effects to the test style sheets Index: tests.css =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/test/tests.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tests.css 4 Oct 2004 16:37:01 -0000 1.1 --- tests.css 4 Oct 2004 18:14:04 -0000 1.2 *************** *** 1,9 **** .div_list table { border-collapse:collapse; ! width: 100%; border:1pt solid black; } ! .div_list table th { ! border-bottom: 1pt solid black; } --- 1,27 ---- + body { + font:Verdana, Arial, Helvetica, sans-serif; + } + .div_list table { border-collapse:collapse; ! width:100%; border:1pt solid black; } ! .div_list th { ! border-bottom:1pt solid black; ! } ! ! .div_list td { ! border-bottom:1px solid #C0C0C0; ! } ! ! .div_list a { ! display:block; } + + .div_list a:hover { + background-color:#FFFFFF; + font-weight:bold; + color:#000000; + } \ No newline at end of file Index: vortex_test.css =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/test/vortex_test.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** vortex_test.css 4 Oct 2004 16:37:01 -0000 1.1 --- vortex_test.css 4 Oct 2004 18:14:04 -0000 1.2 *************** *** 1,22 **** ! #tb_phones { ! margin: 0 auto; ! width: 50%; } #tb_phones .fd_ph_name { ! text-align: left; ! background-color: #FFFFCC; } #tb_phones th.fd_ph_name { ! background-color: #FFFF00; } #tb_phones .fd_ph_phone { ! text-align: left; ! background-color: #EEEEFF; } #tb_phones th.fd_ph_phone { ! background-color: #BBBBFF; } --- 1,24 ---- ! .div_list { ! text-align:center; ! margin:0 auto; ! width:50%; } #tb_phones .fd_ph_name { ! text-align:left; ! background-color:#FFFFCC; } #tb_phones th.fd_ph_name { ! background-color:#FFFF00; } #tb_phones .fd_ph_phone { ! width:25%; ! text-align:right; ! background-color:#EEEEFF; } #tb_phones th.fd_ph_phone { ! background-color:#BBBBFF; } |