From 12d2296991aad74ec0ae5f837aa27119ca062196 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 15 Jun 2016 10:20:30 +0000 Subject: GF cloud: more readable formatting of the GF version page Factor out common CSS from gfse/editor.css into clouds.css. --- src/www/cloud.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/www/cloud.css (limited to 'src/www/cloud.css') diff --git a/src/www/cloud.css b/src/www/cloud.css new file mode 100644 index 000000000..30c239f43 --- /dev/null +++ b/src/www/cloud.css @@ -0,0 +1,20 @@ +body { color: black; background: #eee; } +h1 { font-size: 175%; } +h1,h2,h3,h4,small { font-family: sans-serif;} +h1,h2,h3,h4 { color: #303030; text-shadow: rgba(0,0,0,0.25) 3px 3px 5px; } + +h1:first-child, h2:first-child { margin-top: 0; margin-bottom: 1ex; } +h1 img { float: right; border: 0; max-width: 50%; } +h1 img.nofloat { float: none; } + +img.cloud, img.right, div.right, div.modtime, div.version { float: right; } + +li { margin-top: 0.5ex; margin-bottom: 0.5ex; } + +div.modtime >small { visibility: hidden; } +div.modtime:hover >small { visibility: visible; } +.modtime,.version { color: #999; white-space: nowrap; } + +table.loaded_grammars th { text-align: left; font-family: sans-serif; } +table.loaded_grammars td { padding-right: 1em; font-family: monospace; } +table.loaded_grammars tr td:nth-child(2) { color: #555; } -- cgit v1.2.3