MediaWiki:Mazeworld.css (Meta, no ontology)

From Mazeworld

(Difference between revisions)
(table borders)
(better log viewing)
Line 16: Line 16:
  #sb-info table
  #sb-info table
     {width: 100%;}
     {width: 100%;}
 +
 +
/* Better log reading */
 +
body.ns-100 div.log {
 +
    color: #DDE7FF;
 +
    background-color: #002;
 +
    font-family: Cambria;
 +
    border-color: #88E;
 +
}
 +
body.ns-100 #content div.log p {
 +
    line-height: 1.4em;
 +
}

Revision as of 21:04, 31 July 2014

 a, .kind-instance
    {color: #ff3f1f;}
 a:hover, a.kind-instance:hover
    {background-color: #ff3f1f; color: black;}
 
 textarea:hover
    {background-color: black;}
 
 .kpcc-article table, #sb-info table
    {border-top: 1px solid #ccc; border-collapse: collapse;}
 .kpcc-article td, #sb-info td, .kpcc-article th, #sb-info th
    {border-bottom: 1px solid #888; padding: 3px;}
 .kpcc-article th, #sb-info th
    {border-color: #ccc;}
 
 #sb-info table
    {width: 100%;}

 /* Better log reading */
 body.ns-100 div.log {
     color: #DDE7FF;
     background-color: #002;
     font-family: Cambria;
     border-color: #88E;
 }
 body.ns-100 #content div.log p {
     line-height: 1.4em;
 }