[xoops-cvslog 5122] CVS update: xoops2jp/html/modules/legacy/admin/templates/stylesheets

Back to archive index

Minahito minah****@users*****
2006年 10月 14日 (土) 23:55:29 JST


Index: xoops2jp/html/modules/legacy/admin/templates/stylesheets/module.css
diff -u /dev/null xoops2jp/html/modules/legacy/admin/templates/stylesheets/module.css:1.1.2.1
--- /dev/null	Sat Oct 14 23:55:29 2006
+++ xoops2jp/html/modules/legacy/admin/templates/stylesheets/module.css	Sat Oct 14 23:55:29 2006
@@ -0,0 +1,123 @@
+/* Action Search */
+.base_actionsearch_form {
+	text-align:center;
+	margin:20px;
+}
+ul.base_actionsearch_records {
+	margin:5px 10px;
+}
+.base_actionsearch_records li , .base_actionsearch_records li a , .base_actionsearch_records li a:visited {
+	font-weight:bold;
+	padding:3px;
+}
+.base_actionsearch_records_desc {
+	font-weight:normal;
+	font-style:italic;
+	color:#666666;
+	padding:2px 10px 5px 10px;
+}
+/* block list */
+.base_blocktype_module {
+
+}
+.base_blocktype_custom {
+	color:#0000cc;
+}
+.base_blockside {
+	width:135px;
+	white-space: nowrap;
+}
+.base_blocksideInput{
+	float:left;
+	border:1px solid #333333;
+	padding:1px;
+}
+
+.base_blockside_separator {
+	float:left;
+}
+
+/*  block admin for FireFox */
+input[type="radio"] {
+	margin:2px;
+}
+
+/* module list */
+.base_module_title {
+	font-weight:bold;
+}
+.base_module_error {
+	color:#ff0000;
+}
+.base_module_warning {
+	color:#0000ff;
+}
+.base_module_message {
+
+}
+.base_module_return , .base_module_return a , .base_module_return a:visited {
+	font-weight:bold;
+}
+.base_module_versionMsg {
+	color:#0000ff;
+	font-weight:bold;
+}
+
+.base_modinfo_notmounted {
+	margin:10px 10px 10px 40px;
+}
+ 
+/* comment list */
+.base_comment_search {
+	text-align:center;
+	margin:20px;
+}
+
+/* for list table */
+.base_list_id {
+	text-align:center;
+}
+.base_list_title, .base_list_title a, .base_list_title a:visited {
+	text-align:left;
+	padding-left:5px;
+	font-weight:bold;
+}
+.base_list_imagetitle {
+	text-align:center;
+	font-weight:bold;
+}
+.base_list_name {
+	text-align:left;
+	padding-left:5px;
+}
+.base_list_text {
+	text-align:left;
+	padding-left:5px;
+}
+.base_list_description {
+	text-align:left;
+	padding-left:5px;
+	font-weight:normal;
+}
+.base_list_number {
+	text-align:right;
+	padding-right:5px;
+}
+.base_list_order {
+	text-align:center;
+}
+.base_list_image {
+	text-align:center;
+}
+.base_list_select {
+	text-align:center;
+}
+.base_list_type {
+	text-align:center;
+}
+.base_list_date {
+	text-align:center;
+}
+.base_list_control {
+	text-align:center;
+}


xoops-cvslog メーリングリストの案内
Back to archive index