[Affelio-cvs 1299] CVS update: affelio/skins/standard2006-green

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 5月 30日 (火) 15:55:01 JST


Index: affelio/skins/standard2006-green/0_face-s.jpg
Index: affelio/skins/standard2006-green/0_face.jpg
Index: affelio/skins/standard2006-green/affelio_header.jpg
Index: affelio/skins/standard2006-green/arrow.gif
Index: affelio/skins/standard2006-green/bg.jpg
Index: affelio/skins/standard2006-green/billet_list.gif
Index: affelio/skins/standard2006-green/billet_list2.gif
Index: affelio/skins/standard2006-green/billet_listsub.gif
Index: affelio/skins/standard2006-green/contentblock_bg.gif
Index: affelio/skins/standard2006-green/contentheading_bg.jpg
Index: affelio/skins/standard2006-green/footer.jpg
Index: affelio/skins/standard2006-green/h_bg.jpg
Index: affelio/skins/standard2006-green/header.jpg
Index: affelio/skins/standard2006-green/js_common.js
diff -u /dev/null affelio/skins/standard2006-green/js_common.js:1.1
--- /dev/null	Tue May 30 15:55:01 2006
+++ affelio/skins/standard2006-green/js_common.js	Tue May 30 15:55:01 2006
@@ -0,0 +1,23 @@
+
+function MM_swapImgRestore() { //v3.0
+  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
+}
+
+function MM_preloadImages() { //v3.0
+  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
+    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
+    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
+}
+
+function MM_findObj(n, d) { //v4.01
+  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
+    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
+  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
+  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
+  if(!x && d.getElementById) x=d.getElementById(n); return x;
+}
+
+function MM_swapImage() { //v3.0
+  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
+   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
+}
Index: affelio/skins/standard2006-green/spacer.gif
Index: affelio/skins/standard2006-green/status_balloon1.gif
Index: affelio/skins/standard2006-green/status_balloon2.gif
Index: affelio/skins/standard2006-green/style.css
diff -u /dev/null affelio/skins/standard2006-green/style.css:1.1
--- /dev/null	Tue May 30 15:55:01 2006
+++ affelio/skins/standard2006-green/style.css	Tue May 30 15:55:01 2006
@@ -0,0 +1,643 @@
+/**********************************************************************/
+/* Main for public pages*/
+/**********************************************************************/
+body {
+	margin: 0px 0px 0px 0px;
+	background-color: #FFFFFF;
+	text-align: center;
+	background-repeat: repeat-y;
+	background-position: center top;
+}
+
+a {
+	text-decoration: underline;
+}
+a:link {
+	color: #1169A4;
+}
+a:visited {
+	color: #1169A4;
+}
+
+a:active {
+	color: #1169A4;
+}
+a:hover {
+	color: #1169A4;
+}
+h1, h2, h3 {
+	margin: 0px;
+	padding: 0px;
+	font-weight: normal;
+}
+
+/*****************************************/
+/* Container */
+/*****************************************/
+.afPubContainer {
+	width: 800px;
+	margin: 0px auto 0px auto;
+	padding: 0px 0px 0px 0px;
+	border-bottom: 1px solid #cccccc;
+	border-left: 1px solid #cccccc;
+	border-right: 1px solid #cccccc;
+	text-align:center;
+	height: auto;
+	background: #fff;
+}
+
+/*****************************************/
+/* Banner */
+/*****************************************/
+.afPubBanner {
+	margin: 0px 0px 0px 0px;
+	padding: 0px 0px 0px 0px;
+	height: 87px;
+	width: 800px;
+	background:#1169A3 url(affelio_header.jpg) left top;
+	text-align: right;
+}
+.afPubBanner iframe{
+	margin-top: 10px;
+	margin-right: 10px;
+}
+
+/*****************************************/
+/* Main */
+/*****************************************/
+.afPubMain {
+	margin:8px auto 0 auto;
+	padding: 0px 0px 0px 0px;
+	width: 780px;
+	height: auto;
+	text-align:left;
+/*	float: left;*/
+	background-color: #FFF;
+	font-family: Verdana, Arial, sans-serif;
+}
+
+/*****************************************/
+/* Content Heading */
+/*****************************************/
+.afPubContentHeading{
+	background:#f4f4f4 url(contentheading_bg.jpg) repeat-x;
+	color: #666666;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: medium;
+	text-align: left;
+	font-weight: bold;
+	line-height: 100%;
+/*	width:100%;*/
+	padding: 5px 5px 5px 5px;
+	margin: 0px 0px 0px 0px;
+	border-left: 5px solid #339966;
+	border-bottom: 1px solid #dddddd;
+}
+.afPubContentHeading td{
+	color: #666666;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: medium;
+	font-weight: bold;
+	line-height: 100%;
+} 
+.afPubContentHeading a{  color: #666666; }
+.afPubContentHeading a:link{     color: #1169A4; }
+.afPubContentHeading a:visited{  color: #1169A4; }
+.afPubContentHeading a:active{   color: #1169A4; }
+.afPubContentHeading a:hover{    color: #1169A4; }
+
+.sidehide{
+        color: #993300;
+        font-family: Verdana, Arial, sans-serif;
+        font-size: small;
+        text-align: left;
+        font-weight: normal;
+	background-color: #FFFFCC;	
+        padding: 10px 10px 10px 10px;
+        margin: 5px 0px 0px 0px;
+}
+
+
+/*****************************************/
+/* loginarea */
+/*****************************************/
+.afPubLoginarea{
+	margin: 5px 0px 0px 0px;
+	padding: 0px 0px 0px 0px;
+}
+
+/*****************************************/
+/* Mode List */
+/*****************************************/
+.afPubModeList {
+	margin: 5px 5px 0px 10px;
+	padding: 0px 0px 0px 0px;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: x-small;
+}
+
+
+/*****************************************/
+/* Content */
+/*****************************************/
+.afPubContent {
+	padding: 20px 0px 0px 0px;
+	margin: 0px 0px 0px 0px;
+	width:100%;
+	background-color: #1169A4;
+	border: 0px solid #027BF4;
+	background: white;
+}
+
+.afPubContent h2 {
+	color: #666666;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: medium;
+	text-align: left;
+	font-weight: bold;
+	line-height: 100%;
+	/*margin-bottom: 10px;*/
+}
+
+.afPubContent table {
+	width: 100%;
+}
+
+
+/*****************************************/
+/* Content block*/
+/*****************************************/
+.afPubContentBlock {
+	border: 1px solid #dddddd;
+	height: auto;
+	margin: 0px 0px 14px 0px;
+	padding: 0px 0px 0px 0px;
+	color: black;
+	_width:100%;
+	background: none;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: x-small;
+	font-weight: normal;
+	line-height: 130%;
+	text-align: left;
+
+}
+
+.afPubContentBlock p {
+	margin: 0px 0px 0px 0px;
+	padding: 8px;
+}
+
+
+.afPubContentBlock table {
+	border: none;
+	background-color: #f3f3f3;
+	margin: 0px 0px 0px 0px;
+	padding: 0px 0px 0px 0px;
+}
+
+.afPubContentBlock td,th {
+	color: black;
+	padding: 5px 5px 5px 5px;
+	margin: 0px 0px 0px 0px;
+	font-size: x-small;
+	border: none;
+	text-align: left;
+}
+
+.afPubContentBlock thead {
+	color: black;
+	background-color: #aaa;
+}
+
+div#IDbMyOverview{
+}
+div#IDMyFriends{
+}
+div#IDMyReference{
+}
+div#IDMyProfile{
+}
+
+
+/*****************************************/
+/* Content block title*/
+/*****************************************/
+.afPubContentBlockTitle{
+	color: #339966;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: x-small;
+	text-align: left;
+	font-weight: bold;
+	line-height: 100%;
+	width:auto;
+	padding: 5px 10px 5px 10px;
+	margin: 0px 0px 10px 0px;
+	background: #f1f1f1 url(contentblock_bg.gif) repeat-x;
+	border-top: 3px solid #339966;
+	border-bottom: 1px solid #dddddd;
+}
+.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*/
+/*****************************************/
+
+.afPubMessageTable table {
+	text-align: center;
+	border: none;
+	border-collapse: collapse;
+}
+
+.afPubMessageTable tr {
+	border-top: 1px solid #ebebeb;
+}
+
+.afPubMessageTable td {
+	color: #666666;
+	padding: 5px 5px 5px 5px;
+	margin: 0px 0px 0px 0px;
+	background-color: #fff;
+	font-size: x-small;
+	border-top: 1px solid #ebebeb;
+	border-left: 1px solid #f3f3f3;
+	text-align: left;
+}
+
+.afPubMessageTable th {
+	color: #666666;
+	padding: 5px 5px 5px 16px;
+	margin: 0px 0px 0px 0px;
+	font-size: x-small;
+	border-top: 1px solid #ebebebe;
+	text-align: left;
+	background: #fff url(billet_list.gif) no-repeat .15em center;
+	}
+
+.afPubMessageTable table#calender {
+	margin: 0px auto 0px auto;
+	width:	158px;
+}
+
+.afPubMessageTable table#calender td {
+	padding: 2px 2px 2px 2px;
+	margin: 0px 0px 0px 0px;
+	text-align: center;
+	font-size: 8pt;
+	border-top: 1px solid #ebebeb;
+}
+.afPubMessageTable table#calender th {
+	padding: 2px 2px 2px 2px;
+	margin: 0px 0px 0px 0px;
+	text-align: center;
+	background: none;
+	border-top: 1px solid #ebebeb;
+	border-left: 0px;
+	border-right: 0px;
+	border-bottom: 1px solid #989898;
+	font-size: 7pt;
+	}
+
+
+
+.afPubMessageTable thead {
+	color: black;
+	border-top: 1px solid #ebebebe;
+	background-color: #fff;
+}
+
+/*****************************************/
+/* Footer */
+/*****************************************/
+.afPubFooter {
+	border: 4px solid #EAF4E1;
+	_width: 800px;
+	background-color: #EAF4E1;
+	text-align: right;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: 12px;
+	color: #666666;
+}
+
+.afPubFooter a {
+	color: #008E7F !important;
+	text-decoration: none !important;
+	clear:both;
+}
+
+
+
+/**************************************************************************/
+/*Styles for each <AF_*> TAG*/ 
+/**************************************************************************/
+.aftag__friendlist_5{
+	width: 100%;
+}
+.aftag__friendlist_5__field{
+	background: #eee;
+	width: 145px;
+	height: 150px;
+	vertical-align: top;
+	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;
+}	
+.aftag__friendlist_5__status{
+	margin: 0px;
+	padding: 0px;
+	width: 130px;
+	height: 20px;
+	line-height: 100%;
+	overflow: hidden;
+	font-family: Arial;
+	font-size: xx-small;
+        font-weight: normal;
+	overflow: hidden;
+}	
+.aftag__friendlist_5__image{
+	width: 100px;
+	height: 100px;
+	text-align:center;
+	overflow: hidden;
+}	
+
+/*******************************************/
+.aftag__friendlist_all{
+	width: 100%;
+}
+.aftag__friendlist_all__field{
+	background: #eee;
+	width: 145px;
+	vertical-align: top;
+	text-align: center;
+	float: left;
+}
+.aftag__friendlist_all__name{
+	width: 130px;
+	height: 20px;
+	overflow: hidden;
+	font-family: Arial;
+	font-size: x-small;
+        font-weight: bold;
+}	
+.aftag__friendlist_all__status{
+	width: 130px;
+	line-height: 100%;
+	margin: 0px;
+	padding:0px;
+	overflow: hidden;
+	font-family: Arial;
+	font-size: xx-small;
+        font-weight: normal;
+}	
+.aftag__friendlist_all__image{
+	width: 100px;
+	height: 100px;
+	text-align:center;
+	overflow: hidden;
+}	
+.aftag__friendlist_all__intro{
+	width: 120px;
+	padding: 5px 0px 5px 0px;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: xx-small;
+        font-weight: normal;
+	text-align: left;
+	line-height: 110%;
+}	
+
+/*******************************************/
+.aftag__newsbox_table{
+	width: 600px;
+	margin: 20px 5px 5px 5px;
+	border: 1px;
+	font-size: x-small;
+}
+
+.aftag__newsbox_table__td{
+	color: black;
+	padding: 0px;
+	margin: 0px 0px 0px 0px;
+	border: 1px solid #aaa;
+	text-align: left;
+	font-size: x-small;
+}
+
+.aftag__newsbox_table__th{
+	color: black;
+	padding: 0px;
+	margin: 0px 0px 0px 0px;
+	border: 1px solid #aaa;
+	text-align: left;
+	font-size: x-small;
+}
+
+.aftag__newsbox_table__thead{
+	color: black;
+	background-color: #bbb;
+}
+
+
+/*******************************************/
+.aftag__profile_table{
+	width: 600px;
+	margin: 20px 5px 5px 5px;
+	border: 0px;
+}
+
+.aftag__profile_table__th{
+	width: 30%;
+	padding: 5px 10px 0px 5px;
+	float: left;
+	text-align: right;
+	vertical-align: top;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: x-small;
+        font-weight: bold;
+	line-height: 110%;
+}
+.aftag__profile_table__td{
+	width: 65%;
+	padding: 5px 10px 0px 5px;
+	float: right;
+	text-align: left;
+	vertical-align: top;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: x-small;
+        font-weight: normal;
+	line-height: 110%;
+}
+
+/*******************************************/
+/* unified_imgtab_h */
+/*******************************************/
+
+.aftag__unified_imgtab_h{
+	background: url(unified_bg.gif) repeat-x;
+	margin: 0px 0px 0px 0px;
+	padding: 3px 10px 0 17px;
+	overflow: hidden;
+	height: 81px;
+}
+.aftag__unified_imgtab_h__left_field{
+	background:#EAF4E1;
+	margin: 0px 0px 0px 0px;
+	padding: 10px 12px 7px 12px;
+	float:left;
+	overflow: hidden;
+}
+.aftag__unified_imgtab_h__right_field{
+	background:#EAF4E1;
+	margin: 0px 0px 0px 0px;
+	padding: 0px 0px 0px 0px;
+	float:right;
+	overflow: hidden;
+}
+
+/*ICON*/
+.aftag__unified_imgtab_h__icon{
+	/* Does NOT print  = size 0 */
+	/*width: 0px;*/
+	/*height: 0px;*/
+	/*******************/
+	/* Does print */
+	width: 50px;
+	height: 50px;
+}
+
+/*TEXT NAME*/
+.aftag__unified_imgtab_h__text{
+	/* Does NOT print  */
+	display: none;
+}
+.aftag__unified_imgtab_h__text a{
+	color: #FFF;
+}
+
+.aftag__unified_imgtab_h__text_selected{
+	/* Does NOT print  */
+	display: none;
+}
+.aftag__unified_imgtab_h__text_selected a{
+	color: #FFF;
+}
+
+
+/**************************************************************************/
+/**************************************************************************/
+/* div ID afMenu */
+/**************************************************************************/
+.afAdminMenu {
+        margin: 0px 0px 0px 0px;
+        padding: 0px 0px 0px 0px;
+        width:158px;
+        height: auto;
+        float: left;
+        font-family: Verdana, Arial, sans-serif;
+        font-size: x-small;
+}
+
+
+.adAdminSubMenu{
+        font-size: x-small;
+        text-align: left;
+        font-weight: normal;
+        line-height: 100%;
+        padding: 0px 0px 0px 0px;
+        margin: 0px 0px 0px 0px;
+}
+
+.afAdminMenu ul {
+        background: #F3F3F3;
+        margin: 0px 0px 10px 0px;
+        padding: 0px 0px 0px 0px;
+        list-style-type: none;
+        border-top: 1px solid #dddddd;
+}
+
+.afAdminMenu li {
+        padding: 4px 0px 4px 0px;
+        text-align: left;
+        font-family: Verdana, Arial, sans-serif;
+        font-size: x-small;
+        line-height: 140%;
+        border-bottom: 1px solid #dddddd;
+}
+
+.afAdminMenu li a {
+        padding:0px 6px 0px 19px;
+        background: transparent url(billet_list2.gif) .4em .3em no-repeat;
+        color:#666;
+}
+
+
+.afAdminMenu a:link{
+        text-decoration: none;
+        color: #333;
+}
+.afAdminMenu a:visited{
+        text-decoration: none;
+        color: #333;
+}
+.afAdminMenu a:hover{
+        text-decoration: none;
+        color: black;
+}
+
+#advancedmenu1 ul, #advancedmenu2 ul, #advancedmenu3 ul{
+        border-top: none;
+        margin: 0px 0px 0px 0px;
+        padding: 0px 0px 0px 0px;
+}
+
+#advancedmenu1 li, #advancedmenu2 li, #advancedmenu3 li{
+        margin-left:10px;
+        border-bottom: 1px solid #dddddd;
+}
+
+<<<<<<< style.css
+#advancedmenu1 li a, #advancedmenu2 li a {
+        background: transparent url(billet_listsub.gif) .7em .05em no-repeat;
+=======
+#advancedmenu1 li a, #advancedmenu2 li a, #advancedmenu3 li a{
+        background: transparent url(billet_listsub.gif) .7em .3em no-repeat;
+>>>>>>> 1.2
+        padding:0px 6px 0px 24px;
+        color:#666;
+}
+
+/*****************************************/
+/* Profile Currentstatus */
+/*****************************************/
+.aftag__profile_currentstatus__field{
+      width: 150px;
+      margin: 4px 0 10px 0;
+      padding: 36px 0 0 0;
+      background: url(status_balloon1.gif) no-repeat;
+}
+.aftag__profile_currentstatus__box{
+      width: 150px;
+      margin: 0;
+      padding: 0 0 16px 0;
+      background: url(status_balloon2.gif) no-repeat bottom;
+}
+.aftag__profile_currentstatus__txt{
+      margin: 0 4px 0 4px;
+      overflow: hidden;
+      font-size: x-small;
+word-break: break-all;
+}
+
+
Index: affelio/skins/standard2006-green/unified_bg.gif
Index: affelio/skins/standard2006-green/unified_modules_bg.gif
Index: affelio/skins/standard2006-green/unified_switch_bg.gif


Affelio-cvs メーリングリストの案内
Back to archive index