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

From Hitchwiki
Jump to navigation Jump to search
m
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
     background: none repeat scroll 0 0 #FFC0FF;
 
     background: none repeat scroll 0 0 #FFC0FF;
 
}
 
}
 +
 
table {
 
table {
  border-spacing: 2px;
+
border-spacing: 2px;
  border-collapse: separate;
+
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
 
}
 
}

Latest revision as of 22: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
}