/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 11:53:41 UTC
  • mfrom: (7 extremedatingapp)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: maila@danieljohansson.nu-20130413115341-fkiyetg1zf9jsg3e
Splitted out profile, started firstpage for flow

Show diffs side-by-side

added added

removed removed

Lines of Context:
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; }
3
 
#profilename            {font-size: 250%;}
4
 
#profileimg                     {float: left; width: 400px; height: 100%; background-color:#DDD; padding: 20px;}
 
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;}
 
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-style:bold;}
 
9
#wallflow                       {float:right; width: 620px; height: 100%; background-color:#DDD; padding: 20px; margin-left: 20px;}
 
10
#profilelink            {color:#00F; text-decoration:underline;} 
5
11
 
6
12
/*
7
13
    ExtremeDating - a Hackathon 2013 project.