|
From: Jon O. <jon...@us...> - 2008-06-16 20:26:52
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26378 Modified Files: overall_header.html overall_header_navigation.html subsilver2.css Log Message: Temp fix for subSilver2, i'm loading old phpbb2 css file instead of new useless one Bugfix for loading admin styles in phpbb3 Index: overall_header_navigation.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/overall_header_navigation.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** overall_header_navigation.html 21 Feb 2008 20:04:45 -0000 1.4 --- overall_header_navigation.html 16 Jun 2008 20:26:41 -0000 1.5 *************** *** 8,11 **** --- 8,12 ---- {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> + <!-- Load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- IF GECKO --> Index: subsilver2.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** subsilver2.css 28 Feb 2008 14:58:27 -0000 1.7 --- subsilver2.css 16 Jun 2008 20:26:41 -0000 1.8 *************** *** 13,33 **** */ ! @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 */ .mx_main_table { - align:center; } --- 13,26 ---- */ ! /* Include the subSilver css file from phpbb2 */ ! @import url("theme/subsilver.css"); ! /************************************************************\ ! | Addon or redefined CSS definitions for MX-Publisher ! \************************************************************/ ! p, td { font-size: 11px; color: #000000; } /* This is the main table round all portal contents, use with .bodyline */ .mx_main_table { } *************** *** 35,39 **** .mx_header_table { background-color: #FFFFFF; ! border: 0.1em #006699 solid; } --- 28,32 ---- .mx_header_table { background-color: #FFFFFF; ! border: 2px solid #006699; } Index: overall_header.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/overall_header.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** overall_header.html 21 Feb 2008 20:04:45 -0000 1.4 --- overall_header.html 16 Jun 2008 20:26:41 -0000 1.5 *************** *** 8,11 **** --- 8,12 ---- {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> + <!-- Load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- IF GECKO --> *************** *** 62,66 **** </head> <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> - <a name="top"></a> --- 63,66 ---- |