mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
template : fix categoryActions margins and picture page title background
git-svn-id: http://piwigo.org/svn/trunk@981 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user