body {
margin: 0;
font-family: verdana, sans-serif;
- font-size: 12px;
+ font-size: 10px;
}
+img {
+ border: 0;
+}
+
+th {
+ text-align: left;
+}
+td {
+ vertical-align: top;
+ padding: 0 3px;
+}
.clr {
clear: both;
}
border-color: #ff8000 #ff8000 white #ff8000;
}
+.section {
+ border-top: 1px solid #ffdfbf;
+ margin-top: 2em;
+ padding-top: 1em;
+}
+
+.editable td {
+ padding: 1px;
+}
+.editable input, .editable select, .editable textarea {
+ width: 400px;
+}
+.editable .number-input {
+ width: 100px;
+}
+
+
#login-box {
float: right;
}
-#wiki_layout_left_column {
+#catalogue_layout_left_column {
overflow: visible;
float: left;
- /*max-width: 50%;*/
+ max-width: 60%;
padding-right: 2%;
border-right: 1px dashed black;
}
-#wiki_layout_right_column {
+#catalogue_layout_right_column {
float: left;
- max-width: 35%;
+ max-width: 30%;
margin-left: 5%;
}
padding-left: 2em;
}
-td {
- vertical-align: top;
-}
-
-
-.fix {
- border: 1px solid gray;
- font-size: 0.7em;
- padding: 3px;
-}
-
-.fix-info {
- font-size: 0.7em;
- font-style: italic;
-}
-
-.chunk-plain a {color: gray;}
-.chunk-xml a {color: gray; font-style: italic;}
-.chunk-wl-broken a {color: red;}
-.chunk-wl a {color: green;}
-.chunk-wl-fix a {color: black;}
-
/* Big cheesy publish button */
#publish-button {
#publish-button:active {
background: -moz-linear-gradient(top, #88f, #fff);
}
+
+
+/* book list */
+
+.book-search-column input {
+ width: 96%;
+}
+
+.book-list-user .user-column {
+ display: none;
+}
+
+
+/* wall */
+.wall {
+ padding-left: 0;
+ list-style: none;
+}
+
+.wall li {
+ clear: left;
+ border-top: 1px dotted gray;
+ padding: 0 1em 2em 1em;
+ margin-bottom: 0;
+}
+
+.wall .gravatar {
+ float: left;
+ margin-right: 1em;
+ margin-left: -1em;
+}
+.wall h3 {
+ font-size: 1.25em;
+ margin-top: 0;
+}
+
+.wall .time {
+ /* float:right; */
+}
+
+.wall .anonymous {
+ background-color: #efa;
+}
+
+.wall .comment {
+ background-color: #dfc;
+}
+
+.wall .publish {
+ background-color: #fdc;
+}
+
+div.cover-preview {
+ width: 216px;
+ min-height: 300px;
+ float: left;
+ margin-right: 2em;
+}
+
+img.cover-preview {
+ width: 216px;
+ height: 300px;
+}