Important! Please read the announcement at http://myst.dustbird.net/uru-account.htm
Also! Please read the retirement announcement at http://myst.dustbird.net/uru-retirement.htm

Difference between revisions of "MediaWiki:Common.css"

From UamWiki
Line 7: Line 7:
 
/* #ca-talk { display: none !important; } */
 
/* #ca-talk { display: none !important; } */
 
#ca-talk.new A:link {
 
#ca-talk.new A:link {
   color: blue;
+
   color: #002bb6;
 
}
 
}
  

Revision as of 04:44, 20 October 2010

/* CSS placed here will be applied to all skins */
/* #footer { display: none; } */

#f-poweredbyico { display: none; }
#f-copyrightico { display: none; }

/* #ca-talk { display: none !important; } */
#ca-talk.new A:link {
  color: #002bb6;
}

/*code blocks*/
div.source-python, div.source-text {
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #2f6fab;
}