aboutsummaryrefslogtreecommitdiff
path: root/mod/ecml/views/default/ecml/admin/css.php
blob: b83d0566fe08cecae56fbdb1d95d115315f91b42 (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
<?php
/**
* ECML CSS
*/
?>

.ecml_admin_table {
	width:100%;
}
.ecml_admin_table td, th {
	border: 1px solid gray;
	text-align: center;
	padding: 5px;
}
.ecml_admin_table th, .ecml_keyword_desc {
	font-weight: bold;
}
.ecml_row_odd {
	background-color: #EEE;
}
.ecml_row_even {

}
.ecml_restricted {
	color: #555;
}


/* ecml embed web services list */
.ecml_web_service_list {
	margin:0;
	padding:0;
}
.ecml_web_service_list li {
	list-style: none;
	margin:0 0 0 0;
	padding:0;
	/* display:inline; */

}
.ecml_web_service_list li a {
	display:block;
	float:left;
	height:41px;
	width:152px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -900em;
	border:2px solid transparent;
	margin:0 20px 10px 0;
}
.ecml_web_service_list li a.selected {
	border-color:#999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.ecml_web_service_list li a.youtube {
	background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/logo_youtube.gif);
	width:102px;
}
.ecml_web_service_list li a.slideshare {
	background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/logo_slideshare.gif);
}
.ecml_web_service_list li a.vimeo {
	background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/logo_vimeo.gif);	
	width:130px;
}
.ecml_web_service_list li a.googlemaps {
	background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/logo_googlemaps.gif);	
}
.ecml_web_service_list li a.blip_tv {
	background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/logo_bliptv.gif);
	width:102px;	
}
.ecml_web_service_list li a.dailymotion {
	background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/logo_dailymotion.gif);	
}
.ecml_web_service_list li a.livevideo {
	background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/logo_livevideo.gif);	
	width:166px;
}
.ecml_web_service_list li a.redlasso {
	background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/logo_redlasso.gif);
	background-position:center 4px;
	width:130px;
}

.embed_content_section {
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#EEEEEE;
	margin:10px 0 10px 0;
	padding:5px;
	width:auto;
}
.ecml_generated_code {
	color:#666666;
	font-size:85%;
	font-style:normal;
	line-height: 1.3em;
	margin:5px 0;
}
.ecml_embed_instructions,
.ecml_embed_preview {
	background-image: url(<?php echo $vars['url']; ?>_graphics/elgg_sprites.png);
	background-repeat: no-repeat;
	background-position: 0px -367px;
	padding-left: 12px;
}
.ecml_embed_instructions.open,
.ecml_embed_preview.open {
	background-position: 0px -388px;
}
#embed_service_url {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#EEEEEE;
	margin:10px 0 10px 0;
	padding:5px;
	width:auto;
}
#web_services_resource {
	width:670px;
}
#url_status {
	width:30px;
	height:30px;
	float:right;
}
#url_status.success {
	background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/url_status.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#url_status.failure {
	background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/url_status.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#embed_ecml_keyword_help,
#ecml_preview {
	padding:10px;
}
#ecml_preview object,
#ecml_preview embed,
#ecml_preview iframe {
	width: auto;
	max-height:240px;
}
#embed_submit {
	margin:10px 0 0 0;
}