ctdo/Vorträge/git/style.css

47 lines
912 B
CSS

a, a:visited { color: #444; }
.big h1 { font-size: 10em; }
.withlogo {
background: url(logo_ctdo.png) no-repeat;
background-position-x: right;
background-position-y: bottom;
}
.start strong {
font-weight: normal;
font-size: 0.3em;
position: absolute;
right: 140px;
}
.sources li a { font-size: 90%; }
.remindseverything em { font-size: 50%; }
pre, code { font-family: 'Inconsolata', monospace; }
.bow-parent {
color: white;
background-color: black;
}
.smallest { font-size: 0.7em; }
.command-colored {
color: white !important;
background-color: green;
padding: 5px;
border-radius: 5px;
}
.cmdlist h1 {
position: absolute;
left: 150px;
top: 250px;
}
.cmdlist ul {
font-size: 2em;
padding-left: 0;
}
.cmdlist ul li { padding: 10px; }
.allcommands h1 {
position: absolute;
left: 250px;
top: 150px;
color: red;
font-size: 20em;
text-shadow: 2px 2px 3px #000;
}