:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: clamp(2rem, 5vw, 2.8125rem);
--header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem);
--logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg");
}
#header {
--search-textbox-text-color: var(--swatch-secondary-color);
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center 0;
background-size: auto calc(var(--header-height-on-desktop) - 1.5rem);
opacity: 0.8;
pointer-events: none;
}
#header h1,
#header h2 {
margin: 0;
padding: 0;
width: 100%;
height: var(--header-height-on-desktop);
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}
#header h1 a,
#header h1 a::before,
#header h2 span,
#header h2 span::before {
margin: 0;
padding: 0;
z-index: 0;
display: block;
text-align: center;
}
#header h1 {
z-index: 1;
}
#header h1 a::before,
#header h1 a::after {
content: var(--header-title);
}
#header h1 a::before {
color: rgb(var(--swatch-text-tertiary-color));
z-index: -1;
-webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark));
}
#header h1 a::after {
color: rgb(var(--swatch-headerh1-color));
z-index: 1;
}
#header h2 {
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#header h2 span {
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em);
}
#header h2 span::before,
#header h2 span::after {
--wght: 600;
content: var(--header-subtitle);
position: absolute;
left: 50%;
transform: translateY(-50%) translateX(-50%);
width: 100%;
text-align: center;
}
#header h2 span::before {
-webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark));
}
#header h2 span::after {
color: rgb(var(--swatch-headerh2-color));
z-index: 1;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
color: rgba(0, 0, 0, 0);
}
@media (min-width: 36rem) {
#login-status {
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status::before {
--mask-image: none;
background-color: transparent;
}
#login-status:not(:focus-within) {
color: rgb(var(--login-line-divider-color));
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
}
#login-status #account-topbutton,
#login-status:not(:focus-within) #account-topbutton {
--clip-path:
polygon( 0 0, 100% 0, 100% 100%, 0 100% );
background-color: rgba(var(--login-arrow-color), 0);
}
#login-status #account-topbutton::before{
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(var(--login-arrow-color), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton:hover::before {
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
}
#login-status:not(:focus-within) #account-topbutton::after {
display: none;
}
#login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
pointer-events: all;
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) {
opacity: 1;
}
#login-status #my-account {
--wght: 300;
}
#account-options {
background: var(--gradient-header);
}
#search-top-box {
top: 1.5em;
right: 3%;
background: rgba(var(--search-focus-textbox-bg-color), 0.4);
}
#search-top-box:focus-within ~ #login-status {
opacity: 1;
}
#search-top-box::after {
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#search-top-box:not(:focus-within)::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0% 100%
);
background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#search-top-box:not(:focus-within):hover::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
background-color: rgb(var(--search-icon-hover-bg-color));
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) {
max-width: var(--search-width);
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
max-width: var(--search-width);
padding: 0 var(--search-height) 0 1em;
outline-width: 0;
background-color: rgb(var(--search-focus-textbox-bg-color), 0.35);
color: rgba(var(--search-textbox-text-color), 0.4);
cursor: pointer;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"],
#search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] {
pointer-events: all;
border: none;
}
}
#page-title::after,
.meta-title::after,
#page-title::before,
.meta-title::before {
content: "";
flex-grow: 1;
height: 0.0625rem;
background: rgb(var(--swatch-primary));
}
#page-title::before,
.meta-title::before {
margin: auto 1.25rem auto auto;
}
 |
SCAR-79751-b |
Diameter (km) |
11,998 |
Mass (x🜨) |
1.013 |
Orbital Period (d) |
402 |
Rotational Period |
26 hrs, 22 min |
Semi-major axis (AU) |
1.103 |
Star type |
G2-Main sequence |
Location from Earth |
1.4 billion ly |
Constellation |
Camelopardalis |
Discovered |
April 4, 3837 |
Habitable? |
PARTIAL |
Settlement |
Colonized? |
Yes |
Type |
Research and stopover |
Max human population |
25 |
Stay cycle** |
145 days |
Planet summary: SCAR-79751-d is located within IRIS-23483 in the direction of the Camelopardalis constellation. SCAR-7975 is the fourth planet from its star, and is located within the Goldilocks zone. It is 11,998 kilometers in diameter, and is 1.013 times the mass of Earth. It's surface gravity is 0.96 times the mass of Earth.
Discovery: SCAR-79751-d was discovered on April 4, 3837, by UET-Gamma-2 ("Galaxia Team"), as part of the Ultra Distant Universe Exploration program.
Planetary system: SCAR-79751 is a G2-Main sequence star 1.0024 times the mass of the sun. Seven planets orbit the star, with d being the only one in the Goldilocks zone. Planet a is a hot Jupiter in close proximity with SCAR-79751, with solar winds stripping the planet's gas layers. The remains of these gas layers frequently intercept SCAR-79751-d and the other planets, which is a suggested theory for the lower-density atmosphere of the other planets. Planets b and c are rocky and smaller than Earth, while planets e and f are gas giants, and finally g is an ice giant, similar in size to Uranus.
Description: SCAR-79751-d's atmosphere contains high levels of nitrogen and ammonia, and is thus unbreathable to humans. The planet is mainly covered in white, sandy and rocky deserts, with a few sparse, shallow water oceans. The average humidity of the atmosphere is 0.00001%, making it one of the driest known atmospheres of any water-harboring planet. The total amount of water present on the planet is estimated to be 23.7% that of Earths.
SCAR-79751-d experiences frequent strong winds, with the fastest ever recorded wind being at 429 km/h. Despite the large amount of sand present on the surface, large sandstoms are unusual due to the high density of the sand. The planet's poles feature small ice caps, which are a combination of 63% glacial ice, 31% sand, and 6% other compositions.
Walking on the surface of SCAR-79751-d is a unique experience. High-density, crumbly sand that looks like flour and feels like walking on thin snow, with high gusts partially fogging up the view and causing sand grains to dance along the surface and around your feet. If you look up, through the gusts of sand and the sound of the breeze, you'll see dark mountains and shallow, rough lakes in the distance. Like if they were there but out of your reach. -Jasper Lore, UET-Gamma-2 member.
Important Colonial Protocols: SCAR-79751-d serves as a small stopover point for vessels travelling deeper into the universe. A small settlement comprised of storage facilities and habitats have been set up close to the north pole of the planet. Only 25 people are permitted to live on the planet during regular periods, each staying for up to 145 days. Exploration of SCAR-79751-d is limited, due to the potential dangers of the windstorms of the planet.
Ancient civilization remains: On September 14, 3840, the ruins of an extinct civilization were discovered close to the northern pole. The civilization was determined to be a Category 0.5 presence at the time of its extinction. Currently, it is unknown what the members of the civilization appeared like, or what their biology was. It is hypothesized that ammonia was a key ingredient for its creation however, due to the high levels of ammonia on the planet. Furthermore, no lifeforms or other remains of lifeforms are known to exist on SCAR-79751-d, leading the Foundation to question the origin of the civilization, and its extinction.
The discovery has been passed to the Project NEOVERSE initiative.
exoplanet.jpg can be found on Wikimedia Commons, and is under a Creative Commons Attribution-ShareAlike 3.0 Unported license.