diff --git a/themes/jquery/content/presentations/addyosmani-2.jpg b/themes/jquery/content/presentations/addyosmani-2.jpg deleted file mode 100755 index afe1ce8e..00000000 Binary files a/themes/jquery/content/presentations/addyosmani-2.jpg and /dev/null differ diff --git a/themes/jquery/content/presentations/building-spas-jquerys-best-friends.jpg b/themes/jquery/content/presentations/building-spas-jquerys-best-friends.jpg deleted file mode 100755 index 96889990..00000000 Binary files a/themes/jquery/content/presentations/building-spas-jquerys-best-friends.jpg and /dev/null differ diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index 955d8d3b..a92de329 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -2380,82 +2380,6 @@ footer strong { text-decoration: none; } -footer .cdn { - border-radius: 4px; - background: repeat-x center center #000; - width: 96%; - margin-left: 2%; - height: 30px; - line-height: 30px; - position: relative; - overflow: hidden; - white-space: nowrap; - -webkit-box-shadow: rgba(255,255,255,0.15) 0 1px 0; - box-shadow: rgba(255,255,255,0.15) 0 1px 0; -} - -footer .cdn ~ .cdn { margin-top: 5px; } - -footer .cdn ~ .cdn strong { text-align: right; } - -footer .cdn strong { - text-align: center; - height: 26px; - text-align: left; - padding: 0 6px 0 6px; - line-height: 28px; - display: inline-block; - margin: 2px 0 0 2px; - position: relative; - border-radius: 3px 0 0 3px; - background: #777; - color: #fff; - text-shadow: #000 0 -1px 0; - font-weight: bold; - background-color: #7a7a7a; - background-image: -webkit-linear-gradient(#7a7a7a, #5e5e5e); /* Chrome 10+, Saf6 */ - background-image: linear-gradient(top, #7a7a7a, #5e5e5e); - filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7a7a7a', EndColorStr='#5e5e5e'); /* IE6–IE9 */ - font-family: "klavika-web", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; -} - -footer .cdn strong:after { - content: ""; - display: block; - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; - border: solid 1px rgba(255,255,255,0.2); - border-radius: 3px 0 0 3px; -} - -footer .cdn strong em { - font-style: normal; - color: #ccc; - font-family: "source-code-pro", Consolas, monospace; - display: inline-block; - width: 35px; - padding-left: 5px; - padding-right: 4px; - text-align: right; -} - -footer .cdn input { - display: inline-block; - width: 100%; - background: transparent; - border: 0; - font-family: "source-code-pro", Consolas, monospace; - padding-left: 5px; - white-space: nowrap; - color: #ccc; - font-size: 12px; -} - -footer .cdn input:focus { outline: none; } - footer .download { text-align: center; color: #fff; @@ -2476,14 +2400,6 @@ footer .download a em { footer .download a:hover { border-bottom: solid 1px #888; } -footer .footer-icon-links { - padding: 15px 0; - margin: 0 2%; - border-top: solid 1px #333; - -webkit-box-shadow: #000 0 -1px 0; - box-shadow: #000 0 -1px 0; -} - footer .footer-icon-links li { width: 22%; margin-left: 11%; @@ -2671,8 +2587,6 @@ footer ul li { line-height: 30px; } -footer .bottom { margin: 0 10% 0 0; } - footer #legal { clear: left; display: block; @@ -2682,97 +2596,42 @@ footer #legal { box-shadow: #000 0 -1px 0; } -footer .presentations li { +footer .books li { float: left; - width: 45%; - min-width: 142px; - margin-left: 3.5%; + width: 30%; + min-width: 95px; + margin-left: 2.8%; + margin-bottom: 15px; line-height: 130%; font-size: 11px; + text-align: center; } -footer .presentations li a > span, -footer .books li a > span { - display: block; - border-radius: 5px; - border: solid 1px #000; - position: relative; - width: 142px; - height: 92px; - margin-bottom: 5px; - overflow: hidden; - background-clip: padding-box; -} - -footer .presentations li a:hover > span, -footer .books li a:hover > span { - border-color: white; +footer .books li:first-child { + margin-left: 2%; } -footer .presentations li a > span:after, -footer .books li a > span:after { - content: ""; +footer .books li a img { display: block; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; + border-radius: 5px; border: solid 1px rgba(255,255,255,0.2); - border-radius: 4px; + width: 92px; + height: 114px; + margin: 0 auto 5px; } -footer .presentations li a > span img { - max-width: 100%; - height: auto; +footer .books li a:hover img { + border-color: #fff; } -footer .presentations li a > br, -footer .books li a > br { display: none; } - -footer .presentations li a cite, -footer .books li a cite { - font-style: normal; +footer .books li a cite { display: block; - margin-top: 3px; + font-style: normal; font-size: 9px; + line-height: 1.5em; color: #aaa; } -footer .presentations li a cite, -footer .presentations li a strong, -footer .books li a cite, -footer .books li a strong { - line-height: 130%; - display: block; - font-weight: normal; -} - -footer .books li { - float: left; - width: 30%; - min-width: 95px; - margin-left: 2.8%; - margin-bottom: 15px; - line-height: 130%; - font-size: 11px; -} - -footer .books li:first-child { margin-left: 2%; } - -footer .books li a > span { - width: 90px; - height: 114px; -} - -footer .books li a > span.top { background-position: center top;} -footer .books li a > span.bottom { background-position: center bottom;} -footer .books li a > span { background-position: center center;} - -footer li img { - border-radius: 4px; -} - /* General Styles @@ -3261,7 +3120,6 @@ footer li img { padding: 0; } - footer .presentations li, footer .books li { clear: both; margin-bottom: 10px; @@ -3271,7 +3129,6 @@ footer li img { text-align: center; } - footer .presentations li span, footer .books li span { display: block; margin-left: auto; @@ -3366,8 +3223,8 @@ footer li img { #banner-secondary { margin-left: -25px; margin-right: -25px; - } + footer .footer-icon-links li a:before { display: none; } @@ -3375,7 +3232,7 @@ footer li img { footer .footer-icon-links li:first-child { margin-left: 0; } - + footer .download > span { white-space: normal; } diff --git a/themes/jquery/footer-mobile.php b/themes/jquery/footer-mobile.php index aa4e1481..f3f069b8 100644 --- a/themes/jquery/footer-mobile.php +++ b/themes/jquery/footer-mobile.php @@ -3,33 +3,6 @@
-