summaryrefslogtreecommitdiff
path: root/slideshows/advanced/template/styles.css
blob: 1a810bf041d0a77280af673bb7cc1d7731147869 (plain)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
body{
	color:#555555;
	font-size:0.825em;
	background: #fcfcfc;
	font-family:Arial, Helvetica, sans-serif;
}

div.frame {
	margin: auto;
	min-width: 700px;
	max-width: 1200px;
}

div.content {
	padding: 20px;
	min-height: 120px;
}

div.slide_desc {
	position: absolute;
	top: 80%;
	margin-left: 7.5%;
	border: 1px solid #363942;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	background: rgba(0, 0, 0, 0.7);
}

h2 {
	color: white;
	font: bold 24px/45px Helvetica, Sans-Serif;
	padding-left: 10px;
	padding-right: 10px;
}

div.slideshow {
	border: 1px solid #363942;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	max-width:100%; 
	width: 100%;
}

div.slideshow li {
	list-style:none;
}

div.slideshow li img {
	max-width:100%; 
	max-height:100%;
	width: 100%;
	display: block;
}

div.events {
	padding-left: 20px;
	padding-right: 20px;
}

.event{
	float:left;
	padding:0px;
	text-align:left;
}

ul.eventList { 
	margin-left:0px; 
	padding-left:0px; 
	list-style-type:square;
}

.eventList li{
	background:#F4F4F4;
	border:1px solid #EEEEEE;
	list-style:none;
	margin:5px;
	padding:4px 7px;
	word-wrap: break-word;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.eventList li:hover {
	cursor:pointer;
	background:#E6F8FF;
	border:1px solid #D4E6EE;
	color:#548DA5;
}

div.eventField {
	display: none;
}

.eventDate{
	font-size:1.5em;
	/*border: 3px solid #363942;*/
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
	word-wrap: break-word;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:#5C832F none repeat scroll 0 0;
	color:#14210A;
}

.eventDate.chreme{
	background:#FBF7F0;
	border:1px solid #EEE4D4;
	color:#A78B5F;
}

.eventDate.blue{
	background:#E6F8FF;
	border:1px solid #D4E6EE;
	color:#548DA5;
}

.eventDate.green{
	background:#E6FFDF none repeat scroll 0 0;
	border:1px solid #C9E6C1;
	color:#6EA85F;
}

.clear{
	clear:both;
}

#windowBox{
	position:absolute;
	z-index:20;
	background-color:#fcfcfc;
	padding:10px;
	border:2px solid #666666;
	overflow:auto;
}

#titleDiv{
	/* The title of the windowBox */
	background:#F5F5F5;
	border:1px solid #EEEEEE;
	color:#AAAAAA;
	font-size:1.5em;
	margin-bottom:10px;
	padding:5px 10px;
}

#overlay {
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	background-color:#222222;
}