From 59d9c085aa6a86961f53055f7a1936a16f576712 Mon Sep 17 00:00:00 2001 From: patdenice Date: Sat, 13 Mar 2010 16:57:44 +0000 Subject: Feature 1502: merge multiple css files into theme.css in default theme. git-svn-id: http://piwigo.org/svn/trunk@5129 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/picture.css | 102 --------------------------------------------- 1 file changed, 102 deletions(-) delete mode 100644 themes/default/picture.css (limited to 'themes/default/picture.css') diff --git a/themes/default/picture.css b/themes/default/picture.css deleted file mode 100644 index ef2f23213..000000000 --- a/themes/default/picture.css +++ /dev/null @@ -1,102 +0,0 @@ -#imageHeaderBar { - padding-top: 2px; - padding-bottom: 2px; - margin-top: 4px; - overflow: hidden; - width: 100%; -} - -#imageHeaderBar .browsePath { - float: left; - margin-left: 10px; -} - -#imageHeaderBar .imageNumber { - float: right; - margin-right: 10px; -} - -#imageHeaderBar H2 { - text-align: center; - padding: 0; - clear: both; -} - -#imageToolBar { - text-align: center; - position: relative; - clear: both; - margin-bottom: 4px; - padding: 0; - 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; - text-align: center; -} - -#theImage>IMG { - display: block; - margin: 0 auto; - border: none; -} - -#linkPrev { - float: left; - margin-right: 10px; - margin-left: 5px; -} - -#linkNext { - float: right; - margin-right: 5px; - margin-left: 10px; -} - -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; -} - -.thumbnailCategories LI { list-style: none; } - -.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty { - padding:0; - border:0; -} - -.rateButton, .rateButtonStarFull, .rateButtonStarEmpty { - cursor: pointer; -} - -.rateButtonSelected { - font-weight:bold; - font-size:120%; -} - -.rateButtonStarFull { - background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px; -} - -.rateButtonStarEmpty { - background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px; -} - -- cgit v1.2.3