⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 css_inc.php

📁 一个bug追踪工具的PHP编写的源代码
💻 PHP
字号:
<?php	# Mantis - a php based bugtracking system	# Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@@300baud.org	# This program is distributed under the terms and conditions of the GPL	# See the files README and LICENSE for details?><style type="text/css">body				{ background-color: <?php echo $g_background_color ?>; color: <?php echo $g_background_font_color ?>; font-family: <?php echo $g_fonts ?>; font-size: <?php echo $g_font_normal ?>; margin-left: 4px; margin-right: 4px; margin-top: 6px; margin-bottom: 6px; }p					{ font-family: <?php echo $g_fonts ?>; font-size: <?php echo $g_font_normal ?> }p.center			{ text-align: center }address				{ font-family: <?php echo $g_fonts ?>; font-size: <?php echo $g_font_small ?> }span				{ font-family: <?php echo $g_fonts ?>; font-size: <?php echo $g_font_normal ?>; }table				{ }td					{ font-family: <?php echo $g_fonts ?>; font-size: <?php echo $g_font_normal ?>; padding: 4px; text-align: left }a					{}a:active 			{ color: <?php echo $g_active_font_color; ?>;    }a:link    			{ color: <?php echo $g_unvisited_font_color; ?>; }a:visited 			{ color: <?php echo $g_visited_font_color; ?>;   }form				{ display: inline; }input				{}textarea			{}select				{}span.print			{ font-size: <?php echo $g_font_small ?>; }span.required 		{ font-size: <?php echo $g_font_small ?>; color: <?php echo $g_required_font_color ?>; background-color: <?php echo $g_required_color ?>; }span.small 			{ font-size: <?php echo $g_font_small ?>; font-weight: normal; }span.pagetitle		{ font-size: <?php echo $g_font_large ?>; font-weight: bold; text-align: center }span.bold			{ font-weight: bold; }span.italic			{ font-style: italic; }span.italic			{ font-style: italic; font-size: 8pt; }table.hide			{ width: 100%; border-color: <?php echo $g_background_color ?>; color: <?php echo $g_background_font_color ?>; }table.width100		{ width: 100%; border-color: <?php echo $g_table_border_color ?>; border-style: solid; border-width: 1px; }table.width75		{ width: 75%;  border-color: <?php echo $g_table_border_color ?>; border-style: solid; border-width: 1px; }table.width60		{ width: 60%;  border-color: <?php echo $g_table_border_color ?>; border-style: solid; border-width: 1px; }table.width50		{ width: 50%;  border-color: <?php echo $g_table_border_color ?>; border-style: solid; border-width: 1px; }td.center			{ text-align: center; }td.left				{ text-align: left; }td.right			{ text-align: right; }td.category			{ background-color: <?php echo $g_category_title_color ?>; color: <?php echo $g_category_title_font_color ?>; font-weight: bold; }td.col-1			{ background-color: <?php echo $g_primary_color1 ?>; color: <?php echo $g_primary_font_color1 ?>; }td.col-2			{ background-color: <?php echo $g_primary_color2 ?>; color: <?php echo $g_primary_font_color2 ?>; }td.form-title		{ background-color: <?php echo $g_form_title_color ?>; color: <?php echo $g_primary_font_color2 ?>; }td.nopad			{ padding: 0px; }td.spacer			{ background-color: <?php echo $g_spacer_color ?>; color: <?php echo $g_font_color ?>; font-size: 1pt; line-height: 0.1; }td.small-caption	{ font-size: <?php echo $g_font_small ?>; }td.print			{ font-size: <?php echo $g_font_small ?>; text-align: left; padding: 2px; }td.print-category	{ font-size: <?php echo $g_font_small ?>; color: <?php echo $g_font_color ?>; font-weight: bold; text-align: right; padding: 2px; }td.print-bottom		{ border-bottom: 1px solid #000000; }td.print-spacer		{ background-color: <?php echo $g_spacer_color ?>; color: <?php echo $g_font_color ?>; font-size: 1pt; line-height: 0.1; padding: 0px;}tr.center			{ text-align: center; }tr.row-1			{ background-color: <?php echo $g_primary_color1 ?>; color: <?php echo $g_primary_font_color1 ?>; }tr.row-2			{ background-color: <?php echo $g_primary_color2 ?>; color: <?php echo $g_primary_font_color2 ?>; }tr.spacer			{ background-color: <?php echo $g_spacer_color ?>; color: <?php echo $g_font_color ?>; }tr.row-category		{ background-color: <?php echo $g_category_title_color ?>; color: <?php echo $g_category_title_font_color ?>; font-weight: bold; }tr.row-category2	{ background-color: <?php echo $g_category_title_color ?>; color: <?php echo $g_category_title_font_color ?>; }tr.print			{ vertical-align: top; }tr.print-category	{ color: <?php echo $g_font_color ?>; font-weight: bold; }td.login-info-left	{ width: 33%; padding: 0px; text-align: left; }td.login-info-middle{ width: 33%; padding: 0px; text-align: center; }td.login-info-right	{ width: 33%; padding: 0px; text-align: right; }span.login-username	{ font-style: italic; }span.login-time		{ font-size: <?php echo $g_font_small ?>; font-style: italic; }td.menu				{ background-color: <?php echo $g_menu_color ?>; color: <?php echo $g_menu_font_color ?>; text-align: center; width: 100%; padding: 1px; }td.form-input		{ background-color: <?php echo $g_category_title_color ?>; color: <?php echo $g_category_title_font_color ?>; }td.quick-summary-left	{ width: 50%; text-align: left; }td.quick-summary-right	{ width: 50%; text-align: right; }td.news-heading		{ background-color: <?php echo $g_primary_color1 ?>; color: <?php echo $g_primary_font_color1 ?>; text-align: left; border-bottom: 1px solid <?php echo $g_table_border_color ?>; }td.news-body		{ padding: 16px; }span.news-headline	{ font-weight: bold; }span.news-date		{ font-style: italic; font-size: <?php echo $g_font_small ?>; }a.news-email		{ font-size: <?php echo $g_font_small ?>; }.small				{ font-size: 8pt; }div					{ padding: 3px; }div.menu			{ text-align: right; font-weight:normal; font-size: 8pt; }div.category-title	{ font-weight: bold; }div.left			{ text-align: left; display: inline; float: left; }div.right			{ text-align: right; display: inline; float: right; }div.menu			{ border: solid 1px #000000; width: 100%; }div.menu-left		{ display: inline; float: left; background-color: #dddddd; width: 85%; height: 30px; vertical-align: bottom; text-align: center; }div.menu-right		{ display: inline; float: right; white-space: nowrap; background-color: #0000ff; width: 15%; text-align: right; height: 30px; vertical-align: middle; }div.login-info-left		{ display: inline; float: both; width: 33%; text-align: left; }div.login-info-middle	{ display: inline; float: both; width: 34%; text-align: center; }div.login-info-right	{ display: inline; float: both; width: 33%; text-align: right; }div.news-body		{ padding: 16px; text-align: left; width: 50%; border: solid 1px #000000; }</style><!-- For Netscape 4.x --><script type="text/javascript" language="JavaScript">if (document.layers) {	document.write('<style>td{padding:0px;}<\/style>')}</script><noscript></noscript>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -