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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
/* Original Stylesheet */
@import url("https://media.readthedocs.org/css/sphinx_rtd_theme.css");
/* Source Sans Pro and Source Code Pro */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,600,700i,400,400i,300,200&subset=latin-ext");
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
/* Various GNOME Styles and Colors */
body {
font-family: "Source Sans Pro", sans-serif;
font-size: 12pt;
font-weight: 400;
color: #333333;
}
h1 {
font-family: "Source Sans Pro", sans-serif;
font-size: 38pt;
font-weight: 200;
color: #333333;
}
h2 {
font-family: "Source Sans Pro", sans-serif;
font-size: 24pt;
font-weight: 400;
color: #3584e4;
}
h3 {
font-family: "Source Sans Pro", sans-serif;
font-size: 18pt;
font-weight: 300;
color: #333333;
}
h4 {
font-family: "Source Sans Pro", sans-serif;
font-size: 12pt;
font-weight: 600;
color: #808080;
}
p {
font-family: "Source Sans Pro", sans-serif;
font-size: 12pt;
font-weight: 400;
color: #333333;
}
.highlight {
background: #4e9a0633;
}
.linenos .linenodiv pre,
.highlight pre {
font-family: "Source Code Pro", monospace;
font-size: 10pt !important;
line-height: 1.2em !important;
}
table.column1-code tr td:first-child,
table.column2-code tr td:nth-child(2) {
font-family: "Source Code Pro", monospace;
font-size: 9pt;
}
table.column1-right tr td:first-child {
text-align: right;
}
span.versionmodified {
color: #01808e;
}
span.deprecated {
color: #f57900;
}
span.std.std-ref {
font-family: "Source Code Pro", monospace;
font-size: 10pt;
}
div.admonition.note {
background-color: #3584e433; }
div.admonition.note .first {
background-color: #3584e4; }
div.admonition.tip {
background-color: #01808e33; }
div.admonition.tip .first {
background-color: #01808e; }
div.admonition.warning {
background-color: #f5790033; }
div.admonition.warning .first {
background-color: #f57900; }
a.icon-home, a.icon-home:hover {
display: inline-block;
padding: 2px 2px 2px 20px;
background: transparent url(img/org.gnome.Builder.png) center left no-repeat;
}
.fa-home::before, .icon-home::before {
content: "";
}
.wy-body-for-nav {
background-color: #f6f5f4;
}
.wy-side-nav-search {
background-color: #3584e4;
}
a, a:visited { color: #3584e4; }
.wy-menu a { color: #808080; }
.wy-side-nav-search a { color: #fff; }
|