Difference between revisions of "User:Prino/common.css"

From Hitchwiki
Jump to navigation Jump to search
m
 
Line 8: Line 8:
 
}
 
}
  
a{
+
a {
 
text-decoration:none;
 
text-decoration:none;
 
color:#0645ad;
 
color:#0645ad;
Line 14: Line 14:
 
}
 
}
  
a:visited{
+
a:visited {
 
color:#0b0080
 
color:#0b0080
 
}
 
}
a:active{
+
a:active {
 
color:#faa700
 
color:#faa700
 
}
 
}
  
a:hover, a:focus{
+
a:hover, a:focus {
 
text-decoration:underline
 
text-decoration:underline
 
}
 
}

Latest revision as of 21:54, 21 June 2016

td.diff-deletedline .diffchange {
    background: none repeat scroll 0 0 #FFC0FF;
}

table {
	border-spacing: 2px;
	border-collapse: separate;
}

a {
	text-decoration:none;
	color:#0645ad;
	background:none
}

a:visited {
	color:#0b0080
}
a:active {
	color:#faa700
}

a:hover, a:focus {
	text-decoration:underline
}