~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to media/css/bashoneliners.css

  • Committer: Janos Gyerik
  • Date: 2011-08-04 20:51:07 UTC
  • Revision ID: janos@axiom-20110804205107-h0bjdr6l6r2k6te7
cleaned up style

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
    margin: 0px 20px;
 
3
    font-family: Verdana, Arial, Helvetica, sans-serif;
 
4
    font-size: 12px;
 
5
    line-height: 16px;
 
6
    color: black;
 
7
    background-color: white;
 
8
    min-width: 800px;
 
9
}
 
10
 
 
11
a {
 
12
    color: #888;
 
13
    text-decoration: none;
 
14
}
 
15
 
 
16
a:hover {
 
17
    text-decoration: underline;
 
18
}
 
19
 
 
20
a img {
 
21
    border: 0px;
 
22
}
 
23
 
 
24
.hr {
 
25
    border-bottom: 2px solid black;
 
26
    margin: 1em;
 
27
}
 
28
 
 
29
#nav {  
 
30
    text-align: right;
 
31
    margin: 1em;
 
32
    font-size: normal;
 
33
}
 
34
 
 
35
#content {
 
36
    margin: 10px 190px;
 
37
}
 
38
 
 
39
#content h2 {
 
40
    text-align: center;
 
41
}
 
42
 
 
43
.oneliner pre {
 
44
    line-height: 1.3em;
 
45
    margin: 1em;
 
46
    padding: 1em;
 
47
    overflow: auto;
 
48
    font-family: "Courier New", Courier, monospace;
 
49
    background: #fff7f0;
 
50
    border: 1px solid #ccc;
 
51
}
 
52
 
 
53
.oneliner .summary {
 
54
    margin: 1.5em;
 
55
}
 
56
 
 
57
.oneliner .explanation {
 
58
    margin: 1.5em;
 
59
}
 
60
 
 
61
.oneliner .eof {
 
62
    font-family: "Courier New", Courier, monospace;
 
63
    color: #00030f;
 
64
    font-weight: bold;
 
65
    text-align: center;
 
66
}
 
67
 
 
68
 
 
69
/* eof */