NoMansSky:NMS.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>


#NMSmenu.a:link { color:#EEE; text-decoration: none; }
a:link {
#NMSmenu.a:visited { color:#AAA; text-decoration: none; }
color:#EEE;
#NMSmenu.a:hover { color:#b1a9f1; text-decoration: none; }
text-decoration: none;
#NMSmenu.a:active { color:#b1a9f1; text-decoration: none; }
 
hr {
    border: 0;
    color: #DDDDDD;
    background-color: #6084ba;
    height: 2px;
    width: 50%;
    text-align: left;
}
}
a:visited { color:#AAA; text-decoration: none; }
a:hover { color:#b1a9f1; text-decoration: none; }
a:active { color:#b1a9f1; text-decoration: none; }


pre {
pre {

Revision as of 03:25, July 26, 2020

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; }

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