From: Marcus <the...@us...> - 2004-03-26 19:16:01
|
Update of /cvsroot/junk/junk/pages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2134 Modified Files: style.css Log Message: config values added Index: style.css =================================================================== RCS file: /cvsroot/junk/junk/pages/style.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** style.css 22 Mar 2004 15:21:43 -0000 1.5 --- style.css 26 Mar 2004 19:05:00 -0000 1.6 *************** *** 1,102 **** ! body { ! font-family: Verdana, Helvetica, sans-serif; ! font-weight: normal; ! font-size: 12pt; ! } ! ! table.navigation{ ! border: 2px solid black; ! border-spacing: 2px; ! padding: 0px 0px; ! background-color: #1F54B5; ! color: #ffffff; ! } ! td.navigation{ ! border-right: 1px dotted white; ! } ! ! ! td.error{ ! color: white; ! border: 1px dotted white; ! } ! ! table.online{ ! border: 1px solid black; ! border-spacing: 0px; ! padding: 3px 3px; ! background-color: #D7D7D7; ! color: black; ! } ! ! tr.online{ ! background-color: #D7D7D7; ! } ! ! td.online{ ! background-color: #D7D7D7; ! white-space: nowrap; ! border-top: 1px dotted white; ! color: black; ! } ! ! table.offline{ ! border: 1px dashed black; ! border-spacing: 0px; ! padding: 3px 3px; ! background-color: #e8e8e8; ! color: #666666; ! } ! ! tr.offline{ ! border: 1px solid black; ! background-color: #e8e8e8; ! } ! ! td.offline{ ! white-space: nowrap; ! border-top: 1px dotted white; ! background-color: #e8e8e8; ! } ! ! table.message{ ! border: 2px solid black; ! border-spacing: 2px; ! padding: 0px 0px; ! background-color: #1F54B5; ! color: #ffffff; ! } ! td.message{ ! border-right: 1px dotted white; ! } ! ! ! a.offline{ ! color: #666666; ! } ! ! a:hover { ! color: #1F54B5; ! } ! ! a{ ! text-decoration: none; ! font-weight: normal; ! color: black; ! ! } ! ! td.wio { ! border-bottom: 1px dotted black; ! padding-left: 15px; ! padding-right: 15px; ! padding-top: 2px; ! padding-bottom: 0px; ! text-align: center; ! white-space: nowrap; ! } ! ! h1.wio { ! font-size: 22px; ! color: #000033; ! } \ No newline at end of file --- 1 ---- ! body { font-family: Verdana, Helvetica, sans-serif; font-weight: normal; font-size: 12pt; } table.navigation{ border: 2px solid black; border-spacing: 2px; padding: 0px 0px; background-color: #1F54B5; color: #ffffff; } td.navigation{ border-right: 1px dotted white; } td.error{ color: white; border: 1px dotted white; } table.online{ border: 1px solid black; border-spacing: 0px; padding: 3px 3px; background-color: #D7D7D7; color: black; } tr.online{ background-color: #D7D7D7; } td.online{ background-color: #D7D7D7; white-space: nowrap; border-top: 1px dotted white; color: black; } table.offline{ border: 1px dashed black; border-spacing: 0px; padding: 3px 3px; background-color: #e8e8e8; color: #666666; } tr.offline{ border: 1px solid black; background-color: #e8e8e8; } td.offline{ white-space: nowrap; border-top: 1px dotted white; background-color: #e8e8e8; } table.message{ border: 2px solid black; border-spacing: 2px; padding: 0px 0px; background-color: #1F54B5; color: #ffffff; } td.message{ border-right: 1px dotted white; } a.offline{ color: #666666; } a:hover { color: #1F54B5; } a{ text-decoration: none; font-weight: normal; color: black; } td.wio { border-bottom: 1px dotted black; padding-left: 15px; padding-right: 15px; padding-top: 2px; padding-bottom: 0px; text-align: center; white-space: nowrap; } h1 { font-size: 22px; color: #000033; } a.config-plugin { font-size: 18px; } div.config-props { font-family: Courier, Courier New; } input.config-text { font-family: Courier, Courier New; } \ No newline at end of file |