MediaWiki:Evoludo.css: Difference between revisions

No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* layout for virtuallabs */
/* layout for evoludo simulator */
#virtuallab {border:1px solid #444; margin:1em auto; width:480px;}
/* #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 virtuallabs */
/* #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 */
.newscissor, .newasocial, .newdeflight{background-color:#ffa0a0;} /* light red */
.newrock, .newasocial, .newdeflight, .newmutant, .paydefect, .paymutant {background-color:#ffa0a0;} /* light red */
.newpaper, .newsocial, .newcooplight{background-color:#a0a0ff;} /* light blue */
.newscissors, .newsocial, .newcooplight, .newresident, .paycooperate, .payresident {background-color:#a0a0ff;} /* light blue */
.newrock, .newbully, .newloner{background-color:#ffffa0;} /* light yellow */
.newpaper, .newbully, .newloner{background-color:#ffffa0;} /* light yellow */
.newmild, .newpun{background-color:#a0ffa0;} /* light green */
.newmild, .newpun{background-color:#a0ffa0;} /* light green */
.coop, .paper, .social, .res, .max{background-color:blue; color:white}
.coop, .scissors, .social, .resident, .max {background-color:blue; color:white}
.defect, .scissor, .asocial, .mut, .min{background-color:red;}
.defect, .rock, .asocial, .mutant, .min {background-color:red;}
.newcoop, .newres, .mild, .punish{background-color:#0f0;}
.newcoop, .newres, .mild, .punish{background-color:#0f0;}
.loner, .newdef, .rock, .bully, .newmut{background-color:yellow;}
.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;}