📄 ute_style.css
字号:
<!-- --------------------------------------------------------------------------- -->
<!-- -->
<!-- Project: UTE - (U)niversal ASP (T)able (E)ditor -->
<!-- -->
<!-- Module: UTE Cascading Style Sheet -->
<!-- -->
<!-- Version: 3.00 -->
<!-- -->
<!-- Comments: This module does the following things: -->
<!-- 1. defining cascading style sheets for ute -->
<!-- -->
<!-- --------------------------------------------------------------------------- -->
<!-- -->
<!-- (c) in 2000-2003 by Tom Wellige -->
<!-- http://www.wellige.com mailto:tom@wellige.com -->
<!-- -->
<!-- This project is released under the "GNU General Public License (GPL)" -->
<!-- http://www.gnu.org/licenses/gpl.html -->
<!-- -->
<!-- and is maintained on SourceForge at -->
<!-- http://sourceforge.net/projects/ute-asp/ -->
<!-- -->
<!-- and can also be found on CodeProject at -->
<!-- http://www.codeproject.com/asp/ute.asp -->
<!-- -->
<!-- --------------------------------------------------------------------------- -->
BODY, P, TD
{
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 9pt;
color: black;
background-color: #FFFFFF;
}
A.ute_link {
text-decoration : none;
}
A.ute_link:Visited {
text-decoration : none;
}
A.ute_link:Active {
text-decoration : none;
}
A.ute_link:Hover {
text-decoration: underline;
}
.ute_headline
{
font-size: 20pt;
font-weight: bold;
}
.ute_subheadline
{
font-size: 14pt;
font-weight: bold;
}
.ute_table_list
{
font-size: 10pt;
list-style: square;
}
.ute_outer_text
{
font-size: 8pt;
padding: 2pt;
}
.ute_powered_by
{
text-align: right;
font-size: 8pt;
padding: 2pt;
}
.ute_table
{
background: #FFFFFF;
width: 100%;
}
.ute_form
{
background: #FFFFFF;
}
.ute_header, .ute_header_pk, .ute_header_btn, .ute_content_odd, .ute_content_odd_pk, .ute_content_even, .ute_content_even_pk
{
vertical-align: top;
text-align: left;
padding: 4pt;
}
.ute_header
{
background: #D4D0C8;
font-weight: bold;
}
.ute_header_pk
{
background: #D4D0C8;
font-weight: bold;
font-style: italic;
}
.ute_toolbar
{
background: #D4D0C8;
font-size: 8pt;
padding: 2pt;
}
.ute_navigation, .ute_navigation_active, .ute_navigation_passive
{
background: #F4F4F4;
font-size: 8pt;
padding: 2pt;
}
.ute_navigation_active
{
color: Red;
padding: 0pt;
}
.ute_navigation_passive
{
color: Gray;
padding: 0pt;
}
.ute_content_odd, .ute_content_odd_pk
{
background: #FFFFFF;
}
.ute_content_odd_pk
{
}
.ute_content_even, .ute_content_even_pk
{
background: #CEFFCE;
}
.ute_content_even_pk
{
}
.ute_form_value, .ute_form_error, .ute_form_def
{
background: #F4F4F4;
padding: 4pt;
}
.ute_form_error
{
background: #FF0000;
color: white;
font-weight: bold;
}
.ute_form_def
{
font-size: xx-small;
}
.ute_btn_ok
{
color: Black;
background: Silver;
width: 7em;
font-size: x-small;
}
.ute_btn_cancel
{
color: Black;
background: Silver;
width: 7em;
font-size: x-small;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -