This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmate.css
61 lines (47 loc) · 1.41 KB
/
mate.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.small-margin{margin-top:4px;margin-bottom:0;margin-left:8px;margin-right:4px}.social-icon{opacity:1;filter:alpha(opacity=100)}.social-icon:hover{opacity:.8;filter:alpha(opacity=80)}.navbar .nav>li>a{color:#ffffff}a,a:hover,a:focus,.navbar .brand:hover,.navbar .brand:focus,.navbar .nav>li>a:focus,.navbar .nav>li>a:hover,.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#97bb72}kbd{margin:0 .1em;padding:.1em .6em;border-radius:3px;border:1px solid #ccc;color:lightgrey;line-height:1.4;font-family:Arial,Helvetica,sans-serif;font-size:10px;display:inline-block;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 0 0 2px #fff;;-moz-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 2px #fff inset;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 2px #fff inset;-moz-border-radius:3px;-webkit-border-radius:3px;text-shadow:0 1px 0 #fff}
body {
background-color: lightgrey;
color: blue;
}
h1 {
background-color: none;
color: white;
}
div {
background-color: #546677;
color: white;
}
body {
color: lightgrey;
}
h1 {
color: white;
}
/* unvisited link */
a:link {
color: rgba(194, 192, 233, 0.8);
}
/* visited link */
a:visited {
color: lightblue;
}
/* mouse over link */
a:hover {
color: lightgrey;
}
/* selected link */
a:active {
color: blue;
}
h3 {
color: white;
}
h2 {
color: white;
}
div {
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
}