Jump to content

User:Dat Hack3r/styles.css: Difference between revisions

Dat Hack3r (talk | contribs)
After trying to get it to work for a long time, I finally realized it would be easier for the link style to only apply to links inside the border box.
Dat Hack3r (talk | contribs)
Table of contents border too thick.
 
(13 intermediate revisions by the same user not shown)
Line 4: Line 4:
}
}


p {
p, ul, ol, dl, .toctitle {
color: #FF0000;
font-family: monospace, monospace;
font-size: 1.1em;
font-size: 1.1em;
}
}
Line 14: Line 16:
padding: 80px;
padding: 80px;
width: calc(100% - 2 * 10px - 2 * 80px);
width: calc(100% - 2 * 10px - 2 * 80px);
min-height: 50vh;
}
}


Line 21: Line 24:


.red-border-box a:link {
.red-border-box a:link {
  color: #00FF00;
color: #00FF00;
}
}


.red-border-box a:visited {
.red-border-box a:visited {
  color: #FFFF00;
color: #008800;
}
 
.toc {
border-color: #ff0000;
background-color: #000000;
}
}