-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamar.css
executable file
·37 lines (35 loc) · 973 Bytes
/
amar.css
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
body { margin-top: 20px; }
a:link { color: darkgreen; }
a:hover { text-decoration: underline overline; }
a:active { color: green; }
a:visited { color: green; }
.button-enc,
.button-npc,
.button-town,
.button-townrel,
.button-names,
.button-weather,
.button-dice,
.button-download,
.button-submit,
.button-new,
.button-reload,
.button-front {
width: 250px;
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-enc { background: #2e7a4c; }
.button-npc { background: #0e5a2c; }
.button-town { background: #7d4733; }
.button-townrel { background: #9d6753; }
.button-names { background: #6d5951; }
.button-weather { background: #47648a; }
.button-dice { background: #aa8888; }
.button-adventure { background: #7f6d99; }
.button-download { background: #666666; }
.button-submit { background: #111111; }
.button-new { background: #444444; }
.button-reload { background: #222222; }
.button-front { background: #d4a05f; }