Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephangriesel/39e410be6c5e1bf798b8503ed5b70ef0 to your computer and use it in GitHub Desktop.
Save stephangriesel/39e410be6c5e1bf798b8503ed5b70ef0 to your computer and use it in GitHub Desktop.
/* hide search */
.fa {
display: none;
}
/* hide breadcrumb */
.breadcrumb-nav span, .breadcrumb-nav a {
font-size: 14px;
display: none;
}
/* logo size */
img.site-logo {
float: left;
height: 170px;
}
/* hide page title */
.page-title h1 {
font-size: 30px;
display: none;
}
/* top nav */
.site-nav {
padding-top: 20px;
}
/* page width
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, div {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 1200px;
}
*/
/* header background */
.page-title-bar {
background-image: url(http://hollyveld.tv/wp-content/uploads/2016/02/Joborgcropped-1.jpg);
background-size: cover;
background-repeat: no-repeat;
padding-top: 210px;
padding-bottom: 110px;
}
.page-inner {
padding: 15px 0;
background-color: #000000;
}
/*
.fxd-header {
background-color: rgba(64,64,64,1);
}
*/
element.style {
top: 10px;
display: block;
}
.metaslider {
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
/* css help from nice guy */
#menu-main {
border: 1px solid White;
margin-top: 20px;
}
.menu-item {
border-left: 1px solid White;
}
.menu-item:first-child {
border-left: none;
}
.menu-item a {
line-height: 40px !important;
}
/* menu border */
span.menu-item-label {
font-size: 14px;
padding: 9px;
}
/* border top */
.header-wrap.overlay {
border-top: 3px solid black;
}
/* slideshow hide and only filmstrip display */
.filmstrip {
width: 466px;
}
.wppa-nav-text {
display: none;
}
.imagedesc {
display: none;
}
.imagetitle {
display:none;
}
.slide-frame img, .slide-frame video {
display: none;
}
.slide-frame {
display: none;
}
/* menu top teenmekaar */
.site-nav > ul > li + li {
margin: 0px;
}
/* dotted line */
.thumbnail-frame {
border-right: 0px dotted black;
}
/* quote column */
.one_fourth {
width: 25%;
padding: 20px;
color: white;
font-family: serif;
background-color: #7f8a94;
height: 300px;
font-size: 20px;
font-weight: bold;
}
/* hello text column */
.three_fourth {
width: 75%;
color: white;
background: #927676;
padding-left: 10px;
padding-right: 20px;
height: 300px;
}
.content-column one_fourth last_column 285px x 271px
/* title bar top padding bottom */
.page-title-bar {
background-image: url(http://hollyveld.tv/wp-content/uploads/2016/02/Joborgcropped-1.jpg);
background-size: cover;
background-repeat: no-repeat;
padding-top: 210px;
padding-bottom: 80px;
}
/* international services */
.entry-content img {
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
/* hide footer */
ul.footer-sns {
display: none;
}
/* padding internation services */
.three_fifth {
width: 60%;
background-color: white;
padding: 20px;
}
/* padding small */
.one_fifth {
width: 20%;
padding: 20px;
}
/* */
.one_fifth.last_column {
background-color: #7f8a94;
width: 20%;
padding: 20px;
height: 362px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment