[Affelio-cvs 17] CVS update: affelio/skins/blue

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 17日 (金) 01:34:25 JST


Index: affelio/skins/blue/0_face-s.jpg
Index: affelio/skins/blue/0_face.jpg
Index: affelio/skins/blue/arrow.gif
Index: affelio/skins/blue/bg.jpg
Index: affelio/skins/blue/footer.jpg
Index: affelio/skins/blue/h_bg.jpg
Index: affelio/skins/blue/header.jpg
Index: affelio/skins/blue/js_common.js
diff -u affelio/skins/blue/js_common.js:1.1.1.1 affelio/skins/blue/js_common.js:removed
--- affelio/skins/blue/js_common.js:1.1.1.1	Tue Jun 14 12:53:30 2005
+++ affelio/skins/blue/js_common.js	Fri Jun 17 01:34:25 2005
@@ -1,23 +0,0 @@
-
-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/blue/spacer.gif
Index: affelio/skins/blue/style.css
diff -u affelio/skins/blue/style.css:1.1.1.1 affelio/skins/blue/style.css:removed
--- affelio/skins/blue/style.css:1.1.1.1	Tue Jun 14 12:53:30 2005
+++ affelio/skins/blue/style.css	Fri Jun 17 01:34:25 2005
@@ -1,413 +0,0 @@
-/**********************************************************************/
-/* Main for public pages*/
-/**********************************************************************/
-body {
-	margin: 0px 0px 0px 0px;
-	background-color: #FFFFFF;
-	text-align: center;
-	background-image: url(bg.jpg);
-	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 {
-	margin-right: auto;
-	margin-left: auto;
-	text-align: left;
-	padding: 0px;
-	width: 800px;
-	height: auto;
-	background-color: #FFFFFF;
-}
-
-/*****************************************/
-/* Banner */
-/*****************************************/
-.afPubBanner {
-	margin: 0px 0px 0px 0px;
-	padding: 0px 0px 0px 0px;
-	height: 106px;
-	background:#1169A3 url(header.jpg) left top;
-	text-align: right;
-}
-.afPubBanner iframe{
-	align: right;
-	margin-top: 10px;
-	margin-right: 10px;
-}
-
-/*****************************************/
-/* Main */
-/*****************************************/
-.afPubMain {
-	margin: 0px 0px 0px 0px;
-	padding: 10px 10px 10px 10px;
-	width: 780px;
-	height: auto;
-	float: left;
-	background-color: #FFF;
-	font-family: Verdana, Arial, sans-serif;
-}
-
-/*****************************************/
-/* Content Heading */
-/*****************************************/
-.afPubContentHeading{
-        color: #666666;
-        font-family: Verdana, Arial, sans-serif;
-        font-size: medium;
-        text-align: left;
-        font-weight: bold;
-        line-height: 100%;
-        padding: 5px 5px 5px 5px;
-        margin: 0px 0px 0px 0px;
-        background:transparent url("titlebar-back.png") repeat-x left top;
-        background-color: #eee;
-}
-.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{
-        background-color: #eee;
-        color: #000;
-        font-family: Verdana, Arial, sans-serif;
-        font-size: x-small;
-        text-align: left;
-        font-weight: normal;
-        line-height: 100%;
-        padding: 3px 3px 3px 3px;
-        margin: 5px 3px 3px 5px;
-}
-
-/*****************************************/
-/* loginarea */
-/*****************************************/
-.afPubLoginarea{
-	margin: 5px 0px 0px 0px;
-	padding: 0px 0px 0px 0px;
-}
-
-/*****************************************/
-/* Mode List */
-/*****************************************/
-.afPubModeList {
-	margin: 5px 0px 0px 0px;
-	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;
-	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;*/
-}
-
-
-/*****************************************/
-/* Content block*/
-/*****************************************/
-.afPubContentBlock {
-	height: auto;
-	margin: 0px 0px 10px 0px;
-	padding: 5px 5px 5px 5px;
-	color: black;
-	background: none;
-	background-color: #eee;
-	font-family: Verdana, Arial, sans-serif;
-	font-size: x-small;
-	font-weight: normal;
-	line-height: 130%;
-	text-align: left;
-
-}
-div#IDbMyOverview{
-}
-div#IDMyFriends{
-}
-div#IDMyReference{
-}
-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; }
-
-
-/*****************************************/
-/* Footer */
-/*****************************************/
-.afPubFooter {
-	width: 800px;
-	background-color: #cccccc;
-	text-align: center;
-	font-family: Verdana, Arial, sans-serif;
-	font-size: x-small;
-	line-height: 170%
-}
-
-.afPubFooter a {
-	color: #000000;
-	clear:both;
-	text-decoration: none;
-}
-
-
-/**************************************************************************/
-/*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{
-	width: 130px;
-	height: 10px;
-	overflow: hidden;
-	font-family: Arial;
-	font-size: xx-small;
-        font-weight: normal;
-}	
-.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: 149px;
-	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;
-	height: 10px;
-	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__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{
-	margin: 0px 0px 0px 0px;
-	padding: 0px 0px 0px 5px;
-	background-color: #1169A4;
-	overflow: hidden;
-	height: 52px;
-}
-.aftag__unified_imgtab_h__left_field{
-	margin: 0px 0px 0px 0px;
-	padding: 0px 0px 0px 0px;
-	float:left;
-	overflow: hidden;
-}
-.aftag__unified_imgtab_h__right_field{
-	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  = size 0 */
-	width: 0px;
-	height: 0px;
-	overflow: hidden;
-	/*******************/
-	/* Does print */
-	/*width: 70px;*/
-	/*height: 20px;*/
-
-	text-align: center;
-	vertical-align: top;
-
-	font-family: Verdana, Arial, sans-serif;
-	font-size: x-small;
-	color: #FFF;
-}
-.aftag__unified_imgtab_h__text a{
-	color: #FFF;
-}
-
-.aftag__unified_imgtab_h__text_selected{
-	/* Does NOT print  = size 0 */
-	width: 0px;
-	height: 0px;
-	overflow: hidden;
-	/*******************/
-	/* Does print */
-	/*width: 70px;*/
-	/*height: 20px;*/
-
-	text-align: center;
-	vertical-align: top;
-
-	font-family: Verdana, Arial, sans-serif;
-	font-size: x-small;
-	color: #FFF;
-}
-.aftag__unified_imgtab_h__text_selected a{
-	color: #FFF;
-}
-
-/**************************************************************************/


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