1
#wrapper {width: 1000px; margin: auto; height: 1000px; background-image:url('../img/background.jpg');}
2
#profile {background-color:#EEE; padding:10px; width: 100%; height: 100%; float: left; margin-top: 10px;}
3
#profilename {font-size: 250%; margin-left:20px; font-weight:bold;}
4
#profileimg {float: left; width: 280px; height: 100%; background-color:#DDD; padding: 20px;}
5
#profileheader {width: 100%; height: 100px; background-color:#DDD; float: left; margin-bottom: 20px;}
6
#profilecontent {float:right; width: 620px; height: 100%; background-color:#DDD; padding: 20px; margin-left: 20px;}
7
#contentheaders {font-size: 150%;}
8
#smallheader {font-weight:bold;}
9
#wallflow {float:right; width: 620px; height: 100%; background-color:#DDD; padding: 20px; margin-left: 20px;}
10
#profilelink {color:#00F; text-decoration:underline;}
13
ExtremeDating - a Hackathon 2013 project.
14
Copyright (C) 2013 Gustav Hartvigsson <gustav.hartvigsson@gmail.com>
15
Copyright (C) 2013 Daniel Johansson <maila@danieljohansson.nu>
18
This program is free software: you can redistribute it and/or modify
19
it under the terms of the GNU Affero General Public License as
20
published by the Free Software Foundation, either version 3 of the
21
License, or (at your option) any later version.
23
This program is distributed in the hope that it will be useful,
24
but WITHOUT ANY WARRANTY; without even the implied warranty of
25
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26
GNU Affero General Public License for more details.
28
You should have received a copy of the GNU Affero General Public License
29
along with this program. If not, see <http://www.gnu.org/licenses/>.