|
From: OryNider <ory...@us...> - 2008-03-14 14:24:39
|
Update of /cvsroot/mxbb/mx_smartor/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14976/templates/_core Added Files: mx_smartor.cfg mx_smartor.css Removed Files: _core.cfg Log Message: i fogot to commit this somehow --- NEW FILE: mx_smartor.cfg --- <?php /** * * @package mxBB Portal Module - mx_smartor * @version $Id: mx_smartor.cfg,v 1.1 2008/03/14 14:24:31 orynider Exp $ * @copyright (c) 2002-2006 mxBB Development Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // ** Configuration file for subSilver template ** // // ** copyright (C) 2001 The phpBB Group ** // ** Created by subBlue design ** // ** www.subBlue.com ** // // *** subSilver dev. forum: www.subSky.com/phpBB2/ ** // // $Id: mx_smartor.cfg,v 1.1 2008/03/14 14:24:31 orynider Exp $ // // Please note that to enable support of different languages // the ". LANG ." place holder is available. This will be replaced // with xxx where xxx is the users selected language. If // that language isn't available it will default to english. // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // // // Do not alter this line! // if( !defined('MX_TEMPLATE_CONFIG')) { define(MX_TEMPLATE_CONFIG, TRUE); } $mx_template_config = true; $mx_template_name = '_core'; // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- // if ( empty($current_template_path) ) { $current_template_path = "templates/". $mx_template_name; } $mx_template_images = PORTAL_URL . $current_template_path . "/images"; $current_module_images = PORTAL_URL . $module_root_path . "templates/". $mx_template_name ."/images"; $current_template_phpbb_images = PHPBB_URL . "templates/". $mx_template_name ."/images"; // phpBB graphics template // ------------------------------------------------------------------------- // (Re)Define images // ------------------------------------------------------------------------- // Rss Feed Site Images - BEGIN $mx_images['logo_url'] = "$mx_template_images/logo.gif"; // Mighty Gorgon - Full Album Pack - BEGIN $mx_images['icon_left_arrow3'] = "$current_module_images/icon_left_arrow3.gif"; $mx_images['icon_right_arrow3'] = "$current_module_images/icon_right_arrow3.gif"; $mx_images['no_thumbnail'] = "$current_module_images/nothumbnail.jpg"; $mx_images['spacer'] = "$current_module_images/spacer.gif"; $mx_images['mini_new_pictures'] = "$current_template_phpbb_images/icon_minipost_new.gif"; $mx_images['mini_all_pic_view_mode'] = "$current_module_images/icon_mini_showall.gif"; $mx_images['icon_album'] = "$current_module_images/{LANG}/icon_album.gif"; $mx_images['manage_pic'] = "$current_module_images/{LANG}/manage_pic.gif"; $mx_images['upload_pic'] = "$current_module_images/{LANG}/upload_pic.gif"; $mx_images['jupload_pic']= "$current_module_images/{LANG}/jupload_pic.gif"; $mx_images['download_pic'] = "$current_module_images/{LANG}/download.gif"; $mx_images['download_all_pic'] = "$current_module_images/{LANG}/download_all.gif"; $mx_images['all_pic_view_mode'] = "$current_module_images/{LANG}/simple_view.gif"; $mx_images['normal_pic_view_mode'] = "$current_module_images/{LANG}/normal_view.gif"; $mx_images['show_all_pics'] = "$current_module_images/{LANG}/show_all_pics.gif"; $mx_images['show_all_ratings'] = "$current_module_images/{LANG}/show_all_ratings.gif"; $mx_images['show_all_comments'] = "$current_module_images/{LANG}/show_all_comments.gif"; $mx_images['orange_dot'] = "$current_module_images/orange_dot.png"; $mx_images['blue_dot'] = "$current_module_images/blue_dot.png"; $mx_images['green_dot'] = "$current_module_images/green_dot.png"; $mx_images['yellow_dot'] = "$current_module_images/yellow_dot.png"; $mx_images['icon_dot'] = "$current_module_images/icon_dot.gif"; $mx_images['default_avatar'] = "$current_module_images/default_avatar.png"; $mx_images['guest_avatar'] = "$current_module_images/{LANG}/guest_avatar.png"; // Use standard phpBB graphics // $mx_images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; $mx_images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; $mx_images['icon_search'] = "$current_template_phpbb_images/{LANG}/icon_search.gif"; $mx_images['icon_profile'] = "$current_template_phpbb_images/{LANG}/icon_profile.gif"; $mx_images['icon_pm'] = "$current_template_phpbb_images/{LANG}/icon_pm.gif"; $mx_images['icon_email'] = "$current_template_phpbb_images/{LANG}/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; $mx_images['icon_ip'] = "$current_template_phpbb_images/{LANG}/icon_ip.gif"; $mx_images['icon_www'] = "$current_template_phpbb_images/{LANG}/icon_www.gif"; $mx_images['icon_icq'] = "$current_template_phpbb_images/{LANG}/icon_icq_add.gif"; $mx_images['icon_aim'] = "$current_template_phpbb_images/{LANG}/icon_aim.gif"; $mx_images['icon_yim'] = "$current_template_phpbb_images/{LANG}/icon_yim.gif"; $mx_images['icon_msnm'] = "$current_template_phpbb_images/{LANG}/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_minipost_new'] = "$current_template_phpbb_images/icon_minipost_new.gif"; $mx_images['icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; $mx_images['icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; $mx_images['forum'] = "$current_template_phpbb_images/folder_big.gif"; $mx_images['forum_new'] = "$current_template_phpbb_images/folder_new_big.gif"; $mx_images['forum_locked'] = "$current_template_phpbb_images/folder_locked_big.gif"; $mx_images['folder'] = "$current_template_phpbb_images/folder.gif"; $mx_images['folder_new'] = "$current_template_phpbb_images/folder_new.gif"; $mx_images['folder_hot'] = "$current_template_phpbb_images/folder_hot.gif"; $mx_images['folder_hot_new'] = "$current_template_phpbb_images/folder_new_hot.gif"; $mx_images['folder_locked'] = "$current_template_phpbb_images/folder_lock.gif"; $mx_images['folder_locked_new'] = "$current_template_phpbb_images/folder_lock_new.gif"; $mx_images['folder_sticky'] = "$current_template_phpbb_images/folder_sticky.gif"; $mx_images['folder_sticky_new'] = "$current_template_phpbb_images/folder_sticky_new.gif"; $mx_images['folder_announce'] = "$current_template_phpbb_images/folder_announce.gif"; $mx_images['folder_announce_new'] = "$current_template_phpbb_images/folder_announce_new.gif"; // // Last Message and Anouncement block compatibility // $images['folder'] = "$current_template_phpbb_images/folder.gif"; $images['folder_new'] = "$current_template_phpbb_images/folder_new.gif"; $images['folder_announce'] = "$current_template_phpbb_images/folder_announce.gif"; $images['folder_announce_new'] = "$current_template_phpbb_images/folder_announce_new.gif"; $images['folder_sticky'] = "$current_template_phpbb_images/folder_sticky.gif"; $images['folder_sticky_new'] = "$current_template_phpbb_images/folder_sticky_new.gif"; $images['folder_locked'] = "$current_template_phpbb_images/folder_lock.gif"; $images['folder_locked_new'] = "$current_template_phpbb_images/folder_lock_new.gif"; $images['folder_hot'] = "$current_template_phpbb_images/folder_hot.gif"; $images['folder_hot_new'] = "$current_template_phpbb_images/folder_new_hot.gif"; $images['icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; $images['icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; // // 2.8.0 Gold Anouncement block compatibility // $images['mx_folder'] = "$current_template_phpbb_images/folder.gif"; $images['mx_folder_new'] = "$current_template_phpbb_images/folder_new.gif"; $images['mx_folder_announce'] = "$current_template_phpbb_images/folder_announce.gif"; $images['mx_folder_announce_new'] = "$current_template_phpbb_images/folder_announce_new.gif"; $images['mx_folder_sticky'] = "$current_template_phpbb_images/folder_sticky.gif"; $images['mx_folder_sticky_new'] = "$current_template_phpbb_images/folder_sticky_new.gif"; $images['mx_folder_locked'] = "$current_template_phpbb_images/folder_lock.gif"; $images['mx_folder_locked_new'] = "$current_template_phpbb_images/folder_lock_new.gif"; $images['mx_folder_hot'] = "$current_template_phpbb_images/folder_hot.gif"; $images['mx_folder_hot_new'] = "$current_template_phpbb_images/folder_new_hot.gif"; $images['mx_icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; $images['mx_icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; // // Define common theme colors (if not present in db) // $theme['body_bgcolor'] = ( ($theme['body_bgcolor']) ? $theme['body_bgcolor'] : 'FFFFFF' ); $theme['body_text'] = ( ($theme['body_text']) ? $theme['body_text'] : '383B3F' ); $theme['body_link'] = ( ($theme['body_link']) ? $theme['body_link'] : '006699' ); $theme['body_vlink'] = ( ($theme['body_vlink']) ? $theme['body_vlink'] : '006699' ); $theme['body_alink'] = ( ($theme['body_alink']) ? $theme['body_alink'] : '006699' ); $theme['body_hlink'] = ( ($theme['body_hlink']) ? $theme['body_hlink'] : 'f3a625' ); $theme['tr_color1'] = ( ($theme['tr_color1']) ? $theme['tr_color1'] : 'F7EEEE' ); // row1 $theme['tr_color2'] = ( ($theme['tr_color2']) ? $theme['tr_color2'] : 'FBF4F4' ); // row2 $theme['tr_color3'] = ( ($theme['tr_color3']) ? $theme['tr_color3'] : 'f1f1f1' ); // row3 $theme['th_color1'] = ( ($theme['th_color1']) ? $theme['th_color1'] : 'FFA34F' ); // bodyline border color $theme['th_color2'] = ( ($theme['th_color2']) ? $theme['th_color2'] : '333333' ); // forumline border color $theme['th_color3'] = ( ($theme['th_color3']) ? $theme['th_color3'] : 'd1d7dc' ); // boxes border color $theme['td_color1'] = ( ($theme['td_color1']) ? $theme['td_color1'] : 'F7EEEE' ); // code/quote boxes background $theme['td_color2'] = ( ($theme['td_color2']) ? $theme['td_color2'] : 'FBF4F4' ); // post box background $theme['fontface1'] = ( ($theme['fontface1']) ? $theme['fontface1'] : 'Verdana,Arial,Helvetica,sans-serif'); $theme['fontcolor1'] = ( ($theme['fontcolor1']) ? $theme['fontcolor1'] : '383B3F' ); // Main font color $theme['fontcolor2'] = ( ($theme['fontcolor2']) ? $theme['fontcolor2'] : '726363' ); ?> --- _core.cfg DELETED --- --- NEW FILE: mx_smartor.css --- /* Full Album Pack - BEGIN*/ /* Thumbs Frame & Shadow - BEGIN */ .picframe{ display: block; background-color: #FFFFFF; border: 1px solid #555555; padding: 2px 6px 2px 6px; position: relative; bottom: 2px; right: 2px; } .picshadow{ background-color: #888888; color: inherit; margin-left: 4px; margin-top: 4px; } /* Thumbs Frame & Shadow - END */ /* Pic LightBox Preview - BEGIN */ #loader_container { text-align: center; position: absolute; top: 40%; width: 100%; } #loader { font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, sans; font-size: 10px; color: #000000; background-color: #FFFFFF; padding: 10px 0 16px 0; margin: 0 auto; display: block; width: 135px; border: 1px solid #777777; text-align: left; z-index: 255; } #progress { height: 5px; font-size: 1px; width: 10px; position: relative; top: 1px; left: 10px; background-color: #999999; } #loader_bg { background-color: #EEEEEE; position: relative; top: 8px; left: 8px; height: 7px; width: 113px; font-size: 1px } .border_preview{ font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, sans; font-size: 16px; color: #444444; padding: 10px 10px 10px 10px; z-index: 100; position: absolute; background: #FFFFFF; border: 2px dotted #336699; } .preview_temp_load { vertical-align: middle; text-align: center; padding: 10px; } .preview_temp_load img{ vertical-align: middle; text-align: center; } /* Pic LightBox Preview - END */ /* ACP - BEGIN */ .forumline_left { background-color: #F8F8F8; border-bottom: 2px #224488 solid; border-left: 2px #224488 solid; } .tab_links, a.tab_links:hover, a.tab_links:link, a.tab_links:active, a.tab_links:visited { font-size: 11px; color: #FF7722; text-decoration: none; } .tab_links_unsel, a.tab_links_unsel:hover, a.tab_links_unsel:link, a.tab_links_unsel:active, a.tab_links_unsel:visited { font-size: 11px; color: #333333; text-decoration: none; } a.tab_links:hover, a.tab_links_unsel:hover { color: #FFFFAA; text-decoration: underline; } .tab_headers, th.tab_headers { color: #FF7722; font-size: 11px; font-weight : bold; padding-left: 4px; padding-right: 8px; border: #003366; border-style: solid; border-width: 1px 1px 0px 1px; background-color: #006699; } .tab_headers_unsel, th.tab_headers_unsel { color: #333333; font-size: 11px; font-weight : bold; padding-left: 4px; padding-right: 8px; border: #336699; border-style: solid; border-width: 1px 1px 0px 1px; background-color: #6699AA; } .tab_border { background-color: #888888; border: 1px; } .filler, th.filler { background-color:#6699AA; background-image:none; } /* ACP - END */ /* MooShow - BEGIN */ /* mooShow 0.01 beta CSS Document */ .mooshow a img { border: none; outline: none; -moz-outline: none; } .mooshow_outerContainer{ position: relative; background-color: #FFFFFF; color: inherit; width: 20px; height: 1px; margin: 0 auto; display: table; } .dropShadowBorder { border-top: 1px solid #FFFFFF; border-right: 1px solid #CCCCCC; border-left: 1px solid #FFFFFF; border-bottom: 1px solid #CCCCCC; } .mooshow { position: inherit; display: none; } .mooshow_loading{ position: absolute; top: 0; left: 0; display: none; /* text-align: center; vertical-align: middle; */ } .mooshow_copyright{ position: absolute; top: 15px; right: 10px; color: #CCCCCC; font-size:9px; } .mooshow_extras{ margin: 0 auto; text-align: left; color:#666666; background-color: inherit; } .mooshow_topNav{ padding-top: 5px; padding-bottom: 15px; text-align: left; font-size: 8px; background-color: inherit; color:#CCCCCC; line-height: 170%; width: 100%; } .mooshow_captions{ background-color: #FFFFFF; color:#999999; margin: 0 auto; text-align: left; line-height:140%; height: 35px; width: 100%; } .mooshow_contentContainer{ background-color:#666666; color: inherit; position: relative; text-align: center; line-height: 0.0; } .mooshow_overlayNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; margin: 0 auto; } .mooshow_prevLink, .mooshow_nextLink{ width: 30%; height: 100%; background: transparent url(../../images/fap/fap_blank.gif) no-repeat; /* Trick IE into showing hover */ outline:none; } .mooshow_prevLink { left: 0; float: left; outline: none; -moz-outline: none;} .mooshow_nextLink { right: 0; float: right; outline: none; -moz-outline: none;} .mooshow_prevLink:hover, .mooshow_prevLink:visited:hover { background: url(../../images/fap/fap_prev.gif) left 100% no-repeat; } .mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url(../../images/fap/fap_next.gif) right 100% no-repeat; } .mooshow_IPTC{ position: absolute; top: 0px; left: 0px; height: auto; background-color: #000; color: #CCCCCC; font-size: 9px; line-height: 140%; text-align: left; filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; display: none; } .mooshow_IPTCbutton{ position: absolute; top: 0; left: 0; } .mooshow_IPTC_left{ float: left; text-align: right; width: 18%; } .mooshow_IPTC_right{ float: right; text-align: left; width: 80%; } /* MooShow - END */ /* Full Album Pack - END*/ |