Template:Page Header/style.css: Difference between revisions

From KB42
No edit summary
No edit summary
 
Line 31: Line 31:
}
}


title_text01 {
.title_text01 {
font-size:1.75em;  
font-size:1.75em;  
border:0px #FFF;  
border:0px #FFF;  
Line 37: Line 37:
}
}


.header_text_postion {
.title_text02 {
width: 50%;
font-size:1em;  
padding-top: 80px;
border:0px #FFF;  
padding-bottom:16px;
margin: 0em;
border: 1px white;
}
 
.test_page_header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 225px;
  width: 100%;
  clear: both;
  border: 0px solid #000;
  padding: 1px 10px 1px 10px
}
.test_page_header_text {
  position: absolute;
  font-size: 3em;
  color:rgb(226, 226, 226);
  margin: auto;
}
.test_page_bk {
  background-image:
  linear-gradient(90deg, rgba(0,0,0,1), rgba(0, 0, 0, .90), rgba(0, 0, 0,0), rgba(0,0,0,0));
}
}

Latest revision as of 03:42, 10 September 2025

.header_container {
  position: relative;
}

.header_img {

}
.header_img_grad {
  width: 100%;
  height: 225px;
  z-index: 5;
  background-image: 
   linear-gradient(90deg, rgba(0,0,0,1), rgba(0, 0, 0, .90), rgba(0, 0, 0,0), rgba(0,0,0,0));
}
.header_container {
position: absolute; 
top: 1px; 
width: 100%; 
bottom: 300px; 
font-size: 20px; 
text-align:center; 
border:0px #888; 
clear:both;  
background-repeat:no-repeat; 
}

.text_container {
width: 60%; 
padding: 2em 0 1em 0
}

.title_text01 {
font-size:1.75em; 
border:0px #FFF; 
margin:0;
}

.title_text02 {
font-size:1em; 
border:0px #FFF; 
margin: 0em;
}