aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/themes/airy/assets/css/airy.css
blob: ddbc71acd0f30dbf427ae89784f10079400a8c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
body {
  color: #4a4a4a;
  background-color: #F7F7F7;
}

h1,h2,h3 {
  color: #4a4a4a;
}

a {
  color: #37AB74;
}

.navigation_button {
  background-color: #fff;
  border: 1px solid;
  border-color: #e4e4e4;
  border-width: 1px 1px 2px;
  color: #4a4a4a;
  font-weight: bold;
  box-shadow: 0 0 3px #E4E4E4 inset;
}

p.navigation_button {
  font-weight: normal;
  color: #A2A2A2;
}

header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.header_right a {
  color: #4a4a4a;
}

@media screen and (max-width: 940px) {
    header {
        width: 100%;
    }
}

footer {
  border-top: 1px solid #E4E4E4;
}

.button_action, .button_action_highlight, .button_form {
  color: #4a4a4a;
  background-color: #fff;
  border: 1px solid;
  border-color: #E4E4E4;
  border-width: 1px 1px 2px;
  padding: 5px 10px;
  box-shadow: 0 0 3px #E4E4E4 inset;
}

.button_action_highlight, .button_form {
  color: #fff;
  background-color: #37AB74;
  border-color: #6CAA8E;
  border-width: 1px 1px 2px;
  box-shadow: 0 0 3px #6CAA8E inset;
}

.button_info {
  background-color: #9dbed5;
  border-color: #E4E4E4;
  color: #C3C3C3;
  box-shadow: 0 0 3px #49717F inset;
}

.button_warning {
  background-color: #d6ae96;
  border-color: #E4E4E4;
  color: #4a4a4a;
  box-shadow: 0 0 3px #7F6859 inset;
}

input, textarea {
  color: #4a4a4a;
}

.form_box, .form_box_xl {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}

.media_thumbnail {
  background-color: #fff;
  border-color: #e4e4e4;
  box-shadow: 0 0 3px #c4c4c4;
}

.media_thumbnail a {
  color: #4a4a4a;
}

.empty_space {
  background-image: url("../images/empty_dots.png");
}

#exif_content h3 {
  border-bottom: 1px solid #E4E4E4;
}