1 | #podium_block { |
---|
2 | margin: 0; |
---|
3 | padding: 0; |
---|
4 | list-style: none; |
---|
5 | width: 100%; |
---|
6 | } |
---|
7 | |
---|
8 | .CR_finished { |
---|
9 | font-weight:normal; |
---|
10 | font-size:0.8em; |
---|
11 | letter-spacing:0.2em; |
---|
12 | |
---|
13 | color:#a00; |
---|
14 | } |
---|
15 | |
---|
16 | .novisible { |
---|
17 | opacity:0.4; |
---|
18 | } |
---|
19 | |
---|
20 | .nopublic { |
---|
21 | background:#aaa; |
---|
22 | border:1px dotted #555; |
---|
23 | font-weight:bold; |
---|
24 | font-size:1.3em; |
---|
25 | color:#222; |
---|
26 | text-align:center; |
---|
27 | padding:10px; |
---|
28 | margin:0 20px 10px 20px; |
---|
29 | } |
---|
30 | |
---|
31 | .CR_banner { |
---|
32 | width:100%; |
---|
33 | text-align:center; |
---|
34 | } |
---|
35 | .CR_banner h1 { |
---|
36 | margin:20px; |
---|
37 | font-size:2.5em; |
---|
38 | } |
---|
39 | |
---|
40 | .CR_text { |
---|
41 | margin:0 20px 20px 20px; |
---|
42 | text-align:justify; |
---|
43 | } |
---|
44 | .CR_text h3 { |
---|
45 | margin:0 0 3px 0; |
---|
46 | font-size:1.3em; |
---|
47 | border-bottom:1px dotted #999; |
---|
48 | } |
---|
49 | |
---|
50 | .CR_period { |
---|
51 | text-align:center; |
---|
52 | font-size:1.3em; |
---|
53 | font-weight:bold; |
---|
54 | font-style:italic; |
---|
55 | font-family:"Consolas"; |
---|
56 | border-top:1px dotted #999; |
---|
57 | } |
---|
58 | |
---|
59 | #CR_podium { |
---|
60 | text-align:center; |
---|
61 | margin:0 5px 30px 5px; |
---|
62 | } |
---|
63 | #CR_podium .podium_1 { |
---|
64 | width:49%; |
---|
65 | vertical-align:middle; |
---|
66 | text-align:center; |
---|
67 | max-height:400px; |
---|
68 | } |
---|
69 | #CR_podium .podium_1 .title { |
---|
70 | font-weight:bold; |
---|
71 | font-size:1.3em; |
---|
72 | color:#EFBF00; |
---|
73 | margin-bottom:5px; |
---|
74 | } |
---|
75 | #CR_podium .podium_1 .illustration { |
---|
76 | margin:0 5px 10px 5px; |
---|
77 | } |
---|
78 | #CR_podium .podium_1 .illustration img { |
---|
79 | border:4px outset #EFBF00; |
---|
80 | max-height:250px; |
---|
81 | max-width:100%; |
---|
82 | border-radius:5px; |
---|
83 | -moz-border-radius:5px; |
---|
84 | -webkit-border-radius:5px; |
---|
85 | -moz-box-shadow:0 0 5px #EFBF00; |
---|
86 | -webkit-box-shadow:0 0 5px #EFBF00; |
---|
87 | } |
---|
88 | #CR_podium .podium_1 .illustration img:hover { |
---|
89 | border-style:inset; |
---|
90 | } |
---|
91 | #CR_podium .podium_1 p { |
---|
92 | padding:0 10px 0 5px; |
---|
93 | text-align:justify; |
---|
94 | font-size:0.9em; |
---|
95 | } |
---|
96 | #CR_podium .podium_23 { |
---|
97 | display:inline-block; |
---|
98 | width:49%; |
---|
99 | text-align:left; |
---|
100 | vertical-align:middle; |
---|
101 | border-left:1px dotted #ddd; |
---|
102 | max-height:400px; |
---|
103 | } |
---|
104 | #CR_podium .podium_2, #CR_podium .podium_3 { |
---|
105 | height:50%; |
---|
106 | max-height:200px; |
---|
107 | overflow:hidden; |
---|
108 | } |
---|
109 | #CR_podium .podium_2 .title, #CR_podium .podium_3 .title { |
---|
110 | font-weight:bold; |
---|
111 | font-size:1.1em; |
---|
112 | text-align:center; |
---|
113 | margin-bottom:5px; |
---|
114 | } |
---|
115 | #CR_podium .podium_3 .title { |
---|
116 | color:#EF5400; |
---|
117 | } |
---|
118 | #CR_podium .podium_2 .title { |
---|
119 | color:#9F9F9F; |
---|
120 | } |
---|
121 | #CR_podium .podium_2 .illustration, #CR_podium .podium_3 .illustration { |
---|
122 | float:left; |
---|
123 | margin:0 10px 10px 10px; |
---|
124 | width:180px; |
---|
125 | text-align:center; |
---|
126 | } |
---|
127 | #CR_podium .podium_2 .illustration img, #CR_podium .podium_3 .illustration img { |
---|
128 | border-width:3px; |
---|
129 | border-style:outset; |
---|
130 | max-height:160px; |
---|
131 | max-width:170px; |
---|
132 | border-radius:5px; |
---|
133 | -moz-border-radius:5px; |
---|
134 | -webkit-border-radius:5px; |
---|
135 | } |
---|
136 | #CR_podium .podium_3 .illustration img { |
---|
137 | border-color:#EF5400; |
---|
138 | -moz-box-shadow:0 0 5px #EF5400; |
---|
139 | -webkit-box-shadow:0 0 5px #EF5400; |
---|
140 | } |
---|
141 | #CR_podium .podium_2 .illustration img { |
---|
142 | border-color:#9F9F9F; |
---|
143 | -moz-box-shadow:0 0 5px #9F9F9F; |
---|
144 | -webkit-box-shadow:0 0 5px #9F9F9F; |
---|
145 | } |
---|
146 | #CR_podium .podium_2 .illustration img:hover, #CR_podium .podium_3 .illustration img:hover { |
---|
147 | border-style:inset; |
---|
148 | } |
---|
149 | |
---|
150 | #CR_podium .podium_2 p, #CR_podium .podium_3 p { |
---|
151 | text-align:justify; |
---|
152 | font-size:0.9em; |
---|
153 | } |
---|
154 | |
---|