|
From: Jon O. <jon...@us...> - 2008-02-03 21:07:22
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv391/subsilver2 Modified Files: subsilver2.css Log Message: - BUG: mx_page::load is used in the blockCP where the page class is not loaded :( i have returned old include statement. - minor fix for tinymce Index: subsilver2.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** subsilver2.css 27 Dec 2007 19:05:55 -0000 1.4 --- subsilver2.css 3 Feb 2008 21:07:15 -0000 1.5 *************** *** 5,12 **** Original author: subBlue ( http://www.subBlue.com/ ) Modified by: psoTFX and the phpBB team ( http://www.phpbb.com ) ! This is an alternative style for phpBB3 for those wishing to stay with the familiar subSilver style of phpBB version 2.x ! Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- --- 5,12 ---- Original author: subBlue ( http://www.subBlue.com/ ) Modified by: psoTFX and the phpBB team ( http://www.phpbb.com ) ! This is an alternative style for phpBB3 for those wishing to stay with the familiar subSilver style of phpBB version 2.x ! Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- *************** *** 16,27 **** /* 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; } --- 16,27 ---- /* 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; } *************** *** 137,138 **** --- 137,146 ---- filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true'); } + + /* TinyMCE specific rules */ + body.mceContentBody { + text-align: left; + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000; + background: #FFF; + } |