1 | div.ui-content {
|
---|
2 | padding-top: 0px;
|
---|
3 | padding-bottom: 0px;
|
---|
4 | padding-bottom: 0px;
|
---|
5 | }
|
---|
6 |
|
---|
7 |
|
---|
8 | .ui-btn-b {
|
---|
9 | background-color: #225 !important;
|
---|
10 | border-color: #445 !important;
|
---|
11 | background: #225;
|
---|
12 | background: -moz-linear-gradient(top, #004 0%, #669 50%, #669 50%, #004 100%);
|
---|
13 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004),color-stop(50%,#669), color-stop(50%,#669), color-stop(100%,#004));
|
---|
14 | opacity: 0.9;
|
---|
15 | }
|
---|
16 |
|
---|
17 | .indico .contribution .ui-btn {
|
---|
18 | padding-top: 1px;
|
---|
19 | padding-bottom: 0px;
|
---|
20 | white-space: normal;
|
---|
21 | word-wrap: normal;
|
---|
22 | /*.7em 1em;*/
|
---|
23 | }
|
---|
24 |
|
---|
25 | .indico .contribution .ui-body-a {
|
---|
26 | text-align: justify;
|
---|
27 | }
|
---|
28 |
|
---|
29 | .ui-title {
|
---|
30 | padding-top: 7px !important;
|
---|
31 | padding-bottom: 7px !important;
|
---|
32 | }
|
---|
33 |
|
---|
34 | .indico .session .ui-collapsible-content {
|
---|
35 | padding-top: 8px;
|
---|
36 | padding-left: 5px;
|
---|
37 | padding-right: 5px;
|
---|
38 | }
|
---|
39 |
|
---|
40 | .indico .session .type {
|
---|
41 | padding: 5px;
|
---|
42 | font-weight: bold;
|
---|
43 | font-size: 115%;
|
---|
44 | display: block;
|
---|
45 | }
|
---|
46 |
|
---|
47 | .indico .session .location {
|
---|
48 | color: #555;
|
---|
49 | font-size: 75%;
|
---|
50 | /*float: right;*/
|
---|
51 | }
|
---|
52 |
|
---|
53 | .indico .contribution {
|
---|
54 | background-color: #eee;
|
---|
55 | margin: 0px 0px 0px 0px;
|
---|
56 | padding: 1px;
|
---|
57 | -webkit-border-radius: 3px;
|
---|
58 | }
|
---|
59 |
|
---|
60 | .indico .session .type {
|
---|
61 | -webkit-border-radius: 4px;
|
---|
62 | }
|
---|
63 |
|
---|
64 | .indico .contribution .date {
|
---|
65 | /* background-color: #eee;*/
|
---|
66 | /* background-color: #fff;*/
|
---|
67 | font-weight: bold;
|
---|
68 | display: block;
|
---|
69 | }
|
---|
70 |
|
---|
71 | .indico .contribution a.title {
|
---|
72 | text-decoration: none;
|
---|
73 | font-style: italic;
|
---|
74 | /*color: indigo;*/
|
---|
75 | }
|
---|
76 |
|
---|
77 | .indico .contribution a.email {
|
---|
78 | text-decoration: none;
|
---|
79 | font-style: italic;
|
---|
80 | /*color: indigo;*/
|
---|
81 | }
|
---|
82 |
|
---|
83 | .indico .contribution .material .resources a.url {
|
---|
84 | text-decoration: none;
|
---|
85 | font-style: italic;
|
---|
86 | /*color: indigo;*/
|
---|
87 | }
|
---|
88 |
|
---|
89 | .indico .contribution .presenters {
|
---|
90 | color: #777;
|
---|
91 | font-size: 85%;
|
---|
92 | font-variant: small-caps;
|
---|
93 | display: block;
|
---|
94 | }
|
---|
95 |
|
---|
96 | .indico .contribution .material {
|
---|
97 | font-size: 75%;
|
---|
98 | }
|
---|
99 |
|
---|