Template:Test Page Header/styles.css: Difference between revisions
From KB42
Created page with "ss" |
No edit summary |
||
| Line 1: | Line 1: | ||
.page_header { | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
background-position: top right; | |||
height: 225px; | |||
width: 100%; | |||
clear: both; | |||
#background-color: #333; | |||
border: 0px solid #000; | |||
padding: 1px 10px 1px 10px; | |||
} | |||
.page_header_text { | |||
position: absolute; | |||
font-size: 3em; | |||
color:rgb(226, 226, 226); | |||
margin-top: -1em | |||
} | |||
.test_page_bk { | |||
background-image: linear-gradient(var(--header_grade)),url("/images/5/59/Header_Abductions.png"); | |||
} | |||
.ufo_header_bk { | |||
background-image: linear-gradient(var(--header_grade)), url("/images/5/5e/Header_UFO.png"); | |||
} | |||
Revision as of 16:06, 13 July 2025
.page_header {
background-repeat: no-repeat; background-size: cover; background-position: top right; height: 225px; width: 100%; clear: both; #background-color: #333; border: 0px solid #000; padding: 1px 10px 1px 10px; }
.page_header_text {
position: absolute; font-size: 3em; color:rgb(226, 226, 226); margin-top: -1em
}
.test_page_bk {
background-image: linear-gradient(var(--header_grade)),url("/images/5/59/Header_Abductions.png");
}
.ufo_header_bk {
background-image: linear-gradient(var(--header_grade)), url("/images/5/5e/Header_UFO.png");
}
