lightbox css
This commit is contained in:
		@@ -1674,11 +1674,13 @@ body {
 | 
			
		||||
 | 
			
		||||
#lightbox .caption {
 | 
			
		||||
  color: white;
 | 
			
		||||
  font-size: 1rem;
 | 
			
		||||
  font-size: 0.8rem;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  margin-top: 10px;
 | 
			
		||||
  max-width: 90%;
 | 
			
		||||
  margin: 10px auto;
 | 
			
		||||
  font-family: "gilroy-light";
 | 
			
		||||
  padding-top: 1rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.lightbox .close {
 | 
			
		||||
@@ -1700,11 +1702,11 @@ body {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.prev {
 | 
			
		||||
  left: 10px;
 | 
			
		||||
  left: 30px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.next {
 | 
			
		||||
  right: 10px;
 | 
			
		||||
  right: 30px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*pages*/
 | 
			
		||||
 
 | 
			
		||||
@@ -32,11 +32,13 @@ body {
 | 
			
		||||
  }
 | 
			
		||||
  #lightbox .caption {
 | 
			
		||||
    color: white;
 | 
			
		||||
    font-size: 1rem;
 | 
			
		||||
    font-size: 0.8rem;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    margin-top: 10px;
 | 
			
		||||
    max-width: 90%;
 | 
			
		||||
    margin: 10px auto;
 | 
			
		||||
    font-family: "gilroy-light";
 | 
			
		||||
    padding-top: 1rem;
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  .lightbox .close {
 | 
			
		||||
@@ -58,10 +60,10 @@ body {
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  .prev {
 | 
			
		||||
    left: 10px;
 | 
			
		||||
    left: 30px;
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  .next {
 | 
			
		||||
    right: 10px;
 | 
			
		||||
    right: 30px;
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
		Reference in New Issue
	
	Block a user