From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:09:54
|
Update of /cvsroot/phppgadmin/webdb/themes/default In directory usw-pr-cvs1:/tmp/cvs-serv16254/themes/default Modified Files: global.css Log Message: basic table browsing Index: global.css =================================================================== RCS file: /cvsroot/phppgadmin/webdb/themes/default/global.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** global.css 18 Feb 2002 13:12:56 -0000 1.1 --- global.css 10 Apr 2002 04:09:47 -0000 1.2 *************** *** 17,20 **** --- 17,109 ---- } + body.topbar + { + background-color: #ffffff; + margin: 0px 0px; + font-family: arial; + padding: 0px; + font-size: 10pt; + text-align: left; + } + + body.browser + { + background-color: #ffffff; + /*background-color: #efefef;*/ + margin: 0px 0px; + font-family: arial; + padding: 0px; + font-size: 10pt; + text-align: left; + } + + h2 + { + color: #666633; + font-size: 16; + font-family: verdana, arial, helvetica, sans-serif; + font-weight: bold; + } + + th.data + { + color: #000000; + background-color: #E6E6CC; + text-align: center; + font-family: verdana, arial, helvetica, sans-serif; + font-weight: bold; + font-size: 14; + } + + td.data1 + { + color: #000000; + background-color: #F3F3E9; + text-align: left; + font-family: verdana, arial, helvetica, sans-serif; + font-weight: bold; + font-size: 13; + } + + td.data2 + { + color: #000000; + background-color: #E6E6CC; + text-align: left; + font-family: verdana, arial, helvetica, sans-serif; + font-weight: bold; + font-size: 13; + } + + td.opbutton1 { + color: #000000; + background-color: #F3F3E9; + border-top: 1px solid #FFFFFF; + border-right: 1px solid #706D41; + border-bottom: 1px solid #706D41; + border-left: 1px solid #FFFFFF; + cursor: hand; + font-family: Helvetica,Arial,Verdana; + font-size: 9pt; + } + + td.opbutton2 { + color: #000000; + background-color: #E6E6CC; + border-top: 1px solid #FFFFFF; + border-right: 1px solid #706D41; + border-bottom: 1px solid #706D41; + border-left: 1px solid #FFFFFF; + cursor: hand; + font-family: Helvetica,Arial,Verdana; + font-size: 9pt; + } + + a.toplink { + font-weight: bold; + } + + /* + tr { *************** *** 221,223 **** text-align: left; width: 100%; ! } \ No newline at end of file --- 310,313 ---- text-align: left; width: 100%; ! } ! */ \ No newline at end of file |