source: portal_2019/css/styles.css @ 6460441

devportal
Last change on this file since 6460441 was 0320f1b, checked in by Angelo Osorio <danielking.321@…>, 5 years ago

cambios en el frontend

  • Property mode set to 100644
File size: 1.9 KB
Line 
1@font-face {
2  font-family: 'Open Sans';
3  src: url("../fonts/opensans/OpenSans-Regular.ttf");
4  font-weight: 400;
5}
6
7@font-face {
8  font-family: 'Open Sans';
9  src: url("../fonts/opensans/OpenSans-Bold.ttf");
10  font-weight: 500;
11}
12
13@font-face {
14  font-family: 'Raleway';
15  src: url("../fonts/raleway/Raleway-Regular.ttf");
16  font-weight: 400;
17}
18
19@font-face {
20  font-family: 'Raleway';
21  src: url("../fonts/raleway/Raleway-Bold.ttf");
22  font-weight: 500;
23}
24
25* {
26  font-family: 'Open Sans';
27  font-weight: 400;
28}
29
30h1, h2, h3, h4, h5, h6 {
31  font-family: 'Raleway';
32  font-weight: 500;
33}
34
35.file-preview-thumbnails .file-preview-frame, .file-preview-thumbnails .file-preview-frame object {
36  min-height: 300px !important;
37  width: 98% !important;
38}
39
40.file-preview-thumbnails .file-preview-frame video {
41   min-height: 300px !important;
42   width: 98% !important;
43 }
44
45.file-preview-thumbnails .file-preview-frame audio {
46  min-height: 300px !important;
47  width: 98% !important;
48}
49
50.file-preview-thumbnails .file-preview-frame .file-preview-image {
51  min-height: 300px !important;
52  width: 98% !important;
53}
54
55.file-preview-thumbnails .file-preview-frame .file-preview-text {
56  min-height: 300px !important;
57  width: 98% !important;
58}
59
60.cintillo {
61  background: #275a9b;
62  -webkit-box-shadow: -1px 0px 3px 0px rgba(0,0,0,0.75);
63  -moz-box-shadow: -1px 0px 3px 0px rgba(0,0,0,0.75);
64  box-shadow: -1px 0px 3px 0px rgba(0,0,0,0.75);
65}
66
67table { font-size: 14px; }
68
69.container-table {
70  max-height: 500px;
71  overflow-y: scroll;
72}
73
74.navbar-light .navbar-nav .nav-link {
75  color: #275a9b;
76}
77
78footer {
79  background-color: #37474f;
80}
81footer a {
82  color: #fff;
83}
84footer a:hover, footer a:focus {
85  color: #ddd;
86}
87
88
89.custom-file-label:after {
90  font-family: "Font Awesome 5 Free";
91  font-weight: 500;
92}
93#pdf ~ .custom-file-label:after { content: '\f1c1'; }
94#pkcs12 ~ .custom-file-label:after { content: '\f2c2'; }
95
96.instructivo {
97  min-height: 45vh;
98}
Note: See TracBrowser for help on using the repository browser.