mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Improvement issue 0000310:
o Add local-layout.css files git-svn-id: http://piwigo.org/svn/trunk@1088 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -31,3 +31,6 @@ BODY#theAdminPage #content {
|
||||
#content UL.thumbnails SPAN.thumbLegend {
|
||||
display: block; /* display: none; if you don't want legend */
|
||||
}
|
||||
|
||||
/* Override properties with import local file */
|
||||
@import "local-layout.css";
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
|
||||
/* template css */
|
||||
@import "menubar.css";
|
||||
@import "content.css";
|
||||
@import "image.css";
|
||||
@import "popuphelp.css";
|
||||
/* Override properties with import local file */
|
||||
@import "local-layout.css";
|
||||
/* common css */
|
||||
@import "../../template-common/default-layout.css";
|
||||
|
||||
/* $Id$ */
|
||||
@@ -257,4 +261,3 @@ UL.actions A {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
6
tools/local-layout.css
Normal file
6
tools/local-layout.css
Normal file
@@ -0,0 +1,6 @@
|
||||
/* Add background picture */
|
||||
BODY {
|
||||
background-image:url(background.gif);
|
||||
background-attachment:fixed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user