MediaWiki:Evoludo.css: Difference between revisions
m moved MediaWiki:EvoLudo.css to MediaWiki:Evoludo.css |
No edit summary |
||
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* layout for | /* layout for evoludo simulator */ | ||
#virtuallab {border:1px solid #444; margin:1em auto; width: | /* #evoludolab, #virtuallab {border:1px solid #444; margin:1em auto; width:524px;} */ | ||
/* #evoludolab, #virtuallab {border:1px solid #444; margin:1em auto; padding:6px; width:532px; } */ | |||
.evoludo-simulation, #evoludolab, #virtuallab {margin:1em auto;} | |||
/* legends for | /* #EvoLudoWeb { width: 520px; height: 592px; } */ | ||
/* formatting of authors etc */ | |||
.evoludo_author, .evoludo_coauthor, .evoludo_contributor, .evoludo_maintainer{font-family:Verdana,Sans-Serif;font-size:smaller;color:#000AA6} | |||
.evoludo_author, .evoludo_coauthor{font-weight:bold} | |||
.evoludo_maintainer{font-style:italic} | |||
.dataview th {width:30%; text-align:end; padding-right:1em;} | |||
/* legends for EvoLudo labs */ | |||
.legend{font-weight:bold; font-style:italic; font-family:Verdana,Sans-Serif; font-size:smaller; width:100%; padding:0.6em 0; margin:0;} | .legend{font-weight:bold; font-style:italic; font-family:Verdana,Sans-Serif; font-size:smaller; width:100%; padding:0.6em 0; margin:0;} | ||
.legend td{text-align:center; padding:2px 0; vertical-align:middle;} | .legend td{text-align:center; padding:2px 0; vertical-align:middle;} | ||
Line 13: | Line 24: | ||
/* legend colors */ | /* legend colors */ | ||
. | .newrock, .newasocial, .newdeflight, .newmutant, .paydefect, .paymutant {background-color:#ffa0a0;} /* light red */ | ||
. | .newscissors, .newsocial, .newcooplight, .newresident, .paycooperate, .payresident {background-color:#a0a0ff;} /* light blue */ | ||
. | .newpaper, .newbully, .newloner{background-color:#ffffa0;} /* light yellow */ | ||
.newmild, .newpun{background-color:#a0ffa0;} /* light green */ | .newmild, .newpun{background-color:#a0ffa0;} /* light green */ | ||
.coop, . | .coop, .scissors, .social, .resident, .max {background-color:blue; color:white} | ||
.defect, . | .defect, .rock, .asocial, .mutant, .min {background-color:red;} | ||
.newcoop, .newres, .mild, .punish{background-color:#0f0;} | .newcoop, .newres, .mild, .punish{background-color:#0f0;} | ||
.loner, .newdef, . | .loner, .newdef, .paper, .bully, .newmut{background-color:yellow;} | ||
.mean, .minbw{background-color:black; color:white;} | .mean, .minbw{background-color:black; color:white;} | ||
.maxbw, .empty, .newempty{background-color:white; border:1px solid;} | .maxbw, .empty, .newempty{background-color:white; border:1px solid;} |