Difference between revisions of "MediaWiki:Common.css"

From Tenebrous Isles
Jump to: navigation, search
(Replaced content with "html { min-height: 100%; } h1, h2, h3, h4, h5, h6 { color: #4F2F4F; font-weight: normal; } a { color: #4F2F4F; } a:visited { color: #4F2F4F; } a:hover { te...")
Line 1: Line 1:
html {
 
  min-height: 100%;
 
}
 
  
  
h1, h2, h3, h4, h5, h6 {
+
a:link {color:#4F2F4F;}   /* unvisited link */
  color: #4F2F4F;
+
a:visited {color:#4F2F4F;} /* visited link */
  font-weight: normal;
+
a:hover {color:#4F2F4F;}   /* mouse over link */
}
+
a:active {color:#4F2F4F;} /* selected link */
 
a {
 
  color: #4F2F4F;
 
}
 
a:visited {
 
  color: #4F2F4F;
 
}
 
a:hover {
 
  text-decoration: none;
 
  color: #4F2F4F;
 
   border: solid 1px #4F2F4F;
 
  -webkit-border-radius: 4px;
 
  -moz-border-radius: 4px;
 
  border-radius: 4px;
 
  margin: -1px;
 
}
 
 
a.new        { color: #4F2F4F }
 
a.new:visited { color: #4F2F4F }
 
a.new:hover  { color: #4F2F4F }
 

Revision as of 07:28, 13 July 2013


a:link {color:#4F2F4F;}    /* unvisited link */
a:visited {color:#4F2F4F;} /* visited link */
a:hover {color:#4F2F4F;}   /* mouse over link */
a:active {color:#4F2F4F;}  /* selected link */