~sinzui/+junk/essence-wp

« back to all changes in this revision

Viewing changes to themes/samsara/yellow.css

  • Committer: Curtis Hovey
  • Date: 2013-02-10 18:59:15 UTC
  • Revision ID: sinzui.is@verizon.net-20130210185915-1rw2uckbmtxw2k5w
RemovedĀ oldĀ theme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@charset "UTF-8";
2
 
/*
3
 
color variations in text and art
4
 
*/
5
 
 
6
 
a:link,
7
 
a:visited,
8
 
h1,
9
 
h2,
10
 
h3,
11
 
h4,
12
 
h5,
13
 
h6,
14
 
.post-date,
15
 
.call-out {
16
 
    color: #333300;
17
 
    }
18
 
 
19
 
a:hover,
20
 
a:active,
21
 
.action-pre:hover,
22
 
.action-post:hover {
23
 
    color: #666600;
24
 
    }
25
 
 
26
 
input:hover,
27
 
textarea:hover {
28
 
    border-color: #999900;
29
 
    }
30
 
 
31
 
.image,
32
 
.post-content,
33
 
.page-content,
34
 
.comments ol li,
35
 
.table-list table {
36
 
    border-color: #333300;
37
 
    }
38
 
 
39
 
#header,
40
 
#footer {
41
 
    background-image: url(img/paper-darkest-yellow.png);
42
 
    background-color: #333300;
43
 
    }