Changeset 338


Ignore:
Timestamp:
Oct 31, 2017, 10:42:38 PM (6 years ago)
Author:
g7moreau
Message:
  • Very small CSS details
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/push-web

    r337 r338  
    7777<body onload="delayedRefresh">
    7878<h1>
    79 <div class="circle"><b><a href="http://servforge.legi.grenoble-inp.fr/projects/klask" class="circle">Klask</a></b></div>
     79<b><a href="http://servforge.legi.grenoble-inp.fr/projects/klask" class="circle">Klask</a></b>
    8080Tool for <a href="switch-map.png">mapping</a> (<a href="switch-map.png">png</a>|<a href="switch-map.svg">svg</a>)
    8181the local network [${LOCALTIME}] - site ${SITE_NAME}
  • trunk/style-klask.css

    r337 r338  
    44   font-family : Verdana;
    55   font-size   : 120%;
     6   margin      : 2.5ex;
    67   }
    78
     
    1819
    1920table.sortable th {
    20    color           : #FFF;
     21   color           : #333;
    2122   background      : #000;
    2223   }
     
    7576   padding        : 2ex;
    7677   border-radius  : 50%;
    77    color          : #fff;
     78   color          : #FFF;
    7879   text-align     : center;
    79    background     : #000
     80   background     : #333;
     81   }
     82
     83.circle a {
     84   text-decoration: none;
     85   }
     86
     87.circle a:hover {
     88   background: #AAA;
    8089   }
    8190
     
    8897#navbar li {
    8998   float: left;
    90    border: 1px solid #bbb;
     99   border: 1px solid #BBB;
    91100   border-bottom-width: 0;
    92101   margin: 0;
    93    border-top-left-radius : 1.5ex;
     102   border-top-left-radius  : 1.5ex;
    94103   border-top-right-radius : 1.5ex;
    95104   }
     
    98107   text-decoration: none;
    99108   display: block;
    100    background: #eee;
     109   background: #EEE;
    101110   padding: 0.8ex 2.5ex;
    102111   color: #00c;
    103112   width: 20ex;
    104113   text-align: center;
    105    border-top-left-radius : 1.5ex;
     114   border-top-left-radius  : 1.5ex;
    106115   border-top-right-radius : 1.5ex;
    107116   }
    108117
    109118#navbar a:hover {
    110    background: #ddf;
     119   background: #DDF;
    111120   }
    112121
Note: See TracChangeset for help on using the changeset viewer.