~ubuntu-branches/ubuntu/quantal/gallery2/quantal

« back to all changes in this revision

Viewing changes to modules/colorpack/packs/goldleaf/color.css

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2005-11-29 15:50:12 UTC
  • Revision ID: james.westby@ubuntu.com-20051129155012-wtophp03lu01kdgl
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* <?php $colorpackName = $gallery->i18n('Gold Leaf'); ?>
 
2
 * $Revision: 1.1 $ $Date: 2005/08/03 08:06:14 $
 
3
 */
 
4
 
 
5
#gallery {
 
6
  color: black !important;
 
7
  background-color: gold !important;
 
8
}
 
9
body.gallery { background-color: gold !important; }
 
10
 
 
11
.gcBackground1 { background-color: goldenrod !important; }
 
12
.gcBackground2 { background-color: darkgoldenrod !important; }
 
13
 
 
14
.gcBorder1 { border-color: black !important; }
 
15
.gcBorder2 { border-color: #696969 !important; }
 
16
 
 
17
#gallery a { color: darkslategrey !important; }
 
18
#gallery a:hover { color: green !important; }
 
19
#gallery a:active { color: green !important; }
 
20
#gallery .gbTabBar a { color: darkslategrey !important; }
 
21
 
 
22
.giSuccess { color: green !important; }
 
23
.giWarning { color: lime !important; }
 
24
.giError { color: #ff3333 !important; }
 
25
.giInfo { color: #444444 !important; }
 
26
.block-core-PeerList .current { color: red !important; }
 
27
 
 
28
table.gbDataTable th { background-color: darkgoldenrod !important; }
 
29
.gbEven { background-color: goldenrod !important; }
 
30
.gbOdd { background-color: #ffe65c !important; }
 
31
 
 
32
#gallery select { background-color: #fffaad !important; }
 
33
#gallery textarea { background-color: #fffaad !important; }
 
34
#gallery input { background-color: #fffaad !important; }
 
35
#gsSidebar ul span { color: black !important; }