summaryrefslogtreecommitdiff
path: root/remote/default_page/style.css
blob: 5a3ffd496639b715947ad681b699d906eb0bbb0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* 	{
	background-color: #000;
	color:	#fff;
	}

.frame	{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}

.hidden	{
	margin: 50px;
	}

img	{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}