-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·80 lines (71 loc) · 1.65 KB
/
style.css
File metadata and controls
executable file
·80 lines (71 loc) · 1.65 KB
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
/*
Theme Name: Simple Options
Theme URI: https://github.com/SimpleRain/SimpleOptions-Test-Theme/
Description: A test theme for the Simple Options Framework (SOF).
Author: SimpleRain
Author URI: http://simplerain.com/
Version: 1.0
*/
body {
background:#eee;
}
body, input, textarea {
color: #373737;
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.625;
}
p {
margin:0 0 10px 0;
}
h1, h2, h3 {
margin:0 0 10px 0;
}
#page {
background:#fff;
min-width:440px;
max-width:740px;
width:60%;
margin:20px auto;
}
header {
background:#dedede;
padding:30px 40px;
}
.entry-content {
padding:20px 40px;
}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:12px 'andale mono', 'lucida console', monospace;line-height:1.6;}
code{
padding:3px 5px;
border: 1px solid #aaa;
background: #fafafa;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
pre {
background-color: #F4F4F4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #FAFAFA), color-stop(50%, #EFEFEF));
background-image: -webkit-linear-gradient(#FAFAFA 50%,#EFEFEF 50%);
background-image: -moz-linear-gradient(#FAFAFA 50%,#EFEFEF 50%);
background-image: -o-linear-gradient(#FAFAFA 50%,#EFEFEF 50%);
background-image: linear-gradient(#FAFAFA 50%,#EFEFEF 50%);
border: 1px solid #C7C7C7;
display: block;
width: auto;
line-height: 19px;
margin-bottom: 10px;
overflow: visible;
padding: 0 0 0 4px;
word-wrap:break-word;
overflow-y: hidden;
-moz-background-size: 38px 38px;
background-size: 38px 38px;
border-image: initial;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}