/*
  LilyPond Kılavuzu için sabit css dosyası.
*/


body {
  margin: 1em 5% 1em 5%;
  line-height: 1.2;
  font-family: sans-serif;
  background-color: white;
}

a {
  color: blue;
  text-decoration: underline;
}
a:visited {
  color: fuchsia;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

tt {
  color: navy;
}

h1, h2, h3, h4, h5, h6 {
  color: #527bbd;
  font-family: sans-serif;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

h1, h2, h3 {
  border-bottom: 1px solid #8cacbb;
}
h2 {
  padding-top: 0.5em;
}
h3 {
  float: left;
}
h3 + * {
  clear: left;
}

div.sectionbody {
  font-family: serif;
  margin-left: 0;
}

hr {
  border: 1px solid silver;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}


pre, code{

	font-family: monospace;
	font-size: 1.1em;
	line-height: 1.5em;
}

pre{

  width: 80%;
  background-color: #EFEFDD;
  border-style: dotted;
  border-width: thin;
  padding: 10px;
  overflow: auto;

}

code{
  color: #A52A2A;
  background-color: #FFFFBF
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
  color: #585858;
  font-family: sans-serif;
}

li p {
	margin: .25em 0;
}

li.gap {
    margin-top: 0.5em;
}
