NoMansSky:NMS.css

From Step Mods | Change The Game
Revision as of 02:57, July 26, 2020 by TechAngel85 (talk | contribs) (Created page with "<source lang="css" line> a:link { color:#EEE; text-decoration: none; } a:visited { color:#AAA; text-decoration: none; } a:hover { color:#b1a9f1; text-decoration: none; } a:ac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
a:link { color:#EEE; text-decoration: none; }
a:visited { color:#AAA; text-decoration: none; }
a:hover { color:#b1a9f1; text-decoration: none; }
a:active { color:#b1a9f1; text-decoration: none; }

hr {
     border: 0;
     color: #DDDDDD;
     background-color: #6084ba;
     height: 2px;
     width: 50%;
     text-align: left;
}

pre {
     font-size:1.1em;
     margin-left:40px;
     width:900px;
}