controller_content_viewer.css
1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
@import url('products.css');
@import url('folder.css');
/************* enterprise homepage style *****************/
div.event-info {
padding: 10px;
}
ul.event-data {
margin: 0px;
padding: 0px;
}
#content .event-data li {
list-style: none;
margin-bottom: 5px;
}
#content .event-data li span {
font-weight: bold;
padding-right: 0.25em;
}
li.event-dates span {
display: none;
}
li.event-dates {
padding: 5px;
float: right;
font-style: italic;
padding-left: 32px;
background: white url(../images/icons-mime/event.png) 5px 50% no-repeat;
}
div.event-info div.event-description {
margin-top: 10px;
padding: 5px;
background: white;
}
div#article-parent {
margin-bottom: 5px;
text-align: right;
font-style: italic;
}
.article-body-uploaded-file {
text-align: center;
}
/************* uploaded file *****************/
#article .gallery-navigation {
padding: 10px 0;
}
#article .gallery-navigation .left {
margin-right: 10px;
}
#article .gallery-navigation .right {
margin-left: 10px;
}
#article .gallery-navigation .total-of-images {
font-weight: bold;
}
#article .uploaded-file-description {
background: #f6f6f6;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 1em;
}