NoMansSky:NMS.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 3: Line 3:


hr {
hr {
}
a:link {
color:#EEE;
text-decoration: underline;
}
a:visited {
color:#EEE;
text-decoration: underline;
}
a:hover {
color:#b1a9f1;
text-decoration: underline;
}
}


Line 25: Line 10:
}
}


.NMSmenu.a:link {
a:link {
  color:#EEE;
  color:#EEE;
  text-decoration: none;
  text-decoration: underline;
}
}


.NMSmenu.a:visited {
a:visited {
  color:#EEE;
  color:#EEE;
text-decoration: none;
}
.NMSmenu.a:hover {
color:#b1a9f1;
  text-decoration: underline;
  text-decoration: underline;
}
}


.NMSmenu.a:active {
a:hover {
  color:#b1a9f1;
  color:#b1a9f1;
  text-decoration: underline;
  text-decoration: underline;
Line 46: Line 26:


pre {
pre {
    line-height:1.8em;
     margin-left:40px;
     margin-left:40px;
    width: 70%;
}
ul {
    line-height:1.6em;
}
}


</source>
</source>

Latest revision as of 20:07, July 29, 2020

<br>
<source lang="css" line>

hr {
}

a:active {
 color:#b1a9f1;
 text-decoration: underline;
}

a:link {
 color:#EEE;
 text-decoration: underline;
}

a:visited {
 color:#EEE;
 text-decoration: underline;
}

a:hover {
 color:#b1a9f1;
 text-decoration: underline;
}

pre {
     line-height:1.8em;
     margin-left:40px;
     width: 70%;
}

ul {
     line-height:1.6em;
}

</source>