Changeset 5765
- Timestamp:
- 04/15/08 21:31:57 (7 months ago)
- Location:
- trunk/style/admin
- Files:
-
- 12 modified
-
modern/basic.css (modified) (2 diffs)
-
modern/communication.css (modified) (1 diff)
-
modern/editor.css (modified) (1 diff)
-
modern/post.css (modified) (3 diffs)
-
retro-celebrate/basic.css (modified) (2 diffs)
-
retro-celebrate/communication.css (modified) (1 diff)
-
retro-celebrate/editor.css (modified) (1 diff)
-
retro-celebrate/post.css (modified) (3 diffs)
-
swallow/basic.css (modified) (2 diffs)
-
swallow/communication.css (modified) (1 diff)
-
swallow/editor.css (modified) (1 diff)
-
swallow/post.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/admin/modern/basic.css
r5738 r5765 661 661 } 662 662 663 table.data-inbox tbody tr .status .protected-on-icon a 664 { 665 background-image : url("./image/icon_protected.gif"); 666 background-position : left bottom; 667 background-repeat : no-repeat; 668 display : block; 669 float : left; 670 height : 15px; 671 width : 15px; 672 } 663 673 table.data-inbox tbody tr .status .protected-on-icon span, 664 674 table.data-inbox tbody tr .status .protected-off-icon span … … 1028 1038 /* Etc *******************************************************************************************/ 1029 1039 1040 /* data description (for simple help footers) */ 1041 #data-description 1042 { 1043 text-align : right; 1044 } 1045 1046 #data-description dl 1047 { 1048 background-position : left top; 1049 background-repeat : no-repeat; 1050 display : inline; 1051 font-family : 'Lucida Grande', Tahoma, Verdana, sans-serif; 1052 font-size : 0.93em; 1053 font-weight : normal; 1054 padding : 3px 0 1px 29px; 1055 } 1056 1057 #data-description dl dt 1058 { 1059 display : none; 1060 } 1061 1062 #data-description dl dd 1063 { 1064 display : inline; 1065 margin : 0; 1066 padding-right : 11px; 1067 position : static; 1068 } 1069 1030 1070 /* eolin suggest */ 1031 1071 .eolinSuggest -
trunk/style/admin/modern/communication.css
r5646 r5765 586 586 margin : 0 auto 50px auto; 587 587 } 588 589 /* simple help footer ****************************************************************************/ 590 591 #data-description dl.modify-description 592 { 593 background-image : url("./image/icon_modify.gif"); 594 background-color : transparent; 595 background-position : 8px 2px; 596 background-repeat : no-repeat; 597 } 598 599 #data-description dl.ban-description 600 { 601 background-image : url("./image/icon_block_off.gif"); 602 background-color : transparent; 603 background-position : 8px 2px; 604 margin : 0 3px 0 0; 605 background-repeat : no-repeat; 606 } 607 608 #data-description dl.trash-description 609 { 610 background-image : url("./image/icon_delete.gif"); 611 background-color : transparent; 612 background-position : 8px 7px; 613 height : 11px; 614 margin : 0 auto; 615 background-repeat : no-repeat; 616 } -
trunk/style/admin/modern/editor.css
r5731 r5765 53 53 border : 1px solid #999999; 54 54 vertical-align : middle; 55 width : 560px; 55 width : 537px; 56 } 57 58 #starred 59 { 60 width : 20px; 61 display : inline; 62 padding-right : 10px; 63 } 64 65 .star-icon span, 66 .unstar-icon span 67 { 68 display : none; 69 } 70 71 .star-icon a 72 { 73 background-image : url("./image/icon_starred.gif"); 74 background-position : left bottom; 75 background-repeat : no-repeat; 76 display : block; 77 width : 16px; 78 height : 20px; 79 float : left; 80 } 81 82 .unstar-icon a 83 { 84 background-image : url("./image/icon_unstarred.gif"); 85 background-position : left bottom; 86 background-repeat : no-repeat; 87 display : block; 88 width : 16px; 89 height : 20px; 90 float : left; 56 91 } 57 92 -
trunk/style/admin/modern/post.css
r5731 r5765 63 63 64 64 /* data description */ 65 #data-description66 {67 text-align : right;68 }69 70 #data-description dl71 {72 background-position : left top;73 background-repeat : no-repeat;74 display : inline;75 font-family : 'Lucida Grande', Tahoma, Verdana, sans-serif;76 font-size : 0.93em;77 font-weight : normal;78 padding : 3px 0 1px 29px;79 }80 81 #data-description dl dt82 {83 display : none;84 }85 86 #data-description dl dd87 {88 display : inline;89 margin : 0;90 padding-right : 11px;91 position : static;92 }93 94 65 #data-description dl.starred-description 95 66 { … … 115 86 #data-description dl.protect-description 116 87 { 117 background-image : url("./image/icon_protected setting_single.gif");118 background-position : left 3px;119 background-repeat : no-repeat; 120 padding : 3px0 1px 29px;88 background-image : url("./image/icon_protected.gif"); 89 background-position : left bottom; 90 background-repeat : no-repeat; 91 padding : 0 0 1px 29px; 121 92 } 122 93 123 94 /* Post *******************************************************************************************/ 124 95 96 #entry-tabs-box li.entry-starred 97 { 98 margin-right : 40px; 99 } 100 125 101 #part-post-list h2.caption 126 102 { 127 margin-bottom : 1.6em;103 margin-bottom : 1.6em; 128 104 } 129 105 … … 182 158 #part-post-list table.data-inbox tbody tr .title, 183 159 #part-post-list table.data-inbox tbody tr .author, 184 #part-post-list table.data-inbox tbody tr .protect 160 #part-post-list table.data-inbox tbody tr .protect, 161 #part-post-list table.data-inbox tbody tr .trackback 185 162 { 186 163 border-left : 1px solid #E3E3DE; -
trunk/style/admin/retro-celebrate/basic.css
r5738 r5765 768 768 } 769 769 770 table.data-inbox tbody tr .status .protected-on-icon a 771 { 772 background-image : url("./image/icon_protected.gif"); 773 background-position : left bottom; 774 background-repeat : no-repeat; 775 display : block; 776 float : left; 777 height : 15px; 778 width : 15px; 779 } 770 780 table.data-inbox tbody tr .status .protected-on-icon span, 771 781 table.data-inbox tbody tr .status .protected-off-icon span … … 1135 1145 /* Etc *******************************************************************************************/ 1136 1146 1147 /* data description (for simple help footers) */ 1148 #data-description 1149 { 1150 text-align : right; 1151 } 1152 1153 #data-description dl 1154 { 1155 background-position : left top; 1156 background-repeat : no-repeat; 1157 display : inline; 1158 font-family : 'Lucida Grande', Tahoma, Verdana, sans-serif; 1159 font-size : 0.93em; 1160 font-weight : normal; 1161 padding : 3px 0 1px 29px; 1162 } 1163 1164 #data-description dl dt 1165 { 1166 display : none; 1167 } 1168 1169 #data-description dl dd 1170 { 1171 display : inline; 1172 margin : 0; 1173 padding-right : 11px; 1174 position : static; 1175 } 1176 1137 1177 /* eolin suggest */ 1138 1178 .eolinSuggest -
trunk/style/admin/retro-celebrate/communication.css
r5646 r5765 586 586 margin : 0 auto 50px auto; 587 587 } 588 589 /* simple help footer ****************************************************************************/ 590 591 #data-description dl.modify-description 592 { 593 background-image : url("./image/icon_modify.gif"); 594 background-color : transparent; 595 background-position : 8px 2px; 596 background-repeat : no-repeat; 597 } 598 599 #data-description dl.ban-description 600 { 601 background-image : url("./image/icon_block_off.gif"); 602 background-color : transparent; 603 background-position : 8px 2px; 604 margin : 0 3px 0 0; 605 background-repeat : no-repeat; 606 } 607 608 #data-description dl.trash-description 609 { 610 background-image : url("./image/icon_delete.gif"); 611 background-color : transparent; 612 background-position : 8px 7px; 613 height : 11px; 614 margin : 0 auto; 615 background-repeat : no-repeat; 616 } -
trunk/style/admin/retro-celebrate/editor.css
r5731 r5765 53 53 border : 1px solid #999999; 54 54 vertical-align : middle; 55 width : 560px; 55 width : 537px; 56 } 57 58 #starred 59 { 60 width : 20px; 61 display : inline; 62 padding-right : 10px; 63 } 64 65 .star-icon span, 66 .unstar-icon span 67 { 68 display : none; 69 } 70 71 .star-icon a 72 { 73 background-image : url("./image/icon_starred.gif"); 74 background-position : left bottom; 75 background-repeat : no-repeat; 76 display : block; 77 width : 16px; 78 height : 20px; 79 float : left; 80 } 81 82 .unstar-icon a 83 { 84 background-image : url("./image/icon_unstarred.gif"); 85 background-position : left bottom; 86 background-repeat : no-repeat; 87 display : block; 88 width : 16px; 89 height : 20px; 90 float : left; 56 91 } 57 92 -
trunk/style/admin/retro-celebrate/post.css
r5731 r5765 63 63 64 64 /* data description */ 65 #data-description66 {67 text-align : right;68 }69 70 #data-description dl71 {72 background-position : left top;73 background-repeat : no-repeat;74 display : inline;75 font-family : 'Lucida Grande', Tahoma, Verdana, sans-serif;76 font-size : 0.93em;77 font-weight : normal;78 padding : 3px 0 1px 29px;79 }80 81 #data-description dl dt82 {83 display : none;84 }85 86 #data-description dl dd87 {88 display : inline;89 margin : 0;90 padding-right : 11px;91 position : static;92 }93 94 65 #data-description dl.starred-description 95 66 { … … 115 86 #data-description dl.protect-description 116 87 { 117 background-image : url("./image/icon_protected setting_single.gif");118 background-position : left 3px;119 background-repeat : no-repeat; 120 padding : 3px0 1px 29px;88 background-image : url("./image/icon_protected.gif"); 89 background-position : left bottom; 90 background-repeat : no-repeat; 91 padding : 0 0 1px 29px; 121 92 } 122 93 123 94 /* Post *******************************************************************************************/ 124 95 96 #entry-tabs-box li.entry-starred 97 { 98 margin-right : 40px; 99 } 100 125 101 #part-post-list h2.caption 126 102 { 127 margin-bottom : 1.6em;103 margin-bottom : 1.6em; 128 104 } 129 105 … … 182 158 #part-post-list table.data-inbox tbody tr .title, 183 159 #part-post-list table.data-inbox tbody tr .author, 184 #part-post-list table.data-inbox tbody tr .protect 160 #part-post-list table.data-inbox tbody tr .protect, 161 #part-post-list table.data-inbox tbody tr .trackback 185 162 { 186 163 border-left : 1px solid #E3E3DE; -
trunk/style/admin/swallow/basic.css
r5738 r5765 648 648 } 649 649 650 table.data-inbox tbody tr .status .protected-on-icon a 651 { 652 background-image : url("./image/icon_protected.gif"); 653 background-position : left bottom; 654 background-repeat : no-repeat; 655 display : block; 656 float : left; 657 height : 15px; 658 width : 15px; 659 } 650 660 table.data-inbox tbody tr .status .protected-on-icon span, 651 661 table.data-inbox tbody tr .status .protected-off-icon span … … 1015 1025 /* Etc *******************************************************************************************/ 1016 1026 1027 /* data description (for simple help footers) */ 1028 #data-description 1029 { 1030 text-align : right; 1031 } 1032 1033 #data-description dl 1034 { 1035 background-position : left top; 1036 background-repeat : no-repeat; 1037 display : inline; 1038 font-family : 'Lucida Grande', Tahoma, Verdana, sans-serif; 1039 font-size : 0.93em; 1040 font-weight : normal; 1041 padding : 3px 0 1px 29px; 1042 } 1043 1044 #data-description dl dt 1045 { 1046 display : none; 1047 } 1048 1049 #data-description dl dd 1050 { 1051 display : inline; 1052 margin : 0; 1053 padding-right : 11px; 1054 position : static; 1055 } 1056 1017 1057 /* eolin suggest */ 1018 1058 .eolinSuggest -
trunk/style/admin/swallow/communication.css
r5646 r5765 586 586 margin : 0 auto 50px auto; 587 587 } 588 589 /* simple help footer ****************************************************************************/ 590 591 #data-description dl.modify-description 592 { 593 background-image : url("./image/icon_modify.gif"); 594 background-color : transparent; 595 background-position : 8px 2px; 596 background-repeat : no-repeat; 597 } 598 599 #data-description dl.ban-description 600 { 601 background-image : url("./image/icon_block_off.gif"); 602 background-color : transparent; 603 background-position : 8px 2px; 604 margin : 0 3px 0 0; 605 background-repeat : no-repeat; 606 } 607 608 #data-description dl.trash-description 609 { 610 background-image : url("./image/icon_delete.gif"); 611 background-color : transparent; 612 background-position : 8px 7px; 613 height : 11px; 614 margin : 0 auto; 615 background-repeat : no-repeat; 616 } -
trunk/style/admin/swallow/editor.css
r5731 r5765 53 53 border : 1px solid #999999; 54 54 vertical-align : middle; 55 width : 560px; 55 width : 537px; 56 } 57 58 #starred 59 { 60 width : 20px; 61 display : inline; 62 padding-right : 10px; 63 } 64 65 .star-icon span, 66 .unstar-icon span 67 { 68 display : none; 69 } 70 71 .star-icon a 72 { 73 background-image : url("./image/icon_starred.gif"); 74 background-position : left bottom; 75 background-repeat : no-repeat; 76 display : block; 77 width : 16px; 78 height : 20px; 79 float : left; 80 } 81 82 .unstar-icon a 83 { 84 background-image : url("./image/icon_unstarred.gif"); 85 background-position : left bottom; 86 background-repeat : no-repeat; 87 display : block; 88 width : 16px; 89 height : 20px; 90 float : left; 56 91 } 57 92 -
trunk/style/admin/swallow/post.css
r5731 r5765 63 63 64 64 /* data description */ 65 #data-description66 {67 text-align : right;68 }69 70 #data-description dl71 {72 background-position : left top;73 background-repeat : no-repeat;74 display : inline;75 font-family : 'Lucida Grande', Tahoma, Verdana, sans-serif;76 font-size : 0.93em;77 font-weight : normal;78 padding : 3px 0 1px 29px;79 }80 81 #data-description dl dt82 {83 display : none;84 }85 86 #data-description dl dd87 {88 display : inline;89 margin : 0;90 padding-right : 11px;91 position : static;92 }93 94 65 #data-description dl.starred-description 95 66 { … … 115 86 #data-description dl.protect-description 116 87 { 117 background-image : url("./image/icon_protected setting_single.gif");118 background-position : left 3px;119 background-repeat : no-repeat; 120 padding : 3px0 1px 29px;88 background-image : url("./image/icon_protected.gif"); 89 background-position : left bottom; 90 background-repeat : no-repeat; 91 padding : 0 0 1px 29px; 121 92 } 122 93 123 94 /* Post *******************************************************************************************/ 124 95 96 #entry-tabs-box li.entry-starred 97 { 98 margin-right : 40px; 99 } 100 125 101 #part-post-list h2.caption 126 102 { 127 margin-bottom : 1.6em;103 margin-bottom : 1.6em; 128 104 } 129 105 … … 182 158 #part-post-list table.data-inbox tbody tr .title, 183 159 #part-post-list table.data-inbox tbody tr .author, 184 #part-post-list table.data-inbox tbody tr .protect 160 #part-post-list table.data-inbox tbody tr .protect, 161 #part-post-list table.data-inbox tbody tr .trackback 185 162 { 186 163 border-left : 1px solid #E3E3DE;
