summaryrefslogtreecommitdiffstats
path: root/static/style/archive3k.css
blob: 67e1f8833332e73c4e3e385c7554d24e709ce471 (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
/* TODO: local tweaks here */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* Custom Paper-Search stuff up here
 */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height + a bit */
  /* padding-bottom: 100px; */
  padding-bottom: 300px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 19em;
  padding-top: 2em;
  margin-top: 15px;
  background-color: #c0c0c0;
}
.text-muted {
  color: #5f5f60;
}
footer a,
footer a:hover,
footer a:visited {
  color: #3f3f3f;
}
footer ul a,
footer ul a:hover,
footer ul a:visited {
  color: #5f5f60;
}
footer h5 {
  font-weight: bold;
  margin-bottom: 1px;
  margin-top: 0px;
}
.navbar-default {
  background-color: #333333;
}
.search-tab-content {
  padding: 8px 8px 8px 8px;
  border: 5px solid #b92f2f;
  background-color: #b92f2f;
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  margin-left: 0px;
}
.search-logo {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.25em;
}
.postnav-content {
  color: white;
  background-color: #555555;
  margin-top: -21px;
  padding-top: 12px;
  padding-bottom: 21px;
  margin-bottom: 12px;
}
.postnav-content a {
  color: white;
}
.postnav-content label {
  font-weight: normal;
  font-style: italic;
}
.nav-tabs,
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-image-width: 0px;
  margin-right: 0px;
  color: white;
  font-weight: bold;
}
.top-info-col {
  padding-left: 2em;
  padding-right: 2em;
}
.top-info-col img {
  width: 100%;
  margin-bottom: 0.5em;
}

.panel-body > img {
  width: 100%;
  margin-bottom: 0.8em;
}

.navbar-nav > li > a, .navbar-brand {
  padding-top: 12px !important; 
  padding-bottom: 0 !important;
  height: 2.5em;
}
.navbar {
  min-height: 2.5em !important;
}
h1 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

/* Mobile Hacking */
@media (max-width: @screen-sm-max) {
  .container {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Change font */
body,
.popover,
.tooltip,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}