Commit 93a9ea69d05912195e1affb46ea13ab9a3648e32
1 parent
bfb74323b0
Exists in
master
Creado el CSS para el Portal del CEA
Showing
1 changed file
with
268 additions
and
0 deletions
Show diff stats
web/assets/vendor/AppBundle/portal.css
@@ -0,0 +1,268 @@ | @@ -0,0 +1,268 @@ | ||
1 | +/*noinspection CssUnknownTarget*/ | ||
2 | +@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700'); | ||
3 | +body { | ||
4 | + font-family: 'Montserrat', sans-serif; | ||
5 | + font-size: 14px; | ||
6 | + font-weight: 400; | ||
7 | + -webkit-box-sizing: border-box; | ||
8 | + -moz-box-sizing: border-box; | ||
9 | + box-sizing: border-box; | ||
10 | + -webkit-font-smoothing: subpixel-antialiased; | ||
11 | + -webkit-backface-visibility: hidden; | ||
12 | + backface-visibility: hidden; | ||
13 | +} | ||
14 | +a { | ||
15 | + color: #e74c3c; | ||
16 | + -webkit-transition: all 0.2s linear; | ||
17 | + -moz-transition: all 0.2s linear; | ||
18 | + -o-transition: all 0.2s linear; | ||
19 | + transition: all 0.2s linear; | ||
20 | +} | ||
21 | +a:hover { | ||
22 | + color: #e76c3c; | ||
23 | +} | ||
24 | +.row { | ||
25 | + padding: 80px 0; | ||
26 | +} | ||
27 | +.btn { | ||
28 | + border: none; | ||
29 | + -webkit-transition: all 0.2s linear; | ||
30 | + -moz-transition: all 0.2s linear; | ||
31 | + -o-transition: all 0.2s linear; | ||
32 | + transition: all 0.2s linear; | ||
33 | + text-transform: uppercase; | ||
34 | + border-radius: 0; | ||
35 | +} | ||
36 | +.btn-common { | ||
37 | + background: #3d566e; | ||
38 | + color: #fff; | ||
39 | +} | ||
40 | +.btn-common:hover { | ||
41 | + background: #e74c3c; | ||
42 | + color: #fff; | ||
43 | +} | ||
44 | + | ||
45 | +.title { | ||
46 | + text-align: center; | ||
47 | + font-size: 50px; | ||
48 | +} | ||
49 | +.subtitle { | ||
50 | + text-align: center; | ||
51 | + font-weight: 100; | ||
52 | + padding-bottom: 30px; | ||
53 | + position: relative; | ||
54 | + color: #bdc3c7; | ||
55 | +} | ||
56 | +.navbar { | ||
57 | + margin-bottom: 0; | ||
58 | +} | ||
59 | +.navbar li { | ||
60 | + color: #d1d1d1; | ||
61 | +} | ||
62 | +.navbar-default { | ||
63 | + border: none; | ||
64 | + border-radius: 0; | ||
65 | + background: rgba(0, 0, 0, 0.2); | ||
66 | +} | ||
67 | +.navbar-default .navbar-nav > .active > a, | ||
68 | +.navbar-default .navbar-nav > .active > a:hover, | ||
69 | +.navbar-default .navbar-nav > .active > a:focus { | ||
70 | + background: none; | ||
71 | + color: #fff; | ||
72 | +} | ||
73 | +.navbar-default .navbar-nav li a, | ||
74 | +.navbar-default .navbar-nav li a:hover { | ||
75 | + color: #fff; | ||
76 | +} | ||
77 | +.navbar-default .navbar-nav > .active, | ||
78 | +.navbar-default .navbar-nav li:hover { | ||
79 | + background: green; | ||
80 | + padding-bottom: 5px; | ||
81 | + color: #fff; | ||
82 | +} | ||
83 | +.navbar-default .navbar-brand { | ||
84 | + font-size: 25px; | ||
85 | + color: #fff; | ||
86 | + font-weight: 100; | ||
87 | +} | ||
88 | +.navbar-default .navbar-brand:hover { | ||
89 | + color: #eee; | ||
90 | +} | ||
91 | +.navbar-default .navbar-toggle .icon-bar { | ||
92 | + background: #fff; | ||
93 | +} | ||
94 | +.navbar-default .navbar-toggle:hover, | ||
95 | +.navbar-default .navbar-toggle:focus { | ||
96 | + background: #333; | ||
97 | +} | ||
98 | +.affix.navbar-default { | ||
99 | + background: rgba(0, 0, 0, 0.8); | ||
100 | +} | ||
101 | +#area-principal { | ||
102 | + background: #0b5e3e; | ||
103 | + color: #fff; | ||
104 | +} | ||
105 | +#area-principal .btn { | ||
106 | + margin-right: 20px; | ||
107 | +} | ||
108 | +#area-principal img { | ||
109 | + width: 20%; | ||
110 | + margin-right:100px; | ||
111 | +} | ||
112 | +#area-principal p { | ||
113 | + padding: 50px 0; | ||
114 | +} | ||
115 | +#servicios h3 { | ||
116 | + margin-top: 0; | ||
117 | + font-size: 28px; | ||
118 | + color: #e74c3c; | ||
119 | +} | ||
120 | +/*Portfolio*/ | ||
121 | +#actividades { | ||
122 | + background: #f1f1f1; | ||
123 | +} | ||
124 | +/*Portfolio Overlay */ | ||
125 | +.portfolio-item { | ||
126 | + position: relative; | ||
127 | + margin-bottom: 15px; | ||
128 | +} | ||
129 | +.portfolio-item img { | ||
130 | + width: 100%; | ||
131 | +} | ||
132 | +.portfolio-item .overlay { | ||
133 | + position: absolute; | ||
134 | + top: 0; | ||
135 | + width: 100%; | ||
136 | + height: 100%; | ||
137 | + z-index: 10; | ||
138 | + background-color: rgba(0, 0, 0, 0.8); | ||
139 | + display: none; | ||
140 | +} | ||
141 | +.portfolio-item:hover .overlay { | ||
142 | + position: absolute; | ||
143 | + top: 0; | ||
144 | + width: 100%; | ||
145 | + height: 100%; | ||
146 | + z-index: 10; | ||
147 | + background-color: rgba(0, 0, 0, 0.8); | ||
148 | + display: block; | ||
149 | +} | ||
150 | +.portfolio-item .icons .preview { | ||
151 | + position: absolute; | ||
152 | + left: 40%; | ||
153 | + top: 40%; | ||
154 | + color: #fff; | ||
155 | + -webkit-animation-name: fadeInLeft; | ||
156 | + animation-name: fadeInLeft; | ||
157 | + -webkit-animation-duration: 1s; | ||
158 | + animation-duration: 1s; | ||
159 | + -webkit-animation-fill-mode: both; | ||
160 | + animation-fill-mode: both; | ||
161 | +} | ||
162 | +.portfolio-item .icons .preview i { | ||
163 | + color: #e74c3c; | ||
164 | +} | ||
165 | +#descarga { | ||
166 | + background: #fff; | ||
167 | +} | ||
168 | + | ||
169 | +#descarga img{ | ||
170 | + width: 10%; | ||
171 | +} | ||
172 | +#about { | ||
173 | + background: #34495e; | ||
174 | + color: #fff; | ||
175 | +} | ||
176 | +#about p { | ||
177 | + line-height: 30px; | ||
178 | + font-size: 17px; | ||
179 | +} | ||
180 | +#adscripcion { | ||
181 | + background: #0b5e3e; | ||
182 | +} | ||
183 | +#adscripcion ::-webkit-input-placeholder { | ||
184 | + color: #f1b0b2; | ||
185 | +} | ||
186 | +#adscripcion :-moz-placeholder { | ||
187 | + color: #f1b0b2; | ||
188 | +} | ||
189 | +#adscripcion ::-moz-placeholder { | ||
190 | + color: #f1b0b2; | ||
191 | +} | ||
192 | +#adscripcion :-ms-input-placeholder { | ||
193 | + color: #f1b0b2; | ||
194 | +} | ||
195 | +#adscripcion .social i { | ||
196 | + color: #fff; | ||
197 | + padding: 10px; | ||
198 | + margin-right: 5px; | ||
199 | + width: 50px; | ||
200 | + height: 50px; | ||
201 | + vertical-align: middle; | ||
202 | + background: #34495e; | ||
203 | +} | ||
204 | +#adscripcion .social .social-links a:hover { | ||
205 | + color: #fff; | ||
206 | +} | ||
207 | +#adscripcion .social .fa-facebook:hover { | ||
208 | + background: #3b5998; | ||
209 | + color: #fff; | ||
210 | +} | ||
211 | +#adscripcion .social .fa-twitter:hover { | ||
212 | + background: #00CAFB; | ||
213 | + color: #fff; | ||
214 | +} | ||
215 | +#adscripcion .social .fa-google-plus:hover { | ||
216 | + background: #D23A1D; | ||
217 | + color: #fff; | ||
218 | +} | ||
219 | +#adscripcion .social .fa-linkedin:hover { | ||
220 | + background: #007bb6; | ||
221 | + color: #fff; | ||
222 | +} | ||
223 | +#adscripcion .social .fa-dribbble:hover { | ||
224 | + background: #ea4c89; | ||
225 | + color: #fff; | ||
226 | +} | ||
227 | +#adscripcion .social .fa-github:hover { | ||
228 | + background: #171515; | ||
229 | + color: #fff; | ||
230 | +} | ||
231 | +#adscripcion .contact-info { | ||
232 | + margin: 40px 0; | ||
233 | +} | ||
234 | +#adscripcion .contact-info p { | ||
235 | + font-size: 20px; | ||
236 | +} | ||
237 | +#adscripcion .contact-form .form-control { | ||
238 | + box-shadow: none; | ||
239 | + font-size: 17px; | ||
240 | + margin-bottom: 20px; | ||
241 | + border-radius: 0; | ||
242 | + border: none; | ||
243 | +} | ||
244 | + | ||
245 | +/*Scroll Top*/ | ||
246 | +.to-top i { | ||
247 | + padding: 10px 15px; | ||
248 | + margin: 10px; | ||
249 | + background: transparent; | ||
250 | + color: #34495e; | ||
251 | + border: 2px solid #34495e; | ||
252 | +} | ||
253 | +.to-top i:hover { | ||
254 | + background: #34495e; | ||
255 | + color: #fff; | ||
256 | + -webkit-transition: all 0.2s linear; | ||
257 | + -moz-transition: all 0.2s linear; | ||
258 | + -o-transition: all 0.2s linear; | ||
259 | + transition: all 0.2s linear; | ||
260 | +} | ||
261 | + | ||
262 | +#copyright { | ||
263 | + background: #F1F1F1; | ||
264 | + color: #333; | ||
265 | +} | ||
266 | +#copyright a { | ||
267 | + color: #333; | ||
268 | +} | ||
0 | \ No newline at end of file | 269 | \ No newline at end of file |