/extremedating/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/extremedating/trunk
19 by Daniel Johansson
Derp
1
#wrapper			{width: 1000px; margin: auto; height: 1160px; background-image:url('../img/background.jpg');}
2.1.6 by Daniel Johansson
Splitted out profile, started firstpage for flow
2
#profile			{background-color:#EEE; padding:10px; width: 100%; height: 100%; float: left; margin-top: 10px;}
9.1.2 by Daniel Johansson
Updated stuffz on the first page
3
#profilename		{font-size: 250%; margin-left:20px; font-weight:bold;}
19 by Daniel Johansson
Derp
4
#profileimg			{float: left; width: 280px; height: 1000px; background-color:#DDD; padding: 20px;}
2.1.6 by Daniel Johansson
Splitted out profile, started firstpage for flow
5
#profileheader		{width: 100%; height: 100px; background-color:#DDD; float: left; margin-bottom: 20px;}
19 by Daniel Johansson
Derp
6
#profilecontent		{float:right; width: 620px; height: 1000px; background-color:#DDD; padding: 20px; margin-left: 20px;}
2.1.6 by Daniel Johansson
Splitted out profile, started firstpage for flow
7
#contentheaders		{font-size: 150%;}
9.1.2 by Daniel Johansson
Updated stuffz on the first page
8
#smallheader		{font-weight:bold;}
19 by Daniel Johansson
Derp
9
#wallflow			{float:right; width: 620px; height: 1000px; background-color:#DDD; padding: 20px; margin-left: 20px;}
16 by Daniel Johansson
Added loginboxes
10
#profilelink		{color:#00F; text-decoration:underline;}
11
#login				{float:right; width: 290px;}
12
#input				{width: 280px; float:right;}
26 by Daniel Johansson
Fixed sessions for logins
13
#inputbutton1		{width: 140px; float:left;}
14
#inputbutton2		{width: 140px; float:left;}
16 by Daniel Johansson
Added loginboxes
15
#loginlabel			{width: 100px; float:right;}
17 by Daniel Johansson
made sweet love to new index.php
16
#logo				{width: 150px; float:left; margin-left:20;}
2.1.5 by Daniel Johansson
Edited html
17
5 by Gustav Hatvigsson
added licingsing information to the CSS and index.php
18
/*
19
    ExtremeDating - a Hackathon 2013 project.
20
    Copyright (C) 2013 Gustav Hartvigsson <gustav.hartvigsson@gmail.com>
21
    Copyright (C) 2013 Daniel Johansson <maila@danieljohansson.nu>
22
23
24
    This program is free software: you can redistribute it and/or modify
25
    it under the terms of the GNU Affero General Public License as
26
    published by the Free Software Foundation, either version 3 of the
27
    License, or (at your option) any later version.
28
29
    This program is distributed in the hope that it will be useful,
30
    but WITHOUT ANY WARRANTY; without even the implied warranty of
31
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32
    GNU Affero General Public License for more details.
33
34
    You should have received a copy of the GNU Affero General Public License
35
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
36
*/