php__memcache_ui/doc/sample.css
Frederic G. MARAND 91469579d5 Added design docs
- inventory: list of individual features in memcache.php
- navigation: list of screens and their tasks
- app_map: various takes on the application map (navigation)
- sample*: UI tests for Google charts.
2016-03-05 09:42:28 +01:00

46 lines
No EOL
677 B
CSS

@CHARSET "UTF-8";
body {
margin: 0;
}
* {
font-family: Helv, Helvetica, sans-serif;
}
#header {
background-color: silver;
box-shadow: 0 0.1em 0.5em gray50;
color: white;
padding: 0.2em 0.5em;
text-decoration: none;
text-shadow: 0 0 0.2em orange;
}
#header a {
background-color: transparent;
color: inherit;
text-decoration: none;
}
#mainServers {
box-shadow: 0 0.2em 0.5em gray50;
margin: 0.5em auto;
/* width: 100% */
}
#mainServers td,
#mainServers th {
padding: 0.1em 0.5em;
margin: 0 auto;
text-align: center;
}
#mainServers tr.serverRow {
height: 100px;
}
#mainServers col#mainHit,
#mainServers col#mainUse {
width: 100px;
}