|
From: Jon O. <jon...@us...> - 2008-04-27 18:40:55
|
Update of /cvsroot/mxbb/core/templates/mxBase1 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10176/mxBase1 Modified Files: mxBase1.cfg mxBase1.css mx_main_layout.tpl Log Message: Style improvements... Index: mx_main_layout.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase1/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:56:39 -0000 1.1 --- mx_main_layout.tpl 27 Apr 2008 18:40:17 -0000 1.2 *************** *** 11,17 **** <!-- 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};"> --- 11,14 ---- *************** *** 28,31 **** --- 25,32 ---- <!-- END edit --> + <!-- BEGIN show_title --> + <span class="blocktitle">{layout_column.blocks.show_title.L_TITLE}</span> + <!-- END show_title --> + <!-- BEGIN block_header --> </div> Index: mxBase1.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase1/mxBase1.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mxBase1.cfg 16 Feb 2008 21:43:26 -0000 1.2 --- mxBase1.cfg 27 Apr 2008 18:40:17 -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: mxBase1.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase1/mxBase1.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mxBase1.css 18 Feb 2008 18:35:56 -0000 1.2 --- mxBase1.css 27 Apr 2008 18:40:17 -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; *************** *** 121,124 **** --- 121,126 ---- /*background-repeat: repeat-y;*/ /*background-position: right;*/ + + overflow:hidden; } *************** *** 145,148 **** --- 147,151 ---- /* Top header */ #header .globalNav .cat-button, #header .globalNav .cat-button-current{ + white-space: nowrap; padding: 3px 6px; } *************** *** 235,239 **** div.blockheader{ margin: 0px; ! padding: 2px 5px; /* background: url(/templates/mxBase1/images/cornerr.gif) top right no-repeat; */ --- 238,242 ---- div.blockheader{ margin: 0px; ! padding: 4px 4px; /* background: url(/templates/mxBase1/images/cornerr.gif) top right no-repeat; */ *************** *** 257,280 **** } ! 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; } --- 260,278 ---- } ! 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; } *************** *** 384,393 **** /* 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; } --- 382,395 ---- /* 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; } *************** *** 409,412 **** --- 411,417 ---- #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; } |