Changeset 15609
- Timestamp:
- 09/12/2010 03:21:29 PM (14 years ago)
- Location:
- trunk/wp-content/themes/twentyten
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/editor-style.css
r15392 r15609 1 1 /* 2 2 Theme Name: Twenty Ten 3 */ 4 /* 5 Used to style the TinyMCE editor. 3 Description: Used to style the TinyMCE editor. 6 4 */ 7 5 html .mceContentBody { 8 max-width: 640px;6 max-width: 640px; 9 7 } 10 8 * { 9 color: #444; 11 10 font-family: Georgia, "Bitstream Charter", serif; 12 color: #444;13 11 line-height: 1.5; 14 12 } … … 41 39 hr { 42 40 background-color: #e7e7e7; 43 border:0; 41 border: 0; 42 clear: both; 44 43 height: 1px; 45 44 margin-bottom: 18px; 46 clear:both;47 45 } 48 46 /* Text elements */ … … 59 57 } 60 58 ol ol { 61 list-style: upper-alpha;59 list-style: upper-alpha; 62 60 } 63 61 ol ol ol { 64 list-style: lower-roman;62 list-style: lower-roman; 65 63 } 66 64 ol ol ol ol { 67 list-style: lower-alpha;65 list-style: lower-alpha; 68 66 } 69 67 ul ul, … … 71 69 ul ol, 72 70 ol ul { 73 margin-bottom: 0;71 margin-bottom: 0; 74 72 } 75 73 dl { 76 margin: 0 0 24px 0;74 margin: 0 0 24px 0; 77 75 } 78 76 dt { … … 83 81 } 84 82 strong { 83 color: #000; 85 84 font-weight: bold; 86 color: #000;87 85 } 88 86 cite, 89 87 em, 90 88 i { 89 border: none; 91 90 font-style: italic; 92 border: none;93 91 } 94 92 big { … … 96 94 } 97 95 ins { 98 background: #ff ffcc;96 background: #ffc; 99 97 border: none; 100 98 color: #333; … … 130 128 sup, 131 129 sub { 130 font-size: 10px; 132 131 height: 0; 133 132 line-height: 1; 133 position: relative; 134 134 vertical-align: baseline; 135 position: relative;136 font-size: 10px;137 135 } 138 136 sup { … … 143 141 } 144 142 a:link { 145 color: #0066cc;143 color: #06c; 146 144 } 147 145 a:visited { 148 color: #743399;146 color: #743399; 149 147 } 150 148 a:active, … … 158 156 pre, 159 157 hr { 160 margin-bottom: 24px;158 margin-bottom: 24px; 161 159 } 162 160 ul ul, … … 164 162 ul ol, 165 163 ol ul { 166 margin-bottom: 0;164 margin-bottom: 0; 167 165 } 168 166 pre, … … 189 187 h6 { 190 188 color: #000; 189 font-weight: normal; 190 line-height: 1.5em; 191 191 margin: 0 0 20px 0; 192 line-height: 1.5em;193 font-weight: normal;194 192 } 195 193 h1 { … … 213 211 table { 214 212 border: 1px solid #e7e7e7 !important; 215 text-align: left;216 margin: 0 -1px 24px 0;217 width: 100%;218 213 border-collapse: collapse; 219 214 border-spacing: 0; 215 margin: 0 -1px 24px 0; 216 text-align: left; 217 width: 100%; 220 218 } 221 219 tr th, … … 233 231 padding: 6px 24px; 234 232 } 235 236 237 233 img { 238 234 margin: 0; 239 max-width: 640px; 235 } 236 img.size-auto, 237 img.size-large, 238 img.size-full, 239 img.size-medium { 240 max-width: 100%; 241 height: auto; 240 242 } 241 243 .alignleft, … … 266 268 } 267 269 .wp-caption { 270 background: #f1f1f1; 268 271 border: none; 269 background: #f1f1f1; 272 -khtml-border-radius: 0; 273 -moz-border-radius: 0; 274 -webkit-border-radius: 0; 275 border-radius: 0; 270 276 color: #888; 271 277 font-size: 12px; 272 278 line-height: 18px; 279 margin-bottom: 20px; 280 max-width: 632px !important; /* prevent too-wide images from breaking layout */ 281 padding: 4px; 273 282 text-align: center; 274 margin-bottom: 20px;275 padding: 4px;276 -moz-border-radius: 0;277 -khtml-border-radius: 0;278 -webkit-border-radius: 0;279 border-radius: 0;280 283 } 281 284 .wp-caption img { … … 286 289 } 287 290 .wp-smiley { 288 margin: 0;289 } 291 margin: 0; 292 } -
trunk/wp-content/themes/twentyten/style.css
r15532 r15609 5 5 Author: the WordPress team 6 6 Version: 1.1 7 Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style 7 Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu 8 8 */ 9 9 … … 762 762 -------------------------------------------------------------- */ 763 763 764 #content img { 765 margin: 0; 766 height: auto; 767 max-width: 640px; 768 width: auto; 769 } 770 #content .attachment img { 771 max-width: 900px; 772 } 773 #content .alignleft, 774 #content img.alignleft { 764 /* 765 Resize images to fit the main content area. 766 - Applies only to images uploaded via WordPress by targeting size-* classes. 767 - Other images will be left alone. Use "size-auto" class to apply to other images. 768 */ 769 img.size-auto, 770 img.size-full, 771 img.size-large, 772 img.size-medium, 773 .attachment img { 774 max-width: 100%; /* When images are too wide for containing element, force them to fit. */ 775 height: auto; /* Override height to match resized width for correct aspect ratio. */ 776 } 777 .alignleft, 778 img.alignleft { 775 779 display: inline; 776 780 float: left; … … 778 782 margin-top: 4px; 779 783 } 780 #content.alignright,781 #contentimg.alignright {784 .alignright, 785 img.alignright { 782 786 display: inline; 783 787 float: right; … … 785 789 margin-top: 4px; 786 790 } 787 #content.aligncenter,788 #contentimg.aligncenter {791 .aligncenter, 792 img.aligncenter { 789 793 clear: both; 790 794 display: block; … … 792 796 margin-right: auto; 793 797 } 794 #contentimg.alignleft,795 #contentimg.alignright,796 #contentimg.aligncenter {798 img.alignleft, 799 img.alignright, 800 img.aligncenter { 797 801 margin-bottom: 12px; 798 802 } 799 #content.wp-caption {803 .wp-caption { 800 804 background: #f1f1f1; 801 805 line-height: 18px; 802 806 margin-bottom: 20px; 807 max-width: 632px !important; /* prevent too-wide images from breaking layout */ 803 808 padding: 4px; 804 809 text-align: center; 805 810 } 806 #content.wp-caption img {811 .wp-caption img { 807 812 margin: 5px 5px 0; 808 813 } 809 #content.wp-caption p.wp-caption-text {814 .wp-caption p.wp-caption-text { 810 815 color: #888; 811 816 font-size: 12px; 812 817 margin: 5px; 813 818 } 814 #content.wp-smiley {819 .wp-smiley { 815 820 margin: 0; 816 821 } 817 #content.gallery {822 .gallery { 818 823 margin: 0 auto 18px; 819 824 } 820 #content.gallery .gallery-item {825 .gallery .gallery-item { 821 826 float: left; 822 827 margin-top: 0; … … 824 829 width: 33%; 825 830 } 826 #content.gallery img {831 .gallery img { 827 832 border: 2px solid #cfcfcf; 828 833 } 829 #content.gallery .gallery-caption {834 .gallery .gallery-caption { 830 835 color: #888; 831 836 font-size: 12px; 832 837 margin: 0 0 12px; 833 838 } 834 #content.gallery dl {839 .gallery dl { 835 840 margin: 0; 836 841 } 837 #content.gallery img {842 .gallery img { 838 843 border: 10px solid #f1f1f1; 839 844 } 840 #content.gallery br+br {845 .gallery br+br { 841 846 display: none; 842 847 } 843 #content .attachment img { 848 #content .attachment img {/* single attachment images should be centered */ 844 849 display: block; 845 850 margin: 0 auto;
Note: See TracChangeset
for help on using the changeset viewer.