source: prototipo_portal_2018/prototipo/static/css/theme.css @ e3adbd3

Last change on this file since e3adbd3 was e3adbd3, checked in by Antonio Araujo <aaraujo@…>, 7 years ago

Agregados cambios basados en la TemplateMurachi_V4

  • Property mode set to 100644
File size: 9.0 KB
Line 
1/*!
2 * Start Bootstrap - Clean Blog v3.3.7+1 (http://startbootstrap.com/template-overviews/clean-blog)
3 * Copyright 2013-2017 Start Bootstrap
4 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
5 */
6body {
7  /*font-family: 'Lora', 'Times New Roman', serif;*/
8  /*font-size: 20px;*/
9  color: #333333;
10}
11p {
12  line-height: 1.5;
13  margin: 30px 0;
14}
15p a {
16  text-decoration: underline;
17}
18h1,
19h2,
20h3,
21h4,
22h5,
23h6 {
24  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
25  font-weight: 800;
26}
27a {
28  /*color: #333333;*/
29}
30a:hover,
31a:focus {
32  color: #0085A1;
33}
34a img:hover,
35a img:focus {
36  cursor: zoom-in;
37}
38blockquote {
39  color: #777777;
40  font-style: italic;
41}
42hr.small {
43  max-width: 100px;
44  margin: 15px auto;
45  border-width: 4px;
46  border-color: white;
47}
48.navbar-custom {
49  position: absolute;
50  top: 0;
51  left: 0;
52  width: 100%;
53  z-index: 3;
54  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
55}
56.navbar-custom .navbar-brand {
57  font-weight: 800;
58}
59.navbar-custom .navbar-header .navbar-toggle {
60  color: #777777;
61  font-weight: 800;
62  text-transform: uppercase;
63  font-size: 12px;
64}
65.navbar-custom .nav li a {
66  text-transform: uppercase;
67  font-size: 12px;
68  font-weight: 800;
69  letter-spacing: 1px;
70}
71@media only screen and (min-width: 768px) {
72  .navbar-custom {
73    background: transparent;
74    border-bottom: 1px solid transparent;
75  }
76  .navbar-custom .navbar-brand {
77    color: white;
78    padding: 20px;
79  }
80  .navbar-custom .navbar-brand:hover,
81  .navbar-custom .navbar-brand:focus {
82    color: rgba(255, 255, 255, 0.8);
83  }
84  .navbar-custom .nav li a {
85    color: white;
86    padding: 20px;
87  }
88  .navbar-custom .nav li a:hover,
89  .navbar-custom .nav li a:focus {
90    color: rgba(255, 255, 255, 0.8);
91  }
92  .navbar-custom .nav li ul.dropdown-menu a {
93    color: #333333;
94  }
95  .navbar-custom .nav li ul.dropdown-menu a:hover,
96  .navbar-custom .nav li ul.dropdown-menu a:focus {
97    color: #0085A1;
98  }
99}
100@media only screen and (min-width: 1170px) {
101  .navbar-custom {
102    -webkit-transition: background-color 0.3s;
103    -moz-transition: background-color 0.3s;
104    transition: background-color 0.3s;
105    /* Force Hardware Acceleration in WebKit */
106    -webkit-transform: translate3d(0, 0, 0);
107    -moz-transform: translate3d(0, 0, 0);
108    -ms-transform: translate3d(0, 0, 0);
109    -o-transform: translate3d(0, 0, 0);
110    transform: translate3d(0, 0, 0);
111    -webkit-backface-visibility: hidden;
112    backface-visibility: hidden;
113  }
114  .navbar-custom.is-fixed {
115    /* when the user scrolls down, we hide the header right above the viewport */
116    position: fixed;
117    top: -61px;
118    background-color: rgba(255, 255, 255, 0.9);
119    border-bottom: 1px solid #f2f2f2;
120    -webkit-transition: -webkit-transform 0.3s;
121    -moz-transition: -moz-transform 0.3s;
122    transition: transform 0.3s;
123  }
124  .navbar-custom.is-fixed .navbar-brand {
125    color: #333333;
126  }
127  .navbar-custom.is-fixed .navbar-brand:hover,
128  .navbar-custom.is-fixed .navbar-brand:focus {
129    color: #0085A1;
130  }
131  .navbar-custom.is-fixed .nav li a {
132    color: #333333;
133  }
134  .navbar-custom.is-fixed .nav li a:hover,
135  .navbar-custom.is-fixed .nav li a:focus {
136    color: #0085A1;
137  }
138  .navbar-custom.is-visible {
139    /* if the user changes the scrolling direction, we show the header */
140    -webkit-transform: translate3d(0, 100%, 0);
141    -moz-transform: translate3d(0, 100%, 0);
142    -ms-transform: translate3d(0, 100%, 0);
143    -o-transform: translate3d(0, 100%, 0);
144    transform: translate3d(0, 100%, 0);
145  }
146}
147.intro-header {
148  background-color: #777777;
149  background: no-repeat center center;
150  background-attachment: scroll;
151  -webkit-background-size: cover;
152  -moz-background-size: cover;
153  background-size: cover;
154  -o-background-size: cover;
155  margin-bottom: 50px;
156}
157.intro-header .site-heading,
158.intro-header .post-heading,
159.intro-header .page-heading {
160  padding: 100px 0 50px;
161  color: white;
162}
163@media only screen and (min-width: 768px) {
164  .intro-header .site-heading,
165  .intro-header .post-heading,
166  .intro-header .page-heading {
167    padding: 150px 0;
168  }
169}
170.intro-header .site-heading,
171.intro-header .page-heading {
172  text-align: center;
173}
174.intro-header .site-heading h1,
175.intro-header .page-heading h1 {
176  margin-top: 0;
177  font-size: 50px;
178}
179.intro-header .site-heading .subheading,
180.intro-header .page-heading .subheading {
181  font-size: 24px;
182  line-height: 1.1;
183  display: block;
184  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
185  font-weight: 300;
186  margin: 10px 0 0;
187}
188@media only screen and (min-width: 768px) {
189  .intro-header .site-heading h1,
190  .intro-header .page-heading h1 {
191    font-size: 80px;
192  }
193}
194.intro-header .post-heading h1 {
195  font-size: 35px;
196}
197.intro-header .post-heading .subheading,
198.intro-header .post-heading .meta {
199  line-height: 1.1;
200  display: block;
201}
202.intro-header .post-heading .subheading {
203  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
204  font-size: 24px;
205  margin: 10px 0 30px;
206  font-weight: 600;
207}
208.intro-header .post-heading .meta {
209  font-family: 'Lora', 'Times New Roman', serif;
210  font-style: italic;
211  font-weight: 300;
212  font-size: 20px;
213}
214.intro-header .post-heading .meta a {
215  color: white;
216}
217@media only screen and (min-width: 768px) {
218  .intro-header .post-heading h1 {
219    font-size: 55px;
220  }
221  .intro-header .post-heading .subheading {
222    font-size: 30px;
223  }
224}
225.post-preview > a {
226  color: #333333;
227}
228.post-preview > a:hover,
229.post-preview > a:focus {
230  text-decoration: none;
231  color: #0085A1;
232}
233.post-preview > a > .post-title {
234  font-size: 30px;
235  margin-top: 30px;
236  margin-bottom: 10px;
237}
238.post-preview > a > .post-subtitle {
239  margin: 0;
240  font-weight: 300;
241  margin-bottom: 10px;
242}
243.post-preview > .post-meta {
244  color: #777777;
245  font-size: 18px;
246  font-style: italic;
247  margin-top: 0;
248}
249.post-preview > .post-meta > a {
250  text-decoration: none;
251  color: #333333;
252}
253.post-preview > .post-meta > a:hover,
254.post-preview > .post-meta > a:focus {
255  color: #0085A1;
256  text-decoration: underline;
257}
258@media only screen and (min-width: 768px) {
259  .post-preview > a > .post-title {
260    font-size: 36px;
261  }
262}
263.section-heading {
264  font-size: 36px;
265  margin-top: 60px;
266  font-weight: 700;
267}
268.caption {
269  text-align: center;
270  font-size: 14px;
271  padding: 10px;
272  font-style: italic;
273  margin: 0;
274  display: block;
275  border-bottom-right-radius: 5px;
276  border-bottom-left-radius: 5px;
277}
278footer {
279  padding: 50px 0 65px;
280}
281footer .list-inline {
282  margin: 0;
283  padding: 0;
284}
285footer .copyright {
286  font-size: 14px;
287  text-align: center;
288  margin-bottom: 0;
289}
290.floating-label-form-group {
291  font-size: 14px;
292  position: relative;
293  margin-bottom: 0;
294  padding-bottom: 0.5em;
295  border-bottom: 1px solid #eeeeee;
296}
297.floating-label-form-group input,
298.floating-label-form-group textarea {
299  z-index: 1;
300  position: relative;
301  padding-right: 0;
302  padding-left: 0;
303  border: none;
304  border-radius: 0;
305  font-size: 1.5em;
306  background: none;
307  box-shadow: none !important;
308  resize: none;
309}
310.floating-label-form-group label {
311  display: block;
312  z-index: 0;
313  position: relative;
314  top: 2em;
315  margin: 0;
316  font-size: 0.85em;
317  line-height: 1.764705882em;
318  vertical-align: middle;
319  vertical-align: baseline;
320  opacity: 0;
321  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
322  -moz-transition: top 0.3s ease,opacity 0.3s ease;
323  -ms-transition: top 0.3s ease,opacity 0.3s ease;
324  transition: top 0.3s ease,opacity 0.3s ease;
325}
326.floating-label-form-group::not(:first-child) {
327  padding-left: 14px;
328  border-left: 1px solid #eeeeee;
329}
330.floating-label-form-group-with-value label {
331  top: 0;
332  opacity: 1;
333}
334.floating-label-form-group-with-focus label {
335  color: #0085A1;
336}
337form .row:first-child .floating-label-form-group {
338  border-top: 1px solid #eeeeee;
339}
340.btn {
341  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
342  text-transform: uppercase;
343  font-size: 12px;
344  font-weight: 800;
345  letter-spacing: 1px;
346  border-radius: 0;
347  padding: 15px 25px;
348}
349.btn-lg {
350  font-size: 16px;
351  padding: 25px 35px;
352}
353.btn-default:hover,
354.btn-default:focus {
355  background-color: #0085A1;
356  border: 1px solid #0085A1;
357  color: white;
358}
359.pager {
360  margin: 20px 0 0;
361}
362.pager li > a,
363.pager li > span {
364  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
365  text-transform: uppercase;
366  font-size: 14px;
367  font-weight: 800;
368  letter-spacing: 1px;
369  padding: 15px 25px;
370  background-color: white;
371  border-radius: 0;
372}
373.pager li > a:hover,
374.pager li > a:focus {
375  color: white;
376  background-color: #0085A1;
377  border: 1px solid #0085A1;
378}
379.pager .disabled > a,
380.pager .disabled > a:hover,
381.pager .disabled > a:focus,
382.pager .disabled > span {
383  color: #777777;
384  background-color: #333333;
385  cursor: not-allowed;
386}
387::-moz-selection {
388  color: white;
389  text-shadow: none;
390  background: #0085A1;
391}
392::selection {
393  color: white;
394  text-shadow: none;
395  background: #0085A1;
396}
397img::selection {
398  color: white;
399  background: transparent;
400}
401img::-moz-selection {
402  color: white;
403  background: transparent;
404}
405body {
406  -webkit-tap-highlight-color: #0085A1;
407}
408.row {
409  /*border: ridge 1px red;*/
410}
Note: See TracBrowser for help on using the repository browser.