| Line 33: | Line 33: | ||
} | } | ||
a:external { | a:external text { | ||
color: #d9832e; | color: #d9832e; | ||
} | } | ||
Revision as of 18:05, 8 January 2020
/* CSS placed here will be applied to all skins */
.toc {
background-color: #302026;
float: right;
width: 35%;
margin-left: 5px;
}
.tocnumber {
left-margin: 2px;
color: #e3dee0;
}
.nowiki {
background-color: #302026;
}
/* visited link */
a:visited {
color: #d9832e;
}
/* mouse over link */
a:hover {
color: red;
}
/* selected link */
a:active {
color: #cc0000;
}
a:external text {
color: #d9832e;
}