Yoshihisa Fukuhara
higef****@users*****
2005年 6月 30日 (木) 16:06:54 JST
Index: affelio/skins/Xwin_classic/style.css
diff -u affelio/skins/Xwin_classic/style.css:1.7 affelio/skins/Xwin_classic/style.css:1.8
--- affelio/skins/Xwin_classic/style.css:1.7 Thu Jun 30 02:47:56 2005
+++ affelio/skins/Xwin_classic/style.css Thu Jun 30 16:06:53 2005
@@ -163,7 +163,7 @@
}
.afPubContent h2 {
- color: #666666;
+ color: #DEDADE;
font-family: Verdana, Arial, sans-serif;
font-size: medium;
text-align: left;
@@ -502,24 +502,34 @@
height: auto;
float: left;
border-right: 2px solid #DEDADE;
-/* background-color: #fff;*/
+ color: #DEDADE;
font-family: Verdana, Arial, sans-serif;
}
+.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: 3px 0px 15px 10px;
list-style-type: none;
}
.afAdminMenu li {
position: relative;
- text-align: justify;
- text-justify: distribute-all-lines;
+ text-align: justify;
+ text-justify: distribute-all-lines;
text-decoration: none;
white-space: nowrap;
- padding-left: 0px;
+ padding-left: 0px;
padding-top: 5px;
border: 1px solid;
border-color: #DEDADE;
@@ -529,7 +539,6 @@
text-align: center;
vertical-align: middle;
line-height: 140%;
- color: #666;
}
.afAdminMenu a:link{
@@ -544,8 +553,3 @@
text-decoration: none;
color: black;
}
-
-.afAdminMenu div{
- background-color: transparent;
-
-}