From 9c6f769b9424557f5cda93e6f7f4f1366ad427e7 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 3 Sep 2005 20:01:14 +0000 Subject: - new : template yoga, made by yoDan, helped by chrisaga for integration becomes the official template. git-svn-id: http://piwigo.org/svn/trunk@859 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/cclear/image.css | 129 ---------------------------------------------- 1 file changed, 129 deletions(-) delete mode 100644 template/cclear/image.css (limited to 'template/cclear/image.css') diff --git a/template/cclear/image.css b/template/cclear/image.css deleted file mode 100644 index 74f9e1a66..000000000 --- a/template/cclear/image.css +++ /dev/null @@ -1,129 +0,0 @@ -#imageHeaderBar { - padding: 2px 10px; - margin: 4px 0; -} -#imageHeaderBar .browsePath { float: left; } -#imageHeaderBar .imageNumber { float: right; } - -#imageHeaderBar H1 { - margin: 1ex 0; /* override default-layout for less bottom-margin */ - clear: both; -} - -#imageToolBar { - text-align: left; - position: relative; - clear: both; - margin: 4px 0; padding: 0; -} - -/* Moi, je preferais les boutons "imgPrec" et "imgSuiv" au milieu, au-dessus -de l'image... - -#imageToolBar IMG, #imageToolBar A { - display: inline; - border: none; margin: auto; padding: 0; -} - -#imageToolBar .randomButtons { - position: absolute; - left: 0; -} -#imageToolBar .randomButtons IMG { - padding: 0 4px; /* au pire: 3 * (4+24+4) = 96 < 100 * / -} - -#imageToolBar .prevNnext { - text-align: center; -} -#imageToolBar .prevNnext IMG { - padding: 0 100px; -} -*/ - -#imageToolBar { - height: 28px; -} -#imageToolBar A, #imageToolBar IMG { - display: block; - border: none; - margin: 0; padding: 0; -} -#imageToolBar A { width: 48px; } -#imageToolBar IMG { margin: 2px auto; } -#imageToolBar .randomButtons A { float: left; } -#imageToolBar .navButtons A { float: right; } - -#theImage { - clear: left; -} - -#theImage>IMG { - display: block; - margin: 0 auto; -} - -.navThumb.prev { - float: left; -} - -.navThumb.next { - float: right; -} - -TABLE.infoTable { - margin: auto; -} -TABLE.infoTable .value { - text-align: left; -} - -TABLE.infoTable .label { - font-weight: bold; - text-align: right; - padding-right: 0.5em; -} - -TABLE.infoTable TD.value UL { - margin: 0; - padding: 0 0 0 1.5em; - list-style-type: square; -} - -#comments { - text-align: left; -} - -#comments .comment { - margin: 3ex 0; -} - -#comments H2 { - margin: 1ex 0; -} - -#comments P { - margin: 0; -} - -#comments .author { - font-weight: bold; -} - -#comments BLOCKQUOTE { - margin: 1ex 0 1ex 2em; - padding: 4px 4px 0 /* IE bug */ 4px; -} - -#comments BLOCKQUOTE P { - margin: 0; - padding-bottom: 4px; /* IE bug follow-up */ -} -#comments BLOCKQUOTE P+P { - margin-top: 1ex; -} - -#comments P.userCommentDelete { - float: right; - margin: 0; -} -- cgit v1.2.3