|
From: FlorinCB <ory...@us...> - 2008-09-18 21:50:41
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1798/templates/subsilver2 Modified Files: mx_main_layout.html overall_header_navigation.html overall_header_navigation_phpbb.html subsilver2.css Log Message: subsilver2 changes Index: mx_main_layout.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/mx_main_layout.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_main_layout.html 27 Aug 2008 22:01:07 -0000 1.4 --- mx_main_layout.html 19 Sep 2008 04:50:04 -0000 1.5 *************** *** 1,3 **** ! <table border="0" cellspacing="10" cellpadding="0" width="100%" class="mx_body_table"> <tr valign="top"> --- 1,3 ---- ! <table border="0" cellspacing="2" cellpadding="0" width="100%" class="mx_body_table"> <tr valign="top"> *************** *** 21,34 **** <td> <!-- BEGIN block_header --> - <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-bottom:none; padding:1px 1px 0px 1px;"> <tr> <td> ! <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> ! <!-- END block_header --> <!-- BEGIN show_title --> ! <th class="thCornerL" align="left" width="100%"> {layout_column.blocks.show_title.L_TITLE} </th> --- 21,34 ---- <td> + <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-bottom: 0; padding:0px 0px 0px 0px;"> <!-- BEGIN block_header --> <tr> <td> ! <table width="100%" cellpadding="0" cellspacing="0" style="border:none; padding:0px 0px 0px 0px;"> <tr> ! <!-- END block_header --> <!-- BEGIN show_title --> ! <th align="left" style="background-color: #75507b; overflow: auto; width: 80%; height: 20px;"> {layout_column.blocks.show_title.L_TITLE} </th> *************** *** 37,60 **** <!-- BEGIN edit --> ! <th class="thTop" align="right" width="1"> ! <div class="editCP_switch" style="display: {layout_column.blocks.edit.EDITCP_SHOW};"> <form action="{layout_column.blocks.edit.EDIT_ACTION}" method="post" class="mx_editform"> ! <table width="100%" cellpadding="0" cellspacing="0" border="0"> ! <tr> <!-- BEGIN hidden_block --> ! <td align="right"> ! <span class="gensmall"><i>{layout_column.blocks.edit.hidden_block.HIDDEN_BLOCK}</i></span> ! </td> ! <!-- END hidden_block --> ! <td align="right"> {layout_column.blocks.edit.EDIT_IMG} ! {layout_column.blocks.edit.S_HIDDEN_FORM_FIELDS} ! </td> ! </tr> ! </table> </form> - </div> </th> --- 37,56 ---- <!-- BEGIN edit --> ! <th align="right" class="editCP_switch" style="display: {layout_column.blocks.edit.EDITCP_SHOW};"> <form action="{layout_column.blocks.edit.EDIT_ACTION}" method="post" class="mx_editform"> ! <div> ! <dl> ! <dt align="right"> <!-- BEGIN hidden_block --> ! <i>{layout_column.blocks.edit.hidden_block.HIDDEN_BLOCK}</i> ! <!-- END hidden_block --> {layout_column.blocks.edit.EDIT_IMG} ! {layout_column.blocks.edit.S_HIDDEN_FORM_FIELDS} ! </dt> ! </dl> ! </div> </form> </th> *************** *** 62,68 **** <!-- BEGIN show_title --> ! <th class="thCornerR" align="right" width="1"> ! ! </th> <!-- END show_title --> --- 58,62 ---- <!-- BEGIN show_title --> ! <th align="right" style="overflow: auto; width: 1%; height: 20px;"></th> <!-- END show_title --> *************** *** 75,88 **** <!-- END block_header --> ! <div id="block_{layout_column.blocks.BLOCK_ID}"> ! <table width="100%" cellpadding="0" cellspacing="0" border="0"> ! <tr> ! <td> {layout_column.blocks.BLOCK} ! </td> ! </tr> ! </table> </div> - </td> </tr> --- 69,79 ---- <!-- END block_header --> ! <div id="block_{layout_column.blocks.BLOCK_ID}" style="width: 100%; border:none; padding:0px 0px 0px 0px;"> ! <dl> ! <dt> {layout_column.blocks.BLOCK} ! </dt> ! </dl> </div> </td> </tr> Index: overall_header_navigation_phpbb.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/overall_header_navigation_phpbb.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** overall_header_navigation_phpbb.html 7 Sep 2008 22:38:34 -0000 1.7 --- overall_header_navigation_phpbb.html 19 Sep 2008 04:50:04 -0000 1.8 *************** *** 91,99 **** </div> ! <table width="100%" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> ! <table width="100%" cellspacing="0" cellpadding="2" border="0" class="mx_header_table"> <tr> <td class="row2" align="center" valign="middle" colspan="3"> --- 91,99 ---- </div> ! <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> ! <table width="100%" cellspacing="0" cellpadding="0" border="0" class="mx_header_table"> <tr> <td class="row2" align="center" valign="middle" colspan="3"> *************** *** 103,107 **** <tr> <td class="cat" align="center" valign="middle" colspan="3"> ! <table cellspacing="1" cellpadding="1" border="0"> <tr> <td align="center" valign="middle" nowrap > --- 103,107 ---- <tr> <td class="cat" align="center" valign="middle" colspan="3"> ! <table cellspacing="0" cellpadding="0" border="0"> <tr> <td align="center" valign="middle" nowrap > Index: subsilver2.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.css,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** subsilver2.css 13 Sep 2008 15:12:04 -0000 1.10 --- subsilver2.css 19 Sep 2008 04:50:04 -0000 1.11 *************** *** 19,149 **** \************************************************************/ ! /* Fix for navigation menu */ ! td.nav { ! padding: 2px; ! } ! ! /* This is the border line & background colour round the entire page */ ! .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } ! ! /* This is the outline round the main forum tables */ ! .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } ! ! /* This is the main table round all portal contents, use with .bodyline */ ! .mx_main_table { ! } ! ! /* This is the outline table round the overall page header */ ! .mx_header_table { ! background-color: #FFFFFF; ! border: 2px solid #006699; ! } ! ! /* This is the outline table round the columns/blocks, that is the table below the header */ ! .mx_body_table { ! } ! ! /* This is the outer outline table round the blocks */ ! .mx_graphborder { } ! /* These are the main mx column styles */ ! td.leftcol { } ! td.middlecol { ! } ! td.rightcol { } ! /* This is the style used for the top page title. */ ! .pagetitle { ! font-weight: bold; ! font-size: 30px; ! font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif; ! text-decoration: none; ! line-height : 120%; ! color : #000066; ! font-variant: small-caps; ! text-transform: capitalize; ! letter-spacing: 5px; ! vertical-align: 20%; ! } ! /* This is the style used for the top site title. */ ! .sitetitle { ! font-family: Arial; ! font-variant: small-caps; ! font-weight: bolder; ! font-size: 12pt; ! color: #000066; ! } ! /* This is the style used for the top site description. */ ! .sitetitle_desc { ! color: #006699; ! font-size: 9px; } ! /* Customized hr below site title */ ! hr.hrtop { ! height: 3px; ! border: solid #000066 1px; ! border-top-width: 1px; ! } ! /* For all contract/expand rollup buttons */ ! .mx_rollup_button { ! font-size: 11px; ! margin: 0px; ! padding: 0px; ! cursor: pointer; ! cursor: hand; ! } ! /* Form elements */ ! form { ! margin-bottom: 0px; } ! /* Form elements */ ! form.mx_editform { ! margin-bottom: 0px; ! margin-top: 0px; } ! /* This is the border around numbers in pagination */ ! .mx_pagination, .mx_pagination_sele, .mx_pagination_over { ! padding-left: 2px; ! padding-right: 2px; ! border-top: 1px solid #B0B0B0; ! border-right: 1px solid #B0B0B0; ! border-bottom: 1px solid #B0B0B0; ! border-left: 1px solid #B0B0B0; ! text-decoration: none; } ! .mx_pagination_sele { ! background-color: #E0E0E0; ! } ! .mx_pagination_over { ! background-color: #F0F0F0; ! } - .shadow { - color: #00AA00; - filter: DropShadow(Color=#660000, OffX=5, OffY=5, Positive=1); - } - img.shadow { - color: #00AA00; - 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; ! } --- 19,92 ---- \************************************************************/ ! th { ! font-size: 1.1em; ! font-weight: bold; ! background-image: url('./theme/images/cellpic3.gif'); ! white-space: none; ! padding: 2px 1px; } ! .catdiv, .rowpic { ! background-image: url('./theme/images/cellpic2.jpg'); ! background-repeat: repeat-y scroll top left; } ! .cat, .catHead, .catSides, .catLeft, .catRight, .catBottom { ! height: 28px; ! margin: 0; ! padding: 0; ! background-color:#D1D7DC; border: 0; height: 28px; ! background-image: url('./theme/images/cellpic1.gif'); ! text-indent: 4px; ! } ! .cat, .catHead, .catBottom { ! height: 29px; ! border-width: 0px 0px 0px 0px; } + .thHead, .thSides, .thTop, .thLeft, .thRight, .thBottom, .thCornerL, .thCornerR { + font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; } + .row3Right, .spaceRow { + background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } ! .thHead, .catHead { font-size: 12px; border-width: 1px 1px 0px 1px; } ! .thSides, .catSides, .spaceRow { border-width: 0px 1px 0px 1px; } ! .thRight, .catRight, .row3Right { border-width: 0px 1px 0px 0px; } ! .thLeft, .catLeft { border-width: 0px 0px 0px 1px; } ! .thBottom, .catBottom { border-width: 0px 1px 1px 1px; } ! .thTop { border-width: 1px 0px 0px 0px; } ! .thCornerL { border-width: 1px 0px 0px 1px; } ! .thCornerR { border-width: 1px 1px 0px 0px; } ! .helpline { border-style: none; } ! .nav { ! padding: 2px; } ! .bodyline { border: 1px #98AAB1 solid; padding: 0px 0px 0px 0px; } ! .forumline { border: 2px #006699 solid; padding: 0px 0px 0px 0px; } ! .mx_main_table { } ! .mx_header_table { ! border: 2px solid #006699; ! padding: 0px 0px 0px 0px; } ! .mx_body_table { } ! .row1, .bg1 { background-color: #EFEFEF; } /* .bg1 */ ! .row2, .bg2 { background-color: #DEE3E7; } /* .bg2 */ ! .row2, .bg3 { background-color: #D1D7DC; } /* .bg3 */ ! .row4, .bg4 { background-color: #EFEFEF; } ! .row5, .bg5 { background-color: #DEE3E7; } ! .row6, .bg6 { background-color: #D1D7DC; } ! .gen { font-size : 12px; } ! .genmed { font-size : 11px; } ! .gensmall { font-size : 10px; } \ No newline at end of file Index: overall_header_navigation.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/overall_header_navigation.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** overall_header_navigation.html 7 Sep 2008 21:54:21 -0000 1.8 --- overall_header_navigation.html 19 Sep 2008 04:50:04 -0000 1.9 *************** *** 91,99 **** </div> ! <table width="100%" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> ! <table width="100%" cellspacing="0" cellpadding="2" border="0" class="mx_header_table"> <tr> <td class="row2" align="center" valign="middle" colspan="3"> --- 91,99 ---- </div> ! <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> ! <table width="100%" cellspacing="0" cellpadding="0" border="0" class="mx_header_table"> <tr> <td class="row2" align="center" valign="middle" colspan="3"> |