Changeset 26018
- Timestamp:
- 11/05/2013 04:42:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/style.css
r26003 r26018 43 43 * 9.0 - Featured Content 44 44 * 10.0 - Media Queries 45 * 11.0 - Print 45 46 * ----------------------------------------------------------------------------- 46 47 */ … … 3885 3886 } 3886 3887 } 3888 3889 3890 /** 3891 * 11.0 Print 3892 * ----------------------------------------------------------------------------- 3893 */ 3894 3895 @media print { 3896 body { 3897 background: none !important; 3898 color: #2b2b2b; 3899 font-size: 12pt; 3900 } 3901 3902 .site, 3903 .site-header, 3904 .hentry, 3905 .site-content .entry-header, 3906 .site-content .entry-content, 3907 .site-content .entry-summary, 3908 .site-content .entry-meta, 3909 .page-content, 3910 .archive-header, 3911 .page-header, 3912 .contributor-info, 3913 .comments-area, 3914 .attachment .entry-attachment .attachment { 3915 max-width: 100%; 3916 } 3917 3918 #site-header img, 3919 .search-toggle, 3920 .site-navigation, 3921 .site-content nav, 3922 .edit-link, 3923 .page-links, 3924 .widget-area, 3925 .more-link, 3926 .post-format-archive-link, 3927 .comment-respond, 3928 .comment-list .reply, 3929 .comment-reply-login, 3930 #secondary, 3931 .site-footer, 3932 .slider-control-paging, 3933 .slider-direction-nav { 3934 display: none; 3935 } 3936 3937 .site-title a, 3938 .entry-meta, 3939 .entry-meta a, 3940 .featured-content .hentry, 3941 .featured-content a { 3942 color: #2b2b2b; 3943 } 3944 3945 .entry-content a, 3946 .entry-summary a, 3947 .page-content a, 3948 .comment-content a { 3949 text-decoration: none; 3950 } 3951 3952 .site-header, 3953 .post-thumbnail, 3954 a.post-thumbnail:hover, 3955 .site-content .entry-header, 3956 .site-footer, 3957 .featured-content, 3958 .featured-content .entry-header { 3959 background: transparent; 3960 } 3961 3962 .header-main { 3963 padding: 48px 10px; 3964 } 3965 3966 .site-title { 3967 float: none; 3968 font-size: 19pt; 3969 } 3970 3971 .content-area { 3972 padding-top: 0; 3973 } 3974 3975 .list-view .site-content .hentry { 3976 border-bottom: 1px solid rgba(0, 0, 0, 0.1); 3977 margin-bottom: 48px; 3978 padding-bottom: 24px; 3979 } 3980 3981 .post-thumbnail { 3982 min-height: 0; 3983 } 3984 3985 .post-thumbnail img { 3986 margin: 0 10px 24px; 3987 } 3988 3989 .site-content .has-post-thumbnail .entry-header, 3990 .site-content .format-standard .entry-header { 3991 padding-top: 0; 3992 } 3993 3994 .site-content footer.entry-meta { 3995 margin: 24px auto; 3996 } 3997 3998 .tag-links a { 3999 color: #fff; 4000 } 4001 4002 .singular .hentry.format-standard, 4003 .singular .hentry.has-post-thumbnail { 4004 margin-top: 0; 4005 } 4006 4007 .gallery-columns-1.gallery-size-medium, 4008 .gallery-columns-1.gallery-size-thumbnail, 4009 .gallery-columns-2.gallery-size-thumbnail, 4010 .gallery-columns-3.gallery-size-thumbnail { 4011 display: block; 4012 } 4013 4014 .archive-title, 4015 .page-title { 4016 margin: 0 10px 48px; 4017 } 4018 4019 .featured-content .hentry { 4020 margin-bottom: 48px; 4021 } 4022 4023 .featured-content .post-thumbnail, 4024 .slider .featured-content .post-thumbnail { 4025 padding-top: 0 4026 } 4027 4028 .featured-content .post-thumbnail img { 4029 position: relative; 4030 } 4031 4032 .featured-content .entry-header { 4033 padding: 0 10px 24px; 4034 } 4035 4036 .featured-content .entry-meta { 4037 font-size: 9pt; 4038 margin-bottom: 11px; 4039 } 4040 4041 .featured-content .cat-links { 4042 font-weight: 900; 4043 } 4044 4045 .featured-content .entry-title { 4046 font-size: 25pt; 4047 line-height: 36px; 4048 } 4049 }
Note: See TracChangeset
for help on using the changeset viewer.