mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	bootstrap: Remove now-unused carousel plugin.
This commit is contained in:
		
							
								
								
									
										104
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										104
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							@@ -711,110 +711,6 @@ input:focus:invalid:focus {
 | 
			
		||||
  -moz-border-radius: 4px;
 | 
			
		||||
  border-radius: 4px;
 | 
			
		||||
}
 | 
			
		||||
.carousel {
 | 
			
		||||
  position: relative;
 | 
			
		||||
  margin-bottom: 20px;
 | 
			
		||||
  line-height: 1;
 | 
			
		||||
}
 | 
			
		||||
.carousel-inner {
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  position: relative;
 | 
			
		||||
}
 | 
			
		||||
.carousel-inner > .item {
 | 
			
		||||
  display: none;
 | 
			
		||||
  position: relative;
 | 
			
		||||
  -webkit-transition: 0.6s ease-in-out left;
 | 
			
		||||
  -moz-transition: 0.6s ease-in-out left;
 | 
			
		||||
  -o-transition: 0.6s ease-in-out left;
 | 
			
		||||
  transition: 0.6s ease-in-out left;
 | 
			
		||||
}
 | 
			
		||||
.carousel-inner > .item > img,
 | 
			
		||||
.carousel-inner > .item > a > img {
 | 
			
		||||
  display: block;
 | 
			
		||||
  line-height: 1;
 | 
			
		||||
}
 | 
			
		||||
.carousel-inner > .active,
 | 
			
		||||
.carousel-inner > .next,
 | 
			
		||||
.carousel-inner > .prev {
 | 
			
		||||
  display: block;
 | 
			
		||||
}
 | 
			
		||||
.carousel-inner > .active {
 | 
			
		||||
  left: 0;
 | 
			
		||||
}
 | 
			
		||||
.carousel-inner > .next,
 | 
			
		||||
.carousel-inner > .prev {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 0;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
}
 | 
			
		||||
.carousel-inner > .next {
 | 
			
		||||
  left: 100%;
 | 
			
		||||
}
 | 
			
		||||
.carousel-inner > .prev {
 | 
			
		||||
  left: -100%;
 | 
			
		||||
}
 | 
			
		||||
.carousel-inner > .next.left,
 | 
			
		||||
.carousel-inner > .prev.right {
 | 
			
		||||
  left: 0;
 | 
			
		||||
}
 | 
			
		||||
.carousel-inner > .active.left {
 | 
			
		||||
  left: -100%;
 | 
			
		||||
}
 | 
			
		||||
.carousel-inner > .active.right {
 | 
			
		||||
  left: 100%;
 | 
			
		||||
}
 | 
			
		||||
.carousel-control {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 40%;
 | 
			
		||||
  left: 15px;
 | 
			
		||||
  width: 40px;
 | 
			
		||||
  height: 40px;
 | 
			
		||||
  margin-top: -20px;
 | 
			
		||||
  font-size: 60px;
 | 
			
		||||
  font-weight: 100;
 | 
			
		||||
  line-height: 30px;
 | 
			
		||||
  color: #ffffff;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  background: #222222;
 | 
			
		||||
  border: 3px solid #ffffff;
 | 
			
		||||
  -webkit-border-radius: 23px;
 | 
			
		||||
  -moz-border-radius: 23px;
 | 
			
		||||
  border-radius: 23px;
 | 
			
		||||
  opacity: 0.5;
 | 
			
		||||
}
 | 
			
		||||
.carousel-control.right {
 | 
			
		||||
  left: auto;
 | 
			
		||||
  right: 15px;
 | 
			
		||||
}
 | 
			
		||||
.carousel-control:hover,
 | 
			
		||||
.carousel-control:focus {
 | 
			
		||||
  color: #ffffff;
 | 
			
		||||
  text-decoration: none;
 | 
			
		||||
  opacity: 0.9;
 | 
			
		||||
}
 | 
			
		||||
.carousel-indicators {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 15px;
 | 
			
		||||
  right: 15px;
 | 
			
		||||
  z-index: 5;
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  list-style: none;
 | 
			
		||||
}
 | 
			
		||||
.carousel-indicators li {
 | 
			
		||||
  display: block;
 | 
			
		||||
  float: left;
 | 
			
		||||
  width: 10px;
 | 
			
		||||
  height: 10px;
 | 
			
		||||
  margin-left: 5px;
 | 
			
		||||
  text-indent: -999px;
 | 
			
		||||
  background-color: #ccc;
 | 
			
		||||
  background-color: rgba(255, 255, 255, 0.25);
 | 
			
		||||
  border-radius: 5px;
 | 
			
		||||
}
 | 
			
		||||
.carousel-indicators .active {
 | 
			
		||||
  background-color: #fff;
 | 
			
		||||
}
 | 
			
		||||
.close {
 | 
			
		||||
  float: right;
 | 
			
		||||
  font-size: 20px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user