source: sipes/cord/modules/forum/forum.css @ c25d016

stableversion-3.0
Last change on this file since c25d016 was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

  • Propiedad mode establecida a 100755
File size: 998 octetos
Línea 
1
2#forum .description {
3  font-size: 0.9em;
4  margin: 0.5em;
5}
6#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
7  white-space: nowrap;
8}
9#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
10  text-align: center;
11}
12#forum tr td.forum {
13  padding-left: 25px; /* LTR */
14  background-position: 2px 2px; /* LTR */
15  background-image: url(../../misc/forum-default.png);
16  background-repeat: no-repeat;
17}
18#forum tr.new-topics td.forum {
19  background-image: url(../../misc/forum-new.png);
20}
21#forum div.indent {
22  margin-left: 20px;
23}
24
25.forum-topic-navigation {
26  padding: 1em 0 0 3em; /* LTR */
27  border-top: 1px solid #888;
28  border-bottom: 1px solid #888;
29  text-align: center;
30  padding: 0.5em;
31}
32.forum-topic-navigation .topic-previous {
33  text-align: right; /* LTR */
34  float: left; /* LTR */
35  width: 46%;
36}
37.forum-topic-navigation .topic-next {
38  text-align: left; /* LTR */
39  float: right; /* LTR */
40  width: 46%;
41}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.