您的位置:首页 > Web前端 > CSS

040910 R 项目常用的CSS

2004-09-10 16:33 369 查看
/***** 下記の自定義なクラス *****/

/**************************************** 側メニューの様式 ****************************************/
/***** 背景色(茶褐色TAN) *****/
.sidemenu_back
{
background-color: #ffffcc;
}

/***** カーソル(手の型) *****/
.sidemenu_cursor
{
font-size: x-small;
font-weight:bold;
color:#000000;
font-family: "MS UI Gothic";
background-color: #ffffcc;
cursor:hand;
width:100%
}

/***** フォントサイズ (ハイパーリンク)*****/
.sidemenu_font
{
font-size: x-small;
font-family: "MS UI Gothic";
height:18;
}

/***** 余白 *****/
.sidemenu_spacing
{
margin-left: 16px;
}

/*****SideMenuのフォント 様式*****/
.sidemenu_tablefont
{
font-weight: bold;
font-size: x-small;
font-family: "MS UI Gothic";
}
/**************************************** 側メニューの様式 ****************************************/

/**************************************** 画面のタイトル部の様式 ****************************************/
/***** 背景色(茶褐色TAN)文字(白色) *****/
.back_header
{
font-weight: normal;
font-size: x-small ;
font-family: "MS UI Gothic";
color: #000000;
background-color: #ffffcc;
}

/***** エラーメッセージ 赤い *****/
.error_text
{
color: red;
font-size: x-small;
font-weight: normal;
font-family: "MS UI Gothic";
}

/***** 実行結果メッセージ 青い *****/
.result_text
{
color: blue;
font-weight: normal;
font-size: x-small;
font-family: "MS UI Gothic";
}

/**************************************** 画面のタイトル部の様式 ****************************************/

/**************************************** 画面部分の様式 ****************************************/
/***** 必須入力欄の背景色 ピンク *****/
.back_hissu
{
background-color: MistyRose;
font-size: x-small;
font-family: "MS UI Gothic";
}

/***** 引用情報の背景色 水色 *****/
.back_inyou
{
background-color: Azure;
font-size: x-small;
font-family: "MS UI Gothic";
}

/***** 計算値欄の背景色 黄色 *****/
.back_inyou2
{
background-color: LightYellow;
font-size: x-small;
font-family: "MS UI Gothic";
text-align:right;
}

/***** 画面のフォント 様式 *****/
.table_font
{
font-size: x-small;
font-family: "MS UI Gothic";
}

/***** 検索件数のフォント 赤色 *****/
.label_kensaku_style
{
font-weight: bold;
font-size: x-small;
color: red;
font-family: "MS UI Gothic";
}

/***** ラベルの背景色(Cornsilk)*****/
.label_style
{
font-size: x-small;
font-family: "MS UI Gothic";
background-color: Cornsilk;
}

/***** ラベルの背景色 (white)*****/
.label_style2
{
font-size: x-small;
font-family: "MS UI Gothic";
background-color: White;
}

/***** ラベルの背景色(Tan)*****/
.label_title_style
{
font-family: "MS UI Gothic";
background-color:Tan;
font-size:small;
font-weight:bold;
padding-left:8px;
padding-top:4px;
padding-bottom:4px;
}

/***** ラベルの背景色(rgb(242,233,220))*****/
.label_error_style
{
font-family: "MS UI Gothic";
background-color:rgb(242,233,220);
font-size:small;
padding-left:15px;
}

/***** ボタンの様式 *****/
/***** 広さ100 高さ25 *****/
.button_style
{
font-size: x-small;
font-family: "MS UI Gothic";
width: 100px;
height: 25px;
}

/***** ボタンの様式 *****/
/***** 広さ不定 高さ20 *****/
.button_style1
{
font-size: x-small;
font-family: "MS UI Gothic";
height: 20px;
}

