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

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 5月 18日 (木) 21:50:35 JST


Index: affelio/skins/standard2006/style.css
diff -u /dev/null affelio/skins/standard2006/style.css:1.1
--- /dev/null	Thu May 18 21:50:35 2006
+++ affelio/skins/standard2006/style.css	Thu May 18 21:50:35 2006
@@ -0,0 +1,604 @@
+/**********************************************************************/
+/* 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 #008FBA;
+	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 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: #537B97;
+	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 #537B97;
+	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 {
+	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;
+	text-align: left;
+}
+
+.afPubMessageTable th {
+	color: #666666;
+	padding: 5px 5px 5px 24px;
+	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 .5em center;
+	}
+
+.afPubMessageTable thead {
+	color: black;
+	border-top: 1px solid #ebebebe;
+	background-color: #fff;
+}
+
+/*****************************************/
+/* Footer */
+/*****************************************/
+.afPubFooter {
+	border: 4px solid #eeeeee;
+	_width: 800px;
+	background-color: #eeeeee;
+	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:#ebebeb;
+	margin: 0px 0px 0px 0px;
+	padding: 10px 12px 7px 12px;
+	float:left;
+	overflow: hidden;
+}
+.aftag__unified_imgtab_h__right_field{
+	background:#ebebeb;
+	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 {
+        border-top: none;
+        margin: 0px 0px 0px 0px;
+        padding: 0px 0px 0px 0px;
+}
+
+#advancedmenu1 li, #advancedmenu2 li {
+        margin-left:10px;
+        border-bottom: 1px solid #dddddd;
+}
+
+#advancedmenu1 li a, #advancedmenu2 li a {
+        background: transparent url(billet_listsub.gif) .7em .3em no-repeat;
+        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;
+}
+
+


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