/extremedating/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/extremedating/trunk

« back to all changes in this revision

Viewing changes to css/main.css

  • Committer: Daniel Johansson
  • Date: 2013-04-13 19:42:41 UTC
  • Revision ID: maila@danieljohansson.nu-20130413194241-7f2xjsttrcvdu2w0
DerpingĀ around

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#wrapper                        {width: 1000px; margin: auto; height: 1160px; background-image:url('../img/background.jpg');}
2
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;}
 
3
.profilename            {font-size: 200%; margin-left:20px; font-weight:bold;}
4
4
#profileimg                     {float: left; width: 280px; height: 1000px; background-color:#DDD; padding: 20px;}
5
5
#profileheader          {width: 100%; height: 100px; background-color:#DDD; float: left; margin-bottom: 20px;}
6
6
#profilecontent         {float:right; width: 620px; height: 1000px; background-color:#DDD; padding: 20px; margin-left: 20px;}
7
 
#contentheaders         {font-size: 150%;}
8
 
#smallheader            {font-weight:bold;}
 
7
.smallheader            {font-weight:bold;}
9
8
#wallflow                       {float:right; width: 620px; height: 1000px; background-color:#DDD; padding: 20px; margin-left: 20px;}
10
 
#profilelink            {color:#00F; text-decoration:underline;}
11
 
#login                          {float:right; width: 290px;}
12
 
#input                          {width: 280px; float:right;}
 
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;}
13
13
#inputbutton1           {width: 140px; float:left;}
14
14
#inputbutton2           {width: 140px; float:left;}
15
15
#loginlabel                     {width: 100px; float:right;}
16
 
#logo                           {width: 150px; float:left; margin-left:20;}
 
16
.logo                           {width: 150px; float:left; margin-left:20;}
 
17
#frame                          {float:left; width: 940px; height: 1100px; background-color:#DDD; padding: 20px; margin: 10px;}
17
18
 
18
19
/*
19
20
    ExtremeDating - a Hackathon 2013 project.