Changeset 6541
- Timestamp:
- 11/24/10 00:32:18 (2 years ago)
- Location:
- luci/trunk/themes/freifunk-generic
- Files:
-
- 3 modified
-
htdocs/luci-static/freifunk-generic/cascade.css (modified) (26 diffs)
-
htdocs/luci-static/freifunk-generic/logo.jpg (modified) (previous)
-
luasrc/view/themes/freifunk-generic/header.htm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
r6538 r6541 9 9 10 10 body { 11 color: #ccc ccc;11 color: #ccc; 12 12 background:#e5eef5 url(bg.jpg) repeat-x top left; 13 13 font-family: Verdana, Arial, sans-serif; … … 78 78 79 79 .error { 80 color: #f f0000;80 color: #f00; 81 81 background-color: white; 82 82 } 83 83 84 84 #header { 85 min-height: 98px;85 min-height: 100px; 86 86 background: #FFF url(header.jpg) repeat-x left bottom; 87 color: #ccc ccc;87 color: #ccc; 88 88 font-weight: bold; 89 text-align:right; 90 } 91 92 #header img { 93 border: 0; 94 padding-left: 10px; 89 95 } 90 96 91 97 #header_left{ 92 position: absolute;93 98 text-align:left; 94 99 top: 42px; 100 float:left; 95 101 } 96 102 … … 99 105 font: bold 28px Helvetica; 100 106 text-decoration: none; 101 }102 103 #header_right{104 text-align:right;105 }106 107 #header h1 {108 padding: 1em 1em 0 1em;109 107 } 110 108 … … 325 323 width: auto; 326 324 background: #000; 327 color: #fff fff;325 color: #fff; 328 326 list-style: none; 329 327 margin-right: 1px; … … 351 349 width: 98%; 352 350 min-height: 500px; 353 border: 3px solid #ccc ccc;351 border: 3px solid #ccc; 354 352 padding: 5px; 355 353 font-family: monospace; … … 364 362 color: #000; 365 363 font-size: 80%; 366 background: #fff fffurl(bg.jpg) repeat-x center bottom;367 border: 1px dashed # CCCCCC;364 background: #fff url(bg.jpg) repeat-x center bottom; 365 border: 1px dashed #ccc; 368 366 } 369 367 … … 389 387 margin-bottom: 0.5em; 390 388 padding: 0.5em 1em; 391 border: 1px dotted #555 555;392 background-color: #fff fff;389 border: 1px dotted #555; 390 background-color: #fff; 393 391 color: #000; 394 392 } … … 410 408 text-decoration: none !important; 411 409 font-weight: bold !important; 412 color: #555 555!important;410 color: #555 !important; 413 411 margin: 0.25em !important; 414 412 font-size: 100% !important; … … 452 450 border: 1px outset #000; 453 451 border-bottom: none; 454 background-color: # EEEEEE;455 color: # BBBBBB;452 background-color: #eee; 453 color: #bbb; 456 454 } 457 455 … … 470 468 padding-top: 4px; 471 469 color: #000; 472 background-color: # FFFFFF;470 background-color: #fff; 473 471 } 474 472 … … 477 475 background-position: 0.25em 50%; 478 476 background-repeat: no-repeat; 479 border-bottom: 1px solid # CCCCCC;477 border-bottom: 1px solid #ccc; 480 478 margin: 0.25em 0.25em 2em; 481 479 padding: 0.5em 0.5em 0.5em 2em; … … 494 492 input, 495 493 textarea { 496 background: #fff fff;497 color: #000; 498 border: 1px solid #ccc ccc;494 background: #fff; 495 color: #000; 496 border: 1px solid #ccc; 499 497 } 500 498 … … 509 507 textarea:focus, 510 508 textarea:hover { 511 background-color: #fff fff;509 background-color: #fff; 512 510 color: #000; 513 511 } … … 644 642 background: #f5f5f5; 645 643 color: #000; 646 border: 1px solid #666 666;644 border: 1px solid #666; 647 645 font-size: 90%; 648 646 width: 80%; … … 659 657 table.smalltext tr th { 660 658 padding: 0 0.25em; 661 border-left: 1px solid #666666;659 border-left: 1px dotted #666; 662 660 text-align: left; 663 661 } 664 662 665 663 table.smalltext tr td { 666 padding: 0 0.25em;667 border-top: 1px solid #666666;668 border-left: 1px solid #666666;664 padding: 0.2em; 665 border-top: 1px dotted #666; 666 border-left: 1px dotted #666; 669 667 } 670 668 … … 677 675 .cbi-section .cbi-rowstyle-1 h3 { 678 676 background-color: #f1f6fa; 679 color: #555 555;677 color: #555; 680 678 } 681 679 … … 688 686 vertical-align: middle; 689 687 padding-left: 0.25em; 690 border-bottom: 1px dashed #bbb bbb;688 border-bottom: 1px dashed #bbb; 691 689 } 692 690 … … 720 718 721 719 div.cbi-tblsection-create { 722 border-bottom: 1px dotted #bbb bbb;720 border-bottom: 1px dotted #bbb; 723 721 } 724 722 … … 728 726 729 727 input.cbi-section-create-name { 730 border: ;731 728 margin-right: -0.25em; 732 729 border-top-width: 1px; … … 734 731 border-bottom-width: 1px; 735 732 border-left-width: 1px; 736 border-top-color: #999 999;737 border-right-color: #999 999;738 border-bottom-color: #999 999;739 border-left-color: #999 999;733 border-top-color: #999; 734 border-right-color: #999; 735 border-bottom-color: #999; 736 border-left-color: #999; 740 737 } 741 738 … … 746 743 div.cbi-optionals { 747 744 padding: 0.25em; 748 border-bottom: 1px dotted #bbb bbb;745 border-bottom: 1px dotted #bbb; 749 746 } 750 747 … … 755 752 .cbi-section-node { 756 753 clear: both; 757 border-top: 1px dotted #bbb bbb;758 border-left: 1px dotted #bbb bbb;759 border-right: 1px dotted #bbb bbb;754 border-top: 1px dotted #bbb; 755 border-left: 1px dotted #bbb; 756 border-right: 1px dotted #bbb; 760 757 border-bottom: none; 761 758 padding-bottom: 0; … … 798 795 font-size: 95%; 799 796 font-weight: bold; 800 color: #f f0000;801 background-color: #fff fff;797 color: #f00; 798 background-color: #fff; 802 799 } 803 800 … … 809 806 .cbi-value-error select { 810 807 color: red; 811 background-color: #f fcccc;808 background-color: #fcc; 812 809 } 813 810 … … 844 841 .luci a:visited, 845 842 .exectime { 846 color: #666 666;843 color: #666; 847 844 text-decoration: none; 848 845 font-size: 70%; … … 855 852 .error500 { 856 853 white-space: normal; 857 border: 1px dotted #f f0000;858 background-color: #fff fff;854 border: 1px dotted #f00; 855 background-color: #fff; 859 856 color: #000; 860 857 padding: 0.5em; 861 858 } 862 859 } -
luci/trunk/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
r6501 r6541 22 22 local node = luci.dispatcher.context.dispatched 23 23 local hostname = luci.sys.hostname() 24 25 24 26 25 local c = luci.model.uci.cursor():get_all("freifunk", "community") … … 68 67 <body class="lang_<%=luci.i18n.context.lang%>"> 69 68 69 <div class="wrapper"> 70 70 71 <!--[if lt IE 7]> 71 72 <div class="warning"><div style="background-color: #cccccc;padding: 2px 10px 2px 10px"> … … 81 82 82 83 <div id="header"> 83 <span id="ff_logo"> 84 <a href="<%=homepage%>" style="text.decoration=none"><img src="/luci-static/freifunk-generic/logo.jpg" border="0" alt="FF Logo" align="left" /></a> 85 </span> 86 87 <span id="header_left"> 88 <a href="<%=homepage%>"><%=community%></a> 89 </span> 90 91 <h1><%=luci.version.distname%></h1> 92 <p> 93 <%=luci.version.distversion%><br /> 94 <%:Load%>: <%="%.2f" % load1%> <%="%.2f" % load5%> <%="%.2f" % load15%><br /> 95 <%:Hostname%>: <%=hostname%> 96 <br /> 97 </p> 84 <span id="header_left"> 85 <a href="<%=homepage%>"><img src="/luci-static/freifunk-generic/logo.jpg" alt="FF Logo" /></a> 86 <a href="<%=homepage%>"><%=community%></a> 87 </span> 88 <p> 89 <%=luci.version.distversion%><br /> 90 <%:Load%>: <%="%.2f" % load1%> <%="%.2f" % load5%> <%="%.2f" % load15%><br /> 91 <%:Hostname%>: <%=hostname%><br /> 92 </p> 98 93 </div> 99 94
