diff options
author | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-17 19:38:47 +0200 |
---|---|---|
committer | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-17 19:38:47 +0200 |
commit | e14cf93e2c93e94c00d55d51ffc8ca26e063377c (patch) | |
tree | 3566a2d7eda080fd376d88d274b2af5eb6f3006a /packages/torouter-web/src/static | |
parent | 4a55d3546be8f0444b12d634ccf01c5a107d46eb (diff) | |
parent | 57e54f969b840546925d16ceceb130a0f3927140 (diff) | |
download | torouter-e14cf93e2c93e94c00d55d51ffc8ca26e063377c.tar.gz torouter-e14cf93e2c93e94c00d55d51ffc8ca26e063377c.zip |
Merge branch 'master' of ssh://git-rw.torproject.org/torouter
Diffstat (limited to 'packages/torouter-web/src/static')
-rw-r--r-- | packages/torouter-web/src/static/main.css | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/packages/torouter-web/src/static/main.css b/packages/torouter-web/src/static/main.css new file mode 100644 index 0000000..7277912 --- /dev/null +++ b/packages/torouter-web/src/static/main.css @@ -0,0 +1,56 @@ + +/* Clear all */ +body { margin: 0;border: 0;padding: 0; } + +div.wrapper { + min-height: 300px; + width: 800px; + margin: 0 auto; +} + +div.footer { + text-align: center; + background-color: #333; + color: white; + padding-top: 20px; + padding-bottom: 20px; +} + +div.header { + color: white; +} + +div.header ul { + list-style: none; + height: 20px; +} + +div.header ul li { + font-size: 20px; + float: left; + padding: 5px 10px; +} + +div.header ul#submenu li { + font-size: 15px; +} + +div.header ul#submenu li a.sel { + color: black; + text-decoration: none; +} + +/* More specific stuff */ +#torrc { +list-style: none; +line-height: 2em; +} + +#torrc em { +font-weight: bold; +font-style: normal; +} + + + + |