Changeset 262
- Timestamp:
- 08/17/08 17:28:13 (3 months ago)
- Files:
-
- trunk/camptocamp.org/web/static/css/main.css (modified) (8 diffs)
- trunk/camptocamp.org/web/static/images/cc_en.gif (added)
- trunk/camptocamp.org/web/static/images/cc_fr.gif (added)
- trunk/camptocamp.org/web/static/images/donate_en.gif (added)
- trunk/camptocamp.org/web/static/images/donate_es.gif (added)
- trunk/camptocamp.org/web/static/images/donate_fr.gif (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/camptocamp.org/web/static/css/main.css
r250 r262 777 777 /* Partners (with css sprites)*/ 778 778 #partners { 779 height: 30px;780 margin: 10px auto;781 padding: 0;779 height: 30px; 780 margin: 10px auto; 781 padding: 0; 782 782 } 783 783 #partners li { 784 margin: 0 5px;785 padding: 0;786 list-style: none;787 float: left;784 margin: 0 5px; 785 padding: 0; 786 list-style: none; 787 float: left; 788 788 } 789 789 #partners li, #partners a { 790 height: 30px; 791 display: block; 790 height: 30px; 791 display: block; 792 } 793 #partners li, #partners a { 794 background: transparent url(/static/images/partners.png) no-repeat; 792 795 } 793 796 794 797 #rhonealpes a { 795 background: transparent url(/static/images/partners.png) -15px -15px no-repeat; width: 130px;798 background-position: -15px -15px; width: 130px; 796 799 } 797 800 #europa a { 798 background: transparent url(/static/images/partners.png) -15px -75px no-repeat; width: 43px;801 background-position: -15px -75px; width: 43px; 799 802 } 800 803 #c2csa a { 801 background: transparent url(/static/images/partners.png) -15px -135px no-repeat; width: 51px; 802 } 803 804 background-position: -15px -135px; width: 51px; 805 } 804 806 805 807 #license_box … … 1606 1608 /* ---- Menu left ----*/ 1607 1609 1608 #nav_edit, #nav_anchor, #nav_news, #nav_tools, #wizard_button 1610 #nav_edit, #nav_anchor, #nav_news, #nav_tools, #wizard_button, #nav_buttons, #nav_figures 1609 1611 { 1610 1612 width: 200px; … … 1615 1617 } 1616 1618 1619 #nav_buttons input { 1620 border:0; 1621 } 1622 1623 #nav_buttons p { 1624 margin: 10px; 1625 } 1626 1617 1627 #nav_space 1618 1628 { … … 1622 1632 } 1623 1633 1624 #nav_edit p, #nav_anchor p, #nav_news p, #nav_tools p, #content p 1634 #nav_edit p, #nav_anchor p, #nav_news p, #nav_tools p, #content p, #nav_figures p 1625 1635 { 1626 1636 margin: 1em; 1627 1637 } 1628 1638 1629 #nav_edit li, #nav_anchor li, #nav_news li, #nav_tools li, #wizard_button li 1639 #nav_edit li, #nav_anchor li, #nav_news li, #nav_tools li, #wizard_button li, #nav_figures li 1630 1640 { 1631 1641 margin: 0 0 0 0.5em; 1632 1642 } 1633 1643 1634 #nav_edit ul, #nav_anchor ul, #nav_news ul, #nav_tools ul, #wizard_button ul 1644 #nav_edit ul, #nav_anchor ul, #nav_news ul, #nav_tools ul, #wizard_button ul, #nav_figures ul 1635 1645 { 1636 1646 margin-left: 0; … … 1645 1655 } 1646 1656 1657 #nav_figures ul 1658 { 1659 list-style-image : url(/static/images/picto/puce2.png); 1660 margin-left: 10px; 1661 } 1662 1663 #nav_figures li 1664 { 1665 font-size: 0.9em; 1666 } 1667 1647 1668 #nav_anchor_content, #nav_tools_content 1648 1669 { … … 1669 1690 } 1670 1691 1671 #nav_news_content 1692 #nav_news_content, #nav_figures_content 1672 1693 { 1673 1694 height:100%; … … 1678 1699 } 1679 1700 1680 #nav_news_top 1701 #nav_news_top, #nav_figures_top 1681 1702 { 1682 1703 height:5px; … … 1686 1707 } 1687 1708 1688 #nav_news_down 1709 #nav_news_down, #nav_figures_down 1689 1710 { 1690 1711 height:6px;
