Ignore:
Timestamp:
Oct 22, 2010, 10:11:01 AM (14 years ago)
Author:
grum
Message:

Set themes compatibles with GMaps & ASearchEngine plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-lapis-lazuli/css/theme.css

    r6109 r7339  
    44  ------------------------------------------------------------------------------
    55  file: gally/lapis-lazuli/theme.css
    6   file version: 1.2.0
     6  file version: 1.2.1
    77  ------------------------------------------------------------------------------
    88  author: grum at grum.dnsalias.com
     
    7474
    7575a {
    76   color: #0066cc;
     76  color: #0088EE;
    7777}
    7878
     
    534534.thumbnailCategory:hover {
    535535  background-color:#dedede;
    536   border:2px solid #0066cc;
     536  border:2px solid #0088EE;
    537537  color:#101010;
    538538}
     
    671671
    672672#menubar dl:hover dt, #menubar dl:hover dt a {
    673   color:#0066cc;
     673  color:#0088EE;
    674674}
    675675
     
    10871087
    10881088.infoTable tr:hover {
    1089   color:#0066cc;
     1089  color:#0088EE;
    10901090  cursor:default;
    10911091}
     
    12111211#theTabsBg {
    12121212  background:#303030 url(./../icon/backgd.png) repeat scroll 0 0;
     1213  border-bottom:1px solid #606060;
    12131214}
    12141215
     
    14791480  padding:0px;
    14801481}
     1482
     1483
     1484
     1485/*
     1486 * GMaps compatibility
     1487 */
     1488#icon_gmaps.size42x28 {
     1489  background:url(./../icon/gmaps/i42x28.png);
     1490  width:42px;
     1491  height:28px;
     1492}
     1493#icon_gmaps.size42x28:hover {
     1494  background:url(./../icon/gmaps/i42x28_h.png);
     1495}
Note: See TracChangeset for help on using the changeset viewer.