|
From: mdw c. <myd...@li...> - 2001-09-06 14:42:45
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/templates/default
Modified Files:
main.html news.html
Added Files:
box.html
Log Message:
Adding some template stuff...
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/default/main.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- main.html 2001/09/04 21:30:44 1.23
+++ main.html 2001/09/06 14:42:44 1.24
@@ -25,8 +25,37 @@
td,p,li {
font-family: tahoma,arial,helvetica;
+ padding-left: 0;
}
+ .ombre { border-bottom : thick solid #333333;
+ border-left : thick solid #333333;
+ border-width : 1 ; }
+
+ .interne { background-color : #CCCCDD;
+
+
+ font-family : tahoma,arial,helvetica;
+ font-size : 8pt ;
+ color: #FFFFFF;
+ border-top : thick solid #666699;
+ border-bottom : thick solid #CCCCFF;
+ border-left : thick solid #CCCCFF;
+ border-right : thick solid #666699;
+ border-width : 1 ;
+ padding-left: 3;
+ padding-right: 4;
+ }
+
+ .iconame { padding-left : 2 ;
+ padding-right : 2 ;
+ font-family : tahoma,arial,helvetica;
+ font-size : 8pt ;
+ color : #ffffff ;
+ letter-spacing : 1 ;
+ text-align : center ;}
+
+
</style>
</head>
@@ -34,7 +63,7 @@
<body bgcolor="#65596D" marginwidth="0" marginheight="0" leftmargin="0" rightmargin="0" topmargin="0"
- alink="#DDDDDD" vlink="#000000" link="#0000AA">
+ alink="#000000" vlink="#000000" link="#0000AA">
<center>~TOPBAR~</center>
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/default/news.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- news.html 2001/06/28 15:25:48 1.9
+++ news.html 2001/09/06 14:42:44 1.10
@@ -28,7 +28,7 @@
</td>
<td align="right" width="280">
- <font size="-2" face="tahoma,arial,helvetica" color="#6A749D">[<a href="comment.php?news=~NUMNEWS~" color="#6A749D">~READ_MORE~</a>]</font>
+ <font size="-2" face="tahoma,arial,helvetica" color="#6A749D">[<a href="comment.php?news=~NUMNEWS~" color="#6A749D">Détails (~READ_MORE~)</a>]</font>
<font size="-2" face="tahoma,arial,helvetica" color="#6A749D">[<a href="add_comment.php?num_news=~NUMNEWS~">~COMMENT~</a>]</font>
|