From ea8b6eddd9edf6ef445d64c2bdd5040c8f0525a9 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 10 Dec 2005 16:03:53 +0000 Subject: template : fix categoryActions margins and picture page title background git-svn-id: http://piwigo.org/svn/trunk@981 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/content.css | 14 +++++----- template/yoga/theme/dark/theme.css | 52 +++++++++++++++++++++----------------- 2 files changed, 36 insertions(+), 30 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/content.css b/template/yoga/content.css index 20455a31a..c339b3033 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -95,16 +95,16 @@ BODY#theNotificationPage #content } /* content defaults */ -#content dl, dd { margin: 10px; } -#content dt { +#content DL, DD { margin: 10px; } +#content DT { margin-bottom: 5px; font-style: italic; font-size: 110%; } /* actions */ -ul.categoryActions { - margin: 0 0 0 0; +UL.categoryActions { + margin: 2px; width: auto; padding: 0; text-indent: 0; @@ -112,16 +112,16 @@ ul.categoryActions { text-align: center; } -#content div.titrePage ul.categoryActions { +#content DIV.titrePage UL.categoryActions { float: right; text-align: center; } -#content ul.categoryActions li { +#content UL.categoryActions LI { display: inline; } -#content ul.categoryActions a img, ul.categoryActions a { +#content UL.categoryActions A IMG, UL.categoryActions A { border: none; } diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index c3c9f6a45..56e7e5eee 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -6,14 +6,14 @@ BODY, H1, H3, DT { } H2, #menubar DT, .throw { - color: #fff48e; + color: #fff48e; } #content .navigationBar { - color: #aaaaaa; + color: #aaaaaa; } #content .pageNumberSelected { - color: #000000; + color: #000000; } /* backgrounds */ @@ -30,13 +30,19 @@ H2, H3, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .throw { } H2, #menubar DT, .throw { - background-image: url(images/tableh1_bg.png); + background-image: url(images/tableh1_bg.png); } +#imageHeaderBar H2 { + background-image: none; + background-color: transparent; + border: none; +} + #imageHeaderBar { - background-image: url(images/tableh2_bg.png); - background-repeat: repeat-x; - background-position: center; + background-image: url(images/tableh2_bg.png); + background-repeat: repeat-x; + background-position: center; } /* borders */ @@ -50,7 +56,7 @@ H2, #menubar DT, .throw { } #content UL.thumbnail IMG { - border: 1px solid #a0a0a0; + border: 1px solid #a0a0a0; } FIELDSET, INPUT, SELECT, TEXTAREA, @@ -72,38 +78,38 @@ FIELDSET, INPUT, SELECT, TEXTAREA, } H2, #menubar DT, #imageHeaderBar { - border-bottom: 1px solid #000000; + border-bottom: 1px solid #000000; } /* links */ A { - color: #FFFFFF; + color: #FFFFFF; } A:hover { - color: #FFF48E; + color: #FFF48E; } #imageToolBar A, #imageToolBar A:hover { - border-bottom: none; + border-bottom: none; } A.navThumb, A.navThumb:hover { - border-bottom: none; + border-bottom: none; } /* others */ .pleaseNote { - background: #9c9c9c; - color: #ffff99; - padding: 1ex; - font-weight: bold; + background: #9c9c9c; + color: #ffff99; + padding: 1ex; + font-weight: bold; } #the_page { - border: 1px solid #e0e0e0; - padding-top: 5px; - padding-bottom:30px; - text-align:center; - display:block; - background:#3f3f3f; + border: 1px solid #e0e0e0; + padding-top: 5px; + padding-bottom:30px; + text-align:center; + display:block; + background:#3f3f3f; } -- cgit v1.2.3