Changeset 8713
- Timestamp:
- 05/24/08 16:32:57 (8 months ago)
- Files:
-
- art/themes/simple-green/layout.html (modified) (1 diff)
- art/themes/simple-green/style.css (modified) (4 diffs)
- art/themes/simple-green/style.rtl.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/simple-green/layout.html
r8461 r8713 3 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 4 4 <head> 5 <title>{site-title}</title> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 7 <meta name="keywords" content="{site-keywords}" /> 8 <base href="{BASE_URL}" /> 9 <link rel="stylesheet" type="text/css" href="{THEME}style{.dir}.css" /> 10 <!-- BEGIN head --> 11 {ELEMENT} 12 <!-- END head --> 5 <title>{site-title}</title> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 7 <meta name="keywords" content="{site-keywords}" /> 8 <base href="{BASE_URL}" /> 9 <link rel="stylesheet" type="text/css" href="{THEME}style{.dir}.css" /> 10 <!-- BEGIN head -->{ELEMENT}<!-- END head --> 13 11 </head> 14 12 <body> 15 13 <div id="container"> 16 14 <div id="header"> 17 <div class="title"> {site-name}</div>15 <div class="title"><a href="{site-url}">{site-name}</a></div> 18 16 <div class="desc">{site-description}</div> 19 17 <!-- BEGIN header -->{ELEMENT}<!-- END header --> art/themes/simple-green/style.css
r8665 r8713 2 2 background-color: #fff; 3 3 font-family: trebuchet ms,arial,helvetica,sans-serif; 4 font-size: 1 0pt;5 color: # 555753;4 font-size: 12px; 5 color: #97d039; 6 6 margin: 0; 7 7 padding: 0; … … 10 10 11 11 #container {width: 100%; margin: 0px auto;} 12 #header {padding: 10px; border-top: 5px solid #97df39;} 12 #header { 13 padding: 10px; 14 color: #fff; 15 background: #97d039; 16 height: 60px; 17 display:block; 18 border-bottom: 2px solid #049; 19 } 13 20 #header .title {font-size: 28px; color: #97df39;} 14 #header .desc {color: #babdb6; font-size: 20px;} 15 16 #main { min-width:180px; width: 99%; padding:10px;} 17 #bar1 { width:180px; min-width:180px; display:block; padding:10px; padding-left: 25px; display: block;} 18 #bar2 { width:180px; min-width:180px; display:block; padding:10px; padding-right: 25px; display: block;} 21 #header .title a {color: #fff; text-decoration: none;} 22 #header .desc {color: #7a7d76; font-size: 20px;} 23 24 #main {padding:10px;} 25 #bar1 {width:180px; display:block; padding:10px; padding-left: 25px;} 26 #bar2 {width:180px; display:block; padding:10px; padding-right: 25px;} 19 27 20 28 #footer {color: #d3d7cf; text-align: center;} … … 354 362 .gadget .content ul {list-style: none;} 355 363 .gadget .content ul li {padding-bottom: 2px;} 356 .gadget .actions { font-size: 9pt; text-align: right; border-top: 1px dotted #f0ddaa;}364 .gadget .actions {margin:0px 5px; font-size: 9pt; text-align: right; border-top: 1px dotted #f0ddaa;} 357 365 .gadget .actions div {text-align: left;} 358 366 .gadget .actions button{ … … 622 630 .preferences p {padding-bottom: 4px;} 623 631 .preferences label {display: block; font-weight: bold;} 624 .preferences input, .preferences select {padding: 2px; width: 1 90px; font-size: 10pt;}632 .preferences input, .preferences select {padding: 2px; width: 170px; font-size: 10pt;} 625 633 .wide .preferences p {clear: left; padding-left: 145px;} 626 634 .wide .preferences p label {float:left; display: inline; width: 140px; margin-left: -145px;} 627 635 .wide .preferences input, .wide .preferences select {width: 320px;} 628 .wide .preferences .actions {text-align:left; margin-left: 150px;} 636 .wide .preferences .actions {text-align:left; margin-left: 148px;} 637 638 /* Menu */ 639 .menu:after {height: 0; clear: both; content: "."; display: block; visibility: hidden;} 640 .menu .content, .menu .content ul, .menu .content ul li {padding:0; margin:0;} 641 .menu .content ul {position:relative; list-style-type: none; display:inline-block; z-index:1000;} 642 .narrow .menu .content ul {z-index:500;} 643 .menu a, .menu a:visited { 644 padding:4px; 645 display:block; 646 min-height:18px; 647 font-weight: bold; 648 text-decoration:none; 649 border:1px solid #fff; 650 border-bottom: none; 651 } 652 .menu li {background:#f0f0f0;} 653 .wide .menu li {float: left;} 654 .narrow .menu li a, .narrow .menu li a:visited {width:190px;} 655 .wide .menu li ul li a, .wide .menu li ul li a:visited {width:190px;} 656 .menu li:hover {position:relative;} 657 .menu li:hover > a {background:#ddd; color:#37a;} 658 .narrow .menu li ul {display:none;} 659 .wide .menu li ul {display:none;} 660 .menu li:hover > ul { 661 display:block; 662 position:absolute; 663 padding:10px 30px 30px 30px; 664 background:transparent url(images/blank.gif); 665 } 666 .wide .menu li:hover > ul {top:16px; left:-30px;} 667 .wide .menu li ul li:hover > ul {top:-10px; left:148px;} 668 .narrow .menu li:hover > ul {top:-10px; left:148px;} 669 .menu ul table { 670 top:0; 671 left:0; 672 z-index:1000; 673 font-size:1em; 674 position:absolute; 675 border-collapse:collapse; 676 } 677 * html .menu a:hover {background:#ddd; color:#37a; position:relative;} 678 * html .wide .menu a:hover {float: left;} 679 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:200px;} 680 * html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 681 * html .narrow .menu li ul { 682 display:block; 683 position:absolute; 684 visibility:hidden; 685 top:-11px; left:148px; 686 padding:10px 30px 30px 30px; 687 background:transparent url(images/blank.gif); 688 } 689 * html .wide .menu li ul { 690 display:block; 691 position:absolute; 692 visibility:hidden; 693 top:0px; left:148px; 694 padding:10px 30px 30px 30px; 695 background:transparent url(images/blank.gif); 696 } 697 .wide .menu ul li a:hover ul ul{visibility:hidden;} 698 .wide .menu ul li a:hover ul a:hover ul ul{visibility:hidden;} 699 .wide .menu ul li a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 700 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} 701 .wide .menu ul li a:hover ul {visibility:visible; left:-31px; top:14px;} 702 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-11px; left:148px;} 703 .wide .menu ul li a:hover ul a:hover ul a:hover ul {visibility:visible;} 704 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} 705 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} 706 .narrow .menu ul a:hover ul ul{visibility:hidden;} 707 .narrow .menu ul a:hover ul a:hover ul ul{visibility:hidden;} 708 .narrow .menu ul a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 709 .narrow .menu ul a:hover ul {visibility:visible;} 710 .narrow .menu ul a:hover ul a:hover ul{visibility:visible;} 711 .narrow .menu ul a:hover ul a:hover ul a:hover ul {visibility:visible;} 712 .narrow .menu ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} art/themes/simple-green/style.rtl.css
r8669 r8713 2 2 background-color: #fff; 3 3 font-family: tahoma, georgia, arial, trebuchet ms, helvetica, sans-serif; 4 font-size: 1 0pt;5 color: # 555753;4 font-size: 12px; 5 color: #97d039; 6 6 margin: 0; 7 7 padding: 0; … … 10 10 11 11 #container {width: 100%; margin: 0px auto; direction: rtl;} 12 #header {padding: 10px; border-top: 5px solid #97df39;} 12 #header { 13 padding: 10px; 14 color: #fff; 15 background: #97d039; 16 height: 60px; 17 display:block; 18 border-bottom: 2px solid #049; 19 } 13 20 #header .title {font-size: 28px; color: #97df39;} 14 #header .desc {color: #babdb6; font-size: 20px;} 15 16 #main { min-width:180px; width: 99%; padding:10px;} 17 #bar1 { width:180px; min-width:180px; display:block; padding:10px; padding-right: 25px; display: block;} 18 #bar2 { width:180px; min-width:180px; display:block; padding:10px; padding-left: 25px; display: block;} 21 #header .title a {color: #fff; text-decoration: none;} 22 #header .desc {color: #7a7d76; font-size: 20px;} 23 24 #main {padding:10px;} 25 #bar1 {width:180px; display:block; padding:10px; padding-right: 25px;} 26 #bar2 {width:180px; display:block; padding:10px; padding-left: 25px;} 19 27 20 28 #footer {color: #d3d7cf; text-align: center;} … … 354 362 .gadget .content ul {list-style: none;} 355 363 .gadget .content ul li {padding-bottom: 2px;} 356 .gadget .actions { font-size: 9pt; text-align: left; border-top: 1px dotted #f0ddaa;}364 .gadget .actions {margin:0px 5px; font-size: 9pt; text-align: left; border-top: 1px dotted #f0ddaa;} 357 365 .gadget .actions div {text-align: right;} 358 366 .gadget .actions button{ … … 622 630 .preferences p {padding-bottom: 4px;} 623 631 .preferences label {display: block; font-weight: bold;} 624 .preferences input, .preferences select {padding: 2px; width: 1 90px; font-size: 10pt;}632 .preferences input, .preferences select {padding: 2px; width: 170px; font-size: 10pt;} 625 633 .wide .preferences p {clear: right; padding-right: 145px;} 626 634 .wide .preferences p label {float:right; display: inline; width: 140px; margin-right: -145px;} 627 635 .wide .preferences input, .wide .preferences select {width: 320px;} 628 .wide .preferences .actions {text-align:right; margin-right: 150px;} 636 .wide .preferences .actions {text-align:right; margin-right: 148px;} 637 638 /* Menu */ 639 .menu:after {height: 0; clear: both; content: "."; display: block; visibility: hidden;} 640 .menu .content, .menu .content ul, .menu .content ul li {padding:0; margin:0;} 641 .menu .content ul {position:relative; list-style-type: none; display:inline-block; z-index:1000;} 642 .narrow .menu .content ul {z-index:500;} 643 .menu a, .menu a:visited { 644 padding:4px; 645 display:block; 646 min-height:18px; 647 font-weight: bold; 648 text-decoration:none; 649 border:1px solid #fff; 650 border-bottom: none; 651 } 652 .menu li {background:#f0f0f0;} 653 .wide .menu li {float: right;} 654 .narrow .menu li a, .narrow .menu li a:visited {width:190px;} 655 .wide .menu li ul li a, .wide .menu li ul li a:visited {width:190px;} 656 .menu li:hover {position:relative;} 657 .menu li:hover > a {background:#ddd; color:#37a;} 658 .narrow .menu li ul {display:none;} 659 .wide .menu li ul {display:none;} 660 .menu li:hover > ul { 661 display:block; 662 position:absolute; 663 padding:10px 30px 30px 30px; 664 background:transparent url(images/blank.gif); 665 } 666 .wide .menu li:hover > ul {top:16px; right:-30px;} 667 .wide .menu li ul li:hover > ul {top:-10px; right:148px;} 668 .narrow .menu li:hover > ul {top:-10px; right:148px;} 669 .menu ul table { 670 top:0; 671 right:0; 672 z-index:1000; 673 font-size:1em; 674 position:absolute; 675 border-collapse:collapse; 676 } 677 * html .menu a:hover {background:#ddd; color:#37a; position:relative;} 678 * html .wide .menu a:hover {float: left;} 679 * html .wide .menu li ul a:hover {float: none;} 680 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:200px;} 681 * html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 682 * html .narrow .menu li ul { 683 display:block; 684 position:absolute; 685 visibility:hidden; 686 top:-11px; right:148px; 687 padding:10px 30px 30px 30px; 688 background:transparent url(images/blank.gif); 689 } 690 * html .wide .menu li ul { 691 display:block; 692 position:absolute; 693 visibility:hidden; 694 top:0px; right:148px; 695 padding:10px 30px 30px 30px; 696 background:transparent url(images/blank.gif); 697 } 698 .wide .menu ul li a:hover ul ul{visibility:hidden;} 699 .wide .menu ul li a:hover ul a:hover ul ul{visibility:hidden;} 700 .wide .menu ul li a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 701 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} 702 .wide .menu ul li a:hover ul {visibility:visible; right:-31px; top:14px;} 703 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-11px; right:148px;} 704 .wide .menu ul li a:hover ul a:hover ul a:hover ul {visibility:visible;} 705 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} 706 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} 707 .narrow .menu ul a:hover ul ul{visibility:hidden;} 708 .narrow .menu ul a:hover ul a:hover ul ul{visibility:hidden;} 709 .narrow .menu ul a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 710 .narrow .menu ul a:hover ul {visibility:visible;} 711 .narrow .menu ul a:hover ul a:hover ul{visibility:visible;} 712 .narrow .menu ul a:hover ul a:hover ul a:hover ul {visibility:visible;} 713 .narrow .menu ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