/***** テキストボックス(プロジェクト番号)*****/
/***** 必須入力欄の背景色 *****/
.sysarrangeno_textbox
{
font-size: x-small;
font-family: "MS UI Gothic";
width: 150px;
background-color: #ffccff;
}

/***** テキストボックス(プロジェクト番号)*****/
/***** 任意入力欄の背景色 *****/
.sysarrangeno_textbox1
{
font-size: x-small;
font-family: "MS UI Gothic";
width: 150px;
background-color: White;
}

/***** テキストボックス(プロジェクト番号)*****/
/***** 引用情報欄の背景色 *****/
.sysarrangeno_textbox2
{
font-size: x-small;
font-family: "MS UI Gothic";
width: 150px;
background-color: #ccffff;
}

/***** テキストボックス(プロジェクト名称)*****/
/***** 引用情報欄の背景色 *****/
.sysarrangename_textbox
{
font-size: x-small;
font-family: "MS UI Gothic";
width: 377px;
background-color: Azure;
}

/***** テキストボックス(プロジェクト名称)*****/
/***** 任意入力欄の背景色 *****/
.sysarrangename_textbox1
{
font-size: x-small;
font-family: "MS UI Gothic";
width: 377px;
background-color: White;
}

/***** テキストボックス(プロジェクト名称)*****/
/***** 必須入力欄の背景色 *****/
.sysarrangename_textbox2
{
font-size: x-small;
width: 377px;
font-family: "MS UI Gothic";
background-color: mistyrose;
}

/***** テキストボックス(入力可項目)*****/
/***** 必須入力欄の背景色 *****/
.textbox_suuti
{
font-size: x-small;
font-family: "MS UI Gothic";
text-align: right;
background-color:MistyRose;
}
/**************************************** 画面部分の様式 ****************************************/

/**************************************** 画面中にDataGrid部分の様式 ****************************************/
/***** DataGrid 様式 *****/
/***** パディング *****/
.datagrid_padding
{
padding-right: 3px;
padding-left: 3px;
padding-bottom: 0px;
padding-top: 0px;
}

/***** DataList 様式 *****/
/***** 境界線 上線だけ *****/
.datalist_border
{
border-top:solid 1px black;
}

/***** DataGrid 様式 *****/
/***** 境界線 すべて線 *****/
.datagrid_outsideborder
{
border-top : solid 1px black;
border-left: solid 1px black;
border-right:solid 1px black;
border-bottom:solid 1px black;
}

/***** DataGrid 様式 *****/
/***** 境界線 下、右線だけ *****/
.datagrid_headerborder
{
border-right:solid 1px black;
border-bottom:solid 1px Tan;
}

/***** DataGrid 様式 *****/
/***** 境界線 下線だけ *****/
.datagrid_bottomborder
{
border-bottom:solid 1px black;
}

/***** DataGrid 様式 *****/
/***** 境界線 右線だけ *****/
.datagrid_rightborder
{
border-right:solid 1px black;
border-top-style:none;
border-bottom-style:none;
border-left-style:none;
}

/***** DataGridのヘッド 様式 *****/
/***** 左詰め *****/
.datagrid_head
{
font-weight: normal;
font-size: x-small;
color: white;
font-family: "MS UI Gothic";
height: 20px;
background-color: tan;
text-align: left;
}

/***** DataGridのヘッド 様式 *****/
/***** 中央揃え *****/
.datagrid_head1
{
font-weight:normal;
font-size: x-small;
color: white;
font-family: "MS UI Gothic";
height: 20px;
background-color: Tan;
text-align: center;
}

/***** DataGridのアイテム 様式 *****/
/***** 奇数行 *****/
.datagrid_itemstyle
{
font-size: x-small;
font-family: "MS UI Gothic";
height: 20px;
background-color: FloralWhite;
}

