summaryrefslogtreecommitdiffstats
path: root/userContent/reproducible/rpms/fedora-23.css
blob: 4c283bf44f81cdaf6ffaa4db8e5e6da649f8b234 (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
/**
 * Reset some basic elements
 *
*/

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

img.logo {
	max-height: 40%;
	width: auto;
	padding: 0.5em;
	margin: 0.5em;
	float: right;
}

/**
 * Basic styling
 */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  padding: 0.5em;
  margin: 1em;
}

table {
  background: #ececf5 none repeat scroll 0 0;
  border: 1px solid #bcd;
  margin-bottom: 1.5em;
  padding: 0.65em;
  width: 100%;
  font-size: 0.80em;
  border-collapse: collapse;
}

table tr td {
  border-top: 1px dotted #bcd;
}

table tr td, table th {
  padding: 0.15em 0.75em;
}

#variation th:first-child {
  width: 23%;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl {
  margin: 0.25em; 
  padding: 0.25em}

/**
 * Lists
 */
ul, ol {
  margin-left: 2em; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }


/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 0.75em 1em;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }


/**
 * Site footer
 */
footer {
  margin-top: 4em; }

.footer {
  background-color: #e6e6e6;
  color: #777;
  font-size: 13px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2em;
  font-family: "Open sans"; }
  .footer .widget-title {
    color: #8d8d8d;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 1.5em 0;
    text-transform: uppercase; }
  .footer .widget-body {
    color: #777;
    font-size: 13px; }
  .footer dd {
    line-height: 1.6;
    margin-left: 0; }
  .footer a {
    color: #000 !important; }