diff --git a/index.html b/index.html index 6e376f463..42023f92a 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,6 @@ - ParadisEO: Fast & full featured optimization heuristics framework @@ -289,7 +288,7 @@

To give an order of magnitude:

Thus, you can expect that an algorithm implemented with will be up to 10 times faster than its (heavily optimized) Python counterpart. @@ -737,7 +736,7 @@
  • The core EO module is described in the following scientific article:

    M. Keijzer, J.J. Merelo, G. Romero, G., M. Schoenauer, - Evolving + Evolving objects: A general purpose evolutionary computation library, Artificial Evolution, 2310, 829--888 (2002).

    @@ -756,7 +755,7 @@   volume =    "2310",
      pages =     "829--888",
      keywords =  "genetic algorithms, genetic programming, evolutionary computation, metaheuristic, computational intelligence, optimization",
    -   URL =       "http://www.lri.fr/~marc//-EA01.ps.gz",
    +   URL =       "http://www.lri.fr/~marc/EO/EO-EA01.ps.gz",
      size =      "12 pages",
    @@ -1225,21 +1224,54 @@ undiscovered knowledge. + + + + + + + diff --git a/website/lightblue.css b/website/lightblue.css index 272b3b9af..5fa985d1b 100644 --- a/website/lightblue.css +++ b/website/lightblue.css @@ -7,6 +7,7 @@ html { } body { + font-size:1em; color: #333333; font-family:Arial, sans-serif; @@ -42,7 +43,7 @@ pre { } #alt { - font-size:small; + font-size:0.75em; float:left; width:20%; max-width:40ch; @@ -68,7 +69,6 @@ pre { #slogan { text-align:center; - font-size:small; font-weight:normal; font-style:italic; padding:1em; @@ -205,7 +205,7 @@ ul#menu li { ul#menu li a { display: block; - font-size: small; + font-size: 0.75em; color: #FFFFFF; font-weight: bold; text-decoration: none; @@ -223,12 +223,12 @@ ul#menu a.selected:visited { background: #3366CC; color: #FFFFFF; } color:#36C; cursor: pointer; padding: 0.2em; - /* width: 100%; */ border: thin solid #ccc; text-align: left; outline: none; - font-size: small; + font-size: 0.75em; margin-left:2em; + max-width:50%; } .active, .collapsible:hover { @@ -263,15 +263,14 @@ figure { padding:1em; border:thin solid lightgray; box-shadow: 5px 10px 18px #ddd; + /* min-width:400px; */ max-width: 60%; + margin:1em; margin-left:20% } -figure img { -} - figcaption { - font-size: small; + font-size: 0.75em; max-width: 90%; margin-left:5%; } @@ -322,7 +321,16 @@ a.comment-indicator:hover + comment { background:#ffd; position:absolute; displa a.comment-indicator { background:red; display:inline-block; border:1px solid black; width:0.5em; height:0.5em; } comment { display:none; } -@media only screen and (max-width: 800px) { +@media (min-resolution: 192dpi) { + body { + font-size:1.5em; + } + #alt { + font-size:1em; + } +} + +@media only screen and (max-width: 50em), screen and (min-resolution: 192dpi) and (max-width: 75em) { #alt { clear:left; width:100%; @@ -372,11 +380,11 @@ comment { display:none; } } figure { - max-width:80%; + max-width:90%; margin-left:5%; } - iframe.table { + .table { padding:1em; border:thin solid lightgray; box-shadow: 5px 10px 18px #ddd;