[Affelio-cvs 692] CVS update: affelio_farm/admin/skelton/affelio/skins/standard

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 10月 25日 (火) 04:20:56 JST


Index: affelio_farm/admin/skelton/affelio/skins/standard/0_face-s.jpg
Index: affelio_farm/admin/skelton/affelio/skins/standard/0_face.jpg
Index: affelio_farm/admin/skelton/affelio/skins/standard/arrow.gif
Index: affelio_farm/admin/skelton/affelio/skins/standard/bg.jpg
Index: affelio_farm/admin/skelton/affelio/skins/standard/footer.jpg
Index: affelio_farm/admin/skelton/affelio/skins/standard/h_bg.jpg
Index: affelio_farm/admin/skelton/affelio/skins/standard/header.jpg
Index: affelio_farm/admin/skelton/affelio/skins/standard/js_common.js
diff -u affelio_farm/admin/skelton/affelio/skins/standard/js_common.js:1.1.1.1 affelio_farm/admin/skelton/affelio/skins/standard/js_common.js:removed
--- affelio_farm/admin/skelton/affelio/skins/standard/js_common.js:1.1.1.1	Tue Oct 25 04:14:41 2005
+++ affelio_farm/admin/skelton/affelio/skins/standard/js_common.js	Tue Oct 25 04:20:56 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_farm/admin/skelton/affelio/skins/standard/spacer.gif
Index: affelio_farm/admin/skelton/affelio/skins/standard/style.css
diff -u affelio_farm/admin/skelton/affelio/skins/standard/style.css:1.1.1.1 affelio_farm/admin/skelton/affelio/skins/standard/style.css:removed
--- affelio_farm/admin/skelton/affelio/skins/standard/style.css:1.1.1.1	Tue Oct 25 04:14:41 2005
+++ affelio_farm/admin/skelton/affelio/skins/standard/style.css	Tue Oct 25 04:20:56 2005
@@ -1,513 +0,0 @@
-/**********************************************************************/
-/* 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-left: auto;
-	margin-right: auto;
-	padding: 0px 0px 0px 0px;
-/*	background-image: url(bg.jpg);*/
-	border-left: 2px solid #cccccc;
-	border-right: 2px solid #cccccc;
-	text-align: left;
-	height: auto;
-	background-color: #FFF;
-}
-
-/*****************************************/
-/* Banner */
-/*****************************************/
-.afPubBanner {
-	margin: 0px 0px 0px 0px;
-	padding: 0px 0px 0px 0px;
-	height: 106px;
-	width: 800px;
-	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%;
-	width:100%;
-        padding: 5px 5px 5px 5px;
-        margin: 0px 0px 0px 0px;
-        background-color: #ddd;
-}
-.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: #000;
-        font-family: Verdana, Arial, sans-serif;
-        font-size: small;
-        text-align: left;
-        font-weight: normal;
-        padding: 5px 5px 5px 5px;
-        margin: 3px;
-}
-
-
-/*****************************************/
-/* 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;
-	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 {
-	height: auto;
-	margin: 0px 0px 10px 0px;
-	padding: 5px 5px 5px 5px;
-	color: black;
-	width:100%;
-	background: none;
-	background-color: #eee;
-	font-family: Verdana, Arial, sans-serif;
-	font-size: x-small;
-	font-weight: normal;
-	line-height: 130%;
-	text-align: left;
-
-}
-
-.afPubContentBlock table {
-	border: none;
-	margin: 0px 0px 0px 0px;
-/*	padding: 5px 5px 5px 5px;*/
-}
-
-
-.afPubContentBlock td,th {
-	color: black;
-/*	padding: 5px 5px 5px 5px;*/
-	margin: 0px 0px 0px 0px;
-	font-size: 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: #666;
-	font-family: Verdana, Arial, sans-serif;
-	font-size: x-small;
-	text-align: left;
-	font-weight: bold;
-	line-height: 100%;
-	width:auto;
-	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; }
-
-
-/*****************************************/
-/* Message block*/
-/*****************************************/
-
-.afPubMessageTable table {
-	border: none;
-	border-collapse: collapse;
-}
-
-
-.afPubMessageTable td {
-	color: black;
-	padding: 5px 5px 5px 5px;
-	margin: 0px 0px 0px 0px;
-	background-color: #fff;
-	font-size: small;
-	border: 1px solid #aaa;
-	text-align: left;
-}
-
-.afPubMessageTable th {
-	color: black;
-	padding: 5px 5px 5px 5px;
-	margin: 0px 0px 0px 0px;
-	font-size: small;
-	border: 1px solid #aaa;
-	text-align: left;
-}
-
-.afPubMessageTable thead {
-	color: black;
-	background-color: #bbb;
-}
-
-/*****************************************/
-/* Footer */
-/*****************************************/
-.afPubFooter {
-	width: 800px;
-	background-color: #cccccc;
-	text-align: center;
-	font-family: Verdana, Arial, sans-serif;
-	font-size: 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{
-	margin: 0px;
-	padding: 0px;
-	width: 130px;
-	line-height: 100%;
-	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;
-	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__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 9px;
-	background-color: #FFF;
-	overflow: hidden;
-	height: 52px;
-}
-.aftag__unified_imgtab_h__left_field{
-	margin: 0px 5px 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  */
-	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:150px;
-        height: auto;
-        float: left;
-        border-right: 1px solid #aaa;
-        background-color: #fff;
-        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: 5px 0px 10px 10px;
-        list-style-type: none;
-}
-
-.afAdminMenu li {
-        padding-left: 0px;
-        padding-top: 5px;
-        text-align: left;
-        font-family: Verdana, Arial, sans-serif;
-        font-size: small;
-        line-height: 140%;
-        border-bottom: 1px solid #aaa;
-}
-
-.afAdminMenu a:link{
-        text-decoration: none;
-        color: #333;
-}
-.afAdminMenu a:visited{
-        text-decoration: none;
-        color: #333;
-}
-.afAdminMenu a:hover{
-        text-decoration: none;
-        color: black;
-}
-
-
-
-


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