forked from cambiotraining/IntroR_November5-6
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
executable file
·63 lines (51 loc) · 851 Bytes
/
style.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
62
63
body {
font-size: 15px;
}
p {
font-size: 1.1em;
}
pre {
font-size: 15px;
}
blockquote {
background: #efefef;
border-left: 5px solid #ddd;
}
.ui-state-default {
background: #ced7e0;
}
.ui-state-active {
border: #ccc;
background: #4070A0;
}
.ui-widget-content {
background: #eee;
}
blockquote p,ul,ol {
font-size: .9em;
}
.search {
width: auto;
height: 50px;
line-height: 50px;
}
.search input[type="text"] {
display: none;
background-color: #fff;
color: #000;
font-size: .95em;
border: 1px solid #ccc;
border-radius: 4px;
float: left;
width: 90px;
height: 30px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 5px;
}
.search input[type="text"]:focus {
border: 1px solid #333;
}
.search input[type="submit"] {
display: none;
}