Changeset 1089 for trunk/core/index.html
- Timestamp:
- 11/30/08 17:20:31 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/index.html (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/index.html
r937 r1089 96 96 } 97 97 98 #pattern LeftBar {99 /* Left bar width is defined in view leftbar.pattern.tmpl */98 #patternSideBar { 99 /* Left bar width is defined in viewsidebar.pattern.tmpl */ 100 100 float:left; 101 101 display:inline; … … 104 104 overflow:hidden; 105 105 } 106 #pattern LeftBarContents {106 #patternSideBarContents { 107 107 left:-1px; 108 108 position:relative; … … 389 389 padding:0 1.5em 3em 3em; 390 390 } 391 #pattern LeftBarContents {391 #patternSideBarContents { 392 392 margin:0 1em 1em 1em; 393 393 } … … 484 484 } 485 485 /* TipsContrib - in left bar */ 486 #pattern LeftBar .tipsOfTheDayHeader img {486 #patternSideBar .tipsOfTheDayHeader img { 487 487 /* hide lamp icon */ 488 488 display:none; 489 489 } 490 #pattern LeftBar .tipsOfTheDayContents {490 #patternSideBar .tipsOfTheDayContents { 491 491 padding:.25em .25em .5em .25em; 492 492 height:1%; /* or Win IE won't display a background */ 493 493 overflow:hidden; 494 494 } 495 #pattern LeftBar .tipsOfTheDayHeader {495 #patternSideBar .tipsOfTheDayHeader { 496 496 display:block; 497 497 font-weight:normal; … … 738 738 margin:1em 0 2em 0; 739 739 } 740 #pattern LeftBarContents {740 #patternSideBarContents { 741 741 font-size:94%; /*S2*/ 742 742 padding:0 0 .5em 0; 743 743 } 744 #pattern LeftBarContents a img {744 #patternSideBarContents a img { 745 745 margin:1px 0 0 0; 746 746 } 747 #pattern LeftBarContents a:link,748 #pattern LeftBarContents a:visited {749 text-decoration:none; 750 } 751 #pattern LeftBarContents ul {747 #patternSideBarContents a:link, 748 #patternSideBarContents a:visited { 749 text-decoration:none; 750 } 751 #patternSideBarContents ul { 752 752 padding:0; 753 753 margin:.5em 0 1em 0; 754 754 list-style:none; 755 755 } 756 #pattern LeftBarContents li {756 #patternSideBarContents li { 757 757 width:100%; 758 758 margin:0 1.1em 0 0; 759 759 overflow:hidden; 760 760 } 761 #pattern LeftBarContents .patternWebIndicator {761 #patternSideBarContents .patternWebIndicator { 762 762 margin:0 -1em; /*S6*/ 763 763 padding:.55em 1em; /*S6*/ … … 765 765 text-align:center; 766 766 } 767 #pattern LeftBarContents .patternWebIndicator a:link,768 #pattern LeftBarContents .patternWebIndicator a:visited {769 text-decoration:none; 770 } 771 #pattern LeftBarContents .patternLeftBarPersonal {767 #patternSideBarContents .patternWebIndicator a:link, 768 #patternSideBarContents .patternWebIndicator a:visited { 769 text-decoration:none; 770 } 771 #patternSideBarContents .patternLeftBarPersonal { 772 772 margin:0 -1em; /*S6*/ 773 773 padding:.55em 1em; /*S6*/ … … 776 776 border-style:solid; 777 777 } 778 #pattern LeftBarContents .patternLeftBarPersonal ul {778 #patternSideBarContents .patternLeftBarPersonal ul { 779 779 margin:0; 780 780 padding:0; 781 781 } 782 #pattern LeftBarContents .patternLeftBarPersonal li {782 #patternSideBarContents .patternLeftBarPersonal li { 783 783 padding-left:1em; 784 784 background-repeat:no-repeat; 785 785 } 786 #pattern LeftBarContents .patternLeftBarPersonal a:hover {786 #patternSideBarContents .patternLeftBarPersonal a:hover { 787 787 text-decoration:none; 788 788 } … … 1219 1219 border-color:#ccc; 1220 1220 } 1221 #pattern LeftBar, #patternLeftBarContents { /* don't set a background here; use patternWrapper */ }1221 #patternSideBar, #patternSideBarContents { /* don't set a background here; use patternWrapper */ } 1222 1222 #patternWrapper { 1223 1223 background-color:#F6FAFD; /*BG13*/ … … 1395 1395 } 1396 1396 /* TipsContrib - in left bar */ 1397 #pattern LeftBar .tipsOfTheDay a:link,1398 #pattern LeftBar .tipsOfTheDay a:visited {1397 #patternSideBar .tipsOfTheDay a:link, 1398 #patternSideBar .tipsOfTheDay a:visited { 1399 1399 color:#a00; /*T5*/ 1400 1400 } 1401 #pattern LeftBar .tipsOfTheDay a:hover {1401 #patternSideBar .tipsOfTheDay a:hover { 1402 1402 color:#FBF7E8; /*T3*/ 1403 1403 } … … 1537 1537 } 1538 1538 /* Left bar */ 1539 #pattern LeftBarContents {1539 #patternSideBarContents { 1540 1540 color:#666; /*T7*/ 1541 1541 } 1542 #pattern LeftBarContents .patternWebIndicator {1542 #patternSideBarContents .patternWebIndicator { 1543 1543 color:#000; /*T1*/ 1544 1544 } 1545 #pattern LeftBarContents .patternWebIndicator a:link,1546 #pattern LeftBarContents .patternWebIndicator a:visited {1545 #patternSideBarContents .patternWebIndicator a:link, 1546 #patternSideBarContents .patternWebIndicator a:visited { 1547 1547 color:#000; /*T1*/ 1548 1548 } 1549 #pattern LeftBarContents .patternWebIndicator a:hover {1549 #patternSideBarContents .patternWebIndicator a:hover { 1550 1550 color:#FBF7E8; /*T3*/ 1551 1551 } 1552 #pattern LeftBarContents hr {1552 #patternSideBarContents hr { 1553 1553 color:#E2DCC8; /*BO4*/ 1554 1554 background-color:#E2DCC8; /*BO4*/ 1555 1555 } 1556 #pattern LeftBarContents a:link,1557 #pattern LeftBarContents a:visited {1556 #patternSideBarContents a:link, 1557 #patternSideBarContents a:visited { 1558 1558 color:#7A4707; /*T6*/ 1559 1559 } 1560 #pattern LeftBarContents a:hover {1560 #patternSideBarContents a:hover { 1561 1561 color:#FBF7E8; /*C3*/ 1562 1562 } 1563 #pattern LeftBarContents b,1564 #pattern LeftBarContents strong {1563 #patternSideBarContents b, 1564 #patternSideBarContents strong { 1565 1565 color:#333; /*T11*/ 1566 1566 } 1567 #pattern LeftBarContents .patternChangeLanguage {1567 #patternSideBarContents .patternChangeLanguage { 1568 1568 color:#8E9195; /*T8*/ 1569 1569 } 1570 #pattern LeftBarContents .patternLeftBarPersonal {1570 #patternSideBarContents .patternLeftBarPersonal { 1571 1571 border-color:#D9EAF6; 1572 1572 } 1573 #pattern LeftBarContents .patternLeftBarPersonal a:link,1574 #pattern LeftBarContents .patternLeftBarPersonal a:visited {1573 #patternSideBarContents .patternLeftBarPersonal a:link, 1574 #patternSideBarContents .patternLeftBarPersonal a:visited { 1575 1575 color:#06c; /*T2*/; 1576 1576 } 1577 #pattern LeftBarContents .patternLeftBarPersonal a:hover {1577 #patternSideBarContents .patternLeftBarPersonal a:hover { 1578 1578 color:#FBF7E8; /*C3*/ 1579 1579 background-color:#D6000F; /*BG2*/
Note: See TracChangeset
for help on using the changeset viewer.
