summaryrefslogtreecommitdiff
path: root/pages/assets/style.css
blob: ab8739374e135baf7bb34cc4e4a360e3df9a8170 (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
.bm-masthead {
  height: 64px;
  width: 100%;
  background: url(/assets/rainbow-masthead-centered.png) 50% 50% no-repeat;
  display: block;
  background-size: cover;
}

.bm-bar {
  background-color: #333;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  color: white;
  font-size: 120%;
  padding: 6px;
  text-align: center;
}

.bm-main {
  /* margin-top: 20px;
  margin-bottom: 20px; */
}

.bm-front-buttons .btn {
  width: 100%;
  margin-top: 20px;
}

.bm-front-buttons .col-sm-3 {
  text-align: center;
}

footer {
  margin: 20px 0;
  text-align:center;
  line-height: 1.5em;
  color: #666;
  font-style: italic;
}

/**
 ** typography
 **/


pre {
   display:block;
   padding:10.5px;
   margin:0 0 11px;
   background-color:#f5f5f5;
   border:1px solid #ccc;
   border:1px solid rgba(0,0,0,0.15);
   border-radius:4px;
   white-space:pre;
   white-space:pre-wrap;
   word-break:break-all;
   word-wrap:break-word
}

.b {
  font-weight: bold;
}

.p {
  margin-top: 1em;
  margin-bottom: 1em;
}

#TOC {
  margin-top: 1em;
  margin-bottom: 1em;
}
#TOC ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#TOC li ul {
  margin-left: 20px;
  padding: 0;
}

/**
 ** FILE LISTING TABLE
 **/

table {
  width:100%;
  border-collapse:collapse;
}
tr {
  outline:0;
  border:0;
}
tr:hover td {
  background:#eee;
}
th {
  text-align:left;
  padding-right:20px;
}
/* 2nd Column: Filename */
th + th {
  width:65%;
}
/* 3rd Column: Last Modified */
th + th + th {
}
/* 4th Column: Size */
th + th + th + th {
  width:5%;
}
tr td:first-of-type {
  padding-left:10px;
  padding-right:10px;
}
td {
  padding:5px 0;
  outline:0;
  border:0;
  border-bottom:1px solid #edf1f5;
  vertical-align:middle;
  text-align:left;
}
td a{
  display: block;
}
tr.parent a {
  color:#9099A3;
}
.parent a:hover {
  color:#2281d0;
}