aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/views/default/blog/css.php
blob: 2808508d6b92981cb5211a0cc02646ee0a075b9f (plain)
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
<?php

	/**
	 * Elgg blog CSS extender
	 * 
	 * @package ElggBlog
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author Ben Werdmuller <ben@curverider.co.uk>
	 * @copyright Curverider Ltd 2008
	 * @link http://elgg.com/
	 */

?>

.blog-post {

	margin-bottom: 30px;
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #aaa;

}

.blog-post a {

	text-decoration: underline;
	color: #777;

}

.blog-post h3 {

	font-size: 200%;
	margin-bottom: 15px;

}

.blog-post h3 a {

	text-decoration: none;

}

.blog-post .strapline {

	font-size: 130%;
	margin-bottom: 20px;
	color: #aaa;

}

.blog-post .strapline a {

	text-decoration: none;
	color: #aaa;

}