From 648b0ee930d02316186603ed1e0e95f96611f1d3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 Feb 2016 14:04:06 +0200 Subject: Add support for optimizing CSS with SASS --- www/repository-details-body.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 www/repository-details-body.css (limited to 'www/repository-details-body.css') diff --git a/www/repository-details-body.css b/www/repository-details-body.css new file mode 100644 index 0000000..29d62f6 --- /dev/null +++ b/www/repository-details-body.css @@ -0,0 +1,28 @@ +h1 +{ + font-family: monospace; + font-weight: normal; + font-size: 2.074em; + line-height: 1.4em; + + margin: 1.6em 0 .4em 0; + + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +h1:first-child {margin-top: .6em;} + +/* Since it is a link to itself, it will always be visited. */ +h1 a:visited {color: #006fbf;} +h1 a:hover, h1 a:active {color: #0087e7; text-decoration: none;} + +h2 +{ + font-style: italic; + font-weight: normal; + font-size: 1.32em; + line-height: 1.4em; + + margin: .4em 0 .4em 0; +} -- cgit v1.1