2bc8c17ab2651010900cfbebb00429ace1093d1f
[edumed.git] / edumed / static / css / forum.css
1 ul.breadcrumb {
2   margin: 0;
3   padding: 0;
4   list-style: none; }
5   ul.breadcrumb li {
6     display: inline; }
7
8 .forum-body {
9   /* --- Unread --- */
10   /* --- Moderation --- */
11   /* --- Mini pagination --- */ }
12   .forum-body .pagination ul {
13     margin: 0;
14     padding: 0;
15     list-style: none; }
16     .forum-body .pagination ul li {
17       display: inline-block; }
18       .forum-body .pagination ul li a {
19         display: block;
20         padding: .5em; }
21     .forum-body .pagination ul .disabled a {
22       color: black; }
23   .forum-body .table {
24     width: 100%;
25     margin: 1em 0; }
26   .forum-body .forum-description {
27     margin: 5px; }
28   .forum-body .forum-row, .forum-body .topic-row {
29     width: 100%; }
30   .forum-body .forum-name, .forum-body .topic-name {
31     width: 40%;
32     text-align: left; }
33   .forum-body .forum-topic-count, .forum-body .forum-post-count, .forum-body .topic-post-count, .forum-body .topic-view-count {
34     width: 10%;
35     text-align: center; }
36   .forum-body .forum-last-post, .forum-body .topic-last-post {
37     width: 32%;
38     text-align: center; }
39   .forum-body .first-unread-post-link, .forum-body .first-unread-post-link:hover {
40     text-decoration: none; }
41   .forum-body .post:nth-child(4n+4) {
42     background-color: #eaeaea; }
43   .forum-body .post-header {
44     padding: 3px 0 3px 20px; }
45     .forum-body .post-header th {
46       text-align: left; }
47   .forum-body .post-info {
48     width: 200px;
49     padding: 10px; }
50     .forum-body .post-info .post-author {
51       padding: 5px 0; }
52   .forum-body .post-content {
53     vertical-align: top;
54     padding: 10px; }
55   .forum-body .post-signature {
56     color: #CCC;
57     margin-top: 15px;
58     border-top: 1px dotted #cccccc;
59     display: block; }
60   .forum-body .post-related {
61     margin-top: 20px; }
62   .forum-body .forum-headline {
63     margin-top: 10px; }
64   .forum-body .attachments-form {
65     padding-bottom: 15px; }
66   .forum-body .attachment-link {
67     border-bottom: 1px dotted; }
68   .forum-body .state-indicator {
69     display: block;
70     float: left;
71     height: 10px;
72     width: 10px;
73     margin: 3px 5px; }
74   .forum-body .topic-unread a, .forum-body .forum-unread a {
75     font-weight: bold; }
76   .forum-body .on-moderation {
77     background: #ffcccc; }
78   .forum-body .mini-pagination {
79     padding: 3px 0 3px 10px; }