/***** DataGridのアイテム 様式 *****/
/***** 偶数行 *****/
.datagrid_itemstyle2
{
font-size: x-small;
font-family: "MS UI Gothic";
height: 20px;
background-color: Cornsilk;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 右詰め、背景色不要 *****/
.datagrid_textbox_nobg
{
font-size: x-small;
font-family: "MS UI Gothic";
text-align: right;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 左詰め、背景色不要 *****/
.datagrid_textbox_nobg1
{
font-size: x-small;
font-family: "MS UI Gothic";
text-align: left;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 偶数行、左詰め *****/
.datagrid_textbox
{
font-size: x-small;
font-family: "MS UI Gothic";
text-align: left;
background-color: Cornsilk;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 奇数行、左詰め *****/
.datagrid_textbox1
{
font-size: x-small;
font-family: "MS UI Gothic";
text-align: right;
background-color: FloralWhite;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 偶数行、右詰め *****/
.datagrid_textbox2
{
font-size: x-small;
font-family: "MS UI Gothic";
text-align: right;
background-color: Cornsilk;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 奇数行、右詰め *****/
.datagrid_textbox3
{
font-size: x-small;
font-family: "MS UI Gothic";
text-align: right;
background-color: FloralWhite;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 無枠、右詰め *****/
.datagrid_textbox4
{
font-size: x-small;
font-family: "MS UI Gothic";
width: 100%;
height: 100%;
border-style: none;
text-align: right;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 無枠、左詰め *****/
.datagrid_textbox5
{
font-size: x-small;
font-family: "MS UI Gothic";
width: 100%;
height: 100%;
border-style: none;
text-align: left;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 無枠、中央揃え *****/
.datagrid_textbox6
{
font-size: x-small;
font-family: "MS UI Gothic";
width: 100%;
height: 100%;
border-style: none;
text-align: center;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 必須入力欄の背景色 ピンク 右詰 *****/
.textbox_back_hissu
{
background-color: MistyRose;
font-size: x-small;
font-family: "MS UI Gothic";
width: 100%;
height: 100%;
border-style: none;
text-align: right;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 必須入力欄の背景色 ピンク 右詰 *****/
.textbox_back_hissu1
{
background-color: MistyRose;
font-size: x-small;
font-family: "MS UI Gothic";
text-align: right;
}

/***** DataGridのテキストボックス 様式 *****/
/***** 必須入力欄の背景色 ピンク 左詰 *****/
.textbox_back_hissu_left
{
background-color: MistyRose;
font-size: x-small;
font-family: "MS UI Gothic";
width: 100%;
height: 100%;
border-style: none;
text-align: left;
}

/***** DataGridのコンボボックス 様式 *****/
/***** 背景色 黄色 *****/
.datagrid_select
{
font-size: x-small;
font-family: "MS UI Gothic";
background-color:Yellow;
}
/**************************************** 画面中にDataGrid部分の様式 ****************************************/

/**************************************** ログイン画面部分の様式 ****************************************/
/***** ログイン画面のコメント 様式 *****/
.login_comment
{
font-weight: normal;
font-size: small;
color: brown;
font-family: "MS UI Gothic";
}

/***** ログイン画面の文字 (Login&Password) 様式 *****/
.login_code
{
font-weight: bold;
font-size: small;
color: brown;
font-family: "MS UI Gothic";
}
/**************************************** ログイン画面部分の様式 ****************************************/

/***** 下記は要素 *****/
/***** ハイパーリンクの様式 リンクの文字色は青(Blue)とする。リンク中、リンク後でリンクの文字色は変更しません *****/
.sidemenu_hyperlink a:link
{
color: #000000;
text-decoration: underline;
}
.sidemenu_hyperlink a:visited
{
color: #000000;
text-decoration: underline;
}
.sidemenu_hyperlink a:active
{
color: #000000;
text-decoration: none;
}
.sidemenu_hyperlink a:hover
{
color: #000000;
text-decoration: underline;
}

a:link
{
color: Blue;
text-decoration: underline;
}
a:visited
{
color: Blue;
text-decoration: underline;
}
a:active
{
color: Blue;
text-decoration: none;
}
a:hover
{
color: Blue;
text-decoration: underline;
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: