File: style.css

package info (click to toggle)
mujs 1.3.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 756 kB
  • sloc: ansic: 17,132; makefile: 149; sh: 121; javascript: 109; python: 101
file content (40 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (5)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
h1, nav, footer { font-family: sans-serif; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }
h2 { font-size: 1.25rem; }
h3 { font-size: 1.12rem; }
ul li { list-style-type: circle; }
pre, table, ol, dl { margin-left: 2rem; }
li { margin: 0; }
th, td { text-align: left; vertical-align: top; }

body { margin: 0; }
h1 {
	font-weight: normal;
	margin: 0;
	padding: 1rem 2rem;
}
header{
	color: white;
	background: no-repeat;
	background-color: #36648b;
	background-image: url("mujs-logo.png");
	background-position: top right;
	min-height: 72px;
}
nav {
	padding: 0.75rem 2rem;
	background-color: #ddd;
	no-text-transform: uppercase;
}
nav a { color: #303030; padding-right: 2rem; }
article {
	max-width: 50rem;
	margin: 2rem;
}
footer {
	background-color: #ddd;
	color: #303030;
	padding: 1rem 2rem;
}