<script src="/media-archives/js/jquery-3.2.1.slim.min.js?{{gitrev}}"></script>
<script src="/media-archives/js/popper.min.js?{{gitrev}}"></script>
<script src="/media-archives/js/bootstrap.min.js?{{gitrev}}"></script>
+ <script src="/media-archives/js/main.js?{{gitrev}}"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1345454-1']);
font-weight: 400;
color: #515151;
font-size: 11.5pt;
- padding-top: 54px; /** this is to account for the fixed navbar blocking content */
}
p {
margin-bottom: 0.5rem;
}
+.table td, .table th {
+ padding: 0.5rem;
+}
+
h1, h2, h3, h4, h5, h6 {
font-family: 'Maven Pro', sans-serif;
font-weight: 700;
}
.pgFrontFeature {
- background: #F5F5F5 url(/media-archives/img/feature/feature_elephant.png) right bottom no-repeat;
- /* background: #F5F5F5 url(/media-archives/img/feature/feature_gears.png) right bottom no-repeat; */
+ background: #F5F5F5 url(/media/img/feature/feature_elephant.png) right bottom no-repeat;
+ /* background: #F5F5F5 url(/media/img/feature/feature_gears.png) right bottom no-repeat; */
}
.pgFrontContainer {
.feature button.btn.btn-center.btn-primary {
position: relative;
bottom: 0;
- margin: 0 auto;
+ margin: 0.25rem auto;
}
.text {
.navbar {
box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
+ transition: all 0.3s;
}
/* #SIDEBAR UL STYLING */
height: 3.5em;
}
+/** This code is for pgarchives */
/** Thread Lists */
.thread-list {
font-size: 0.8em;
.message-header th, .message-header td {
padding: 0;
-}
+ }
.message-header select {
height: auto;
/** ALL RESPONSIVE QUERIES HERE */
/* Small devices (landscape phones, 576px and up)*/
-@media (min-width: 576px) {
- /** NAVBAR */
- .nav-item > a {
- font-size: 0.95rem;
- font-weight: 600;
+
+@media (max-width: 1280px) {
+ input#q {
+ display: none;
}
}
-@media (max-width: 575px) {
- /** HOMEPAGE JUMBOTRON */
- .pg-jumbotron-header {
- font-size: 1.5rem;
+
+@media (min-width: 992px) {
+ .navbar.compressed {
+ padding: 0 10px;
}
-}
-@media (max-width: 1200px) {
+ .pg-shout-box {
+ padding-top: 3.7rem;
+ }
}
@media (max-width: 992px) {
+ .navbar {
+ padding: 5px 10px;
+ }
+ .navbar-toggler-icon {
+ width: 1rem;
+ height: 1.5rem;
+ }
+
+ .pg-shout-box {
+ padding-top: 2.8rem;
+ }
}
@media (max-width: 768px) {
- body {
- padding-top: 55px;
- }
-
.jumbotron.jumbotron-fluid.pg-jumbotron {
padding: 4em;
}
}
}
+
+@media (min-width: 576px) {
+ /** NAVBAR */
+ .nav-item > a {
+ font-size: 0.95rem;
+ font-weight: 600;
+ }
+}
+@media (max-width: 575px) {
+ /** HOMEPAGE JUMBOTRON */
+ .pg-jumbotron-header {
+ font-size: 1.5rem;
+ }
+}