From: Mutwin K. <mu...@us...> - 2004-10-16 15:55:57
|
Update of /cvsroot/fuwiki/fuwiki_1_0/layout/bw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5020/layout/bw Modified Files: default.css Log Message: many bugfixes on the long road to fuwiki 1.0 Index: default.css =================================================================== RCS file: /cvsroot/fuwiki/fuwiki_1_0/layout/bw/default.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** default.css 13 Oct 2004 20:28:30 -0000 1.1.1.1 --- default.css 16 Oct 2004 15:55:33 -0000 1.2 *************** *** 3,12 **** padding: 10px; width: 95%; ! font-size: 11px; font-family: Verdana,sans-serif; } ! a:link {color: #1A1A1A; text-decoration: none;} ! a:visited {color: #555555; text-decoration: none;} #header{ --- 3,15 ---- padding: 10px; width: 95%; ! font-size: 11px; ! background-color: #DDDDDD; font-family: Verdana,sans-serif; } ! a:link {color: #404040; text-decoration: underline;} ! a:visited {color: #505050; text-decoration: underline;} ! ! textarea {background-color:#CCCCCC;} #header{ *************** *** 63,67 **** #content .content_hack { height:600px; ! background-color: green; width: 1px; float: right; --- 66,70 ---- #content .content_hack { height:600px; ! background-color: none; width: 1px; float: right; *************** *** 87,92 **** .WikiQuote{ ! background-color: #BBBBBB; ! border: 1px solid #CECECE; border-collapse:collapse; width: 95%; --- 90,95 ---- .WikiQuote{ ! background-color: #CFCFCF; ! border: 2px solid #222222; border-collapse:collapse; width: 95%; *************** *** 102,106 **** font-size: 11px; font-weight: bold; ! border: 1px solid #CECECE; } --- 105,110 ---- font-size: 11px; font-weight: bold; ! border: 1px solid #CECECE; ! border-right: 0px none #000000; } *************** *** 113,117 **** border: 1px solid #CECECE; text-align:right; ! width: 100px; } --- 117,121 ---- border: 1px solid #CECECE; text-align:right; ! border-left: 0px none #000000; } |