ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

archives.scss (1028B)


      1 .page-title {
      2 	font-size: var(--global--font-size-page-title);
      3 }
      4 
      5 h1.page-title,
      6 h2.page-title {
      7 	font-weight: var(--heading--font-weight-page-title);
      8 }
      9 
     10 h1.page-title {
     11 	line-height: var(--heading--line-height-h1);
     12 }
     13 
     14 .page-header {
     15 	border-bottom: 3px solid var(--global--color-border);
     16 	padding-bottom: calc(2 * var(--global--spacing-vertical));
     17 }
     18 
     19 .archive,
     20 .search,
     21 .blog {
     22 
     23 	.content-area {
     24 
     25 		.format-aside,
     26 		.format-status,
     27 		.format-link {
     28 
     29 			.entry-content {
     30 				font-size: var(--global--font-size-lg);
     31 			}
     32 		}
     33 
     34 	}
     35 
     36 	.format-image,
     37 	.format-gallery,
     38 	.format-video {
     39 
     40 		.entry-content {
     41 			margin-top: calc(2 * var(--global--spacing-vertical));
     42 		}
     43 	}
     44 
     45 	.entry-footer {
     46 
     47 		.cat-links,
     48 		.tags-links {
     49 			display: block;
     50 		}
     51 	}
     52 
     53 	&.logged-in {
     54 
     55 		.entry-footer {
     56 
     57 			.posted-on {
     58 				margin-right: calc(0.5 * var(--global--spacing-unit));
     59 			}
     60 		}
     61 	}
     62 }
     63 
     64 .archive-description {
     65 	margin-top: var(--global--spacing-vertical);
     66 	font-size: var(--global--font-size-xl);
     67 	line-height: var(--global--line-height-heading);
     68 }