Yoshihisa Fukuhara
higef****@users*****
2005年 6月 30日 (木) 16:06:54 JST
Index: affelio/skins/aqualike-1.1/style.css
diff -u affelio/skins/aqualike-1.1/style.css:1.6 affelio/skins/aqualike-1.1/style.css:1.7
--- affelio/skins/aqualike-1.1/style.css:1.6 Thu Jun 30 02:47:56 2005
+++ affelio/skins/aqualike-1.1/style.css Thu Jun 30 16:06:54 2005
@@ -212,6 +212,29 @@
}
/*****************************************/
+/* Content block title*/
+/*****************************************/
+.afPubContentBlockTitle{
+ color: #000;
+ 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:transparent url("titlebar-back.gif") repeat-x left top;
+ background-color: #eee;
+ border: 1px solid;
+ border-color: #808080;
+}
+.afPubContentBlockTitle a{ color: #333; text-decoration: none;}
+.afPubContentBlockTitle a:link{ color: #333; }
+.afPubContentBlockTitle a:visited{ color: #333; }
+.afPubContentBlockTitle a:active{ color: #333; }
+.afPubContentBlockTitle a:hover{ color: #555; }
+
+/*****************************************/
/* Message block*/
/*****************************************/
@@ -245,30 +268,6 @@
background-color: #bbb;
}
-
-/*****************************************/
-/* Content block title*/
-/*****************************************/
-.afPubContentBlockTitle{
- color: #000;
- 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:transparent url("titlebar-back.gif") repeat-x left top;
- background-color: #eee;
- border: 1px solid;
- border-color: #808080;
-}
-.afPubContentBlockTitle a{ color: #333; text-decoration: none;}
-.afPubContentBlockTitle a:link{ color: #333; }
-.afPubContentBlockTitle a:visited{ color: #333; }
-.afPubContentBlockTitle a:active{ color: #333; }
-.afPubContentBlockTitle a:hover{ color: #555; }
-
/*****************************************/
/* Footer */
/*****************************************/
@@ -493,7 +492,7 @@
.afAdminMenu ul {
margin: 0px;
- padding: 15px 0px 10px 10px;
+ padding: 3px 0px 15px 10px;
list-style-type: none;
}
@@ -518,6 +517,16 @@
color: #666;
}
+
+.adAdminSubMenu{
+ font-size: small;
+ text-align: left;
+ font-weight: normal;
+ line-height: 100%;
+ padding: 0px 0px 0px 0px;
+ margin: 0px 0px 0px 0px;
+}
+
.afAdminMenu a:link{
text-decoration: none;
color: #333;
@@ -531,7 +540,3 @@
color: black;
}
-.afAdminMenu div{
-/* background-color: #fff;*/
-
-}