qutebrowser/www/qute.css

260 lines
3.7 KiB
CSS
Raw Normal View History

2015-10-21 19:48:00 +02:00
* {
margin: 0px 0px;
padding: 0px 0px;
}
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-text-size-adjust: none;
color: #333333;
overflow-y: scroll;
2015-10-21 19:48:00 +02:00
}
2016-10-18 12:49:09 +02:00
p {
margin: 6px 0;
}
2016-10-22 23:07:16 +02:00
#preamble > .sectionbody > .paragraph > p {
margin: 0;
}
2015-10-21 19:48:00 +02:00
#header {
display: none;
}
#headline {
background-color: #333333;
padding: 20px 20px;
overflow: auto;
color: #888;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
#headline .qutebrowser-logo {
display: block;
height: 70px;
float: left;
}
#headline .text {
float: right;
text-align: right;
}
2017-05-29 21:20:17 +02:00
#headline .text .heading-text {
2015-10-21 19:48:00 +02:00
color: #1e89c6;
2017-05-29 21:20:17 +02:00
font-weight: bold;
font-size: 2em;
2015-10-21 19:48:00 +02:00
border: none;
2017-05-29 21:20:17 +02:00
display: block;
white-space: pre-line;
2015-10-21 19:48:00 +02:00
}
#headline .text {
color: #666666;
}
2017-05-20 23:30:36 +02:00
#announcement {
padding: 10px 10px;
background-color: #a6dfff;
margin-bottom: 10px;
}
2015-10-21 19:48:00 +02:00
#menu {
padding: 0px 20px;
background-color: #555555;
color: #CCC;
overflow: auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
#menu a {
color: #CCC;
text-decoration: none;
background-color: #555555;
padding: 10px 20px;
float: left;
}
#menu a:hover {
background-color: #1e89c6;
}
2016-10-22 23:26:05 +02:00
.sect1,
div.footnote {
2015-10-21 19:48:00 +02:00
padding: 10px 40px;
2016-10-18 11:44:54 +02:00
margin: 0 auto;
2016-10-22 23:26:05 +02:00
max-width: 1200px;
}
#footnotes > hr {
max-width: 1200px;
2016-10-24 09:07:55 +02:00
margin: 20px auto 10px;
width: calc(100% - 80px);
2015-10-21 19:48:00 +02:00
}
.sect2 {
padding: 10px 0px;
}
div.footnote {
2016-10-24 09:07:55 +02:00
padding: 10px 40px 30px;
2015-10-21 19:48:00 +02:00
}
hr {
margin: 0px 40px;
color: #CCCCCC;
}
h1, h2, h3, h4, h5, h6 {
color: #0A396E;
margin-bottom: 10px;
border-bottom: 1px solid #CCCCCC;
}
.ulist {
padding-left: 20px;
margin-top: 10px;
}
#footer {
padding: 20px 40px;
border-top: 1px solid #CCCCCC;
color: #888888;
}
a {
color: #1e89c6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
ol {
margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
li {
margin-bottom: 10px;
}
.hdlist1 {
color: #0A396E;
margin-bottom: 10px;
margin-top: 10px;
border-bottom: 1px solid #CCCCCC;
}
2015-10-21 19:57:20 +02:00
code {
background-color: #DDDDDD;
border-radius: 2px;
}
.listingblock {
padding: 10px 10px;
background-color: #DDDDDD;
border-radius: 4px;
2016-10-18 11:44:54 +02:00
overflow-x: auto;
}
/*Display table as something that is not a table*/
.admonitionblock table,
.admonitionblock tbody,
.admonitionblock tr,
.admonitionblock td {
display: block;
}
.admonitionblock td {
padding: 0;
}
.admonitionblock .title {
color: #0A396E;
2016-10-18 12:49:09 +02:00
font-weight: bold;
2016-10-18 11:44:54 +02:00
}
2016-10-22 23:11:17 +02:00
.admonitionblock td.content {
2016-10-18 11:44:54 +02:00
padding-left: 10px;
border-left: 1px solid #ccc;
2015-10-21 19:57:20 +02:00
}
table td {
padding: 10px 10px;
}
2015-10-21 19:48:00 +02:00
@media screen and (max-width: 480px) {
#headline .qutebrowser-logo {
margin-left: auto;
margin-right: auto;
display: block;
width: 30%;
height: auto;
float: none;
}
#headline .text {
display: none;
}
#menu {
padding: 0px 0px;
background-color: #555555;
color: #CCC;
overflow: hidden;
width: 100%;
}
#menu a {
color: #CCC;
text-decoration: none;
background-color: #555555;
width: 100%;
padding: 10px 40px;
}
}
#toc {
margin-bottom: 2.5em;
}
#toctitle {
color: #0A396E;
font-size: 1.1em;
font-weight: bold;
margin-top: 1.0em;
margin-bottom: 0.1em;
}
div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
margin-top: 0;
margin-bottom: 0;
}
div.toclevel2 {
margin-left: 2em;
font-size: 0.9em;
}
div.toclevel3 {
margin-left: 4em;
font-size: 0.9em;
}
div.toclevel4 {
margin-left: 6em;
font-size: 0.9em;
}
2015-10-21 19:48:00 +02:00
</style>
2016-10-18 11:44:54 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
2017-02-15 11:59:02 +01:00
<link href="/media/font.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="/media/favicon.png" type="image/png" />
2016-03-23 11:20:25 +01:00
<style type="text/css">