cambio de fuentes css

This commit is contained in:
marcos 2021-05-17 12:50:04 +02:00
parent 507faa52e1
commit 8d885772f3
7 changed files with 4449 additions and 2224 deletions

View File

@ -103,7 +103,6 @@ code,
kbd, kbd,
pre, pre,
samp { samp {
font-family: monospace, monospace;
font-size: 1em; font-size: 1em;
} }
button, button,
@ -261,7 +260,6 @@ th {
position: relative; position: relative;
top: 1px; top: 1px;
display: inline-block; display: inline-block;
font-family: "Glyphicons Halflings";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
line-height: 1; line-height: 1;
@ -1516,12 +1514,6 @@ address {
font-style: normal; font-style: normal;
line-height: 1.42857143; line-height: 1.42857143;
} }
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code { code {
padding: 2px 4px; padding: 2px 4px;
font-size: 90%; font-size: 90%;
@ -6742,7 +6734,6 @@ button.close {
.carousel-control .icon-prev { .carousel-control .icon-prev {
width: 20px; width: 20px;
height: 20px; height: 20px;
font-family: serif;
line-height: 1; line-height: 1;
} }
.carousel-control .icon-prev:before { .carousel-control .icon-prev:before {

View File

@ -1,90 +1,387 @@
/* Clearlooks 2 */ /* Clearlooks 2 */
/* Reset */ /* Reset */
.clearlooks2, .clearlooks2 div, .clearlooks2 span, .clearlooks2 a {vertical-align:baseline; text-align:left; position:absolute; border:0; padding:0; margin:0; background:transparent; font-family:Arial,Verdana; font-size:11px; color:#000; text-decoration:none; font-weight:normal; width:auto; height:auto; overflow:hidden; display:block} .clearlooks2,
.clearlooks2 div,
.clearlooks2 span,
.clearlooks2 a {
vertical-align: baseline;
text-align: left;
position: absolute;
border: 0;
padding: 0;
margin: 0;
background: transparent;
font-size: 11px;
color: #000;
text-decoration: none;
font-weight: normal;
width: auto;
height: auto;
overflow: hidden;
display: block;
}
/* General */ /* General */
.clearlooks2 {position:absolute; direction:ltr} .clearlooks2 {
.clearlooks2 .mceWrapper {position:static} position: absolute;
.mceEventBlocker {position:fixed; left:0; top:0; background:url(img/horizontal.gif) no-repeat 0 -75px; width:100%; height:100%} direction: ltr;
.clearlooks2 .mcePlaceHolder {border:1px solid #000; background:#888; top:0; left:0; opacity:0.5; -ms-filter:'alpha(opacity=50)'; filter:alpha(opacity=50)} }
.clearlooks2_modalBlocker {position:fixed; left:0; top:0; width:100%; height:100%; background:#FFF; opacity:0.6; -ms-filter:'alpha(opacity=60)'; filter:alpha(opacity=60); display:none} .clearlooks2 .mceWrapper {
position: static;
}
.mceEventBlocker {
position: fixed;
left: 0;
top: 0;
background: url(img/horizontal.gif) no-repeat 0 -75px;
width: 100%;
height: 100%;
}
.clearlooks2 .mcePlaceHolder {
border: 1px solid #000;
background: #888;
top: 0;
left: 0;
opacity: 0.5;
-ms-filter: "alpha(opacity=50)";
filter: alpha(opacity=50);
}
.clearlooks2_modalBlocker {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #fff;
opacity: 0.6;
-ms-filter: "alpha(opacity=60)";
filter: alpha(opacity=60);
display: none;
}
/* Top */ /* Top */
.clearlooks2 .mceTop, .clearlooks2 .mceTop div {top:0; width:100%; height:23px} .clearlooks2 .mceTop,
.clearlooks2 .mceTop .mceLeft {width:6px; background:url(img/corners.gif)} .clearlooks2 .mceTop div {
.clearlooks2 .mceTop .mceCenter {right:6px; width:100%; height:23px; background:url(img/horizontal.gif) 12px 0; clip:rect(auto auto auto 12px)} top: 0;
.clearlooks2 .mceTop .mceRight {right:0; width:6px; height:23px; background:url(img/corners.gif) -12px 0} width: 100%;
.clearlooks2 .mceTop span {width:100%; text-align:center; vertical-align:middle; line-height:23px; font-weight:bold} height: 23px;
.clearlooks2 .mceFocus .mceTop .mceLeft {background:url(img/corners.gif) -6px 0} }
.clearlooks2 .mceFocus .mceTop .mceCenter {background:url(img/horizontal.gif) 0 -23px} .clearlooks2 .mceTop .mceLeft {
.clearlooks2 .mceFocus .mceTop .mceRight {background:url(img/corners.gif) -18px 0} width: 6px;
.clearlooks2 .mceFocus .mceTop span {color:#FFF} background: url(img/corners.gif);
}
.clearlooks2 .mceTop .mceCenter {
right: 6px;
width: 100%;
height: 23px;
background: url(img/horizontal.gif) 12px 0;
clip: rect(auto auto auto 12px);
}
.clearlooks2 .mceTop .mceRight {
right: 0;
width: 6px;
height: 23px;
background: url(img/corners.gif) -12px 0;
}
.clearlooks2 .mceTop span {
width: 100%;
text-align: center;
vertical-align: middle;
line-height: 23px;
font-weight: bold;
}
.clearlooks2 .mceFocus .mceTop .mceLeft {
background: url(img/corners.gif) -6px 0;
}
.clearlooks2 .mceFocus .mceTop .mceCenter {
background: url(img/horizontal.gif) 0 -23px;
}
.clearlooks2 .mceFocus .mceTop .mceRight {
background: url(img/corners.gif) -18px 0;
}
.clearlooks2 .mceFocus .mceTop span {
color: #fff;
}
/* Middle */ /* Middle */
.clearlooks2 .mceMiddle, .clearlooks2 .mceMiddle div {top:0} .clearlooks2 .mceMiddle,
.clearlooks2 .mceMiddle {width:100%; height:100%; clip:rect(23px auto auto auto)} .clearlooks2 .mceMiddle div {
.clearlooks2 .mceMiddle .mceLeft {left:0; width:5px; height:100%; background:url(img/vertical.gif) -5px 0} top: 0;
.clearlooks2 .mceMiddle span {top:23px; left:5px; width:100%; height:100%; background:#FFF} }
.clearlooks2 .mceMiddle .mceRight {right:0; width:5px; height:100%; background:url(img/vertical.gif)} .clearlooks2 .mceMiddle {
width: 100%;
height: 100%;
clip: rect(23px auto auto auto);
}
.clearlooks2 .mceMiddle .mceLeft {
left: 0;
width: 5px;
height: 100%;
background: url(img/vertical.gif) -5px 0;
}
.clearlooks2 .mceMiddle span {
top: 23px;
left: 5px;
width: 100%;
height: 100%;
background: #fff;
}
.clearlooks2 .mceMiddle .mceRight {
right: 0;
width: 5px;
height: 100%;
background: url(img/vertical.gif);
}
/* Bottom */ /* Bottom */
.clearlooks2 .mceBottom, .clearlooks2 .mceBottom div {height:6px} .clearlooks2 .mceBottom,
.clearlooks2 .mceBottom {left:0; bottom:0; width:100%} .clearlooks2 .mceBottom div {
.clearlooks2 .mceBottom div {top:0} height: 6px;
.clearlooks2 .mceBottom .mceLeft {left:0; width:5px; background:url(img/corners.gif) -34px -6px} }
.clearlooks2 .mceBottom .mceCenter {left:5px; width:100%; background:url(img/horizontal.gif) 0 -46px} .clearlooks2 .mceBottom {
.clearlooks2 .mceBottom .mceRight {right:0; width:5px; background: url(img/corners.gif) -34px 0} left: 0;
.clearlooks2 .mceBottom span {display:none} bottom: 0;
.clearlooks2 .mceStatusbar .mceBottom, .clearlooks2 .mceStatusbar .mceBottom div {height:23px} width: 100%;
.clearlooks2 .mceStatusbar .mceBottom .mceLeft {background:url(img/corners.gif) -29px 0} }
.clearlooks2 .mceStatusbar .mceBottom .mceCenter {background:url(img/horizontal.gif) 0 -52px} .clearlooks2 .mceBottom div {
.clearlooks2 .mceStatusbar .mceBottom .mceRight {background:url(img/corners.gif) -24px 0} top: 0;
.clearlooks2 .mceStatusbar .mceBottom span {display:block; left:7px; font-family:Arial, Verdana; font-size:11px; line-height:23px} }
.clearlooks2 .mceBottom .mceLeft {
left: 0;
width: 5px;
background: url(img/corners.gif) -34px -6px;
}
.clearlooks2 .mceBottom .mceCenter {
left: 5px;
width: 100%;
background: url(img/horizontal.gif) 0 -46px;
}
.clearlooks2 .mceBottom .mceRight {
right: 0;
width: 5px;
background: url(img/corners.gif) -34px 0;
}
.clearlooks2 .mceBottom span {
display: none;
}
.clearlooks2 .mceStatusbar .mceBottom,
.clearlooks2 .mceStatusbar .mceBottom div {
height: 23px;
}
.clearlooks2 .mceStatusbar .mceBottom .mceLeft {
background: url(img/corners.gif) -29px 0;
}
.clearlooks2 .mceStatusbar .mceBottom .mceCenter {
background: url(img/horizontal.gif) 0 -52px;
}
.clearlooks2 .mceStatusbar .mceBottom .mceRight {
background: url(img/corners.gif) -24px 0;
}
.clearlooks2 .mceStatusbar .mceBottom span {
display: block;
left: 7px;
font-size: 11px;
line-height: 23px;
}
/* Actions */ /* Actions */
.clearlooks2 a {width:29px; height:16px; top:3px;} .clearlooks2 a {
.clearlooks2 .mceClose {right:6px; background:url(img/buttons.gif) -87px 0} width: 29px;
.clearlooks2 .mceMin {display:none; right:68px; background:url(img/buttons.gif) 0 0} height: 16px;
.clearlooks2 .mceMed {display:none; right:37px; background:url(img/buttons.gif) -29px 0} top: 3px;
.clearlooks2 .mceMax {display:none; right:37px; background:url(img/buttons.gif) -58px 0} }
.clearlooks2 .mceMove {display:none;width:100%;cursor:move;background:url(img/corners.gif) no-repeat -100px -100px} .clearlooks2 .mceClose {
.clearlooks2 .mceMovable .mceMove {display:block} right: 6px;
.clearlooks2 .mceFocus .mceClose {right:6px; background:url(img/buttons.gif) -87px -16px} background: url(img/buttons.gif) -87px 0;
.clearlooks2 .mceFocus .mceMin {right:68px; background:url(img/buttons.gif) 0 -16px} }
.clearlooks2 .mceFocus .mceMed {right:37px; background:url(img/buttons.gif) -29px -16px} .clearlooks2 .mceMin {
.clearlooks2 .mceFocus .mceMax {right:37px; background:url(img/buttons.gif) -58px -16px} display: none;
.clearlooks2 .mceFocus .mceClose:hover {right:6px; background:url(img/buttons.gif) -87px -32px} right: 68px;
.clearlooks2 .mceFocus .mceClose:hover {right:6px; background:url(img/buttons.gif) -87px -32px} background: url(img/buttons.gif) 0 0;
.clearlooks2 .mceFocus .mceMin:hover {right:68px; background:url(img/buttons.gif) 0 -32px} }
.clearlooks2 .mceFocus .mceMed:hover {right:37px; background:url(img/buttons.gif) -29px -32px} .clearlooks2 .mceMed {
.clearlooks2 .mceFocus .mceMax:hover {right:37px; background:url(img/buttons.gif) -58px -32px} display: none;
right: 37px;
background: url(img/buttons.gif) -29px 0;
}
.clearlooks2 .mceMax {
display: none;
right: 37px;
background: url(img/buttons.gif) -58px 0;
}
.clearlooks2 .mceMove {
display: none;
width: 100%;
cursor: move;
background: url(img/corners.gif) no-repeat -100px -100px;
}
.clearlooks2 .mceMovable .mceMove {
display: block;
}
.clearlooks2 .mceFocus .mceClose {
right: 6px;
background: url(img/buttons.gif) -87px -16px;
}
.clearlooks2 .mceFocus .mceMin {
right: 68px;
background: url(img/buttons.gif) 0 -16px;
}
.clearlooks2 .mceFocus .mceMed {
right: 37px;
background: url(img/buttons.gif) -29px -16px;
}
.clearlooks2 .mceFocus .mceMax {
right: 37px;
background: url(img/buttons.gif) -58px -16px;
}
.clearlooks2 .mceFocus .mceClose:hover {
right: 6px;
background: url(img/buttons.gif) -87px -32px;
}
.clearlooks2 .mceFocus .mceClose:hover {
right: 6px;
background: url(img/buttons.gif) -87px -32px;
}
.clearlooks2 .mceFocus .mceMin:hover {
right: 68px;
background: url(img/buttons.gif) 0 -32px;
}
.clearlooks2 .mceFocus .mceMed:hover {
right: 37px;
background: url(img/buttons.gif) -29px -32px;
}
.clearlooks2 .mceFocus .mceMax:hover {
right: 37px;
background: url(img/buttons.gif) -58px -32px;
}
/* Resize */ /* Resize */
.clearlooks2 .mceResize {top:auto; left:auto; display:none; width:5px; height:5px; background:url(img/horizontal.gif) no-repeat 0 -75px} .clearlooks2 .mceResize {
.clearlooks2 .mceResizable .mceResize {display:block} top: auto;
.clearlooks2 .mceResizable .mceMin, .clearlooks2 .mceMax {display:none} left: auto;
.clearlooks2 .mceMinimizable .mceMin {display:block} display: none;
.clearlooks2 .mceMaximizable .mceMax {display:block} width: 5px;
.clearlooks2 .mceMaximized .mceMed {display:block} height: 5px;
.clearlooks2 .mceMaximized .mceMax {display:none} background: url(img/horizontal.gif) no-repeat 0 -75px;
.clearlooks2 a.mceResizeN {top:0; left:0; width:100%; cursor:n-resize} }
.clearlooks2 a.mceResizeNW {top:0; left:0; cursor:nw-resize} .clearlooks2 .mceResizable .mceResize {
.clearlooks2 a.mceResizeNE {top:0; right:0; cursor:ne-resize} display: block;
.clearlooks2 a.mceResizeW {top:0; left:0; height:100%; cursor:w-resize;} }
.clearlooks2 a.mceResizeE {top:0; right:0; height:100%; cursor:e-resize} .clearlooks2 .mceResizable .mceMin,
.clearlooks2 a.mceResizeS {bottom:0; left:0; width:100%; cursor:s-resize} .clearlooks2 .mceMax {
.clearlooks2 a.mceResizeSW {bottom:0; left:0; cursor:sw-resize} display: none;
.clearlooks2 a.mceResizeSE {bottom:0; right:0; cursor:se-resize} }
.clearlooks2 .mceMinimizable .mceMin {
display: block;
}
.clearlooks2 .mceMaximizable .mceMax {
display: block;
}
.clearlooks2 .mceMaximized .mceMed {
display: block;
}
.clearlooks2 .mceMaximized .mceMax {
display: none;
}
.clearlooks2 a.mceResizeN {
top: 0;
left: 0;
width: 100%;
cursor: n-resize;
}
.clearlooks2 a.mceResizeNW {
top: 0;
left: 0;
cursor: nw-resize;
}
.clearlooks2 a.mceResizeNE {
top: 0;
right: 0;
cursor: ne-resize;
}
.clearlooks2 a.mceResizeW {
top: 0;
left: 0;
height: 100%;
cursor: w-resize;
}
.clearlooks2 a.mceResizeE {
top: 0;
right: 0;
height: 100%;
cursor: e-resize;
}
.clearlooks2 a.mceResizeS {
bottom: 0;
left: 0;
width: 100%;
cursor: s-resize;
}
.clearlooks2 a.mceResizeSW {
bottom: 0;
left: 0;
cursor: sw-resize;
}
.clearlooks2 a.mceResizeSE {
bottom: 0;
right: 0;
cursor: se-resize;
}
/* Alert/Confirm */ /* Alert/Confirm */
.clearlooks2 .mceButton {font-weight:bold; bottom:10px; width:80px; height:30px; background:url(img/button.gif); line-height:30px; vertical-align:middle; text-align:center; outline:0} .clearlooks2 .mceButton {
.clearlooks2 .mceMiddle .mceIcon {left:15px; top:35px; width:32px; height:32px} font-weight: bold;
.clearlooks2 .mceAlert .mceMiddle span, .clearlooks2 .mceConfirm .mceMiddle span {background:transparent;left:60px; top:35px; width:320px; height:50px; font-weight:bold; overflow:auto; white-space:normal} bottom: 10px;
.clearlooks2 a:hover {font-weight:bold;} width: 80px;
.clearlooks2 .mceAlert .mceMiddle, .clearlooks2 .mceConfirm .mceMiddle {background:#D6D7D5} height: 30px;
.clearlooks2 .mceAlert .mceOk {left:50%; top:auto; margin-left: -40px} background: url(img/button.gif);
.clearlooks2 .mceAlert .mceIcon {background:url(img/alert.gif)} line-height: 30px;
.clearlooks2 .mceConfirm .mceOk {left:50%; top:auto; margin-left: -90px} vertical-align: middle;
.clearlooks2 .mceConfirm .mceCancel {left:50%; top:auto} text-align: center;
.clearlooks2 .mceConfirm .mceIcon {background:url(img/confirm.gif)} outline: 0;
}
.clearlooks2 .mceMiddle .mceIcon {
left: 15px;
top: 35px;
width: 32px;
height: 32px;
}
.clearlooks2 .mceAlert .mceMiddle span,
.clearlooks2 .mceConfirm .mceMiddle span {
background: transparent;
left: 60px;
top: 35px;
width: 320px;
height: 50px;
font-weight: bold;
overflow: auto;
white-space: normal;
}
.clearlooks2 a:hover {
font-weight: bold;
}
.clearlooks2 .mceAlert .mceMiddle,
.clearlooks2 .mceConfirm .mceMiddle {
background: #d6d7d5;
}
.clearlooks2 .mceAlert .mceOk {
left: 50%;
top: auto;
margin-left: -40px;
}
.clearlooks2 .mceAlert .mceIcon {
background: url(img/alert.gif);
}
.clearlooks2 .mceConfirm .mceOk {
left: 50%;
top: auto;
margin-left: -90px;
}
.clearlooks2 .mceConfirm .mceCancel {
left: 50%;
top: auto;
}
.clearlooks2 .mceConfirm .mceIcon {
background: url(img/confirm.gif);
}

View File

@ -31,8 +31,6 @@
--breakpoint-md: 768px; --breakpoint-md: 768px;
--breakpoint-lg: 992px; --breakpoint-lg: 992px;
--breakpoint-xl: 1200px; --breakpoint-xl: 1200px;
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
"Liberation Mono", "Courier New", monospace;
} }
*, *,
::after, ::after,
@ -168,8 +166,6 @@ code,
kbd, kbd,
pre, pre,
samp { samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
font-size: 1em; font-size: 1em;
} }
pre { pre {
@ -8929,10 +8925,6 @@ button.bg-dark:hover {
margin-left: auto !important; margin-left: auto !important;
} }
} }
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace !important;
}
.text-justify { .text-justify {
text-align: justify !important; text-align: justify !important;
} }

View File

@ -1,6 +1,5 @@
/* Main Flora Style Sheet for jQuery UI ui-datepicker /* Main Flora Style Sheet for jQuery UI ui-datepicker
#ui-datepicker-div, .ui-datepicker-inline { #ui-datepicker-div, .ui-datepicker-inline {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px; font-size: 14px;
padding: 0; padding: 0;
margin: 0; margin: 0;

View File

@ -337,12 +337,10 @@ p.error-p-validate {
} }
.visual-console-item .digital-clock > span.time { .visual-console-item .digital-clock > span.time {
font-family: "Alarm Clock", "Courier New", Courier, monospace;
font-size: 50px; font-size: 50px;
} }
.visual-console-item .digital-clock > span.date { .visual-console-item .digital-clock > span.date {
font-family: "Alarm Clock", "Courier New", Courier, monospace;
font-size: 25px; font-size: 25px;
} }
@ -667,7 +665,6 @@ div.module-graph .gauge_d3_class {
} }
.visual-console-item .digital-clock > span.time { .visual-console-item .digital-clock > span.time {
font-family: "Alarm Clock", "Courier New", Courier, monospace;
font-size: 50px; font-size: 50px;
} }

File diff suppressed because it is too large Load Diff

View File

@ -337,12 +337,10 @@ p.error-p-validate {
} }
.visual-console-item .digital-clock > span.time { .visual-console-item .digital-clock > span.time {
font-family: "Alarm Clock", "Courier New", Courier, monospace;
font-size: 50px; font-size: 50px;
} }
.visual-console-item .digital-clock > span.date { .visual-console-item .digital-clock > span.date {
font-family: "Alarm Clock", "Courier New", Courier, monospace;
font-size: 25px; font-size: 25px;
} }