Fixed PDF generation scripts so they work correctly now
This commit is contained in:
7526
css/bootstrap.min.css
vendored
7526
css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
24
css/boxshadowproperties.css
Normal file
24
css/boxshadowproperties.css
Normal file
@ -0,0 +1,24 @@
|
||||
/* box-shadow fonts return errors with prince, so extracting here to put in web output only */
|
||||
|
||||
#search-demo-container ul#results-container {
|
||||
box-shadow: 2px 3px 2px #dedede;
|
||||
}
|
||||
|
||||
|
||||
hr.shaded {
|
||||
box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.videoThumbs img {
|
||||
box-shadow: 2px 2px 1px #f0f0f0;
|
||||
}
|
||||
|
||||
.box {
|
||||
box-shadow: 2px 2px 4px #dedede;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
|
||||
.navbar-collapse {
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
|
||||
}
|
@ -206,7 +206,6 @@ p.post-meta {font-size: 80%; color: #777;}
|
||||
z-index: -1;
|
||||
width:223px;
|
||||
border-left: 1px solid #dedede;
|
||||
box-shadow: 2px 3px 2px #dedede;
|
||||
}
|
||||
|
||||
|
||||
@ -551,7 +550,6 @@ hr.faded {
|
||||
hr.shaded {
|
||||
height: 12px;
|
||||
border: 0;
|
||||
box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.5);
|
||||
margin-top: 70px;
|
||||
background: white;
|
||||
width: 100%;
|
||||
@ -904,7 +902,6 @@ span.soft {
|
||||
.videoThumbs img {
|
||||
float: left;
|
||||
margin:15px 15px 15px 0px;
|
||||
box-shadow: 2px 2px 1px #f0f0f0;
|
||||
border: 1px solid #dedede;
|
||||
}
|
||||
|
||||
@ -1045,7 +1042,6 @@ table thead th code.highlighter-rouge {
|
||||
.box {
|
||||
padding: 10px;
|
||||
border: 1px solid #888;
|
||||
box-shadow: 2px 2px 4px #dedede;
|
||||
width: 100px;
|
||||
height: 80px;
|
||||
background-color: #f5f5f5;
|
||||
@ -1179,7 +1175,6 @@ h4.panel-title {
|
||||
}
|
||||
.navbar-collapse {
|
||||
border-top: 1px solid transparent;
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
|
||||
}
|
||||
.navbar-fixed-top {
|
||||
top: 0;
|
||||
|
@ -48,7 +48,7 @@ a[href*="mailto"]::after, a[data-toggle="tooltip"]::after, a[href].noCrossRef::a
|
||||
.printSubtitle {
|
||||
font-size: 19pt;
|
||||
color: #cccccc !important;
|
||||
front-family: "Grotesque MT Light";
|
||||
font-family: "Grotesque MT Light";
|
||||
line-height: 22pt;
|
||||
letter-spacing: -.5px;
|
||||
margin-bottom:20px;
|
||||
|
Reference in New Issue
Block a user