|
From: Benjamin C. <bc...@us...> - 2003-08-30 22:08:53
|
Update of /cvsroot/phpbt/phpbt/styles
In directory sc8-pr-cvs1:/tmp/cvs-serv22605/styles
Modified Files:
Tag: htmltemplates
default.css
Log Message:
New styles for the new templates
Index: default.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/styles/default.css,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -u -r1.4 -r1.4.4.1
--- default.css 12 Jun 2003 12:17:43 -0000 1.4
+++ default.css 30 Aug 2003 22:08:50 -0000 1.4.4.1
@@ -24,13 +24,14 @@
font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
font-size: 12px;
color: #000000;
- background-color: #eeeeee;
+ background-color: #ffc;
}
th.selected {
font-weight: bold;
text-align: center;
- background-color: #bbbbbb;
+ background-color: #ffc;
+ font-style: italic;
}
select {
@@ -232,4 +233,21 @@
a.navlink:hover {
text-decoration: underline;
+}
+
+.bordertable {
+ width: 90%;
+}
+
+.bordertable, .bordertable td {
+ border: 1px solid #666666;
+ border-collapse: collapse;
+}
+
+.bordertable td {
+ padding: 2px 4px;
+}
+
+.pagination {
+ padding: 5px;
}
|