Add links to MachO specification; simplify links .htaccess
[nasm/www.git] / css / nasm.css
blob4bc03cde7232843f1b67a9c852d7df2c5b9d4c99
1 body {
2 font-family: 'Roboto', serif;
4 -webkit-font-smoothing: antialiased;
5 -webkit-overflow-scrolling: touch;
8 a {
9 color: #3b5998;
12 a:hover {
13 text-decoration: underline;
14 color: #3b5998;
17 h1, h2, h3, h4, h5, h6 {
18 font-family: 'Roboto', sans-serif;
19 font-weight: bold;
22 h1 {
23 font-size: 60px;
24 text-align: center;
27 h2 {
28 font-size: 30px;
29 padding-bottom: 8px;
30 text-align: center;
33 h3 {
34 padding-top: 8px;
35 padding-bottom: 8px;
36 font-size: 24px;
39 p {
40 font-size: 18px;
43 .shaded-code {
44 font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
45 display: block;
46 padding: 9.5px;
47 margin: 0 0 10px;
48 font-size: 13px;
49 line-height: 1.428571429;
50 color: #333333;
51 background-color: #f5f5f5;
52 border: 1px solid #cccccc;
53 border-radius: 4px;
56 .nasm-info {
57 padding-top: 20px;
58 padding-bottom: 20px;
59 font-size: 18px;
62 .navbar {
63 text-transform: uppercase;
64 font-weight: bold;
65 padding-top: 5px;
66 padding-bottom: 5px;
69 .navbar-default .navbar-nav > li > a {
70 color: #3b5998;
71 font-weight: bold;
74 .navbar-default .navbar-nav > li > a:hover {
75 text-decoration: underline;
76 color: #3b5998;
77 font-weight: bold;