|
From: Jon O. <jon...@us...> - 2007-09-09 16:56:30
|
Update of /cvsroot/mxbb/core/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12933/admin Added Files: index.htm page_footer.html page_header.html Log Message: Ok, massive update for 2.9.x. --- NEW FILE: page_header.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="{S_CONTENT_DIRECTION}"> <head> {META} <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <title>{SITENAME} - {L_MX_ADMIN}</title> <!-- First load standard template *.css definition, located in the the phpbb template folder --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" > <!-- Then 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" > <!-- Optionally, redefine some defintions for gecko browsers --> <!-- BEGIN switch_gecko --><link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" ><!-- END switch_gecko --> <style type="text/css"> <!-- /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ font-family: Verdana, Helvetica, Arial, sans-serif; color: #828282; background-color: #FFFFFF; /*font-size: 62.5%; This sets the default font size to be equivalent to 10px */ font-size: 10px; margin: 0; padding: 12px 0; display: block; list-style-type: none; color: #777777; margin: 0; color: #4C5D77; } body { font-size: 10px; margin:0px; padding:0px; /* Opera 0 margin */ text-align: center; /* center in IE */ } p { font-size: 11px; } td { padding: 2px; } td.profile { padding: 4px; } .tablebg { background-color: #A9B8C2; } /* 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 { } /* Table styles */ table { width: 100%; border: 1px solid #CCCFD3; background-color: #FFFFFF; padding: 1px; } th { padding: 3px 4px; color: #FFFFFF; background: #70AED3 url("{U_PHPBB_ROOT_PATH}templates/prosilver/theme/images/bg_list.gif") bottom left repeat-x; border-top: 1px solid #6DACD2; border-bottom: 1px solid #327AA5; text-align: left; font-size: 0.75em; text-transform: uppercase; } th.1 { color: #B7BAC5; font-size: 11px; font-weight : bold; BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#70AED3; height: 25px; background-image: url({U_PHPBB_ROOT_PATH}templates/prosilver/theme/images/bg_list.gif); } td { text-align: left; line-height: 1.20em; } th.thHead { background: url({U_PHPBB_ROOT_PATH}templates/prosilver/theme/images/bg_list.gif) left; } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background-image: url({U_PHPBB_ROOT_PATH}templates/prosilver/theme/images/gradient.gif); background:#D1D7DC; font-size: 12px; } th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } th.thTop { border-width: 1px 0px 0px 0px; } th.thCornerL { border-width: 1px 0px 0px 1px; } th.thCornerR { border-width: 1px 1px 0px 0px; } td.row3Right,td.spaceRow { font-size: 12px; background-color: #B9B9B9; BORDER-TOP: #B7B7B7 1px solid; BORDER-BOTTOM: #E7E7E7 1px solid; BORDER-LEFT: #B7B7B7 1px solid; BORDER-RIGHT: #E7E7E7 1px solid; } td.catHead { font-size: 12px; BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#1E1E2A; } td.catSides { BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#1E1E2A; } td.catRight { BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#1E1E2A; } td.catLeft { BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#1E1E2A; } td.catBottom { BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#1E1E2A; } .rtl th, .rtl td { text-align: right; } table.type2 { border: none; background: none; padding: 0; } table.type2 th { background: none; border-top: none; text-align: center; color: #115098; padding: 2px 0; } table.type2 td { padding: 0; font-size: 11px; } table.type2 td.name { padding: 2px; vertical-align: middle; } table.type3 { float: right; width: 300px; border: none; background-color: transparent; padding: 0; } .rtl table.type3 { float: left; } table.type3 thead th { background-color: transparent; border-top: none; text-align: center; color: #115098; padding: 0 3px; font-size: 11px; font-weight: normal; text-transform: none; } table.type3 tbody th { border-top: none; text-align: left; text-transform: none; padding: 0; border: none; font-size: 12px; font-weight: normal; width: 100%; } .rtl table.type3 tbody th { text-align: right; } table.type3 td { text-align: center; padding: 1px; } th.name { text-align: left; width: auto; } .rtl th.name { text-align: right; } td.name { text-align: left; font-weight: bold; } .rtl td.name { text-align: right; } .entry { text-align: left; font-weight: normal; } .rtl .entry { text-align: right; } .row1 { background-color: #F9F9F9; } .row2 { background-color: #DCEBFE; } .row3 { background-color: #DBDFE2; } .row4 { background-color: #E4E8EB; } .col1 { background-color: #DCEBFE; } .col2 { background-color: #F9F9F9; } .spacer { background-color: #DBDFE2; height: 1px; line-height: 1px; } /* 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'); } /* 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: 1px solid #006699; border-bottom: 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; letter-spacing: 0.6em; font-variant: small-caps; font-weight: bolder; font-size: 11pt; color: #000066; } /* This is the style used for the top site description. */ .sitetitle_desc { 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'); } --> </style> {MX_ADDITIONAL_CSS} {MX_ICON_CSS} <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Common.js"></script> <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Toggle.js"></script> </head> <body class="{S_CONTENT_DIRECTION}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <a name="top"></a> --- NEW FILE: page_footer.html --- <!-- Please note that the following copyright notice MUST be displayed on each and every page output by phpBB. You may alter the font, colour etc. but you CANNOT remove it, nor change it so that it be, to all intents and purposes, invisible. You may ADD your own notice to it should you have altered the code but you may not replace it. The hyperlink must also remain intact. These conditions are part of the licence this software is released under. See the LICENCE and README files for more information. The phpBB Group : 2001 & mxBB Team : 2002 //--> <div align="center" id="page-footer"> <span class="copyright">{POWERED_BY} <a href="http://www.mx-system.com/" target="_mx-system" class="copyright">mxBB-Portal</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2000, 2002, 2005, 2007 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> {EXECUTION_STATS} </div> </body> </html> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |