Mercurial > hg > soundsoftware-drupal-theme
changeset 5:1e65fbe45c61
That's more like it!
author | Chris Cannam |
---|---|
date | Wed, 07 Dec 2011 17:25:56 +0000 |
parents | e375c450a5c3 |
children | c1676bf16d66 |
files | html-elements.css layout.css soundsoftware.css |
diffstat | 3 files changed, 44 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/html-elements.css Wed Dec 07 14:41:41 2011 +0000 +++ b/html-elements.css Wed Dec 07 17:25:56 2011 +0000 @@ -69,6 +69,8 @@ line-height: 1.3em !important; } + .twtr-tweet-wrap { padding-left: 0 !important; } + .twtr-hd { display: none; } .twtr-ft { display: none; }
--- a/layout.css Wed Dec 07 14:41:41 2011 +0000 +++ b/layout.css Wed Dec 07 17:25:56 2011 +0000 @@ -162,8 +162,7 @@ margin-left: 0; margin-right: -100%; /* Negative value of #navbar's width + left margin. */ padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */ - height: 110px; -/* height: 3.6em;*/ /* The navbar can have any arbritrary height. We picked one + height: 3.6em; /* The navbar can have any arbritrary height. We picked one that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6 Set this to the same value as the margin-top below. */ } @@ -172,9 +171,7 @@ .with-navbar #sidebar-left, .with-navbar #sidebar-right { - margin-top: 110px; -/* - margin-top: 3.6em;*/ /* Set this to the same value as the navbar height above. */ + margin-top: 3.6em; /* Set this to the same value as the navbar height above. */ } #navbar-inner @@ -305,3 +302,5 @@ .views-view-grid .views-field-image-attach-images { float: left; margin-right: 0.8em; } + .views-view-grid h3 { margin-top: 0; } +
--- a/soundsoftware.css Wed Dec 07 14:41:41 2011 +0000 +++ b/soundsoftware.css Wed Dec 07 17:25:56 2011 +0000 @@ -178,7 +178,7 @@ h1.title /* The title of the page */ { margin: 0; - margin-top: 0.8em; + margin-top: 1em; } h2.title, /* Block title or the title of a piece of content when it is given in a list of content */ @@ -346,25 +346,42 @@ margin-left: 0; position: absolute; left: 0%; - width: 97%; + width: 95%; margin: 0; - padding-top: 0.8em; - padding-bottom: 0.8em; + padding-top: 0.5em; + padding-bottom: 0.7em; padding-left: 0px; border: 1px solid #a9b680; border-top: 2px solid #a9b680; z-index: 10; - height: 42px; + height: 32px; } +#navbar { + height: 90px; +} + +.with-navbar #content { + margin-top: 2.6em; +} + #primary li:hover ul { z-index: 20; } #primary li li { - padding: 0.3em 10px 0em 18px; - list-style: disc; - list-style-position: inside; + padding: 0.8em 0px 0em 14px; + margin-right: -10px; + list-style: none; + } + + #primary li li:before { + content: "— "; + color: #a9b680; + } + + #primary li li.first:before { + content: ""; } #ssamr-summary { @@ -373,14 +390,22 @@ left: 20%; top: 20px; width: 55%; - padding-top: 1em; - padding-bottom: 1.1em; + margin-top: 3px; + padding-top: 0.7em; + padding-bottom: 0px; padding-right: 10px; - padding-left: 18px; - z-index: 5; + padding-left: 11px; margin-bottom: 6em; + font-size: 1.1em; + border-left: 1px solid #a9b680; } + #subnav-spacing { + clear: both; + display: block; + height: 40px; + } + #secondary /* Secondary links */ { } @@ -961,6 +986,4 @@ padding-top: 1em; } - #ssamr-summary { - font-size: 1.1em; - } +