css sprites for all themes
git-svn-id: http://piwigo.org/svn/trunk@8161 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
e97974a42e
commit
7364bc1606
16 changed files with 36 additions and 27 deletions
|
|
@ -321,16 +321,16 @@ A, .rateButton {
|
|||
}
|
||||
A:hover, A:active {
|
||||
color:#f33;
|
||||
border-bottom: 1px solid #FF3363;
|
||||
border-bottom: 1px solid #ff3363;
|
||||
cursor: pointer;
|
||||
}
|
||||
a.external {
|
||||
color:#FF3363;
|
||||
color:#ff3363;
|
||||
border:0;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.external:hover {
|
||||
color:#FF7700;
|
||||
color:#ff7700;
|
||||
border:0;
|
||||
}
|
||||
a.Piwigo {
|
||||
|
|
@ -338,7 +338,7 @@ a.Piwigo {
|
|||
font-size: 11px; font-weight: normal; letter-spacing: 0;
|
||||
color : #F33; text-decoration: none; border: 0; }
|
||||
a.Piwigo:hover span.Piwigo {
|
||||
border-bottom: 1px solid #FF3363;
|
||||
border-bottom: 1px solid #ff3363;
|
||||
}
|
||||
#theImage A, .illustration A, A.navThumb, A.navThumb {
|
||||
border-bottom-width: 0;
|
||||
|
|
@ -425,9 +425,18 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
|
|||
padding: 0 0 5px 10px;
|
||||
}
|
||||
tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend {
|
||||
border-color: #666666;
|
||||
border-color: #666;
|
||||
}
|
||||
|
||||
#the_page .content div.thumbnailCategory div.description {
|
||||
height:158px;
|
||||
}
|
||||
|
||||
.pwg-icon {
|
||||
background-image: url(../default/s26/outline_ff3363.png);
|
||||
}
|
||||
|
||||
A:hover .pwg-icon {
|
||||
background-image: url(../default/s26/outline_ff7700.png);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue