fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
librarian update
[edumed.git]
/
edumed
/
static
/
css
/
forum.css
diff --git
a/edumed/static/css/forum.css
b/edumed/static/css/forum.css
index
51fe05f
..
1c0b056
100644
(file)
--- a/
edumed/static/css/forum.css
+++ b/
edumed/static/css/forum.css
@@
-6,9
+6,12
@@
ul.breadcrumb {
display: inline; }
.forum-body {
display: inline; }
.forum-body {
+ position: relative;
/* --- Unread --- */
/* --- Moderation --- */
/* --- Mini pagination --- */ }
/* --- Unread --- */
/* --- Moderation --- */
/* --- Mini pagination --- */ }
+ .forum-body .search-result em {
+ background-color: yellow; }
.forum-body .pagination ul {
margin: 0;
padding: 0;
.forum-body .pagination ul {
margin: 0;
padding: 0;
@@
-31,13
+34,15
@@
ul.breadcrumb {
width: 40%;
text-align: left; }
.forum-body .forum-topic-count, .forum-body .forum-post-count, .forum-body .topic-post-count, .forum-body .topic-view-count {
width: 40%;
text-align: left; }
.forum-body .forum-topic-count, .forum-body .forum-post-count, .forum-body .topic-post-count, .forum-body .topic-view-count {
- width: 1
6
%;
+ width: 1
0
%;
text-align: center; }
.forum-body .forum-last-post, .forum-body .topic-last-post {
text-align: center; }
.forum-body .forum-last-post, .forum-body .topic-last-post {
- width:
20
%;
+ width:
32
%;
text-align: center; }
.forum-body .first-unread-post-link, .forum-body .first-unread-post-link:hover {
text-decoration: none; }
text-align: center; }
.forum-body .first-unread-post-link, .forum-body .first-unread-post-link:hover {
text-decoration: none; }
+ .forum-body .post:nth-child(4n+4) {
+ background-color: #eaeaea; }
.forum-body .post-header {
padding: 3px 0 3px 20px; }
.forum-body .post-header th {
.forum-body .post-header {
padding: 3px 0 3px 20px; }
.forum-body .post-header th {
@@
-75,3
+80,10
@@
ul.breadcrumb {
background: #ffcccc; }
.forum-body .mini-pagination {
padding: 3px 0 3px 10px; }
background: #ffcccc; }
.forum-body .mini-pagination {
padding: 3px 0 3px 10px; }
+ .forum-body .post-form input, .forum-body .post-form textarea {
+ font-family: Dosis;
+ background: white;
+ color: #363a3e;
+ font-size: 1.6em; }
+ .forum-body .post-form #id_name {
+ width: 698px; }