From efc34fec22079b8ed3dbdfc0a9f7058a8796a3cf Mon Sep 17 00:00:00 2001 From: Massimiliano Marcon Date: Mon, 22 Oct 2012 14:53:45 +0200 Subject: [PATCH] Added styling for index page --- resources/docco.css | 40 ++++++++++++++++++++++++++++++++++++++++ resources/index.jst | 7 ++++--- 2 files changed, 44 insertions(+), 3 deletions(-) diff --git a/resources/docco.css b/resources/docco.css index 8c4c8b74..93e8982b 100644 --- a/resources/docco.css +++ b/resources/docco.css @@ -328,3 +328,43 @@ pre .chunk { pre .tex .formula { opacity: 0.5; } + +.file-index { + margin: 20px; +} + +.file-list { + list-style-type: none; + text-indent: 0; + margin: 0; + padding: 0; + overflow: hidden; +} + +.file-list li { + background: #F5F5FF; + border-radius: 4px; + padding: 5px; + margin: 5px 10px 5px 0; + width: 400px; + float: left; +} + +.file-list li:hover { + background: #efefef; +} + +.file-list a { + text-decoration: none; +} + +.file-list p { + margin: 0; +} + +.source-file { + font-family: 'Arial'; + font-weight: 100; + font-size: 150%; + font-variant: small-caps; +} diff --git a/resources/index.jst b/resources/index.jst index 0eea9f6b..daa89d7c 100644 --- a/resources/index.jst +++ b/resources/index.jst @@ -7,14 +7,15 @@ -
+

<%= title %>

-