~jblount/barcamporlando-site/updated-layout

« back to all changes in this revision

Viewing changes to www/media/css/screen.css

  • Committer: joshua at canonical
  • Date: 2009-03-14 13:30:15 UTC
  • Revision ID: joshua@canonical.com-20090314133015-mhydyufawvd8i8za
most of the front page template done, no logic

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {background: black; color: pink;}
 
1
body {background: #e98b07 url(../img/body_background.jpg) center repeat-y; margin: 0 auto; font-size: 13px; line-height: 20px;}
 
2
 
 
3
a {color: #f8931d;}
 
4
a:visited, a:hover {color: #355c2f;}
 
5
.wrap {width: 934px; margin: 0 auto; z-index: 4; position: relative; background: url(../img/orange_background.jpg) no-repeat 480px -15px; margin-top: -110px;}
 
6
 
 
7
h1#logo a {display: block; margin-left: 10px; background: url(../img/h1_background.jpg) no-repeat; width: 348px; height: 92px; text-indent: -9999px;}
 
8
 
 
9
#tile {position: relative; top: 119px; z-index: 3; background: red url(../img/tile_background.png) repeat-x; height: 125px; width: 100%;}
 
10
 
 
11
h2#date-time {margin-left:60px; margin-top: 65px; font-size: 80px; font-family: georgia, serif; color: #fff; margin-bottom: 51px;}
 
12
h2#date-time .date {font-family: "Times New Roman", Times, times, serif; color: #f8931d}
 
13
 
 
14
ul#primary_nav {margin-top: 21px; margin-left: 30px; margin-bottom: 40px; display: block;}
 
15
ul#primary_nav li {display: inline;}
 
16
ul#primary_nav li a { display: inline-block; font-size: 18px; text-decoration: none; color: #355c2f; border-right: 1px solid #355c2f; padding-top: 10px; padding-left: 10px; padding-right: 10px; }
 
17
ul#primary_nav li a:hover {text-decoration: underline;}
 
18
ul#primary_nav li a.last {border-right: none;}
 
19
 
 
20
#main_content {width: 580px; margin-left: 40px; float: left;}
 
21
#main_content h3.title a {font-size: 20px;}
 
22
 
 
23
 
 
24
 
 
25
#side_bar {width: 225px; float: right; margin-right: 0px; padding-right: 30px; padding-left: 30px; border-left: 2px solid #355c2f; padding-bottom: 20px;}
 
26
#side_bar h4 {font-size: 50px; line-height: 45px; color: #355c2f}
 
27
#side_bar p {margin-top: 4px; margin-bottom: 4px; color: #355c2f}
 
28
#side_bar p.date {margin-bottom: 10px; font-size: 30px; color: #f8931d;}
 
29
#side_bar ul#w_nav li {font-size: 22px; line-height: 35px;}
 
30
#side_bar ul#w_nav li a {text-decoration: none;}
 
31
#side_bar hr {margin-top: 10px; margin-bottom: 10px;}
 
32
#side_bar label {display: none;}
 
33
#side_bar h5 {margin-top: 15px; color: #f8931d; font-weight: bold; margin-bottom: 5px;}
 
34
#side_bar p.details {font-family: verdana, sans-serif; font-size: 11px; margin-top: 10px;}
 
35
 
 
36
#footer {clear: both; background: green;}