Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/yasnippet/doc/styles.css
990 views
1
/* Base stylesheet from Docutils distribution */
2
@import url(html4css1.css);
3
4
/* Theme stylesheet */
5
body {
6
background: #EDF5FA;
7
margin: 0;
8
padding: 0;
9
}
10
.clear-block {
11
display: block;
12
}
13
#header-region {
14
background: #D2E6F3 url(images/bg-navigation.png) repeat-x scroll 50% 100%;;
15
min-height: 1em;
16
}
17
#wrapper {
18
background: #EDF5FA url(images/body.png) repeat-x scroll 50% 0pt;
19
}
20
#container {
21
margin: 0pt auto;
22
padding: 0pt 20px;
23
}
24
#header {
25
height: 80px;
26
}
27
#sidebar-left {
28
float: left;
29
margin: 60px 0pt 5em;
30
position: relative;
31
width: 210px;
32
z-index: 2;
33
}
34
#center #squeeze {
35
background: #FFFFFF url(images/bg-content.png) repeat-x scroll 50% 0pt;
36
position: relative;
37
}
38
#center .right-corner {
39
background: transparent url(images/bg-content-right.png) no-repeat scroll 100% 0pt;
40
left: 10px;
41
position: relative;
42
}
43
#center .left-corner {
44
background: transparent url(images/bg-content-left.png) no-repeat scroll 0pt 0pt;
45
left: -10px;
46
margin-left: -10px;
47
min-height: 400px;
48
padding: 60px 25px 5em 35px;
49
position: relative;
50
}
51
ul.primary-links {
52
float: right;
53
margin: 0px;
54
padding: 0px;
55
position: relative;
56
z-index: 4;
57
}
58
ul.primary-links li {
59
list-style-type: none;
60
float: left;
61
margin: 0px;
62
font-size: 0.8em;
63
padding: 0px;
64
}
65
ul.primary-links li a {
66
background: transparent url(images/bg-navigation-item.png) no-repeat scroll 50% 0pt;
67
color: #FFFFFF;
68
display: block;
69
margin: 0pt 1em;
70
padding: 0.75em 0pt 0pt;
71
}
72
ul.primary-links li a:hover {
73
background: transparent url(images/bg-navigation-item-hover.png) no-repeat scroll 50% 0pt;
74
}
75
#logo-floater {
76
position: absolute;
77
color: #FFFFFF;
78
height: 80px;
79
font-weight: normal;
80
text-shadow: #1659AC 0px 1px 3px;
81
}
82
#logo-floater h1 {
83
margin-top: 25px;
84
margin-left: 10px;
85
font-family: Georgia, Serif;
86
}
87
88
/* Contents stylesheet */
89
body {
90
font-family: Georgia, Serif;
91
}
92
#contents {
93
margin-right: 0;
94
width: 340px;
95
overflow: hidden;
96
float: right;
97
}
98
#contents p.topic-title {
99
margin: 0 0 0 18px;
100
}
101
#contents ul.simple {
102
margin: 5px 0 5px 5px;
103
padding: 2px 0 8px 30px;
104
border-left: 1px solid #E0E5FB;
105
}
106
a {
107
color: #027AC6;
108
text-decoration: none;
109
}
110
a:hover {
111
color: #0062A0;
112
text-decoration: underline;
113
}
114
a.toc-backref:hover {
115
color: #000000;
116
}
117
a.external {
118
padding-right: 13px;
119
background: transparent url(images/external.png) no-repeat scroll right center;
120
}
121
122
tt.docutils {
123
background-color: #EAFFEA;
124
font-family: Monaco, Consolas, Courier New, Monospace;
125
}
126
127
div.highlight {
128
margin: 5px 40px 5px 15px;
129
overflow: auto;
130
padding: 0;
131
background: #F7F7F7;
132
border: 1px solid #E0E5FB;
133
}
134
div.highlight pre {
135
margin: 8px 15px 8px 15px;
136
font-family: Monaco, Consolas, Courier New, Monospace;
137
font-size: 0.9em;
138
line-height: 1.2em;
139
}
140
img {
141
margin: 8px;
142
}
143