MyWikiBiz, Author Your Legacy — Friday November 29, 2024
Jump to navigationJump to search
266 bytes added
, 01:31, 6 June 2007
Line 27: |
Line 27: |
| body.page-Main_Page h1.firstHeading { | | body.page-Main_Page h1.firstHeading { |
| display: none !important; | | display: none !important; |
− | }
| |
− |
| |
− | /* the tagline */
| |
− | #siteSub {
| |
− | display: inline;
| |
− | font-size: 100%;
| |
− | font-weight: bold;
| |
− | color: #01459A;
| |
− | border-bottom-style: none;
| |
| } | | } |
| | | |
Line 44: |
Line 35: |
| text-align: right; | | text-align: right; |
| } | | } |
− |
| |
− | /*
| |
− | #fundraising {
| |
− | text-align: center;
| |
− | border: 1px solid gray;
| |
− | padding: 5px;
| |
− | }
| |
− | */
| |
| | | |
| /****************************/ | | /****************************/ |
Line 70: |
Line 53: |
| | | |
| .ns-0 * #content { | | .ns-0 * #content { |
| + | background: white; |
| + | } |
| + | |
| + | .ns-110 * #content { |
| background: white; | | background: white; |
| } | | } |
Line 78: |
Line 65: |
| | | |
| .ns-0 * #mytabs li { | | .ns-0 * #mytabs li { |
| + | background: white; |
| + | } |
| + | |
| + | .ns-110 * #mytabs li { |
| background: white; | | background: white; |
| } | | } |
Line 86: |
Line 77: |
| | | |
| .ns-0 * #mytabs li a { | | .ns-0 * #mytabs li a { |
| + | background-color: white; |
| + | } |
| + | |
| + | .ns-110 * #mytabs li a { |
| background-color: white; | | background-color: white; |
| } | | } |
Line 94: |
Line 89: |
| | | |
| .ns-0 * #p-cactions li a { | | .ns-0 * #p-cactions li a { |
| + | background-color: #fbfbfb; |
| + | } |
| + | |
| + | .ns-110 * #p-cactions li a { |
| background-color: #fbfbfb; | | background-color: #fbfbfb; |
| } | | } |
| | | |
| .ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover { | | .ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover { |
| + | background-color: white; |
| + | } |
| + | |
| + | .ns-110 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover { |
| background-color: white; | | background-color: white; |
| } | | } |
| | | |
| .ns-0 * #content div.thumb { | | .ns-0 * #content div.thumb { |
| + | border-color: white; |
| + | } |
| + | |
| + | .ns-110 * #content div.thumb { |
| border-color: white; | | border-color: white; |
| } | | } |
Line 118: |
Line 125: |
| } | | } |
| | | |
− | /* Display "From Wikipedia, the free encyclopedia" */ | + | /* Display tagline */ |
| #siteSub { | | #siteSub { |
| display: inline; | | display: inline; |
Line 124: |
Line 131: |
| font-weight: normal; | | font-weight: normal; |
| } | | } |
| + | |
| + | /* the tagline */ |
| + | /* |
| + | #siteSub { |
| + | display: inline; |
| + | font-size: 100%; |
| + | font-weight: bold; |
| + | color: #01459A; |
| + | border-bottom-style: none; |
| + | } |
| + | */ |
| | | |
| #bodyContent #siteSub a { | | #bodyContent #siteSub a { |