|
From: OryNider <ory...@us...> - 2007-12-27 19:06:03
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29597 Modified Files: subsilver2.css Log Message: the fixes need to be applyed in some other place... Index: subsilver2.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** subsilver2.css 27 Dec 2007 03:45:18 -0000 1.3 --- subsilver2.css 27 Dec 2007 19:05:55 -0000 1.4 *************** *** 15,25 **** @import url("theme/stylesheet.css"); - p, td { font-size: 11px; color: #000000; } - /* This is the border line & background colour round the entire page */ ! .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ ! .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* This is the main table round all portal contents, use with .bodyline */ --- 15,29 ---- @import url("theme/stylesheet.css"); /* This is the border line & background colour round the entire page */ ! .bodyline { ! background-color: #FFFFFF; ! border: 0.1em #98AAB1 solid; ! } /* This is the outline round the main forum tables */ ! .forumline { ! background-color: #FFFFFF; ! border: 0.1em #006699 solid; ! } /* This is the main table round all portal contents, use with .bodyline */ *************** *** 30,34 **** .mx_header_table { background-color: #FFFFFF; ! border: 2px solid #006699; } --- 34,38 ---- .mx_header_table { background-color: #FFFFFF; ! border: 0.1em #006699 solid; } |