[Affelio-cvs 789] CVS update: affelio_farm/templates/default

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 11月 22日 (火) 21:10:45 JST


Index: affelio_farm/templates/default/style.css
diff -u affelio_farm/templates/default/style.css:1.1.1.1 affelio_farm/templates/default/style.css:1.2
--- affelio_farm/templates/default/style.css:1.1.1.1	Tue Oct 25 04:14:41 2005
+++ affelio_farm/templates/default/style.css	Tue Nov 22 21:10:45 2005
@@ -3,33 +3,31 @@
 /* For more information, please refer following web site.   */
 /*    http://affelio.jp/ (Japan)                            */
 /*    http://affelio.jp/ (USA and other area)               */
-
 body {
-margin: 0px 0px 20px 0px;
-text-align: center;
+	font-family: Arial, sans-serif;
+	font-size: medium;
+	margin: 0px 0px 20px 0px;
+	text-align: center;
 }
-
 a {
-text-decoration: underline;
+	text-decoration: underline;
 }
-
 a:link {
-color: #8FABBE;
+	color: #8FABBE;
 }
 a:visited {
-color: #8FABBE;
+	color: #8FABBE;
 }
 a:active {
-color: #8FABBE;
+	color: #8FABBE;
 }
 a:hover {
-color: #006699;
+	color: #006699;
 }
-
 h1, h2, h3 {
-margin: 0px;
-padding: 0px;
-font-weight: normal;
+	margin: 0px;
+	padding: 0px;
+	font-weight: normal;
 }
 
 /**************************************************************************/
@@ -42,11 +40,11 @@
 
 .AFE_pub_title{
 	color: #FFFFFF;
-	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("./images/titlebar-back.png") repeat-x left top;
@@ -56,15 +54,40 @@
 .AFE_pub_field{
 	padding: 20px 20px 20px 20px;
 	margin: 0px 0px 0px 0px;
+	font-size: x-small;
+	text-align: left;
+	line-height: 130%;
+	background-color: #fff;
+}
+
+.AFE_pub_field_banner{
+	width: 525px;
+	height: 109px; 	
+	background:transparent url("./images/pub_banner.jpg") center top;
+	text-align: center;
+}
+
+.AFE_pub_field_table{
+	font-size: x-small;
+	text-align: left;
+	line-height: 130%;
+}
+
+.AFE_pub_field_bold{
 	font-size: medium;
 	text-align: left;
-	line-height: 100%;
-	background-color: #eff;
+	line-height: 130%;
 }
 
+
+.AFE_pub_input{
+	border: 2px #85B9E9 solid;
+	background-color: #eee;
+}
+
+
 .AFE_pub_footer{
 	color: #000;
-	font-family: Verdana, Arial, sans-serif;
 	font-size: x-small;
 	text-align: center;
 	font-weight: bold;
@@ -93,9 +116,6 @@
 	background: #349bc8;
 }
 
-
-
-
 /**************************************************************************/
 /*Admin page*/
 /**************************************************************************/


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