|
From: Jon O. <jon...@us...> - 2008-04-27 18:41:00
|
Update of /cvsroot/mxbb/core/templates/mxBase2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10176/mxBase2 Modified Files: mxBase2.cfg mxBase2.css mx_main_layout.tpl mx_main_layout_1_col.tpl overall_header.tpl Log Message: Style improvements... Index: mxBase2.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase2/mxBase2.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mxBase2.cfg 16 Feb 2008 21:43:26 -0000 1.2 --- mxBase2.cfg 27 Apr 2008 18:40:18 -0000 1.3 *************** *** 61,65 **** // Standalone mxBB installation? Where are the phpbb images? // ! //$mx_images['mx_graphics']['phpbb_icons'] = file_exists( $phpbb_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( file_exists( $phpbb_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); $mx_images['mx_graphics']['phpbb_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/phpbb2" ) ? $current_template_path . "/images/phpbb2" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/phpbb2" ) ? $cloned_template_path . "/images/phpbb2" : $default_template_path . "/images/phpbb2" ); --- 61,65 ---- // Standalone mxBB installation? Where are the phpbb images? // ! //$mx_images['mx_graphics']['phpbb_icons'] = !empty($current_template_path) && file_exists( $phpbb_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && file_exists( $phpbb_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); $mx_images['mx_graphics']['phpbb_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/phpbb2" ) ? $current_template_path . "/images/phpbb2" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/phpbb2" ) ? $cloned_template_path . "/images/phpbb2" : $default_template_path . "/images/phpbb2" ); Index: mx_main_layout.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase2/mx_main_layout.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_main_layout.tpl 11 Feb 2008 22:57:06 -0000 1.1 --- mx_main_layout.tpl 27 Apr 2008 18:40:20 -0000 1.2 *************** *** 12,18 **** <!-- END block_header --> - <!-- BEGIN show_title --> - <span class="blocktitle">{layout_column.blocks.show_title.L_TITLE}</span> - <!-- END show_title --> <!-- BEGIN edit --> <div class="editCP_switch" style="display: {layout_column.blocks.edit.EDITCP_SHOW};"> --- 12,15 ---- *************** *** 29,32 **** --- 26,33 ---- <!-- END edit --> + <!-- BEGIN show_title --> + <span class="blocktitle">{layout_column.blocks.show_title.L_TITLE}</span> + <!-- END show_title --> + <!-- BEGIN block_header --> </div> Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase2/overall_header.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** overall_header.tpl 21 Feb 2008 20:03:58 -0000 1.2 --- overall_header.tpl 27 Apr 2008 18:40:24 -0000 1.3 *************** *** 160,168 **** </form> </div> ! </div> ! ! ! ! ! ! --- 160,162 ---- </form> </div> ! </div> \ No newline at end of file Index: mxBase2.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase2/mxBase2.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mxBase2.css 18 Feb 2008 18:35:56 -0000 1.2 --- mxBase2.css 27 Apr 2008 18:40:19 -0000 1.3 *************** *** 5,9 **** /* Fix for centering the container in IE */ body{ ! text-align: center; margin: 0px; padding: 0px; --- 5,9 ---- /* Fix for centering the container in IE */ body{ ! /* text-align: center; */ margin: 0px; padding: 0px; *************** *** 141,144 **** --- 141,146 ---- /*background-repeat: repeat-y;*/ /*background-position: right;*/ + + overflow:hidden; } *************** *** 165,168 **** --- 167,171 ---- /* Top header */ #header .globalNav .cat-button, #header .globalNav .cat-button-current{ + white-space: nowrap; padding: 3px 6px; } *************** *** 277,300 **** } ! div.editCP_switch{ ! position: relative; ! margin-top: -20px; ! margin-right: 0px; ! padding: 0px; float: right; } ! div.blockhidden{ ! position: relative; ! margin-top: -20px; ! margin-left: 0px; padding: 0px; - float: left; } ! /* Form elements */ ! .trimform { ! margin-bottom: 0px; ! margin-top: 0px; } --- 280,298 ---- } ! div.blockheader .blockhidden{ float: right; + margin: 0px; + padding: 0px; } ! div.blockheader .editCP_switch{ ! float: right; ! margin: 0px; padding: 0px; } ! div.blockheader .editCP_switch .trimform { ! margin: 0px; ! padding: 0px; } *************** *** 406,415 **** /* This is the outline round the main forum tables */ ! .forumline { } /* Main table cell colours and backgrounds */ ! td.row1 { } ! td.row2 { background-color: #DEE3E7; } ! td.row3 { background-color: #D1D7DC; } td.oddcell { background-color: #97AC7C; } --- 404,416 ---- /* This is the outline round the main forum tables */ ! #leftcol .forumline { ! border: 1px solid #00355C; ! border-width: 1px 0px 1px 1px; ! } /* Main table cell colours and backgrounds */ ! td.row1 { background-color: #ffffff; } ! td.row2 { background-color: #eeeeee; } ! td.row3 { background-color: #dddddd; } td.oddcell { background-color: #97AC7C; } *************** *** 431,434 **** --- 432,438 ---- #middlecol div.block img { margin: 4px 10px 4px 4px; } + .ImageFrame_image { margin: 0px; padding: 0px; } /* Gallery Fix */ + #middlecol div.block img.ImageFrame_image { margin: 0px; padding: 0px; } /* Gallery Fix */ + div.block p { margin: 0.7em 0px 0.7em 0px; } Index: mx_main_layout_1_col.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase2/mx_main_layout_1_col.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_main_layout_1_col.tpl 11 Feb 2008 22:57:06 -0000 1.1 --- mx_main_layout_1_col.tpl 27 Apr 2008 18:40:23 -0000 1.2 *************** *** 12,18 **** <!-- END block_header --> - <!-- BEGIN show_title --> - <span class="blocktitle">{layout_column.blocks.show_title.L_TITLE}</span> - <!-- END show_title --> <!-- BEGIN edit --> <div class="editCP_switch" style="display: {layout_column.blocks.edit.EDITCP_SHOW};"> --- 12,15 ---- *************** *** 29,32 **** --- 26,33 ---- <!-- END edit --> + <!-- BEGIN show_title --> + <span class="blocktitle">{layout_column.blocks.show_title.L_TITLE}</span> + <!-- END show_title --> + <!-- BEGIN block_header --> </div> |