~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to media/css/poll.css

  • Committer: franku
  • Date: 2016-05-15 14:41:54 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160515144154-00m3tiibyxm0nw2w
added the old threadedcomments app as wildelands app

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
.poll_plot {
3
 
    text-align: center;
4
 
    width: 100%;
5
 
}
6
 
 
7
 
.post_date { font-size: 90%;}
8
 
 
9
 
.poll {
10
 
    border: 1px solid rgb(9, 9, 9);
11
 
    width: 100%;
12
 
}
13
 
 
14
 
.poll h3.title {
15
 
    font-weight: bold;
16
 
    font-size: 12px;
17
 
    padding-left: 12px;
18
 
    background-image: url('../img/Navbar.png');
19
 
    background-repeat: repeat-x;
20
 
    border-left: 0px solid #999999;
21
 
    border-right: 0px solid #999999;
22
 
    border-bottom: 0px solid #999999;
23
 
    padding-top: 2px;
24
 
    padding-bottom: 0px;
25
 
    margin: 0px;
26
 
}
27
 
.poll .content {
28
 
 line-height: 120%;
29
 
 border: 0px;
30
 
 padding: 2px;
31
 
 padding-top: 5px;
32
 
 padding-left: 15px;
33
 
 background-color: #3F3F3F;
34
 
 background: url(../img/background-3F3F3F.png);
35
 
}
36
 
 
37
 
.poll .info_line {
38
 
         text-align: right;
39
 
         padding: 3px;
40
 
         margin: 0px;
41
 
    background-color: #222222;
42
 
         background: url(../img/background-222.png);
43
 
}
44
 
        
45
 
.poll .bottom_line {
46
 
         background-color: #222222;
47
 
         background: url(../img/background-222.png);
48
 
    table-layout: fixed;
49
 
}
50
 
.poll .comments {
51
 
        text-align: left;
52
 
}
53
 
.poll .admin {
54
 
        text-align: center;
55
 
}
56
 
        
57
 
        
58