all repos — h3rald @ da3c25605f0a7960fc0764e99c88554819ff9db1

The sources of https://h3rald.com

ui-dev/css/elements.css

 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
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
li.comment
{
	list-style-type: none;
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	clear: both;
	display: block;
}

#content li.comment p
{
	line-height:1.5em;
	margin: 0.5em 0em;
}


li.comment li
{
  list-style-type: disc;
  margin: 0;
  margin-left: 40px;
  padding: 3px;
  display: inline;
  min-height: 0;
}

.comments label
{
	font-family: Georgia,  Serif;
	font-style: italic;
	color: #313634;
}

.comment .author
{
	float: left;
	width: 80px;
	text-align: center;
}

.comment .content
{
	height: 100%;
	margin-left: 80px;
}

.gravatar
{
	border: 1px solid #313634;
}

#content img
{
	margin: 0 5px;
	padding: 2px;
}

#content li
{
	margin-left: 40px;
	line-height: 1.5em;
}

#content p
{
	line-height:1.5em;
	margin: 1.8em 0;
}

#footer div
{
	line-height: 1.5em;
}


blockquote, .note
{
	font-family: Georgia, Serif;
	color:#555;
	font-style:italic;
	padding:0 0 0 33px;
	margin: 0;
	background: url(/images/theme/quote.gif) no-repeat top left;
}


.day
{
	font-style: italic;
}

.info
{
	margin: 0.5em 0;
	padding: 0;
	vertical-align: bottom;
	display: block;
	height: 1em;
	color: #CACACA; 
}

.info img
{
	vertical-align: bottom;
}

.no-margin-left
{
	margin-left: 0;
}

.tag, .link, .cross-link 
{
	color: #B80000;
	margin: 0 1px;
	font-family: Georgia, Serif;
	font-style: italic;
	border: none;
}

.tag:hover, .link:hover, .cross-link:hover
{
	color: #FF0900;
	border: none;
}

/*** HOME Page ***/

#services li
{
	margin-left: 0;
}

.feed-item
{
	list-style-type: none;
	padding: 0.2em;
	border: 1px solid #000;
	margin: 3px 2px;
	background: #111;
	color: #BDB7BA;
}

.feed-item:hover
{
	background: #171617;
}

/**** TABLES ****/

table
{
	border-bottom: 1px solid #C0C0C0;
}

tr, td, th
{
	padding: 5px;
}

td, th
{
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

th
{
	background-color: #C0C0C0;
}

#taglist
{
	width: 100%;
	border-bottom: none;
}

#taglist tr
{
	padding:2px;
	width: 100%;
}

#taglist td
{
	padding:2px;
	border-left: none;
	border-right: none;
}

/**** FORMS ****/

input[type="submit"], input[type="button"]
{
	border: 1px solid #313634;
	background-color: #C0C0C0;
	font-family: Georgia, Serif;
	font-style: italic;
	font-size: 110%;
}

input:hover, input:active
{
	border-color: #C0C0C0;
	background-color: #fff;
	color: #000;
}

input[type="text"], textarea
{
	border: 1px solid #C0C0C0;
	background-color: #E2E9EB;
}