HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers18/decoockpit.nl/wwwroot/public/css/screen.less
/*
  If you don't have less installed, you first run:
  'npm install less'

  Use the following command to generate the css file:
  __________________________________________________________________
  lessc wwwroot/public/css/screen.less wwwroot/public/css/screen.css
  __________________________________________________________________

*/

/* {margin: 0; padding: 0;}

font-family:'Cambria W01 Regular';
font-family:'Cambria W01 Italic';
font-family:'Cambria W01 Bold';
font-family:'Cambria W01 Bold Italic';
font-family:'Lucida Bright W01 Demi';
font-family:'LucidaBrightW01-Regular';

*/
@import "mixins.less";

@textColor: #474133;
@menuText: #2E1615;
@menuBlockRed: #6b151d;
@menuTextRed: #980a0a;


#mainwrapper {
  position: relative;
  top: 0;
  //min-height: 985px;
  min-height: 100%;
  margin: 0 auto;
  width: 1000px;
}

main {
  position: relative;
  top: 15px;
  margin: 0 auto 50px;
  padding-bottom: 25px;
  width: 920px;
  min-height: 950px;
  border: 2px solid #000;
  background: #eedfc0 url(../images/structure/bg.jpg) no-repeat right bottom;
  //text-align: justify;
  box-shadow: 0 0 5px #000;
  display: block;

  article {
    position: relative;
    margin-left: 360px;
    padding: 35px 60px 2em 0;
    font-family: 'Cambria W01 Regular', sans-serif;
    color: @textColor;
    font-size: 14px;
    line-height: 23px;
  }

  a {
    color: @menuTextRed
  }
}



blockquote {
  margin: 0;
  padding: 0;

  p {
    margin: 0;
    padding: 0;
  }
}

.imageButton {
  opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}

.imageButton:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

strong {
  font-family: 'Cambria W01 Bold', sans-serif;
}

.menudiv {
  position: absolute;
  top: -18px;
  left: 66px;
  z-index: 10;
  width: 238px;

  nav {
    margin: 25px 0 200px;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 1px;
  }

  .menu {
    margin-top: 18px;
    width: 238px;
    min-height: 750px;
    background-color: #eedfc0;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    text-align: center;
    box-shadow: 0 0 2px #000;
  }

  .menutop {
    padding: 15px 0;
    border-width: 0 1px 1px;
    border-color: black;
    border-style: solid;
    background-color: #eedfc0;
    text-align: center;
    box-shadow: 0 0 2px #000;
  }
}

.menuButton {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 11pt;
  font-style: italic;
  text-align: center;

  a {
    color: white;
    text-decoration: none;
  }
}

.brasserieButton {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 11pt;
  font-style: italic;

  a {
    color: white;
    text-decoration: none;
  }
}

nav {
  position: relative;
  font-family: 'LucidaBrightW01-Regular', sans-serif;
  z-index: 5;

  ul {
    list-style: none;
    padding: 0;

    a {
      display: block;
      font-size: 11pt;
      font-weight: 100;
      color: @textColor;
      text-decoration: none; /*-webkit-border-bottom-image:url(../images/structure/menu_balk.png) 30 30 round; /* Safari 3-5  -o-border-bottom-image:url(../images/structure/menu_balk.png) 30 30 round; /* Opera 11-12 border-bottom-image:url(../images/structure/menu_balk.png) 30 30 round;*/
    }

    li {
      background-image: url("/public/images/structure/menu_balk1.png");
      background-repeat: no-repeat;
      background-position: center bottom;
    }

    li:last-child {
      background-image: none;
    }

    li:not(.active) a:hover {
      color: @menuTextRed;
    }

    li.active a {
      background-color: @menuBlockRed;
      color: #eedfc0;
    }
  }
}

#menuBalkDiv {
  position: absolute;
  top: 293px;
}

.menuBalk {
  margin-bottom: 27px;
  z-index: -5;
}


.subMenu {
  margin-top: 40px;
  margin-bottom: 50px;
  height: 30px;
  border-bottom: 1px solid #720000;

  a {
    margin: 0 40px 0 0;
    font-size: 10pt;
    color: @textColor;
    text-transform: uppercase;
    text-decoration: none;
  }

  a:hover:not(.active) {
    color: @menuTextRed;
  }

  a.active {
    color: @menuTextRed;
  }
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #40090e url(../images/structure/backgr_patroon.gif) repeat;
  color: @textColor;
  font-size: 12px;
  line-height: 14px;
}

h1 {
  font-size: 14pt;
  font-family: 'LucidaBrightW01-Regular', sans-serif;
  color: #720000;
}

#background_balk {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 213px;
  background: url(../images/structure/backgr_balk.gif) repeat-x;
}

#photowrapper {
  position: relative;
  top: 15px;
  left: -40px;
  z-index: 0;
  width: 1000px;
  height: 270px;
  background-color: black;
}

.photo {
  position: relative;
  top: 10px;
  margin: 10px;
  width: 980px;
  height: 250px;

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
}

.photobottom {
  position: relative;
  left: -40px;
  top: 15px;
  width: 1000px;
}

#photoWrapperBottom {
  position: absolute;
  margin-top: 15px;
  z-index: 0;
  width: 920px;
  height: 20px;
  background: #eedfc0 url(../images/structure/shadowbottom.jpg);
}

#photoWrapperTop {
  position: absolute;
  z-index: 0;
  width: 920px;
  height: 20px;
  background: #eedfc0 url(../images/structure/shadowtop.jpg);
}

.left {
  float: left;
}

.right {
  float: right;
}

strong {
  font-weight: bold;
}

.feesten {
  margin: -15px 0 0 20px;

  td {
    width: 150px;
  }
}

.contact {
  margin: -15px 0 0 0;

  td {
    width: 250px;
  }
}

input {
  padding: 8px;
  background-color: #eedfc0;
  border: 1px solid black;
}

input.submit {
  padding: 8px;
  border: none;
  background-color: #720000;
  color: #eedfc0;
}

input.submit:hover {
  background-color: #000;
}

footer {
  position: relative;
  top: 30px;
  right: 40px;
  color: #fff;
  text-align: right;

  a {
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
  }
}

.button {
  background-color: #720000;
  color: #fff;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 51%);
  padding: 5px 15px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.button:hover {
  background-color: #5f0000;
  cursor: pointer;
}


ul.player {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  .opacity(0);

  li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    figure {
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 10;
      margin: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      .transition(left 700ms ease-in-out);

      &.swiping {
        .transition(none)
      }
    }

    img {
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      opacity: 0;
      .transition(opacity 500ms);
    }

    &.new.next figure {
      left: 200%;
    }

    &.new.prev figure {
      left: -200%;
    }

    &.before_show figure {
      left: -100%;
    }

    &.show figure {
      left: 0;
    }

    &.after_show figure {
      left: 100%;
    }

    &.hide.next figure {
      left: -200%;
    }

    &.hide.prev figure {
      left: 200%;
    }
  }
}