forked from netcommons/NetCommons2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage_style.css
More file actions
166 lines (143 loc) · 2.67 KB
/
page_style.css
File metadata and controls
166 lines (143 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
body {line-height:1.5}
.container {
border-collapse:collapse;
}
.leftcolumn {
border: 0px none;
/*width:auto;*/
width:20%;
/*width:1px;*/
}
.centercolumn {
border: 0px none;
/*width:300px;*/
width:80%;
}
.rightcolumn {
border: 0px none;
/*width:auto;*/
width:20%;
/*width:1px;*/
}
.headercolumn {
border: 0px none;
width:auto;
}
.footercolumn {
border: 0px none;
width:auto;
}
/*カラム*/
.main_column {
}
.headercolumn_on {
border-bottom:1px solid #cccccc;
}
.leftcolumn_on {
border-right:1px solid #cccccc;
}
.rightcolumn_on {
border-left:1px solid #cccccc;
}
/*拡大表示*/
.enlarged_display {
padding:10px;
}
/*ドラッグ中-移動先表示*/
.column_movedummy div {
border:2px dashed #ffd700;
overflow:hidden;
}
/*グループ化選択中のスタイル*/
.select_leftcolumn {
border:2px solid #ffd700;
}
.select_centercolumn {
border:2px solid #ffd700;
}
.select_rightcolumn {
border:2px solid #ffd700;
}
.select_headercolumn {
border:2px solid #ffd700;
}
/* モジュール追加ボックス */
.addmobule_box {
padding:8px 8px 2px 8px;
}
/*
* ヘッダーメニュー定義
*/
div.headercolumn_menu {
background-color:#ffffff;
}
table#header_menu a.menulink,
table#header_menu a.menulink:link,
table#header_menu a.menulink:visited,
table#header_menu a.menulink:active,
table#header_menu a.menulink:hover {
color:#7a858f;
}
table#header_menu {
width:100%;
text-align:left;
}
table#header_menu td.menu_right {
text-align:right;
vertical-align:middle;
white-space:nowrap;
padding:4px 0px 4px 4px;
/*padding:0px 5px 0px 0px;*/
}
table#header_menu td.menu_left {
text-align:left;
vertical-align:middle;
padding:0px;
white-space:nowrap;
}
table#header_menu .header_btn_left {
vertical-align:middle;
padding:0px 6px;
}
/*ヘッダーボタン*/
table#header_menu .header_btn {
vertical-align:middle;
padding:0px 6px;
border-left:1px solid #9999cc;
}
table#header_menu .header_icon {
margin:0px 2px;
}
table#header_menu .setting_end_btn {
color:#74ad69;
}
/*
* フッター部定義
*/
table#footerbar {
text-align:right;
color:#a3a3a3;
vertical-align:middle;
font-size:80%;
font-weight:bold;
width:100%;
/*border-top:1px #a9a9d1 solid;*/
}
table#footerbar .copyright {
text-align:right;
color:#a3a3a3;
vertical-align:middle;
font-size:90%;
font-weight:bold;
padding:0 8px;
}
/* センターカラム 情報メッセージ */
div#centercolumn_inf_mes {
padding:5px;
border:1px solid #cccccc;
margin:5px;
text-align:center;
}
div#centercolumn_inf_mes div {
padding:3px;
}