Topic: PunBB 1.4.x Oxygen.min.css - Changes to css

#######################
##  Style mod        ##
#######################
##  Dotted Links     ##
#######################

If you want links to be dotted;

find

.entry-content a:visited{color:#909}

add before

.entry-content a:link{color:#0040FF;border-bottom: 1px dotted #0040FF;}

Example

http://keydogbb.info/topic132-punbb-14x … links.html

Re: PunBB 1.4.x Oxygen.min.css - Changes to css

#######################
##  Style mod        ##
#######################
##  On Off           ##
#######################

Adding offline red - online green

.online .userstatus span{border-color:#01DF3A;}
.offline .userstatus span{border-color:#ff0000;}

change

.post div,h3.post-ident,h4.post-title,.posthead h3,.userstatus span,.sig-line{border-color:#dde4eb}

to

.post div,h3.post-ident,h4.post-title,.posthead h3,.sig-line{border-color:#dde4eb}.userstatus span{border-color:#ff0000}