bzr branch
http://gegoxaren.bato24.eu/bzr/extremedating/trunk
51
by Daniel Johansson
Continued to reorganize |
1 |
#wrapper {width: 1000px; margin: auto; height: 1200px; background-image:url('../img/background.jpg');} |
2 |
#profile {background-color:#EEE; padding:10px; width: 100%; height: 1160px; float: left; margin-top: 10px; border-radius: 10px;} |
|
30
by Daniel Johansson
Derping around |
3 |
.profilename {font-size: 200%; margin-left:20px; font-weight:bold;} |
51
by Daniel Johansson
Continued to reorganize |
4 |
#profileimg {float: left; width: 280px; height: 1000px; background-color:#DDD; padding: 20px; border-radius: 5px;} |
5 |
#profileheader {width: 100%; height: 100px; background-color:#DDD; float: left; margin-bottom: 20px; border-radius: 5px;} |
|
6 |
#profilecontent {float:right; width: 620px; height: 1000px; background-color:#DDD; padding: 20px; margin-left: 20px; border-radius: 5px;} |
|
30
by Daniel Johansson
Derping around |
7 |
.smallheader {font-weight:bold;} |
51
by Daniel Johansson
Continued to reorganize |
8 |
#wallflow {float:right; width: 620px; height: 1000px; background-color:#DDD; padding: 20px; margin-left: 20px; border-radius: 5px;} |
30
by Daniel Johansson
Derping around |
9 |
.profilelink {color:#00F; text-decoration:underline;} |
10 |
#login {float:right; width: 280px;} |
|
11 |
#logout {float:right; width: 160px;} |
|
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;} |
30
by Daniel Johansson
Derping around |
16 |
.logo {width: 150px; float:left; margin-left:20;} |
51
by Daniel Johansson
Continued to reorganize |
17 |
#frame {float:left; width: 950px; height: 1110px; background-color:#DDD; padding: 20px; margin: 5px; border-radius: 5px;} |
44
by Daniel Johansson
Fixed followingsystem |
18 |
.profilepic {width: 280px; height: 280px;} |
51
by Daniel Johansson
Continued to reorganize |
19 |
.feedbox {width:600px; height:50px; margin-bottom:20px; padding: 10px; background-color:#CCC; border-radius: 5px;} |
58
by Daniel Johansson
Beauty stuff |
20 |
.dinnerwraps {width:600px; height:75px; margin-bottom:10px; padding: 10px; background-color:#CCC; border-radius: 5px;} |
44
by Daniel Johansson
Fixed followingsystem |
21 |
|
2.1.5
by Daniel Johansson
Edited html |
22 |
|
5
by Gustav Hatvigsson
added licingsing information to the CSS and index.php |
23 |
/*
|
24 |
ExtremeDating - a Hackathon 2013 project.
|
|
25 |
Copyright (C) 2013 Gustav Hartvigsson <gustav.hartvigsson@gmail.com>
|
|
26 |
Copyright (C) 2013 Daniel Johansson <maila@danieljohansson.nu>
|
|
27 |
||
28 |
||
29 |
This program is free software: you can redistribute it and/or modify
|
|
30 |
it under the terms of the GNU Affero General Public License as
|
|
31 |
published by the Free Software Foundation, either version 3 of the
|
|
32 |
License, or (at your option) any later version.
|
|
33 |
||
34 |
This program is distributed in the hope that it will be useful,
|
|
35 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
36 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
37 |
GNU Affero General Public License for more details.
|
|
38 |
||
39 |
You should have received a copy of the GNU Affero General Public License
|
|
40 |
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
41 |
*/
|