aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/demo_plugin/custom_demo.css
blob: af5e8bf95e7f83e520d3b36df3f0d8fe3f0b3d50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.linktitle a {
    color: red;
}

.upper_plugin_demo {
    float: left;
}

#demo_marquee {
	background: darkmagenta;
	color: white;
	font-weight: bold;
}