source: portal_2019/css/styles.css @ 8f2445f

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

reducido el tamaño de la fuente de la tabla

  • Property mode set to 100644
File size: 1.6 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.navbar-light .navbar-nav .nav-link {
70  color: #275a9b;
71}
72
73footer {
74  background-color: #37474f;
75}
76footer a {
77  color: #fff;
78}
79footer a:hover, footer a:focus {
80  color: #ddd;
81}
Note: See TracBrowser for help on using the repository browser.