angelovcom.net

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

_archives.scss (1175B)


      1 .archive .page-header,
      2 .search .page-header,
      3 .error404 .page-header {
      4 
      5 	margin: $size__spacing-unit $size__spacing-unit calc(3 * #{$size__spacing-unit});
      6 
      7 	@include media(tablet) {
      8 		margin: 0 $size__site-margins calc(3 * #{$size__spacing-unit});
      9 	}
     10 
     11 	.page-title {
     12 
     13 		color: $color__text-light;
     14 		display: inline;
     15 		letter-spacing: normal;
     16 
     17 		&:before {
     18 			display: none;
     19 		}
     20 	}
     21 
     22 	.search-term,
     23 	.page-description {
     24 		display: inherit;
     25 		clear: both;
     26 	}
     27 }
     28 
     29 .archive .page-header .page-description,
     30 .search .page-header .page-description {
     31 	display: block;
     32 	color: $color__text-main;
     33 	font-size: 1em;
     34 }
     35 
     36 .hfeed .entry .entry-header {
     37 
     38 	@include media(tablet) {
     39 		margin: calc(3 * #{$size__spacing-unit}) $size__site-margins calc(#{ $size__spacing-unit } / 2);
     40 	}
     41 }
     42 
     43 /* 404 & Not found */
     44 
     45 .error-404.not-found,
     46 .no-results.not-found {
     47 
     48 	.page-content {
     49 
     50 		margin: calc(3 * #{$size__spacing-unit}) #{$size__spacing-unit};
     51 
     52 		@include media(tablet) {
     53 			margin: calc(3 * #{$size__spacing-unit}) $size__site-margins calc(#{ $size__spacing-unit } / 2);
     54 		}
     55 	}
     56 
     57 	.search-submit {
     58 		vertical-align: middle;
     59 		margin: $size__spacing-unit 0;
     60 	}
     61 
     62 	.search-field {
     63 		width: 100%;
     64 	}
     65 }