| Línea 151... |
Línea 151... |
| 151 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery.ui.plupload.css') ?>" />
|
151 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery.ui.plupload.css') ?>" />
|
| 152 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/chat.css') ?>" />
|
152 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/chat.css') ?>" />
|
| 153 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/style-cesa.css') ?>" />
|
153 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/style-cesa.css') ?>" />
|
| 154 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/main.css') ?>" />
|
154 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/main.css') ?>" />
|
| 155 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/navbar.css') ?>" />
|
155 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/navbar.css') ?>" />
|
| - |
|
156 |
<style>
|
| - |
|
157 |
:root {
|
| - |
|
158 |
--bg-color: #fff;
|
| - |
|
159 |
--body-bg-color: #f2f2f2;
|
| - |
|
160 |
--bg-color-secondary: #D9D9D9;
|
| - |
|
161 |
--font-color: #16283c;
|
| - |
|
162 |
--font-color-hover: #1d315c;
|
| - |
|
163 |
--title-color: #000;
|
| - |
|
164 |
--subtitle-color: #626d7a;
|
| - |
|
165 |
--icons-color: #666666;
|
| - |
|
166 |
--button-bg: #16283c;
|
| - |
|
167 |
--button-bg-hover: #1d315c;
|
| - |
|
168 |
--button-text-color: #fff;
|
| - |
|
169 |
--button-bg-secondary: #0000;
|
| - |
|
170 |
--button-bg-secondary-hover: #909090;
|
| - |
|
171 |
--button-text-color-secondary: #000;
|
| - |
|
172 |
--button-bg-tertiary: #f4f4f4;
|
| - |
|
173 |
--button-text-color-tertiary: #909090;
|
| - |
|
174 |
--border-primary: #e8e8e8;
|
| - |
|
175 |
--border-trasnparent: #0000;
|
| - |
|
176 |
--chat-received: #fff;
|
| - |
|
177 |
--chat-send: #d8f1e4;
|
| - |
|
178 |
--chat-color: #626d7a;
|
| - |
|
179 |
|
| - |
|
180 |
--dark-blue: #01245d;
|
| - |
|
181 |
--primary-green: #1eb89e;
|
| - |
|
182 |
--light-font: #bebebe;
|
| - |
|
183 |
--light-gray: #bebebe;
|
| - |
|
184 |
--dark-white: #e7e7e7;
|
| - |
|
185 |
--gray: #909090;
|
| - |
|
186 |
--primary-lightblue: #0961bf;
|
| - |
|
187 |
--primary-lightblue-hover: #1e5591;
|
| - |
|
188 |
--yellow-highlight: #ecec0e;
|
| - |
|
189 |
--yellow-darker: #decd00;
|
| - |
|
190 |
--background-gray: #f5f5f7;
|
| - |
|
191 |
--danger: #e20808;
|
| - |
|
192 |
--danger-hover: #a10707;
|
| - |
|
193 |
--shadow-gray: rgb(0 0 0 / 5%);
|
| - |
|
194 |
--online-green: #42b72a;
|
| - |
|
195 |
--blue: #0860bf;
|
| - |
|
196 |
--border-gray: #e8e8e8;
|
| - |
|
197 |
--border-gray-primary: #b3b3b3;
|
| - |
|
198 |
--white: #ffffff;
|
| - |
|
199 |
--black: #000000;
|
| - |
|
200 |
--dark-blue-pr: #16283c;
|
| - |
|
201 |
|
| - |
|
202 |
--white-backdrop: rgba(255, 255, 255, 0.4);
|
| - |
|
203 |
--grayline-border: 1px solid #e5e5e5;
|
| - |
|
204 |
--border-radius: 10px;
|
| - |
|
205 |
--light-shadow: 0px 0px 11px 0px rgb(0 0 0 /10%);
|
| - |
|
206 |
--shadow: 0px 4px 14px -2px rgb(0 0 0 / 12%);
|
| - |
|
207 |
}
|
| - |
|
208 |
</style>
|
| 156 |
<?php endif; ?>
|
209 |
<?php endif; ?>
|
| Línea 157... |
Línea 210... |
| 157 |
|
210 |
|
| 158 |
<?php
|
211 |
<?php
|
| 159 |
echo $this->headStyle();
|
212 |
echo $this->headStyle();
|