From: Joseph C. <tex...@us...> - 2005-08-15 03:49:48
|
Update of /cvsroot/popfile/engine/skins/coolblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27309/skins/coolblue Modified Files: style.css Log Message: Further skin work for 0.23. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/coolblue/style.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** style.css 3 Jun 2005 09:02:17 -0000 1.4 --- style.css 15 Aug 2005 03:49:41 -0000 1.5 *************** *** 1,8 **** body { background-color: #FFFFFF; ! border: none; font-family: tahoma, arial, sans-serif; ! color: black; ! margin: 10px 20px 20px 20px; font-size: 10pt; } --- 1,8 ---- body { background-color: #FFFFFF; ! border: 0; font-family: tahoma, arial, sans-serif; ! color: #000000; ! margin: 10px 20px 20px 20px; font-size: 10pt; } *************** *** 65,68 **** --- 65,77 ---- } + input.checkbox { + background-color: transparent; + border: 0; + } + + input.submit:hover { + background-color: #FFFFFF; + } + .menu { font-size: 10pt; *************** *** 136,142 **** td.naked { ! padding: 0px; ! margin: 0px; ! border: none; } --- 145,151 ---- td.naked { ! padding: 0; ! margin: 0; ! border: 0; } *************** *** 166,170 **** a.logoutLink, a.shutdownLink { font-size: 10pt; ! font-weight: bold; } --- 175,179 ---- a.logoutLink, a.shutdownLink { font-size: 10pt; ! font-weight: normal; } *************** *** 191,195 **** table.openMessageTable, table.lookupResultsTable { ! border: 3px solid #99ccff; } --- 200,204 ---- table.openMessageTable, table.lookupResultsTable { ! border: 2px solid #000000; } *************** *** 334,342 **** div.helpMessage { background-color: #99ccff; ! border: #000000 1px solid; padding: 0.3em; - padding-bottom: 0; } /*********************************************************/ --- 343,362 ---- div.helpMessage { background-color: #99ccff; ! border: #000000 2px solid; padding: 0.3em; } + div.helpMessage form { + margin: 0; + } + + .viewHeadings { + display: inline; + } + + td.top20 td.historyNavigatorTop a + a { + border-left: 1px solid black; + padding-left: 0.5em; + } /*********************************************************/ *************** *** 348,351 **** --- 368,376 ---- .configBarTitle { + font-size: 1em; + display: inline; + } + + .configBarTitle a { border: #000000 2px solid; padding: 0.3em; *************** *** 354,357 **** --- 379,384 ---- background-color: #99ccff; font-weight: bold; + font-size: 1em; + color: black; } *************** *** 400,402 **** width:100%; height: 1em; ! } \ No newline at end of file --- 427,429 ---- width:100%; height: 1em; ! } |