diff --git a/danland.info b/danland.info index 7502f4ae1872cd54692da0fdb17c511176d1d03a..8bfc9bc5deffb05b472d7f419042dc5232b854e4 100644 --- a/danland.info +++ b/danland.info @@ -7,6 +7,7 @@ stylesheets[all][] = style.css regions[search_box] = Search region regions[superfish_menu] = Superfish menu regions[page_top] = Page top +regions[slideshow] = Slideshow regions[preface] = Preface top regions[highlighted] = Highlighted regions[preface_first] = Preface first @@ -30,5 +31,4 @@ regions[page_bottom] = Page bottom core = "7.x" scripts[] = scripts/hoverIntent.js -scripts[] = scripts/superfish.js - +scripts[] = scripts/superfish.js \ No newline at end of file diff --git a/page.tpl.php b/page.tpl.php index f5b3623503c2737f6d4717fc140ae8520e295dc2..75cd61fd7bcbf60f3f47137671e1ca7af73d2a3c 100644 --- a/page.tpl.php +++ b/page.tpl.php @@ -63,6 +63,7 @@ * Regions: * - $page['search_box']: Items for the search box. * - $page['superfish_menu']: Items for the superfish menu. + * - $page['slideshow']: Items for the slideshow. * - $page['preface']: Items for the preface top region / set only displayed on frontpage. * - $page['highlighted']: Items for the highlighted region. * - $page['preface_first']: Items for the preface first region. @@ -166,13 +167,13 @@
-
- + +
- -
+
+
@@ -180,11 +181,18 @@
-
- slideshow 1 - slideshow 2 - slideshow 3 -
+ +
+ +
+ + +
+ slideshow 1 + slideshow 2 + slideshow 3 +
+
diff --git a/style.css b/style.css index 97faf9a8e2bd5d49896b997c45535c0ec3cf08c3..d4ed5d76881d865ddfac4f7621aa292ceedcf4c7 100644 --- a/style.css +++ b/style.css @@ -44,10 +44,6 @@ margin-left: 10px; font-style:italic; } -blockquote p { -background: url(images/bq-br.gif) no-repeat right bottom; -} - cite { background: url(images/bq-tl.gif) no-repeat left top; clear: both; @@ -475,6 +471,12 @@ z-index:2; overflow: hidden; } +.slideshow .block-title { +height: 0; +overflow: hidden; +position: absolute; +} + #preface { margin: 20px; font-size:1.2em; @@ -835,6 +837,10 @@ font-weight:normal; padding-right:10px; } +.field-type-taxonomy-term-reference { +display:inline-block; +} + /* Comments -------------------------------------------------------------- */ @@ -910,6 +916,10 @@ color: #999; /* Forums -------------------------------------------------------------- */ +#forum { +margin-bottom:20px; +} + #forum table { width: 100%; } @@ -997,6 +1007,11 @@ background-color: #f4f4f4;; margin-bottom:10px; } +.form-item, .form-actions { +margin-bottom: 1em!important; +margin-top: 1em!important; +} + /* Admin -------------------------------------------------------------- */ @@ -1315,6 +1330,9 @@ border:1px solid #bbb; margin-top:10px; } +#user-login-form .openid-links li, #user-login .openid-links li { +list-style-image: none!important; +} /* Login + Register + RSS -------------------------------------------------------------- */