|
181 | 181 | /*******************************************************************************/
|
182 | 182 | /* Article content
|
183 | 183 | /*******************************************************************************/
|
184 |
| - .example |
185 |
| -{ margin-bottom: 15px; |
| 184 | + .example |
| 185 | +{ margin-bottom: 15px; |
186 | 186 | background: #eee; }
|
187 | 187 |
|
188 |
| - .example .caption |
189 |
| -{ padding: .5em 0 .5em 33px; |
190 |
| - font-style: italic; |
191 |
| - color: #666; |
192 |
| -} |
| 188 | + .example .caption |
| 189 | +{ padding: .5em 0 .5em 33px; |
| 190 | + font-style: italic; |
| 191 | + color: #666; |
| 192 | + text-shadow: 0 1px 1px #fff; |
| 193 | + background: #e5e5e5; |
| 194 | + border: 1px solid #ccc; |
| 195 | + border-bottom: none; } |
| 196 | + |
193 | 197 | /*******************************************************************************/
|
194 | 198 | /* Syntax */
|
195 | 199 | /*******************************************************************************/
|
|
205 | 209 | -webkit-border-radius: 5px;
|
206 | 210 | -moz-border-radius: 5px;
|
207 | 211 | border-radius: 5px; }
|
208 |
| -*/ |
| 212 | +*/ |
| 213 | + p code |
| 214 | +{ background: #FFC; } |
| 215 | + |
209 | 216 | pre
|
210 | 217 | { border: 1px solid #ccc !important; }
|
211 | 218 |
|
|
472 | 479 | /*******************************************************************************/
|
473 | 480 |
|
474 | 481 | html.jquery-learning
|
475 |
| -{ background: #000 url(http://farm3.static.flickr.com/2767/4030906858_576419bcf8_o.jpg) no-repeat center 0; } |
| 482 | +{ background: #000 url(../i/learning_bg.jpg) no-repeat center 0; } |
476 | 483 |
|
477 | 484 | .jquery-learning h1 a
|
478 | 485 | { background: url(../i/logo-learning.png) no-repeat;
|
|
627 | 634 | text-decoration: none; }
|
628 | 635 |
|
629 | 636 | .project-select ul li:hover a em
|
630 |
| -{ opacity: 1.0; } |
| 637 | +{ opacity: 0.75; } |
631 | 638 |
|
632 | 639 | .project-select ul li a em
|
633 | 640 | { display: block;
|
634 |
| - color: #444; |
| 641 | + color: #fff; |
| 642 | + opacity: 0.25; |
635 | 643 | text-shadow: black 0 -1px 0;
|
636 | 644 | line-height: 140%;
|
637 | 645 | font-size: 9pt;
|
|
640 | 648 | right: 20px;
|
641 | 649 | bottom: 15px;
|
642 | 650 | position: absolute;
|
643 |
| - text-decoration: none; } |
| 651 | + text-decoration: none; |
| 652 | + -webkit-transition: all 500ms ease-in-out; |
| 653 | + -moz-transition: all 500ms ease-in-out; |
| 654 | + -o-transition: all 500ms ease-in-out; |
| 655 | + -ms-transition: all 500ms ease-in-out; |
| 656 | + transition: all 500ms ease-in-out; } |
644 | 657 |
|
645 | 658 | .project-select ul li a img
|
646 | 659 | { width: 84%;
|
|
682 | 695 |
|
683 | 696 | header nav.top ul.links li.dropdown:hover, header nav.top ul.dropdown.links li.active
|
684 | 697 | { }
|
| 698 | + |
| 699 | + header nav.top ul.links li.dropdown:hover ul, header nav.top ul.links li.dropdown.active ul |
| 700 | +{ display: block; } |
685 | 701 |
|
686 | 702 | header nav.top li.dropdown:hover a, header nav.top li.dropdown.active a
|
687 | 703 | { background: transparent url(../i/jq-global-noise-only.png); }
|
|
704 | 720 | z-index: 999;
|
705 | 721 | background: transparent url(../i/jq-global-noise-only.png); }
|
706 | 722 |
|
| 723 | + header nav.top li ul.last |
| 724 | +{ margin-left: -60px; } |
| 725 | + |
707 | 726 | header nav.top li ul li
|
708 | 727 | { float: none;
|
709 | 728 | border: none;
|
|
826 | 845 | header nav.top li.toggle-projects.active a
|
827 | 846 | { background-position: 100% -32px;
|
828 | 847 | background-color: transparent;
|
829 |
| - text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0, rgba(255, 255, 255, 0.8) 0 0 6px; } |
| 848 | + /* text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0, rgba(255, 255, 255, 0.8) 0 0 6px;*/ } |
830 | 849 |
|
831 | 850 | /*******************************************************************************/
|
832 | 851 | /* Global Footer */
|
|
1459 | 1478 | display: block;
|
1460 | 1479 | background: #eeeeee;
|
1461 | 1480 | float: left;
|
1462 |
| - padding: 0 1.5%; } |
| 1481 | + padding: 0 1.5% 25px; } |
1463 | 1482 |
|
1464 | 1483 | #container #body #sidebar ul
|
1465 | 1484 | { float: left;
|
|
1605 | 1624 | width: 100%;
|
1606 | 1625 | padding: 5% 6%; }
|
1607 | 1626 |
|
| 1627 | + .jquery-learning #sidebar h2 |
| 1628 | + { background: url(../i/learning_category_icon.png) no-repeat 0 5px; |
| 1629 | + padding-left: 26px; } |
| 1630 | + |
| 1631 | + .jquery-learning #sidebar .paper.subnav |
| 1632 | + { position: absolute; |
| 1633 | + height: 100%; |
| 1634 | + width: 24%; |
| 1635 | + margin: -43px 0 0 -30.5%; /* 6.5% */ |
| 1636 | + overflow: hidden; } |
| 1637 | + |
| 1638 | + .jquery-learning #sidebar .paper.subnav .shadow |
| 1639 | + { height: 100%; |
| 1640 | + width: 5px; |
| 1641 | + position: absolute; |
| 1642 | + -webkit-box-shadow: inset -2px 0 3px rgba(0,0,0,0.15); |
| 1643 | + z-index: 999; |
| 1644 | + right: 0; } |
| 1645 | + |
| 1646 | + .jquery-learning #sidebar .paper.subnav .paper_edges |
| 1647 | + { background: url(../i/learning_paper_bg.png) no-repeat 0 0; |
| 1648 | + width: 1px; |
| 1649 | + height: 1px; |
| 1650 | + padding: 238px 0 0 110px; |
| 1651 | + margin: -12px 0 0 0px; |
| 1652 | + overflow: hidden; |
| 1653 | + display: block; |
| 1654 | + z-index: 1; |
| 1655 | + text-indent: -999; |
| 1656 | + -webkit-transform: rotate(28deg); |
| 1657 | + -moz-transform: rotate(28deg); |
| 1658 | + transform: rotate(28deg); |
| 1659 | + -webkit-transition: all 500ms ease-in-out; |
| 1660 | + -moz-transition: all 500ms ease-in-out; |
| 1661 | + -o-transition: all 500ms ease-in-out; |
| 1662 | + -ms-transition: all 500ms ease-in-out; |
| 1663 | + transition: all 500ms ease-in-out; } |
| 1664 | + |
| 1665 | + .jquery-learning #sidebar .paper.subnav:hover .paper_edges |
| 1666 | + { -webkit-transform: rotate(0deg); |
| 1667 | + -moz-transform: rotate(0deg); |
| 1668 | + transform: rotate(0deg); } |
| 1669 | + |
| 1670 | + .jquery-learning #sidebar .paper.subnav:hover |
| 1671 | + { width: 30%; |
| 1672 | + margin-left: -36.5%; } |
| 1673 | + |
| 1674 | + .jquery-learning #sidebar .paper.subnav .inner |
| 1675 | + { width: 300px; |
| 1676 | + display: block; |
| 1677 | + background: #fff; |
| 1678 | + border-left: 1px solid rgba(0,0,0,0.25); |
| 1679 | + height: 100%; |
| 1680 | + margin: -120px 0 0 59px; } |
| 1681 | + |
| 1682 | + .jquery-learning #sidebar .paper.subnav .inner ul |
| 1683 | + { margin-top: -110px; |
| 1684 | + position: absolute; |
| 1685 | + width: 90%; |
| 1686 | + height: 100%; |
| 1687 | + background: white url(../i/learning_paper_line_bg.png) repeat-y 0 0; |
| 1688 | + margin-left: -2%; |
| 1689 | + opacity: 0; |
| 1690 | + -webkit-transition: all 500ms ease-in-out; |
| 1691 | + -moz-transition: all 500ms ease-in-out; |
| 1692 | + -o-transition: all 500ms ease-in-out; |
| 1693 | + -ms-transition: all 500ms ease-in-out; |
| 1694 | + transition: all 500ms ease-in-out; } |
| 1695 | + |
| 1696 | + .jquery-learning #sidebar .paper.subnav.open .inner ul |
| 1697 | + { opacity: 1; } |
1608 | 1698 |
|
1609 | 1699 |
|
1610 | 1700 | /*******************************************************************************/
|
|
0 commit comments