Changeset 7339 for extensions/gally


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

Set themes compatibles with GMaps & ASearchEngine plugins

Location:
extensions/gally
Files:
36 added
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-graphite/css/theme.css

    r6109 r7339  
    44  ------------------------------------------------------------------------------
    55  file: gally/graphite/theme.css
    6   file version: 1.1.0
     6  file version: 1.2.0
    77  date: 2008-11-11
    88  ------------------------------------------------------------------------------
     
    998998}
    999999
     1000
     1001
     1002/*
     1003 * GMaps compatibility
     1004 */
     1005#icon_gmaps.size42x28 {
     1006  background:url(./../icon/gmaps/i42x28.png);
     1007  width:42px;
     1008  height:28px;
     1009}
     1010#icon_gmaps.size42x28:hover {
     1011  background:url(./../icon/gmaps/i42x28_h.png);
     1012}
  • extensions/gally/gally-grum-dark-II/css/theme.css

    r6109 r7339  
    10781078
    10791079
     1080
     1081/*
     1082 * GMaps compatibility
     1083 */
     1084#icon_gmaps.size42x28 {
     1085  background:url(./../icon/gmaps/i42x28.png);
     1086  width:42px;
     1087  height:28px;
     1088}
     1089#icon_gmaps.size42x28:hover {
     1090  background:url(./../icon/gmaps/i42x28_h.png);
     1091}
     1092
  • 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.