[Affelio-cvs 361] CVS update: affelio/skins/simple

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2005年 6月 30日 (木) 17:36:33 JST


Index: affelio/skins/simple/style.css
diff -u affelio/skins/simple/style.css:1.3 affelio/skins/simple/style.css:1.4
--- affelio/skins/simple/style.css:1.3	Tue Jun 21 01:57:49 2005
+++ affelio/skins/simple/style.css	Thu Jun 30 17:36:33 2005
@@ -194,6 +194,42 @@
 .afPubContentBlockTitle a:active{   color: #FFFFFF; }
 .afPubContentBlockTitle a:hover{    color: #cccccc; }
 
+
+/*****************************************/
+/* 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;
+}
+
+
 /*****************************************/
 /* Mode List */
 /*****************************************/
@@ -399,3 +435,58 @@
 }
 
 /**************************************************************************/
+/* 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: #d7d7d7;
+        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