shared_styles.inc

来自「能实现用户注册」· INC 代码 · 共 66 行

INC
66
字号
<%
	sWindowBgColor="black"
	sMenuBarTextColor="white"

	sMenuBarColor="black"
	sThemeColor1="white"
	sThemeColor2="gold"

	sTableHeaderTextColor1="white"
	sTableHeaderTextColor2="white"
	sTableTextColor="gold"
	sBodyTextColor="white"
	'header is top row of tables
	sTableBgColor="black"
	sTableBgColor2="white"
	sTableBgColor3="gold"
	sTDcolor="black"
	sTHcolor="black"

	sFontBar="Arial"
	sFontMain="Arial"
	
	sFontSecondary="Century Gothic"


	sTD="<TD><font color='white'>"
	sTDh="<TD class='head' bgcolor='black'><font color='black'>"
	sTDend="</font></TD>"
	sTH="<TH><font color='black'>"
	sTHend="</font></TH>"
%>


<style TYPE="text/css">
<!--
P {font-size: 11pt; font-family: 'Arial', 'Century Gothic'}

P.paragraph {font-size: 9pt; font-color: black; font-family: 'Arial', 'Century Gothic'}

P.large	{font-size: 11pt; font-family: 'Arial', 'Century Gothic'}

TD {font-size: 9pt; font-family: 'Arial', 'Century Gothic'; font-color: black}

TD.tiny {font-size: 8pt; font-family: 'Arial', 'Century Gothic'; font-color: black}

TD.small {font-size: 9pt; font-family: 'Arial', 'Century Gothic'; font-color: black}

TD.medium {font-size: 11pt; font-family: 'Arial', 'Century Gothic'; font-color: black}

TD.x12 {font-size: 12pt; font-family: 'Arial', 'Century Gothic'; font-color: black}
TD.x13 {font-size: 13pt; font-family: 'Arial', 'Century Gothic'; font-color: black}

TD.large {font-size: 14pt; font-family: 'Arial', 'Century Gothic'; font-color: black}

TD.xlarge {font-size: 22pt; font-family: 'Arial', 'Century Gothic'; font-color: black}

TD.paragraph {font-size: 10pt; font-family: 'Arial','Century Gothic'; font-color: black}

TD.head {font-size: 8pt; font-family: 'Arial', 'Century Gothic'; font-weight: bold}

TD.bar {font-size: 9pt; font-family: 'Arial', 'Century Gothic'; font-weight:bold; font-color: 'white'}

TH {font-size: 8pt; font-family: 'Arial', 'Century Gothic'; font-color: white; font-weight: bold}
-->
</style>

⌨️ 快捷键说明

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