Yoshihisa Fukuhara
higef****@users*****
2005年 6月 30日 (木) 16:06:54 JST
Index: affelio/skins/standard/style.css
diff -u affelio/skins/standard/style.css:1.11 affelio/skins/standard/style.css:1.12
--- affelio/skins/standard/style.css:1.11 Wed Jun 29 23:47:50 2005
+++ affelio/skins/standard/style.css Thu Jun 30 16:06:54 2005
@@ -107,6 +107,7 @@
.sidehide{
background-color: #eee;
color: #000;
+ width: 590px;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
text-align: left;
@@ -116,6 +117,7 @@
margin: 0px 0px 0px 0px;
}
+
/*****************************************/
/* loginarea */
/*****************************************/
@@ -181,6 +183,8 @@
.afPubContentBlock table {
border: none;
+ margin: 0px 0px 10px 0px;
+ padding: 5px 5px 5px 5px;
}
@@ -207,6 +211,30 @@
div#IDMyProfile{
}
+
+/*****************************************/
+/* Content block title*/
+/*****************************************/
+.afPubContentBlockTitle{
+ color: #666;
+ font-family: Verdana, Arial, sans-serif;
+ font-size: x-small;
+ text-align: left;
+ font-weight: bold;
+ line-height: 100%;
+ padding: 5px 5px 5px 5px;
+ margin: 0px 0px 0px 0px;
+ background-image: url(h_bg.jpg);
+ background-repeat: repeat-x;
+ border: 1px solid #B7B7BF;
+}
+.afPubContentBlockTitle a{ color: #1169A4; }
+.afPubContentBlockTitle a:link{ color: #1169A4; }
+.afPubContentBlockTitle a:visited{ color: #1169A4; }
+.afPubContentBlockTitle a:active{ color: #1169A4; }
+.afPubContentBlockTitle a:hover{ color: #1169A4; }
+
+
/*****************************************/
/* Message block*/
/*****************************************/
@@ -241,30 +269,6 @@
background-color: #bbb;
}
-
-/*****************************************/
-/* Content block title*/
-/*****************************************/
-.afPubContentBlockTitle{
- color: #666;
- font-family: Verdana, Arial, sans-serif;
- font-size: x-small;
- text-align: left;
- font-weight: bold;
- line-height: 100%;
- padding: 5px 5px 5px 5px;
- margin: 0px 0px 0px 0px;
- background-image: url(h_bg.jpg);
- background-repeat: repeat-x;
- border: 1px solid #B7B7BF;
-}
-.afPubContentBlockTitle a{ color: #1169A4; }
-.afPubContentBlockTitle a:link{ color: #1169A4; }
-.afPubContentBlockTitle a:visited{ color: #1169A4; }
-.afPubContentBlockTitle a:active{ color: #1169A4; }
-.afPubContentBlockTitle a:hover{ color: #1169A4; }
-
-
/*****************************************/
/* Footer */
/*****************************************/
@@ -461,9 +465,18 @@
}
+.adAdminSubMenu{
+ font-size: small;
+ text-align: left;
+ font-weight: normal;
+ line-height: 100%;
+ padding: 0px 0px 0px 0px;
+ margin: 0px 0px 0px 0px;
+}
+
.afAdminMenu ul {
margin: 0px;
- padding: 15px 0px 10px 10px;
+ padding: 5px 0px 10px 10px;
list-style-type: none;
}
@@ -472,7 +485,7 @@
padding-top: 5px;
text-align: left;
font-family: Verdana, Arial, sans-serif;
- font-size: x-small;
+ font-size: small;
line-height: 140%;
border-bottom: 1px solid #aaa;
}
@@ -490,7 +503,6 @@
color: black;
}
-.afAdminMenu div{
- background-color: #fff;
-}
\ No newline at end of file
+
+