Yoshihisa Fukuhara
higef****@users*****
2005年 6月 19日 (日) 14:30:41 JST
Index: affelio/skins/Xwin_classic/style.css
diff -u affelio/skins/Xwin_classic/style.css:1.2 affelio/skins/Xwin_classic/style.css:1.3
--- affelio/skins/Xwin_classic/style.css:1.2 Sun Jun 19 13:59:09 2005
+++ affelio/skins/Xwin_classic/style.css Sun Jun 19 14:30:41 2005
@@ -252,29 +252,40 @@
/**************************************************************************/
/*Styles for each <AF_*> TAG*/
/**************************************************************************/
+.aftag__friendlist_5{
+ width: 100%;
+}
.aftag__friendlist_5__field{
- background: #ddd;
- width: 130px;
+ background: #FFF;
+ width: 145px;
+ height: 150px;
vertical-align: top;
- text-align: left;
+ text-align: center;
+ float:left;
}
.aftag__friendlist_5__name{
width: 130px;
+ height: 20px;
overflow: hidden;
font-family: Arial;
font-size: x-small;
font-weight: bold;
- color: #fff;
}
.aftag__friendlist_5__status{
width: 130px;
+ height: 10px;
overflow: hidden;
font-family: Arial;
font-size: xx-small;
- font-weight: normal;
- background-color: #FFF;
- color: #000;
+ font-weight: normal;
}
+.aftag__friendlist_5__image{
+ width: 100px;
+ height: 100px;
+ text-align: center;
+ overflow: hidden;
+}
+
/*******************************************/
.aftag__friendlist_all__field{