text shadow added
This commit is contained in:
		
					parent
					
						
							
								d723e4b1e4
							
						
					
				
			
			
				commit
				
					
						207064ed64
					
				
			
		
					 2 changed files with 9 additions and 2 deletions
				
			
		| 
						 | 
					@ -186,6 +186,11 @@
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					    flex-direction: column;
 | 
				
			||||||
    justify-content: flex-end;
 | 
					    justify-content: flex-end;
 | 
				
			||||||
 | 
					    /*background: rgba(0,0,0,0.5);*/
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.header_slider > .carousel .item {
 | 
				
			||||||
 | 
					    background: rgba(0,0,0,0.5);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.header_slider .intro-cap {
 | 
					.header_slider .intro-cap {
 | 
				
			||||||
| 
						 | 
					@ -193,6 +198,7 @@
 | 
				
			||||||
    line-height: 1.1;
 | 
					    line-height: 1.1;
 | 
				
			||||||
    font-size: 23px;
 | 
					    font-size: 23px;
 | 
				
			||||||
    margin-bottom: 12px;
 | 
					    margin-bottom: 12px;
 | 
				
			||||||
 | 
					    text-shadow: 0px 3px 15px #000;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.header_slider .btn-trans {
 | 
					.header_slider .btn-trans {
 | 
				
			||||||
| 
						 | 
					@ -203,7 +209,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (min-width: 768px) {
 | 
					@media (min-width: 768px) {
 | 
				
			||||||
    .header_slider .intro-cap {
 | 
					    .header_slider .intro-cap {
 | 
				
			||||||
        font-size: 2.25em;
 | 
					        font-size: 4em;
 | 
				
			||||||
 | 
					        font-weight: 600;
 | 
				
			||||||
        margin-bottom: 20px;
 | 
					        margin-bottom: 20px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    .header_slider .carousel-control {
 | 
					    .header_slider .carousel-control {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
{% load static i18n %}
 | 
					{% load static i18n %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<header class="header_slider">
 | 
					<header class="header_slider">
 | 
				
			||||||
  <div id="carousel-header-ungleich" class="carousel slide" data-interval="2000">
 | 
					  <div id="carousel-header-ungleich" class="carousel slide" data-interval="8000">
 | 
				
			||||||
    <!-- Indicators -->
 | 
					    <!-- Indicators -->
 | 
				
			||||||
    <ol class="carousel-indicators">
 | 
					    <ol class="carousel-indicators">
 | 
				
			||||||
      <li data-target="#carousel-header-ungleich" data-slide-to="0" class="active"></li>
 | 
					      <li data-target="#carousel-header-ungleich" data-slide-to="0" class="active"></li>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue