Dark Souls 3: Undead Settlement walkthrough

2017 01 11 Undead Settlement

The Narwhal sits parked at the spaceport in New Atlantis so Starfield citizens can admire one of the best ships.

An explorer holds a Magshot, one of the best guns in Starfield.

A heat map of a planet in Starfield

An Animal Crossing character stands on Redd’s boat

The Defiled Temple moon puzzle in Baldur’s Gate 3

/* +=====================================================================================
BEHOLD! THE AMAZING FLEXBOX CONTAINER!
==================================================================================+ */

.g-container
{
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}

.g-container img
{
box-shadow: none !important;
}

/* +=====================================================================================
QUICKNAV STYLING
==================================================================================+ */

.g-quicknav
{
border: solid #b1b1b1;
border-width: 1px 0 1px 0;
padding: 10px 0px 10px 0px;
margin-bottom: 20px;
flex-wrap: nowrap;
align-items: center;
}

.g-quicknav__arrow { width: 2%; }

.g-quicknav__txt
{
min-width: 30%;
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘sans-serif’;
font-size: normal;
line-height: 115% !important;
margin: 0;
}

.g-quicknav__txt–previous
{
text-align: left;
padding-left: .5em;
}

.g-quicknav__txt–next
{
text-align: right;
padding-right: .5em;
}

.g-quicknav__txt–toc
{
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘sans-serif’;
text-align: center;
text-transform: uppercase;
min-width: 30%;
font-size: larger;
font-weight: bold;
padding: 0 2% 0 2%;
}

@media all and (max-width: 550px) /* At 550px and smaller */
{
.g-quicknav__txt–previous,
.g-quicknav__txt–toc,
.g-quicknav__txt–next
{
font-size: small !important;
}

.g-quicknav__arrow
{
width: 3%; /* Makes arrows a bit bigger. */
}
}

/*
Intro
Table of Contents
Body
Footer
*/

.intro p {
font-size: 1.2em !important
}

.body-guide h3, .toc h3 {
font-weight: bold !important;
line-height: 100%;
margin-bottom: 1.2rem;
text-transform: uppercase;
display: block;
background-color: #ff0052;
color: white;
margin: 1.2rem 0 1.2rem 0;
padding: 1.2rem;
text-align: center;

font-size: 3em !important;
/*
border: solid #484848;
border-width: 0 0px 2px 0px;
font-family: ‘Gotham A’, ‘Gotham B’, sans-serif;
line-height: 100% !important;
font-size: 3em !important;

margin: 20px 0 20px 0 !important;
*/
}

.body-guide img + p {
margin-top: 10px;
}

.body-guide h4 {
font-weight: bold !important;
line-height: 100%;
margin-bottom: 1.2rem;
text-transform: uppercase;

font-size: 2em !important;
/*
border: solid gray;
border-width: 0 0 1px 0;
font-family: ‘Gotham A’, ‘Gotham B’, sans-serif;
font-size: 1.75em;
/*margin: 0 0 20px 0 !important;*/
/* text-transform: uppercase; */
}

/*
.body-guide a:before {
display: block;
content: ” “;
margin-top: -50px;
height: 50px;
visibility: hidden;
}
*/
.intro p {
font-size: 1.2em !important
}

.body-guide h4:before, .body-guide h3:before {
display: block;
content: ” “;
margin-top: -50px;
height: 50px;
visibility: hidden;
}

.body-guide p {
font-size: 1em;
}

.body-guide img + p {
margin-top: 10px;
}

/* ==============================================================
IMAGE CONTAINERS

There are two sizes:

– Small fits two images side-by-side in a wide window.
– Large fits one image in a column.

Wrap them in …

Similar Posts