[Affelio-cvs 990] CVS update: affelio/skins/simplebiz

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 21日 (水) 01:18:55 JST


Index: affelio/skins/simplebiz/0_face-s.jpg
Index: affelio/skins/simplebiz/0_face.jpg
Index: affelio/skins/simplebiz/affelio_top1.gif
Index: affelio/skins/simplebiz/affelio_top2.gif
Index: affelio/skins/simplebiz/affelio_top3.gif
Index: affelio/skins/simplebiz/affelio_top4.gif
Index: affelio/skins/simplebiz/affelio_top5.gif
Index: affelio/skins/simplebiz/affelio_top6.gif
Index: affelio/skins/simplebiz/affelio_top7.gif
Index: affelio/skins/simplebiz/arrow.gif
Index: affelio/skins/simplebiz/bg.jpg
Index: affelio/skins/simplebiz/footer.jpg
Index: affelio/skins/simplebiz/h_bg.jpg
Index: affelio/skins/simplebiz/header.jpg
Index: affelio/skins/simplebiz/spacer.gif
Index: affelio/skins/simplebiz/style.css
diff -u /dev/null affelio/skins/simplebiz/style.css:1.1
--- /dev/null	Wed Dec 21 01:18:55 2005
+++ affelio/skins/simplebiz/style.css	Wed Dec 21 01:18:55 2005
@@ -0,0 +1,571 @@
+/**********************************************************************/
+/* Main for public pages*/
+/**********************************************************************/
+body {
+	margin: 0px 0px 20px 0px;
+	background-color: #aaa;
+	color: #009999;
+	text-align: center;
+	scrollbar-base-color: #009999;
+	scrollbar-track-color: #ffffff;
+	scrollbar-face-color: #ffffff;
+	scrollbar-shadow-color: #ffffff;
+	scrollbar-darkshadow-color: #009999;
+	scrollbar-highlight-color: #ffffff;
+	scrollbar-3dlight-color: #009999;
+	scrollbar-arrow-color: #009999;
+a {
+	text-decoration: none;
+}
+a:link {
+	color: #b55;
+}
+a:visited {
+	color: #b55;
+}
+
+a:active {
+	color: #b55;
+}
+a:hover {
+	color: #f33;
+	cursor: pointer;
+
+/*-- cursor type -----
+  crosshair
+  pointer
+  move
+  e-resize(right)
+  w-resize(left)
+  s-resize(bottom)
+  n-resize(top)  
+--------------------- */
+}
+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;
+	border: 1px solid #009999;
+}
+
+/*****************************************/
+/* Banner */
+/*****************************************/
+.afPubBanner {
+	margin: 0px 0px 0px 0px;
+	padding: 0px 0px 0px 0px;
+	height: 72px;
+        background-color: #3A99F9;
+        background:transparent url("affelio_top1.gif") left top;
+	border-bottom: 1px solid #FFFFFF;
+	text-align: right;
+}
+.afPubBanner iframe{
+	align: right;
+}
+
+/*****************************************/
+/* Main */
+/*****************************************/
+.afPubMain {
+	margin: 0px 0px 0px 0px;
+	padding: 0px 10px 10px 10px;
+	width: 800px;
+	overflow: hidden;
+	height: auto;
+	float: center;
+	background-color: #FFF;
+	font-family: Verdana, Arial, sans-serif;
+}
+
+/*****************************************/
+/* Content Heading */
+/*****************************************/
+.afPubContentHeading{
+        color: #FFFFFF;
+        font-family: Verdana, Arial, sans-serif;
+        font-size: 16px;
+        text-align: left;
+	font-weight: bold;
+        line-height: 100%;
+        padding: 7px 7px 7px 7px;
+	width: 100%;
+        margin: 0px 0px 0px 0px;
+        background-color: #3D4F7C;
+}
+.afPubContentHeading td{
+        color: #FFFFFF;
+        font-size: 16px;
+	font-weight: bold;
+        line-height: 100%;
+} 
+.afPubContentHeading a{  color: #FFFFFF; }
+.afPubContentHeading a:link{     color: #FFFFFF; }
+.afPubContentHeading a:visited{  color: #FFFFFF; }
+.afPubContentHeading a:active{   color: #FFFFFF; }
+.afPubContentHeading a:hover{    color: #cccccc; }
+
+.sidehide{
+        color: #000;
+        background-color: #d8d9dc;
+        font-family: Verdana, Arial, sans-serif;
+        font-size: 13px;
+        text-align: left;
+        font-weight: normal;
+        padding: 5px 5px 5px 5px;
+        margin: 4px 0px 0px 0px;
+}
+
+/*****************************************/
+/* loginarea */
+/*****************************************/
+.afPubLoginarea{
+	margin: 5px 0px 0px 0px;
+	padding: 0px 0px 0px 0px;
+}
+
+/*****************************************/
+/* Content */
+/*****************************************/
+.afPubContent {
+	width: 100%
+	padding: 20px 0px 0px 5px;
+	margin: 0px 0px 0px 0px;
+	background-color: #FFF;
+	border: 0px solid #009999;
+	background: white;
+	font-size: 14px;
+}
+
+.afPubContent h2 {
+	color: #666666;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: 14px;
+	text-align: left;
+	font-weight: nomal;
+	line-height: 100%;
+	/*margin-bottom: 10px;*/
+}
+
+.afPubContent table {
+	width: 100%;
+	margin: 0px 0px 0px 0px;
+	padding: 5px 5px 5px 5px;
+}
+
+
+/*****************************************/
+/* Content block*/
+/*****************************************/
+.afPubContentBlock {
+	height: auto;
+	margin: 0px 0px 10px 0px;
+	padding: 8px 8px 8px 8px;
+	width: 100%;
+	color: black;
+	background: none;
+	background-color: #ded;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: 14px;
+	font-weight: normal;
+	line-height: 130%;
+	text-align: left;
+	border: solid 2px #ccc;
+}
+
+.afPubContentBlock table {
+	border: none;
+	margin: 0px 0px 0px 0px;
+}
+
+.afPubContentBlock td,th {
+	color: black;
+	margin: 0px 0px 0px 0px;
+	font-size: 15px;
+	border: none
+	text-align: left;
+}
+
+.afPubContentBlock thead {
+	color: black;
+	background-color: #afa;
+}
+
+div#IDbMyOverview{
+}
+div#IDMyFriends{
+background: #339966;
+}
+div#IDMyReference{
+background: #339966;
+}
+div#IDMyProfile{
+background: #339966;
+}
+/*****************************************/
+/* Content block title*/
+/*****************************************/
+.afPubContentBlockTitle{
+        color: #FFF;
+        font-family: Verdana, Arial, sans-serif;
+        font-size: 16px;
+        text-align: left;
+	font-weight: bold;
+        line-height: 100%;
+        padding: 5px 5px 5px 5px;
+        margin: 0px 0px 0px 0px;
+	width: 100%;
+        background-color: #7297CE;
+	border: solid 2px #777;
+}
+.afPubContentBlockTitle a{  color: #FFFFFF; }
+.afPubContentBlockTitle a:link{     color: #FFFFFF; }
+.afPubContentBlockTitle a:visited{  color: #FFFFFF; }
+.afPubContentBlockTitle a:active{   color: #FFFFFF; }
+.afPubContentBlockTitle a:hover{    color: #ff3366; }
+
+
+/*****************************************/
+/* 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: 14px;
+	border: 1px solid #afa;
+	text-align: left;
+}
+
+.afPubMessageTable th {
+	color: black;
+	padding: 5px 5px 5px 5px;
+	margin: 0px 0px 0px 0px;
+	font-size: 14px;
+	border: 1px solid #afa;
+	text-align: left;
+}
+
+.afPubMessageTable thead {
+	color: 009966;
+	background-color: #bfb;
+}
+
+
+/*****************************************/
+/* Mode List */
+/*****************************************/
+.afPubModeList {
+	margin: 5px 0px 0px 0px;
+	padding: 0px 0px 0px 0px;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: 14px;
+	font-weight: bold;
+}
+
+
+/*****************************************/
+/* Footer */
+/*****************************************/
+.afPubFooter {
+	width: 800px;
+	background-color: #009966;
+	color: #ffffff;
+	text-align: center;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: 14px;
+	line-height: 170%
+}
+
+.afPubFooter a {
+	color: #888;
+	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: 14px;
+	font-weight: bold;
+}	
+.aftag__friendlist_5__status{
+	width: 130px;
+	line-height: 100%;
+	margin: 0px;
+	padding: 0px;
+	overflow: hidden;
+	font-family: Arial;
+	font-size: 10px;
+        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: 14px;
+	font-weight: bold;
+}	
+.aftag__friendlist_all__status{
+	width: 130px;
+	line-height: 100%;
+	margin: 0px;
+	padding: 0px;
+	overflow: hidden;
+	font-family: Arial;
+	font-size: 10px;
+        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: 10px;
+        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: 14px;
+	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: 14px;
+        font-weight: normal;
+	line-height: 110%;
+}
+
+/*******************************************/
+/* unified_imgtab_h */
+/*******************************************/
+.aftag__unified_imgtab_h{
+	margin: 0px 0px 0px 0px;
+	padding: 0px 48px 0px 48px;
+	overflow: hidden;
+	height: 28px;
+}
+.aftag__unified_imgtab_h__left_field{
+	margin: 6px 1px 6px 1px;
+	padding: 5px;
+	background-color: #FF0;
+	float:left;
+	overflow: hidden;
+}
+.aftag__unified_imgtab_h__right_field{
+	margin: 6px 1px 6px 1px;
+	padding: 2px;
+	background-color: #FF0;
+	float: right;
+	overflow: hidden;
+}
+
+/*ICON*/
+.aftag__unified_imgtab_h__icon{
+	/* Does NOT print  = size 0 */
+	width: 0px;
+	height: 0px;
+}
+
+/*TEXT NAME*/
+.aftag__unified_imgtab_h__text{
+	padding: 3px 0px 3px 0px;
+	border: 0px solid;
+	border-color: #006666;	
+	/*background-image: url("btn1a_bg.gif");*/
+	font-family: Arial;
+	font-size: 14px;
+	font-weight: bold;
+	text-align: center;
+}
+
+.aftag__unified_imgtab_h__text a {
+	text-decoration: none;
+}
+.aftag__unified_imgtab_h__text a:link {
+	color: #222;
+}
+.aftag__unified_imgtab_h__text a:visited {
+	color: #222;
+}
+
+.aftag__unified_imgtab_h__text a:active {
+	color: #222;
+	font-weight: bold;
+}
+.aftag__unified_imgtab_h__text a:hover {
+	color: #222;
+	font-weight: bold;
+}
+
+.aftag__unified_imgtab_h__text_selected{
+	padding: 3px 0px 3px 0px;
+	border-color: #006666;
+	font-family: Arial;
+	font-size: 14px;
+	text-align: center;
+	font-weight: bold;
+	color: #000;
+}
+
+.aftag__unified_imgtab_h__text_selected a {
+	text-decoration: none;
+}
+.aftag__unified_imgtab_h__text_selected a:link {
+	color: #FF3366;
+}
+.aftag__unified_imgtab_h__text_selected a:visited {
+	color: #FF3366;
+}
+
+.aftag__unified_imgtab_h__text_selected a:active {
+	color: #FF3366;
+	font-weight: bold;
+}
+.aftag__unified_imgtab_h__text_selected a:hover {
+	color: #FF3366;
+	font-weight: bold;
+}
+
+
+/**************************************************************************/
+/* afContent for admin mode main pain*/
+/**************************************************************************/
+
+/**************************************************************************/
+/* div ID afMenu */
+/**************************************************************************/
+.afAdminMenu {
+        margin: 0px 0px 0px 0px;
+        padding: 0px 0px 0px 0px;
+        width:150px;
+        height: auto;
+        float: left;
+        border-right: 1px solid #66cc66;
+        background-color: #eeffee;
+        font-family: Verdana, Arial, sans-serif;
+}
+
+.adAdminSubMenu{
+        font-size: 11px;
+        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: 14px;
+        line-height: 140%;
+        border-bottom: 1px solid #66cc99;
+}
+
+.afAdminMenu a:link{
+        text-decoration: none;
+        color: #333;
+}
+.afAdminMenu a:visited{
+        text-decoration: none;
+        color: #333;
+}
+.afAdminMenu a:hover{
+        text-decoration: none;
+        color: #ff3366;
+}
+
+
+
+/**************************************************************************/
Index: affelio/skins/simplebiz/titlebar-back.png


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