Mercurial > hg > soundsoftware-site
comparison public/stylesheets/.svn/tmp/application.css.tmp @ 524:1248a47e81b3 feature_36
Merge from branch "luisf"
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Jul 2011 14:39:38 +0100 |
parents | eeebe205a056 |
children |
comparison
equal
deleted
inserted
replaced
519:3be6bc3c2a17 | 524:1248a47e81b3 |
---|---|
1 html {overflow-y:scroll;} | |
1 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; } | 2 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; } |
2 | 3 |
3 h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;} | 4 h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;} |
4 h1 {margin:0; padding:0; font-size: 24px;} | 5 h1 {margin:0; padding:0; font-size: 24px;} |
5 h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;} | 6 h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;} |
111 table.list td.buttons a { padding-right: 0.6em; } | 112 table.list td.buttons a { padding-right: 0.6em; } |
112 table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; } | 113 table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; } |
113 | 114 |
114 tr.project td.name a { white-space:nowrap; } | 115 tr.project td.name a { white-space:nowrap; } |
115 | 116 |
116 tr.project.idnt td.name a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;} | 117 tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;} |
117 tr.project.idnt-1 td.name {padding-left: 0.5em;} | 118 tr.project.idnt-1 td.name {padding-left: 0.5em;} |
118 tr.project.idnt-2 td.name {padding-left: 2em;} | 119 tr.project.idnt-2 td.name {padding-left: 2em;} |
119 tr.project.idnt-3 td.name {padding-left: 3.5em;} | 120 tr.project.idnt-3 td.name {padding-left: 3.5em;} |
120 tr.project.idnt-4 td.name {padding-left: 5em;} | 121 tr.project.idnt-4 td.name {padding-left: 5em;} |
121 tr.project.idnt-5 td.name {padding-left: 6.5em;} | 122 tr.project.idnt-5 td.name {padding-left: 6.5em;} |
175 tr.user td { width:13%; } | 176 tr.user td { width:13%; } |
176 tr.user td.email { width:18%; } | 177 tr.user td.email { width:18%; } |
177 tr.user td { white-space: nowrap; } | 178 tr.user td { white-space: nowrap; } |
178 tr.user.locked, tr.user.registered { color: #aaa; } | 179 tr.user.locked, tr.user.registered { color: #aaa; } |
179 tr.user.locked a, tr.user.registered a { color: #aaa; } | 180 tr.user.locked a, tr.user.registered a { color: #aaa; } |
181 | |
182 tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;} | |
180 | 183 |
181 tr.time-entry { text-align: center; white-space: nowrap; } | 184 tr.time-entry { text-align: center; white-space: nowrap; } |
182 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; } | 185 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; } |
183 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; } | 186 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; } |
184 td.hours .hours-dec { font-size: 0.9em; } | 187 td.hours .hours-dec { font-size: 0.9em; } |
417 .tabular.settings p{ padding-left: 300px; } | 420 .tabular.settings p{ padding-left: 300px; } |
418 .tabular.settings label{ margin-left: -300px; width: 295px; } | 421 .tabular.settings label{ margin-left: -300px; width: 295px; } |
419 .tabular.settings textarea { width: 99%; } | 422 .tabular.settings textarea { width: 99%; } |
420 | 423 |
421 fieldset.settings label { display: block; } | 424 fieldset.settings label { display: block; } |
425 .parent { padding-left: 20px; } | |
422 | 426 |
423 .required {color: #bb0000;} | 427 .required {color: #bb0000;} |
424 .summary {font-style: italic;} | 428 .summary {font-style: italic;} |
425 | 429 |
426 #attachments_fields input[type=text] {margin-left: 8px; } | 430 #attachments_fields input[type=text] {margin-left: 8px; } |
660 font-size: 80%; | 664 font-size: 80%; |
661 color: #aaa; | 665 color: #aaa; |
662 } | 666 } |
663 | 667 |
664 #parent_issue_candidates ul li {width: 500px;} | 668 #parent_issue_candidates ul li {width: 500px;} |
669 #related_issue_candidates ul li {width: 500px;} | |
665 | 670 |
666 /***** Diff *****/ | 671 /***** Diff *****/ |
667 .diff_out { background: #fcc; } | 672 .diff_out { background: #fcc; } |
668 .diff_in { background: #cfc; } | 673 .diff_in { background: #cfc; } |
669 | 674 |
712 } | 717 } |
713 * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */ | 718 * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */ |
714 | 719 |
715 div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; } | 720 div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; } |
716 div.wiki ul.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; } | 721 div.wiki ul.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; } |
717 div.wiki ul.toc li { list-style-type:none;} | 722 div.wiki ul.toc ul { margin: 0; padding: 0; } |
718 div.wiki ul.toc li.heading2 { margin-left: 6px; } | 723 div.wiki ul.toc li { list-style-type:none; margin: 0;} |
719 div.wiki ul.toc li.heading3 { margin-left: 12px; font-size: 0.8em; } | 724 div.wiki ul.toc li li { margin-left: 1.5em; } |
725 div.wiki ul.toc li li li { font-size: 0.8em; } | |
720 | 726 |
721 div.wiki ul.toc a { | 727 div.wiki ul.toc a { |
722 font-size: 0.9em; | 728 font-size: 0.9em; |
723 font-weight: normal; | 729 font-weight: normal; |
724 text-decoration: none; | 730 text-decoration: none; |
774 border-right: 1px solid #c0c0c0; | 780 border-right: 1px solid #c0c0c0; |
775 text-align: center; | 781 text-align: center; |
776 overflow: hidden; | 782 overflow: hidden; |
777 } | 783 } |
778 | 784 |
785 .gantt_subjects { font-size: 0.8em; } | |
786 | |
779 .task { | 787 .task { |
780 position: absolute; | 788 position: absolute; |
781 height:8px; | 789 height:8px; |
782 font-size:0.8em; | 790 font-size:0.8em; |
783 color:#888; | 791 color:#888; |
786 line-height:0.8em; | 794 line-height:0.8em; |
787 white-space:nowrap; | 795 white-space:nowrap; |
788 } | 796 } |
789 | 797 |
790 .task.label {width:100%;} | 798 .task.label {width:100%;} |
799 .task.label.project, .task.label.version { font-weight: bold; } | |
791 | 800 |
792 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; } | 801 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; } |
793 .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; } | 802 .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; } |
794 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; } | 803 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; } |
795 | 804 |
796 .task_todo.parent { background: #888; border: 1px solid #888; height: 6px;} | 805 .task_todo.parent { background: #888; border: 1px solid #888; height: 3px;} |
797 .task_late.parent, .task_done.parent { height: 3px;} | 806 .task_late.parent, .task_done.parent { height: 3px;} |
798 .task_todo.parent .left { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -5px; left: 0px; top: -1px;} | 807 .task.parent.marker.starting { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; left: 0px; top: -1px;} |
799 .task_todo.parent .right { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-right: -5px; right: 0px; top: -1px;} | 808 .task.parent.marker.ending { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; right: 0px; top: -1px;} |
800 | 809 |
801 .milestone { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; } | 810 .version.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} |
802 .milestone_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} | 811 .version.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;} |
803 .milestone_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;} | 812 .version.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;} |
804 .milestone_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;} | 813 .version.marker { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; } |
805 .project-line { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; } | 814 |
806 .project_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} | 815 .project.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} |
807 .project_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;} | 816 .project.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;} |
808 .project_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;} | 817 .project.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;} |
818 .project.marker { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; } | |
809 | 819 |
810 .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;} | 820 .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;} |
811 .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;} | 821 .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;} |
812 | 822 |
813 /***** Icons *****/ | 823 /***** Icons *****/ |
829 .icon-cancel { background-image: url(../images/cancel.png); } | 839 .icon-cancel { background-image: url(../images/cancel.png); } |
830 .icon-multiple { background-image: url(../images/table_multiple.png); } | 840 .icon-multiple { background-image: url(../images/table_multiple.png); } |
831 .icon-folder { background-image: url(../images/folder.png); } | 841 .icon-folder { background-image: url(../images/folder.png); } |
832 .open .icon-folder { background-image: url(../images/folder_open.png); } | 842 .open .icon-folder { background-image: url(../images/folder_open.png); } |
833 .icon-package { background-image: url(../images/package.png); } | 843 .icon-package { background-image: url(../images/package.png); } |
834 .icon-home { background-image: url(../images/home.png); } | |
835 .icon-user { background-image: url(../images/user.png); } | 844 .icon-user { background-image: url(../images/user.png); } |
836 .icon-projects { background-image: url(../images/projects.png); } | 845 .icon-projects { background-image: url(../images/projects.png); } |
837 .icon-help { background-image: url(../images/help.png); } | 846 .icon-help { background-image: url(../images/help.png); } |
838 .icon-attachment { background-image: url(../images/attachment.png); } | 847 .icon-attachment { background-image: url(../images/attachment.png); } |
839 .icon-history { background-image: url(../images/history.png); } | 848 .icon-history { background-image: url(../images/history.png); } |
851 .icon-report { background-image: url(../images/report.png); } | 860 .icon-report { background-image: url(../images/report.png); } |
852 .icon-comment { background-image: url(../images/comment.png); } | 861 .icon-comment { background-image: url(../images/comment.png); } |
853 .icon-summary { background-image: url(../images/lightning.png); } | 862 .icon-summary { background-image: url(../images/lightning.png); } |
854 .icon-server-authentication { background-image: url(../images/server_key.png); } | 863 .icon-server-authentication { background-image: url(../images/server_key.png); } |
855 .icon-issue { background-image: url(../images/ticket.png); } | 864 .icon-issue { background-image: url(../images/ticket.png); } |
865 .icon-zoom-in { background-image: url(../images/zoom_in.png); } | |
866 .icon-zoom-out { background-image: url(../images/zoom_out.png); } | |
856 | 867 |
857 .icon-file { background-image: url(../images/files/default.png); } | 868 .icon-file { background-image: url(../images/files/default.png); } |
858 .icon-file.text-plain { background-image: url(../images/files/text.png); } | 869 .icon-file.text-plain { background-image: url(../images/files/text.png); } |
859 .icon-file.text-x-c { background-image: url(../images/files/c.png); } | 870 .icon-file.text-x-c { background-image: url(../images/files/c.png); } |
860 .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); } | 871 .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); } |
900 margin: -6px 0 -4px 0; | 911 margin: -6px 0 -4px 0; |
901 vertical-align: top; | 912 vertical-align: top; |
902 } | 913 } |
903 | 914 |
904 td.username img.gravatar { | 915 td.username img.gravatar { |
905 float: left; | 916 margin: 0 0.5em 0 0; |
906 margin: 0 1em 0 0; | 917 vertical-align: top; |
907 } | 918 } |
908 | 919 |
909 #activity dt img.gravatar { | 920 #activity dt img.gravatar { |
910 float: left; | 921 float: left; |
911 margin: 0 1em 1em 0; | 922 margin: 0 1em 1em 0; |