Update of /cvsroot/mxbb/core/templates/mxSilver In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32405/mxSilver Modified Files: mxSilver.css overall_header.tpl overall_header_navigation.tpl overall_header_navigation_phpbb.tpl overall_noheader.tpl Log Message: A bunch of minor template updates, solving minor bugs and other typhos... Index: overall_noheader.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_noheader.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** overall_noheader.tpl 21 Feb 2008 20:04:17 -0000 1.3 --- overall_noheader.tpl 1 Nov 2008 21:12:25 -0000 1.4 *************** *** 4,9 **** --- 4,11 ---- <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> <meta http-equiv="Content-Style-Type" content="text/css"> + {META} {NAV_LINKS} + <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- IF PHPBB --> Index: mxSilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/mxSilver.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mxSilver.css 29 Aug 2008 04:23:31 -0000 1.4 --- mxSilver.css 1 Nov 2008 21:12:25 -0000 1.5 *************** *** 5,18 **** */ - - /* Layout - ------------ */ - * { - /* Reset browsers default margin, padding and font sizes */ - margin: 0; - padding: 0; - } - - html { font-size: 100%; --- 5,8 ---- *************** *** 30,34 **** scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; ! scrollbar-darkshadow-color: #98AAB1; font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */ } --- 20,24 ---- scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; ! scrollbar-darkshadow-color: #98AAB1; font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */ } Index: overall_header_navigation.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_header_navigation.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** overall_header_navigation.tpl 21 Feb 2008 20:04:17 -0000 1.3 --- overall_header_navigation.tpl 1 Nov 2008 21:12:25 -0000 1.4 *************** *** 5,10 **** --- 5,12 ---- <meta http-equiv="Content-Style-Type" content="text/css"> <!-- IF SET_BASE --><base href="{U_PORTAL_ROOT_PATH}" ><!-- ENDIF --> + {META} {NAV_LINKS} + <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- IF PHPBB --> *************** *** 19,22 **** --- 21,25 ---- <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" > <!-- ENDIF --> + {MX_ADDITIONAL_CSS_FILES} {MX_ICON_CSS} Index: overall_header_navigation_phpbb.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_header_navigation_phpbb.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** overall_header_navigation_phpbb.tpl 21 Feb 2008 20:04:17 -0000 1.4 --- overall_header_navigation_phpbb.tpl 1 Nov 2008 21:12:25 -0000 1.5 *************** *** 5,10 **** --- 5,12 ---- <meta http-equiv="Content-Style-Type" content="text/css"> <!-- IF SET_BASE --><base href="{U_PORTAL_ROOT_PATH}" ><!-- ENDIF --> + {META} {NAV_LINKS} + <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- IF PHPBB --> *************** *** 19,22 **** --- 21,25 ---- <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" > <!-- ENDIF --> + {MX_ADDITIONAL_CSS_FILES} {MX_ICON_CSS} Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_header.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** overall_header.tpl 21 Feb 2008 20:04:17 -0000 1.3 --- overall_header.tpl 1 Nov 2008 21:12:25 -0000 1.4 *************** *** 5,10 **** --- 5,12 ---- <meta http-equiv="Content-Style-Type" content="text/css"> <!-- IF SET_BASE --><base href="{U_PORTAL_ROOT_PATH}" ><!-- ENDIF --> + {META} {NAV_LINKS} + <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- IF PHPBB --> *************** *** 19,22 **** --- 21,25 ---- <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" > <!-- ENDIF --> + {MX_ADDITIONAL_CSS_FILES} {MX_ICON_CSS} |