initproject
This commit is contained in:
@@ -0,0 +1,175 @@
|
||||
.bg1 {
|
||||
BACKGROUND-COLOR: #fdfdfd
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
BACKGROUND-COLOR: #f7fbff
|
||||
}
|
||||
|
||||
.bg3 {
|
||||
height: 24px;
|
||||
BACKGROUND-COLOR: #CEDFF7
|
||||
}
|
||||
|
||||
table {
|
||||
FONT-FAMILY: "宋体";
|
||||
FONT-SIZE: 13px;
|
||||
}
|
||||
|
||||
|
||||
.table {
|
||||
FONT-FAMILY: "宋体";
|
||||
FONT-SIZE: 13px;
|
||||
BORDER-RIGHT: #bcd2e7 2px solid;
|
||||
BORDER-TOP: #bcd2e7 2px solid;
|
||||
BORDER-LEFT: #bcd2e7 2px solid;
|
||||
BORDER-BOTTOM: #bcd2e7 2px solid;
|
||||
BACKGROUND-COLOR: #ffffff
|
||||
}
|
||||
|
||||
td {
|
||||
FONT-FAMILY: "宋体";
|
||||
FONT-SIZE: 13px;
|
||||
TEXT-DECORATION: none;
|
||||
PADDING-RIGHT: 1px;
|
||||
PADDING-LEFT: 1px;
|
||||
PADDING-BOTTOM: 1px;
|
||||
PADDING-TOP: 1px
|
||||
}
|
||||
|
||||
.th {
|
||||
FONT-FAMILY: "宋体";
|
||||
FONT-SIZE: 13px;
|
||||
text-align: left;
|
||||
FONT-WEIGHT: bold;
|
||||
BACKGROUND-IMAGE: url('th_bg.jpg');
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.input {
|
||||
height: 20px;
|
||||
BORDER-TOP-WIDTH: 1px;
|
||||
BORDER-LEFT-WIDTH: 1px;
|
||||
FONT-SIZE: 13px;
|
||||
BORDER-BOTTOM-WIDTH: 1px;
|
||||
BORDER-RIGHT-WIDTH: 1px;
|
||||
border: 1px #A4C1F0 solid
|
||||
}
|
||||
|
||||
.tree td div {
|
||||
height: 20px !important
|
||||
}
|
||||
|
||||
select {
|
||||
FONT-SIZE: 13px;
|
||||
HEIGHT: 18px;
|
||||
BACKGROUND: #f8fafc
|
||||
}
|
||||
|
||||
body {
|
||||
FONT-SIZE: 13px;
|
||||
FONT-FAMILY: "宋体";
|
||||
TEXT-DECORATION: none;
|
||||
text-align: center;
|
||||
margin-left: 0px;
|
||||
margin-top: 0px;
|
||||
margin-right: 0px
|
||||
}
|
||||
|
||||
a {
|
||||
color:#000000;
|
||||
FONT-SIZE: 13px;
|
||||
TEXT-DECORATION: none
|
||||
}
|
||||
|
||||
a:hover {
|
||||
FONT-SIZE: 13px;
|
||||
color:#0066CC
|
||||
}
|
||||
|
||||
.textboxStyle
|
||||
{
|
||||
border-bottom: black 1px solid;
|
||||
border-top-style: none;
|
||||
border-right-style: none;
|
||||
border-left-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.textboxnonebordercenter
|
||||
{
|
||||
border-bottom: none;
|
||||
border-top-style: none;
|
||||
border-right-style: none;
|
||||
border-left-style: none;
|
||||
background-color: transparent;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.textboxnoneborder
|
||||
{
|
||||
border-bottom: none;
|
||||
border-top-style: none;
|
||||
border-right-style: none;
|
||||
border-left-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.textboxRedStyle
|
||||
{
|
||||
border-bottom: black 1px solid;
|
||||
border-top-style: none;
|
||||
border-right-style: none;
|
||||
border-left-style: none;
|
||||
background-color: transparent;
|
||||
color:Red;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.textboxBlueStyle
|
||||
{
|
||||
border-bottom: black 1px solid;
|
||||
border-top-style: none;
|
||||
border-right-style: none;
|
||||
border-left-style: none;
|
||||
background-color: transparent;
|
||||
color:Blue;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.textboxGreenStyle
|
||||
{
|
||||
border-bottom: black 1px solid;
|
||||
border-top-style: none;
|
||||
border-right-style: none;
|
||||
border-left-style: none;
|
||||
background-color: transparent;
|
||||
color:Green;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.textboxBlackStyle
|
||||
{
|
||||
border:1px solid #000000;
|
||||
}
|
||||
|
||||
.textboxStyleNone
|
||||
{
|
||||
border:none;
|
||||
HEIGHT: 16px;
|
||||
}
|
||||
.textboxStyleRight
|
||||
{
|
||||
border-right:1px solid #000000;
|
||||
}
|
||||
.textboxAllStyle
|
||||
{
|
||||
border: black 1px solid;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.GridBgColr {background:#C7D8E8;height:22px}
|
||||
.GridBgColr A{color:Black}
|
||||
.GridRow{height:22px;}
|
||||
A.ItemLink{text-decoration:underline;color:blue}
|
||||
|
||||
@@ -0,0 +1,109 @@
|
||||
body {
|
||||
font-family:'lucida grande',tahoma,arial,sans-serif;
|
||||
font-size:12px;
|
||||
margin:0;
|
||||
}
|
||||
#header {
|
||||
background: #7F99BE url(../images/layout-browser-hd-bg.gif) repeat-x center;
|
||||
height:30px;
|
||||
}
|
||||
#header h1 {
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
font-weight: normal;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.menu
|
||||
{
|
||||
background-image: url(../ext/resources/images/default/toolbar/bg.gif);
|
||||
height: 25px; line-height: 25px;border: 1px #8db2e3 solid;
|
||||
padding-left: 10px; padding-right: 10px
|
||||
}
|
||||
.south
|
||||
{
|
||||
text-align:center;background-color:#DFE8F6;
|
||||
}
|
||||
|
||||
.loading-indicator {
|
||||
font-size:11px;
|
||||
background-image:url('../../resources/images/default/grid/loading.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position:top left;
|
||||
padding-left:20px;
|
||||
height:18px;
|
||||
text-align:left;
|
||||
}
|
||||
#loading-mask{
|
||||
position:absolute;
|
||||
left:0;
|
||||
top:0;
|
||||
width:100%;
|
||||
height:100%;
|
||||
z-index:20000;
|
||||
background-color:white;
|
||||
}
|
||||
#loading{
|
||||
position:absolute;
|
||||
left:45%;
|
||||
top:40%;
|
||||
padding:2px;
|
||||
z-index:20001;
|
||||
height:auto;
|
||||
}
|
||||
#loading img {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
#loading .loading-indicator{
|
||||
background:white;
|
||||
color:#555;
|
||||
font:bold 13px tahoma,arial,helvetica;
|
||||
padding:10px;
|
||||
margin:0;
|
||||
text-align:center;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
/* Ext iconCLS */
|
||||
.settings {background-image:url(../ext/icons/fam/folder_wrench.png) !important;}
|
||||
.nav {background-image:url(../ext/icons/fam/folder_go.png) !important;}
|
||||
/*BodyStyle Class*/
|
||||
.bodystyle{font-size:16px; color:Red;margin:0px;padding:0px;}
|
||||
|
||||
.x-layout-collapsed-west{background-image:url(../images/navigation.gif);
|
||||
background-repeat:no-repeat;
|
||||
background-position:center;}
|
||||
.Txt-Center
|
||||
{
|
||||
position:absolute;
|
||||
left:30%;
|
||||
top:40%;
|
||||
padding:2px;
|
||||
z-index:20001;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
/* 左侧导航样式 */
|
||||
.LeftNav
|
||||
{
|
||||
margin-left:20px;
|
||||
padding:1px 1px 1px 11px;
|
||||
list-style-type:none;
|
||||
list-style-image:url(../ext/icons/expand-members.gif);
|
||||
list-style-position:outside;
|
||||
}
|
||||
.LeftNav li
|
||||
{
|
||||
/* line-height:16px;*/
|
||||
padding-top:4px;
|
||||
padding-left:3px;
|
||||
}
|
||||
.LeftNav li a:hover
|
||||
{
|
||||
text-decoration:underline;
|
||||
color:red;
|
||||
}
|
||||
.LeftNav li a
|
||||
{
|
||||
text-decoration:none;
|
||||
color:#660033;
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="index.aspx.cs" Inherits="FineUIPro.Web.Styles.index" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web.Styles
|
||||
{
|
||||
public partial class index : System.Web.UI.Page
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace FineUIPro.Web.Styles
|
||||
{
|
||||
|
||||
|
||||
public partial class index
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// form1 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
.ac_results {
|
||||
padding: 0px;
|
||||
border: 1px solid black;
|
||||
background-color: white;
|
||||
overflow: hidden;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.ac_results ul {
|
||||
width: 100%;
|
||||
list-style-position: outside;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ac_results li {
|
||||
margin: 0px;
|
||||
padding: 2px 5px;
|
||||
cursor: default;
|
||||
display: block;
|
||||
/*
|
||||
if width will be 100% horizontal scrollbar will apear
|
||||
when scroll mode will be used
|
||||
*/
|
||||
/*width: 100%;*/
|
||||
font: menu;
|
||||
font-size: 12px;
|
||||
/*
|
||||
it is very important, if line-height not setted or setted
|
||||
in relative units scroll will be broken in firefox
|
||||
*/
|
||||
line-height: 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ac_loading {
|
||||
background: white url('indicator.gif') right center no-repeat;
|
||||
}
|
||||
|
||||
.ac_odd {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.ac_over {
|
||||
background-color: #0A246A;
|
||||
color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user