Mercurial > hg > MPIWGWeb
comparison css/mpiwg.css @ 124:e06e6cc7f2d3
styles for jobs.
author | casties |
---|---|
date | Thu, 30 May 2013 16:04:54 +0200 |
parents | 4a54537ddcf7 |
children | 2e2dd6a5ab26 |
comparison
equal
deleted
inserted
replaced
123:220f37701e8d | 124:e06e6cc7f2d3 |
---|---|
61 padding-left: 15px; | 61 padding-left: 15px; |
62 } | 62 } |
63 | 63 |
64 a.email { | 64 a.email { |
65 background: url(../images/email.png) center left no-repeat; | 65 background: url(../images/email.png) center left no-repeat; |
66 padding-left: 23px; | |
67 } | |
68 | |
69 a.disk { | |
70 background: url(../images/submit.png) center left no-repeat; | |
66 padding-left: 23px; | 71 padding-left: 23px; |
67 } | 72 } |
68 | 73 |
69 h1 { | 74 h1 { |
70 color: #3b4186; | 75 color: #3b4186; |
698 background-color: white; | 703 background-color: white; |
699 margin-bottom: 5px; | 704 margin-bottom: 5px; |
700 border: 0; | 705 border: 0; |
701 } | 706 } |
702 | 707 |
708 div.tool.list { | |
709 font-size: 14px; | |
710 color: #887163; | |
711 background-color: #efeeec; | |
712 } | |
713 | |
714 div.tool.list a { | |
715 color: #3b4186; | |
716 } | |
717 | |
718 div.tool.list ul { | |
719 list-style-type: none; | |
720 padding: 0; | |
721 } | |
722 | |
723 div.tool.list li { | |
724 padding: 0.5em 0.5em 0.5em 20px; | |
725 border-bottom: 1px solid white; | |
726 } | |
727 | |
703 /* | 728 /* |
704 * other boxes | 729 * other boxes |
705 */ | 730 */ |
706 div.box { | 731 div.box { |
707 margin: 20px 0; | 732 margin: 20px 0; |
929 table.items td.line, | 954 table.items td.line, |
930 table.items tr.line td { | 955 table.items tr.line td { |
931 border-bottom: 1px solid #dccbae; | 956 border-bottom: 1px solid #dccbae; |
932 } | 957 } |
933 | 958 |
959 table.items td.fatline, | |
960 table.items tr.fatline td { | |
961 border-bottom: 2px solid #dccbae; | |
962 } | |
963 | |
934 table.items td.topline, | 964 table.items td.topline, |
935 table.items tr.topline td { | 965 table.items tr.topline td { |
936 border-top: 1px solid #dccbae; | 966 border-top: 1px solid #dccbae; |
937 } | 967 } |
938 | 968 |
969 table.items td.line h2, | |
970 table.items tr.line td h2, | |
971 table.items td.fatline h2, | |
972 table.items tr.fatline td h2 { | |
973 /* h2 in td.line has no line */ | |
974 border-bottom: 0; | |
975 } | |
976 | |
939 table.items tr.last_item td { | 977 table.items tr.last_item td { |
940 /* last_item has no padding-top */ | 978 /* last_item has no padding-top */ |
941 padding: 0 0 0.5em 0; | 979 padding: 0 0 0.5em 0; |
980 } | |
981 | |
982 table.items td p:first-child { | |
983 /* first p has no margin-top */ | |
984 margin-top: 0; | |
942 } | 985 } |
943 | 986 |
944 table.items h3.fold_head { | 987 table.items h3.fold_head { |
945 font-size: 12px; | 988 font-size: 12px; |
946 background-color: #f6f2eb; | 989 background-color: #f6f2eb; |
993 | 1036 |
994 ul.items h2 { | 1037 ul.items h2 { |
995 font-size: 12px; | 1038 font-size: 12px; |
996 } | 1039 } |
997 | 1040 |
998 ul.items td.key { | 1041 ul.items td.key, |
1042 table.items td.key { | |
999 color: #3b4186; | 1043 color: #3b4186; |
1000 } | 1044 } |
1001 | 1045 |
1002 .foldable img.fold_closed, | 1046 .foldable img.fold_closed, |
1003 .foldableById img.fold_closed { | 1047 .foldableById img.fold_closed { |