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

📄 css.jsp

📁 jGossip是一个简单而功能强大的Java论坛软件(消息板)
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%--
/* ***** BEGIN LICENSE BLOCK *****
 * The contents of this file are subject to the Mozilla Public License
 * Version 1.1 (the "License"); you may not use this file except in 
 * compliance with the License. You may obtain a copy of the License 
 * at http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 * the License for the specific language governing rights and 
 * limitations under the License.
 *
 * The Original Code is JGossip forum code.
 *
 * The Initial Developer of the Original Code is the JResearch, Org. 
 * Portions created by the Initial Developer are Copyright (C) 2004 
 * the Initial Developer. All Rights Reserved. 
 * 
 * Contributor(s): 
 *              Dmitry Belov <bel@jresearch.org>
 *        
 * ***** END LICENSE BLOCK ***** */
 
--%>
<%@ include file="../jspf/jsp_header.jspf"%>
<style type="text/css">	<%--TODO use cache --%>
	*{
		background-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.bgColor}"/>;
		color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.textColor}"/>;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	blockquote{
		border-style: solid;
		background-color:#FFFFE0;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-bottom-width: 1px;
		border-top-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		padding:3px;
	}
	a:link,a:visited{ 
		color:#<c:out value="${sessionScope.JRF_STYLE_SETTINGS.textColor}"/>; 
		text-decoration:underline
	}
	a:active,a:hover{ 
		color:#<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>; 
		text-decoration:underline
	}
	a.control:link,a.control:visited,a.control:active,a.control:hover{ 
		color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: 600; 
		text-decoration:none;
		text-transform: uppercase;
	}
	a.header:link,a.header:visited,a.header:active,a.header:hover{ 
		color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: 600; 
		text-decoration:none;
		text-transform: uppercase;
	}
	table,tr,td{
		empty-cells: show;
	}

	td.t_o{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		border-bottom-width: 0px;
		border-top-width: 1px;
		border-left-width: 0px;
		border-right-width: 0px;
	}
	td.tb_o{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		border-bottom-width: 1px;
		border-top-width: 1px;
		border-left-width: 0px;
		border-right-width: 0px;
	}
	td.lb_o{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		border-bottom-width: 1px;
		border-top-width: 0px;
		border-left-width: 1px;
		border-right-width: 0px;
	}
	td.b_o{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		border-bottom-width: 1px;
		border-top-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
	}
	td.r_o{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		border-bottom-width: 0px;
		border-top-width: 0px;
		border-left-width: 0px;
		border-right-width: 1px;
	}
	td.l_o{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		border-bottom-width: 0px;
		border-top-width: 0px;
		border-left-width: 1px;
		border-right-width: 0px;
	}
	td.tr_o{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		border-bottom-width: 0px;
		border-top-width: 1px;
		border-left-width: 0px;
		border-right-width: 1px;
	}
	td.lr_o{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		border-bottom-width: 0px;
		border-top-width: 0px;
		border-left-width: 1px;
		border-right-width: 1px;
	}
	td.lrb_o{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		border-bottom-width: 1px;
		border-top-width: 0px;
		border-left-width: 1px;
		border-right-width: 1px;
	}
	td.tb_g{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-bottom-width: 1px;
		border-top-width: 1px;
		border-left-width: 0px;
		border-right-width: 0px;
	}
	td.lrb_g{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-bottom-width: 1px;
		border-top-width: 0px;
		border-left-width: 1px;
		border-right-width: 1px;
	}
	td.tr_g{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-bottom-width: 0px;
		border-top-width: 1px;
		border-left-width: 0px;
		border-right-width: 1px;
	}
	td.ltr_g{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-bottom-width: 0px;
		border-top-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
	}
	td.tl_g{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-bottom-width: 0px;
		border-top-width: 1px;
		border-left-width: 1px;
		border-right-width: 0px;
	}
	td.t_g{
		border-style: solid;
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-bottom-width: 0px;
		border-top-width: 1px;
		border-left-width: 0px;
		border-right-width: 0px;
	}
	td.top_tab {
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-style: solid;
		color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: 600;
		border-bottom-width: 0px;
		border-top-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		text-align: center;
		padding:5px;
	}
	td.bot_tab {
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-style: solid;
		color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: 600;
		border-bottom-width: 1px;
		border-top-width: 0px;
		border-left-width: 1px;
		border-right-width: 1px;
		text-align: center;
		vertical-align: middle;
		padding: 5px;
		white-space: nowrap;
	}
	td.bot_tab_nav {
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-style: solid;
		color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: 600;
		border-bottom-width: 0px;
		border-top-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		text-align: center;
		vertical-align: middle;
		padding: 5px;
		white-space: nowrap;
	}
	td.lr_g{
		border-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-style: solid;
		border-bottom-width: 0px;
		border-top-width: 0px;
		border-left-width: 1px;
		border-right-width: 1px;
	}
	td.lr_g_tb_o{
		border-left-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-right-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border1}"/>;
		border-style: solid;
		border-left-width: 1px;
		border-right-width: 1px;
		border-bottom-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		border-top-color: #<c:out value="${sessionScope.JRF_STYLE_SETTINGS.border2}"/>;
		border-bottom-width: 1px;

⌨️ 快捷键说明

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