|
From: OryNider <ory...@us...> - 2007-12-16 20:49:06
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6123 Modified Files: overall_header.html overall_header_navigation.html overall_header_navigation_phpbb.html Log Message: more prosilver stuff. Index: overall_header_navigation.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header_navigation.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** overall_header_navigation.html 16 Dec 2007 03:40:14 -0000 1.2 --- overall_header_navigation.html 16 Dec 2007 20:48:17 -0000 1.3 *************** *** 11,377 **** <title>{SITENAME} :: {PAGE_TITLE}</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}templates/prosilver/{T_GECKO_STYLESHEET}" type="text/css" ><!-- END switch_gecko --> ! ! <style type="text/css"> ! <!-- ! body { ! ! /* 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, td { font-size: 11px; color: #000000; } ! ! /* 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'); ! } ! --> ! </style> {MX_ADDITIONAL_CSS} --- 11,19 ---- <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- First load standard template *.css definition, located in the the phpbb template folder --> ! <!-- BEGIN switch_phpbb_stylesheet--><link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" ><!-- END switch_phpbb_stylesheet--> <!-- 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 --> {MX_ADDITIONAL_CSS} Index: overall_header_navigation_phpbb.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header_navigation_phpbb.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overall_header_navigation_phpbb.html 16 Dec 2007 03:40:14 -0000 1.1 --- overall_header_navigation_phpbb.html 16 Dec 2007 20:48:17 -0000 1.2 *************** *** 11,377 **** <title>{SITENAME} :: {PAGE_TITLE}</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}templates/prosilver/{T_GECKO_STYLESHEET}" type="text/css" ><!-- END switch_gecko --> ! ! <style type="text/css"> ! <!-- ! body { ! ! /* 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, td { font-size: 11px; color: #000000; } ! ! /* 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'); - } - --> - </style> {MX_ADDITIONAL_CSS} --- 11,20 ---- <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- First load standard template *.css definition, located in the the phpbb template folder --> ! <!-- BEGIN switch_phpbb_stylesheet--><link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" ><!-- END switch_phpbb_stylesheet--> <!-- 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 --> {MX_ADDITIONAL_CSS} Index: overall_header.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** overall_header.html 14 Dec 2007 02:13:28 -0000 1.2 --- overall_header.html 16 Dec 2007 20:48:16 -0000 1.3 *************** *** 11,377 **** <title>{SITENAME} :: {PAGE_TITLE}</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}templates/prosilver/{T_GECKO_STYLESHEET}" type="text/css" ><!-- END switch_gecko --> ! ! <style type="text/css"> ! <!-- ! body { ! ! /* 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, td { font-size: 11px; color: #000000; } ! ! /* 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'); ! } ! --> ! </style> {MX_ADDITIONAL_CSS} --- 11,19 ---- <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- First load standard template *.css definition, located in the the phpbb template folder --> ! <!-- BEGIN switch_phpbb_stylesheet--><link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" ><!-- END switch_phpbb_stylesheet--> <!-- 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 --> {MX_ADDITIONAL_CSS} |