softwarelivrenoestado.com.br

ref: master

./style.css


 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
body {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,Calibri,Verdana,sans-serif;
    margin: 40px auto;
    padding: 1em;
    max-width: 44em;
    line-height: 1.6;
    font-size: 14pt;
    color: #444444;
}

h1 { text-align: center; }

a { color: #0d98ba; }
a:hover { color: #0c7090; }

tt, pre, code, kbd { font-family: "Fira Mono", Inconsolata, monospace; }

hr {
  width: 100%;
  margin: 30px auto;
  border: 0 none;
  border-top: 2px dashed #444444 ;
  background: none;
  height: 0;
}