Update of /cvsroot/fuwiki/fuwiki_1_0/layout/simple
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5020/layout/simple
Modified Files:
RAW.css default.css silver.css style.css
Log Message:
many bugfixes on the long road to fuwiki 1.0
Index: silver.css
===================================================================
RCS file: /cvsroot/fuwiki/fuwiki_1_0/layout/simple/silver.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** silver.css 13 Oct 2004 20:28:31 -0000 1.1.1.1
--- silver.css 16 Oct 2004 15:55:33 -0000 1.2
***************
*** 95,98 ****
--- 95,100 ----
a.WikiLinkExternal:active{color: #000000; text-decoration: none; background: transparent;}
+ .new_change{ background-color: #DDDDDD; }
+
.WikiH1 {
}
***************
*** 121,127 ****
.WikiCode{}
! .WikiQuote{}
! .WikiQuote .header {}
! .WikiQuote .body {}
.WikiTable {}
--- 123,155 ----
.WikiCode{}
! .WikiQuote{
! background-color: #BBBBBB;
! border: 1px solid #CECECE;
! border-collapse:collapse;
! width: 95%;
! margin-left: 20px;
! margin-right: 40px;
! text-align:justify;
! }
!
! .WikiQuoteHeader{
! background-color: #F1F1F1;
! padding: 3px;
! font-family: tahoma,helvetica,sans-serif;
! font-size: 11px;
! font-weight: bold;
! border: 1px solid #CECECE;
! border-right: 0px none #000000;
! }
!
! .WikiQuoteHeader_r{
! background-color: #F1F1F1;
! padding: 3px;
! font-family: tahoma,helvetica,sans-serif;
! font-size: 11px;
! border: 1px solid #CECECE;
! text-align:right;
! border-left: 0px none #000000;
! }
.WikiTable {}
Index: style.css
===================================================================
RCS file: /cvsroot/fuwiki/fuwiki_1_0/layout/simple/style.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** style.css 13 Oct 2004 20:28:31 -0000 1.1.1.1
--- style.css 16 Oct 2004 15:55:33 -0000 1.2
***************
*** 87,90 ****
--- 87,92 ----
a.WikiLinkExternal:active{color: #000000; text-decoration: none; background: #556890;}
+ .new_change{ background-color: #DDDDDD; }
+
.WikiH1 {
color: #212947;/*#324058;*/
***************
*** 154,160 ****
.WikiCode{}
! .WikiQuote{}
! .WikiQuote .header {}
! .WikiQuote .body {}
.WikiTable
--- 156,188 ----
.WikiCode{}
! .WikiQuote{
! background-color: #BBBBBB;
! border: 1px solid #CECECE;
! border-collapse:collapse;
! width: 95%;
! margin-left: 20px;
! margin-right: 40px;
! text-align:justify;
! }
!
! .WikiQuoteHeader{
! background-color: #F1F1F1;
! padding: 3px;
! font-family: tahoma,helvetica,sans-serif;
! font-size: 11px;
! font-weight: bold;
! border: 1px solid #CECECE;
! border-right: 0px none #000000;
! }
!
! .WikiQuoteHeader_r{
! background-color: #F1F1F1;
! padding: 3px;
! font-family: tahoma,helvetica,sans-serif;
! font-size: 11px;
! border: 1px solid #CECECE;
! text-align:right;
! border-left: 0px none #000000;
! }
.WikiTable
Index: RAW.css
===================================================================
RCS file: /cvsroot/fuwiki/fuwiki_1_0/layout/simple/RAW.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** RAW.css 13 Oct 2004 20:28:31 -0000 1.1.1.1
--- RAW.css 16 Oct 2004 15:55:33 -0000 1.2
***************
*** 40,45 ****
.window .footer {}
-
-
#content {
position: absolute;
--- 40,43 ----
***************
*** 47,48 ****
--- 45,47 ----
/* height: 100%; /* To please IE6 */
}
+
Index: default.css
===================================================================
RCS file: /cvsroot/fuwiki/fuwiki_1_0/layout/simple/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:31 -0000 1.1.1.1
--- default.css 16 Oct 2004 15:55:33 -0000 1.2
***************
*** 84,87 ****
--- 84,89 ----
a.WikiLinkExternal:active{color: #000000; text-decoration: none; background: #556890;}
+ .new_change{ background-color: #DDDDDD; }
+
.WikiH1 {
color: #212947;/*#324058;*/
|