-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
4,843 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
/*Header*/ | ||
#header {margin-bottom:-50px;} | ||
#header h2 { | ||
margin-left: 350px; | ||
text-align: left; | ||
font-weight: bold; | ||
font-size: 15px; | ||
line-height: 20px; | ||
} | ||
#header .large { | ||
font-size: 22px; | ||
padding-bottom:10px; | ||
font-weight: normal; | ||
} | ||
#header .large strong { | ||
font-weight: bold; | ||
color: #000; | ||
} | ||
#header .large strong em { | ||
font-style: normal; | ||
font-weight: bold; | ||
font-size: 16px; | ||
} | ||
#header h2 b { | ||
font-family: "Arial"; | ||
} | ||
/*Content*/ | ||
#content { | ||
position: relative; | ||
} | ||
#content .adv h3 { | ||
color: #000; | ||
padding: 20px 0 0 0; | ||
} | ||
.adv .links { | ||
position: absolute; | ||
top: 20px; | ||
right: 0px; | ||
text-align: center; | ||
} | ||
.adv .button { | ||
display: block; | ||
width: 261px; | ||
height: 62px; | ||
text-indent: -11000px; | ||
background: url(../images/button_now.jpg) 0 0 no-repeat; | ||
} | ||
.adv a.button:hover {background: url(../images/button_now.jpg) 0 -62px no-repeat;} | ||
.adv a.button:active {background: url(../images/button_now.jpg) 0 -124px no-repeat;} | ||
.adv a { | ||
margin: 10px 0; | ||
font-size: 12px; | ||
} | ||
.adv ul { | ||
width: 510px; | ||
padding-left: 12px; | ||
} | ||
.adv ul li { | ||
font-size: 12px; | ||
height: auto; | ||
line-height: 18px; | ||
background-position: 0px 6px; | ||
} | ||
#content h3 { | ||
padding-bottom: 10px; | ||
} | ||
.selected { | ||
background: #bee3f1; | ||
color: #5c6568; | ||
font: bold 15px arial; | ||
padding: 6px 42px; | ||
} | ||
/*Speakers*/ | ||
.speakers {padding: 0px 9px; height: 225px;} | ||
.speakers div { | ||
margin: 4px 4px 0 0; | ||
width: 262px; | ||
height: 113px; | ||
background-image: url(../images/speaker_block_small.gif); | ||
} | ||
/*info panel*/ | ||
.speakers .info { | ||
float: right; | ||
width: 141px; | ||
height: 210px; | ||
background-image: url(../images/info_panel.gif); | ||
margin: 4px 0 0 0; | ||
} | ||
.speakers .info h5 { | ||
padding: 8px 0 0 38px; | ||
font: bold 12px arial; | ||
color: #3a3934; | ||
} | ||
.speakers .info ul { | ||
padding: 4px 2px 0 2px; | ||
font-size: 11px; | ||
} | ||
.speakers .info ul li { | ||
background: url(../images/bullet_grey.gif) 0 5px no-repeat; | ||
padding-left: 10px; | ||
margin: 0 0 6px 4px; | ||
color: #5c6568; | ||
line-height: 14px; | ||
} | ||
/*speaker panel*/ | ||
.speakers img { | ||
margin: 8px 7px 0px 8px; | ||
} | ||
#content .speakers h4 { | ||
font: bold 23px arial; | ||
margin: 6px 0 1px 0; | ||
} | ||
#content .speakers p { | ||
padding-right: 0px; | ||
font: normal 12px arial; | ||
color: #71797c; | ||
line-height: 16px; | ||
} | ||
#content .speakers p strong { | ||
color: #000; | ||
} | ||
/*small speaker panel*/ | ||
.speakers .small { | ||
width: 156px; | ||
height: 87px; | ||
margin: 9px 3px 0 0; | ||
background-image: url(../images/speaker_block_smallest.gif); | ||
} | ||
#content .speakers .small h4 { | ||
margin: 6px 6px 2px 8px; | ||
font: bold 17px arial; | ||
color: #555d60; | ||
} | ||
#content .speakers .small p { | ||
margin: 0 2px 0 8px; | ||
line-height: 12px; | ||
font-size: 11px; | ||
} | ||
/*sponsors*/ | ||
#content .sponsors { | ||
height: 50px; | ||
padding: 0; | ||
margin: 0; | ||
background: url(../images/sponsors.gif) left top no-repeat; | ||
} | ||
.sponsors a { | ||
display: block; | ||
float:left; | ||
height: 50px; | ||
margin: 0 8px 0 0; | ||
text-indent: -11000px; | ||
} | ||
.sponsors .cloudmade {margin-left: 20px;} | ||
.cloudmade, .ds, .kfb, .tagzania, .off_iphone {width: 120px;} | ||
.and {width: 50px;} | ||
.ito {width: 45px;} | ||
.nestoria {width: 90px;} | ||
.gps {width: 70px;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
html, body, div, span, applet, object, iframe, | ||
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | ||
a, abbr, acronym, address, big, cite, code, | ||
del, dfn, em, font, img, ins, kbd, q, s, samp, | ||
small, strike, strong, sub, sup, tt, var, | ||
b, u, i, center, | ||
dl, dt, dd, ol, ul, li, | ||
fieldset, form, label, legend, | ||
table, caption, tbody, tfoot, thead, tr, th, td { | ||
font-family: arial; | ||
margin: 0; | ||
padding: 0; | ||
border: 0; | ||
outline: 0; | ||
font-size: 100%; | ||
font-weight: normal; | ||
vertical-align: baseline; | ||
background: transparent; | ||
} | ||
body { | ||
/*line-height: 1;*/ | ||
} | ||
ol, ul { | ||
list-style: none; | ||
} | ||
blockquote, q { | ||
quotes: none; | ||
} | ||
blockquote:before, blockquote:after, | ||
q:before, q:after { | ||
content: ''; | ||
content: none; | ||
} | ||
|
||
:focus { | ||
outline: 0; | ||
} | ||
|
||
ins { | ||
text-decoration: none; | ||
} | ||
del { | ||
text-decoration: line-through; | ||
} | ||
|
||
table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} |
Oops, something went wrong.