Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15202 | Rev 15350 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15202 Rev 15337
Línea 192... Línea 192...
192
 
192
 
193
		<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css') ?>" />
193
		<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css') ?>" />
194
		<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style-cesa.css') ?>" />
194
		<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style-cesa.css') ?>" />
195
		<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/responsive-cesa.css') ?>" />
195
		<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/responsive-cesa.css') ?>" />
196
		<link rel="stylesheet" href="<?php echo $this->basePath('css/main.css') ?>">
-
 
197
		<style>
-
 
198
			:root {
-
 
199
				--bg-color: #fff;
-
 
200
				--body-bg-color: #f2f2f2;
-
 
201
				--bg-color-secondary: #D9D9D9;
-
 
202
				--font-color: #16283c;
-
 
203
				--font-color-hover: #1d315c;
-
 
204
				--title-color: #000;
-
 
205
				--subtitle-color: #626d7a;
-
 
206
				--icons-color: #666666;
-
 
207
				--button-bg: #16283c;
-
 
208
				--button-bg-hover: #1d315c;
-
 
209
				--button-text-color: #fff;
-
 
210
				--button-bg-secondary: #0000;
-
 
211
				--button-bg-secondary-hover: #909090;
-
 
212
				--button-text-color-secondary: #000;
-
 
213
				--button-bg-tertiary: #f4f4f4;
-
 
214
				--button-text-color-tertiary: #909090;
-
 
215
				--border-primary: #e8e8e8;
-
 
216
				--border-trasnparent: #0000;
-
 
217
				--chat-received: #fff;
-
 
218
				--chat-send: #d8f1e4;
-
 
219
				--chat-color: #626d7a;
-
 
220
 
-
 
221
				--dark-blue: #01245d;
-
 
222
				--primary-green: #1eb89e;
-
 
223
				--light-font: #bebebe;
-
 
224
				--light-gray: #bebebe;
-
 
225
				--dark-white: #e7e7e7;
-
 
226
				--gray: #909090;
-
 
227
				--primary-lightblue: #0961bf;
-
 
228
				--primary-lightblue-hover: #1e5591;
-
 
229
				--yellow-highlight: #ecec0e;
-
 
230
				--yellow-darker: #decd00;
-
 
231
				--background-gray: #f5f5f7;
-
 
232
				--danger: #e20808;
-
 
233
				--danger-hover: #a10707;
-
 
234
				--shadow-gray: rgb(0 0 0 / 5%);
-
 
235
				--online-green: #42b72a;
-
 
236
				--blue: #0860bf;
-
 
237
				--border-gray: #e8e8e8;
-
 
238
				--border-gray-primary: #b3b3b3;
-
 
239
				--white: #ffffff;
-
 
240
				--black: #000000;
-
 
241
				--dark-blue-pr: #16283c;
196
		<link rel="stylesheet" href="<?php echo $this->basePath('css/main.css') ?>">
242
 
-
 
243
				--white-backdrop: rgba(255, 255, 255, 0.4);
-
 
244
				--grayline-border: 1px solid #e5e5e5;
-
 
245
				--border-radius: 10px;
-
 
246
				--light-shadow: 0px 0px 11px 0px rgb(0 0 0 /10%);
-
 
247
				--shadow: 0px 4px 14px -2px rgb(0 0 0 / 12%);
-
 
248
			}
-
 
249
		</style>
197
		
250
	<?php endif; ?>
198
	<?php endif; ?>
251
	<?php
199
	<?php
-
 
200
	echo $this->headStyle();
252
	echo $this->headStyle();
201
	echo $this->networkStylesAndColorsHelper();
253
	echo $this->headLink();
202
	echo $this->headLink();
254
	echo $this->headScript();
203
	echo $this->headScript();
Línea 255... Línea 204...
255
	?>
204
	?>