From e38e5c48084388d9de7f6fa2893b211a64a13eb6 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 29 Mar 2022 17:27:07 -0400 Subject: bootstrap? more like bootcrap. Ha ha gotem --- index_files/bootswatch.css | 189 --------------------------------------------- 1 file changed, 189 deletions(-) delete mode 100644 index_files/bootswatch.css (limited to 'index_files/bootswatch.css') diff --git a/index_files/bootswatch.css b/index_files/bootswatch.css deleted file mode 100644 index 42ba643..0000000 --- a/index_files/bootswatch.css +++ /dev/null @@ -1,189 +0,0 @@ -section { - margin-top: 60px; - padding-top: 100px; -} - -/* index */ - -.tooltip-inner { - max-width: 500px; -} - -.hero-unit h1, -.hero-unit p { - margin-bottom: 15px; -} - -#footer { - margin-bottom: 20px; -} - -#footer .links a { - margin-right: 10px; -} - -@media (max-width: 767px) { - - section { - padding-top: 20px; - } -} - -@media (min-width: 768px) and (max-width: 979px) { - - section { - padding-top: 20px; - } -} - -/* preview */ - -.subhead { - padding-bottom: 0; - margin-bottom: 9px; -} - -.subhead h1 { - font-size: 54px; -} - -@media (min-width: 980px) { - - .preview { - padding-top: 100px; - } -} - -/* subnav */ - -.subnav { - margin-bottom: 60px; - width: 100%; - height: 36px; - background-color: black; /* Old browsers */ - color: white; - border: 1px solid #e5e5e5; -} - -.subnav .nav { - margin-bottom: 0; -} - -.subnav .nav > li > a { - margin: 0; - padding-top: 11px; - padding-bottom: 11px; - border-left: 1px solid #f5f5f5; - border-right: 1px solid #e5e5e5; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - color: yellow; -} - -.subnav .nav > li.active > a, -.subnav .nav > li > a:hover { - padding-left: 13px; - background: yellow; - color: black; - border-right-color: #ddd; - border-left: 0; -} - -.subnav .nav > .active > a .caret, -.subnav .nav > .active > a:hover .caret { - border-top-color: #777; -} - -.subnav .nav > li:first-child > a, -.subnav .nav > li:first-child > a:hover { - border-left: 0; - padding-left: 12px; - -webkit-border-radius: 4px 0 0 4px; - -moz-border-radius: 4px 0 0 4px; - border-radius: 4px 0 0 4px; -} - -.subnav .nav > li:last-child > a { - border-right: 0; -} - -.subnav .dropdown-menu { - -webkit-border-radius: 0 0 4px 4px; - -moz-border-radius: 0 0 4px 4px; - border-radius: 0 0 4px 4px; -} - -@media (max-width: 767px) { - - .subnav { - position: static; - top: auto; - z-index: auto; - width: auto; - height: auto; - background: #fff; /* whole background property since we use a background-image for gradient */ - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - } - - .subnav .nav > li { - float: none; - } - - .subnav .nav > li > a { - border: 0; - } - - .subnav .nav > li + li > a { - border-top: 1px solid #e5e5e5; - } - - .subnav .nav > li:first-child > a, - .subnav .nav > li:first-child > a:hover { - -webkit-border-radius: 4px 4px 0 0; - -moz-border-radius: 4px 4px 0 0; - border-radius: 4px 4px 0 0; - } -} - -@media (min-width: 980px) { - - .subnav-fixed { - position: fixed; - top: 40px; - left: 0; - right: 0; - z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */ - border-color: #d5d5d5; - border-width: 0 0 1px; /* drop the border on the fixed edges */ - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1); - -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1); - box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */ - } - - .subnav-fixed .nav { - width: 938px; - margin: 0 auto; - padding: 0 1px; - } - - .subnav .nav > li:first-child > a, - .subnav .nav > li:first-child > a:hover { - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - } -} - -@media (min-width: 1210px) { - - .subnav-fixed .nav { - width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */ - } -} -- cgit v1.2.3