@charset "UTF-8";
/* CSS Document */



 ul {
  list-style: none; }

a img {
  border: none; }



/* Communs */
html, body {
  height: 100%; }



img {
  max-width: 100%; }

/* header */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #AAA;
  height: 40px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 40px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f8f9), color-stop(100%, #cfd5dd));
  background-image: -webkit-linear-gradient(#f7f8f9, #cfd5dd);
  background-image: -moz-linear-gradient(#f7f8f9, #cfd5dd);
  background-image: -o-linear-gradient(#f7f8f9, #cfd5dd);
  background-image: -ms-linear-gradient(#f7f8f9, #cfd5dd);
  background-image: linear-gradient(#f7f8f9, #cfd5dd); }
  #navbar p {
    float: left;
    margin-right: 10px; }

#navbar h1 {
  color: #74859e;
  line-height: 40px;
  text-shadow: 0 1px 0 white;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0 0 0 20px; }

/* gallery content */


#content .gallery img {
  display: block;
  border: 1px solid #CCC;
  -moz-transition: all 0.025s ease;
  -webkit-transition: all 0.025s ease;
  -o-transition: all 0.025s ease;
  transition: all 0.025s ease; }

#content .gallery li {
  display: inline-block;
 
  margin: 10px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.025s ease;
  -webkit-transition: all 0.025s ease;
  -o-transition: all 0.025s ease;
  transition: all 0.025s ease; }

#content .gallery li:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62b5ee), color-stop(100%, #0690e5));
  background-image: -webkit-linear-gradient(#62b5ee, #0690e5);
  background-image: -moz-linear-gradient(#62b5ee, #0690e5);
  background-image: -o-linear-gradient(#62b5ee, #0690e5);
  background-image: -ms-linear-gradient(#62b5ee, #0690e5);
  background-image: linear-gradient(#62b5ee, #0690e5);
  -moz-box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6); }

#content .gallery li:hover img {
  border: 1px solid #0174bd; }

#glisse-close {
  display: none; }

#glisse-controls {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #2d2f35;
  text-shadow: 0 -1px 0 #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(87, 90, 98, 0.9)), color-stop(100%, rgba(62, 65, 72, 0.9)));
  background-image: -webkit-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -moz-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -o-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -ms-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7); }

.glisse-next a, .glisse-prev a {
  position: absolute;
  display: block;
  left: 0;
  height: 39px;
  width: 100px;
  line-height: 40px;
  color: #fff;
  
 
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 black; }
  
  .glisse-next a { background:url(../gfx/gallery-controll-next.png) 0px 5px no-repeat; background-color:#000; width:100px;}
  
  .glisse-prev a { background:url(../gfx/gallery-controll-back.png) 8px 5px no-repeat;  background-color:#000; width:100px;}

.glisse-next a:active, .glisse-prev a:active {
  text-shadow: 0 0 30px white, 0 0 10px white; }

.glisse-prev a {
  border-right: 1px solid #2d2f35;
  -moz-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15); }

.glisse-next a {
  left: auto;
  right: 0;
  border-left: 1px solid #2d2f35;
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15); }

.glisse-legend {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 40px;
  text-align: center;
  line-height: 40px; }


Type
MIME Type	text/css
Resource Type	Stylesheet
Location
Full URL	http://glisse.victorcoulon.fr/example-1/css/app.css?1
Scheme	http
Host	glisse.victorcoulon.fr
Path	/example-1/css/app.css
Query String	1
Filename	app.css
Query Parameters
Name
Value
1
