all repos — h3rald @ a2e7e211cc571a84a09ce940b3f4f4fa0d8fa620

The sources of https://h3rald.com

content/styles/_vendor.scss

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
/* Twitter */
.twtr-tweet-text, .twtr-hd, .twtr-join-conv {
	@include standard-font;
}

.twtr-tweet-text {
	font-size: 1.2em;
}
.twtr-timestamp, .twtr-reply {
	font-size: 1.4em;
	font-style: italic;
}

/* Google Custom Search */

#search {
	margin: 10px;
	padding: 10px;
	height: 50px;
	border: 1px solid $light-gray;
	width: 270px;
	float: right;
}


.gsc-resultsHeader, .gs-visibleUrl, .gsc-trailing-more-results, .gs-watermark {
  display: none;
}

#search_results {
	width: 940px;
  clear: both;
	text-align: justify;
	padding: 10px;
}
.gsc-result {
  padding: 0.5em 0;
}

table.gsc-search-box {
  margin: auto;
}

.gsc-search-box {
  border: none;
  td {
    border: none;
	}
}

.gsc-input {
  width: 200px;
}

.gsc-branding {
  color: black;
  font-style: italic;
  font-size: 70%;
  border: none;
  margin: auto;
  padding: 0;
}

td.gsc-branding-img {
  text-align: left;
}

.gsc-cursor-page {
  display: inline;
  padding-right: 7px;
  &:hover {
    cursor: pointer;
	}
}
.gsc-cursor-current-page {
  font-weight: bold;

}

/* Disqus */
#disqus_thread {
	margin: 0px 10px;
}