diff media/css/bio.css @ 1:dbd703f7d63a

Initial import of sg101 stuff from private repository.
author gremmie
date Mon, 06 Apr 2009 02:43:12 +0000
parents
children a4635c094f24
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/media/css/bio.css	Mon Apr 06 02:43:12 2009 +0000
@@ -0,0 +1,37 @@
+div.user_profile table tr th {
+   font-weight: bold;
+   text-align: left;
+   padding: 5px 5px;
+}
+div.user_profile table tr td {
+   font-weight: normal;
+   text-align: left;
+   padding: 5px 5px;
+}
+
+div.members-list table {
+   border-collapse: collapse;
+   width: 95%;
+   border: 1px solid black;
+   margin: 1em auto 1em auto;
+}
+
+div.members-list table tr th {
+   font-weight: bold;
+   text-align: center;
+   padding: 5px 5px;
+}
+
+div.members-list table tr {
+   border-top: 1px solid black;
+   border-bottom: 1px solid black;
+   text-align: center;
+}
+
+div.members-list table tr td {
+   padding: 5px 5px;
+}
+
+div.members-list table tr.odd {
+   background-color: #ddd;
+}